2018-08-13 05:39:49,167 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-214 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-13 05:39:49,171 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.22,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=An1uA2EtqxlH8TyZwNtTXRj89 export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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 OS_PROJECT_ID=1dcb5dba3d6d42ea97f37319eab783f3 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=zUhynuowyEkaManBty737ymgK export OS_REGION_NAME=regionOne 2018-08-13 05:39:49,171 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-13 05:39:49,172 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ | healthcheck | 0 | First tier to be executed to verify the | connection_check tenantnetwork1 | | | | basic operations in the VIM. | tenantnetwork2 vmready1 vmready2 | | | | | singlevm1 singlevm2 vping_ssh | | | | | vping_userdata cinder_test odl api_check | | | | | snaps_health_check | +---------------------+---------------+-------------------------------------------------+--------------------------------------------------+ 2018-08-13 05:39:49,205 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-08-13 05:39:49,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:39:49,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:39:49,507 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:39:49,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:39:49,512 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-08-13 05:39:49,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-08-13 05:39:49,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:39:49,520 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-420891c8-9ee7-4834-8fa2-233bda9760e5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:39:49,520 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-420891c8-9ee7-4834-8fa2-233bda9760e5 2018-08-13 05:39:49,521 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:39:49,978 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:39:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["Bg0OP4AQTvq5mq38yTAlWA"], "issued_at": "2018-08-13T05:39:49.000000Z"}} 2018-08-13 05:39:49,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-aggregates -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:50,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fde20571-c851-444a-86ea-262804ef783b x-compute-request-id: req-fde20571-c851-444a-86ea-262804ef783b Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-08-13 05:39:50,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-fde20571-c851-444a-86ea-262804ef783b 2018-08-13 05:39:50,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 0.724380970001s 2018-08-13 05:39:50,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-aggregates used request id req-fde20571-c851-444a-86ea-262804ef783b 2018-08-13 05:39:50,237 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-08-13 05:39:50,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:39:50,246 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:39:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-98069c0e-235d-4833-8235-2655762ee2f7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:39:50,246 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-98069c0e-235d-4833-8235-2655762ee2f7 2018-08-13 05:39:50,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:39:50,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:50,436 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31fb09d1-37c0-4ac0-a9ff-f666280e2bee Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 05:39:50,436 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-31fb09d1-37c0-4ac0-a9ff-f666280e2bee 2018-08-13 05:39:50,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189660072327s 2018-08-13 05:39:50,437 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-31fb09d1-37c0-4ac0-a9ff-f666280e2bee 2018-08-13 05:39:50,438 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'3e3b2eea058f4bd8973ae46803d92c67', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-08-13 05:39:50,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-13 05:39:50,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:50,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b4ee8a43-8166-4dc8-882f-70d965c1d181 Content-Encoding: gzip Content-Length: 1964 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/019acb5a06d747a59d10de8b7072fbce"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/041a7a0786a94593a3f76b013d5648fe"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0aefc3f543fa4f8bb7846832fb2f2b76"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1139ee6db09144fcb5d88fdf17f4b4cc"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/17237251987d4d5d8f643c2fc645875b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1c63ed0da9bf4287914ab4d0c00d674e"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1dae1fc355f442a69c16b329e372b4ca"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1db151b4d0644f29b540523ae39d5a34"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1ddc2b50b484477ca32e4626a81f94e3"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2053653e9f9b4e47ac3efdeea0d9877e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/29e945999c04449780d4f741cb4dd89a"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "29e945999c04449780d4f741cb4dd89a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2e3f2cfc0ee847b3a96f36758ab0e667"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3763ba21764e4e8cacc7715931376933"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/41985b5bd319467db1c606f6eaa7dfdc"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/44b7e84e68d740b6b15c20db28cf9415"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4886a48177904a58a98c049934dd6d35"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "4886a48177904a58a98c049934dd6d35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e5200d21a314bdda15c695123fe05b9"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4eeddde9b33641898facc007ee985923"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "4eeddde9b33641898facc007ee985923"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5545cb7c07384ee487fe1557d282a110"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "5545cb7c07384ee487fe1557d282a110"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5963730bfc91443282fb15afc7b43cc6"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/65394ce1b9cf410d9523c2fbe751c8e9"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/66808df5f08d4badbeef1471bb119313"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/69de4b1cffa842128f2f37da28d40566"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "69de4b1cffa842128f2f37da28d40566"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6dbae78a80ae4957a1949813fe2bc615"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "6dbae78a80ae4957a1949813fe2bc615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/73de139bfc05428692fc61d9acf700a9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "73de139bfc05428692fc61d9acf700a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/75529e03cb97488db76b4f935ed81a2a"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "75529e03cb97488db76b4f935ed81a2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7f7b4ce38e68453cb5f1d080af317dad"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/822492ecfcae48eca358370be9bcc2be"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "822492ecfcae48eca358370be9bcc2be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/831761409dfe44fb9df9daf72a646b63"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "831761409dfe44fb9df9daf72a646b63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9a80b82afd6840ce8e6e3a048ec77e05"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a0e7c76910804e9f9065b59bb35686aa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "a0e7c76910804e9f9065b59bb35686aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a382404f926742a683e6a9cf9fbb2a21"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "a382404f926742a683e6a9cf9fbb2a21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/af3ede208ee9484ea9b1a7bfcbc6467c"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b64937d9ae194f2f8719f27914f9adf2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bcd4032d70f14b1db9a661eb6a73686a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cd589d88857d4967bfbaa1454d529410"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "cd589d88857d4967bfbaa1454d529410"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ce33ec13e47e4e19acda76486c7a79b9"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "ce33ec13e47e4e19acda76486c7a79b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d8762bc264a94ec5b4a32dbeb5b134ae"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e3a77e6531ac4540afbb2bf68434edc2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "e3a77e6531ac4540afbb2bf68434edc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e49c740af08f4f0fbe5591ad45343b1c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "e49c740af08f4f0fbe5591ad45343b1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e922748067d24217b69f2401bf0e14af"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "e922748067d24217b69f2401bf0e14af"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-13 05:39:50,695 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-b4ee8a43-8166-4dc8-882f-70d965c1d181 2018-08-13 05:39:50,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.2542989254s 2018-08-13 05:39:50,696 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-b4ee8a43-8166-4dc8-882f-70d965c1d181 2018-08-13 05:39:50,703 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_endpoints: [Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/019acb5a06d747a59d10de8b7072fbce'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'70bc961f4c4d4e2da94e19e15342ba3a', u'id': u'019acb5a06d747a59d10de8b7072fbce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/041a7a0786a94593a3f76b013d5648fe'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'8c63c654d9c74964a2a5e2fdf67824cc', u'id': u'041a7a0786a94593a3f76b013d5648fe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/0aefc3f543fa4f8bb7846832fb2f2b76'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'21f258c431e749459c4f12596fb8da87', u'id': u'0aefc3f543fa4f8bb7846832fb2f2b76'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/10af6912bbe34ca4b0fd0e6e0b7f4bd9'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'37c435c3e7c7402d972abe4af3ddf2b0', u'id': u'10af6912bbe34ca4b0fd0e6e0b7f4bd9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1139ee6db09144fcb5d88fdf17f4b4cc'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'24e3d49d06464bc0a438b9247830bd51', u'id': u'1139ee6db09144fcb5d88fdf17f4b4cc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/17237251987d4d5d8f643c2fc645875b'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2851f89e417a49aa8298932265f185d4', u'id': u'17237251987d4d5d8f643c2fc645875b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1c63ed0da9bf4287914ab4d0c00d674e'}, u'url': u'http://172.30.9.22:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'acaffbd296ed4a5fb92763e0340a8aee', u'id': u'1c63ed0da9bf4287914ab4d0c00d674e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1dae1fc355f442a69c16b329e372b4ca'}, u'url': u'http://172.30.9.22:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'f982085f39784825954ee88c90d1e13a', u'id': u'1dae1fc355f442a69c16b329e372b4ca'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1db151b4d0644f29b540523ae39d5a34'}, u'url': u'http://172.30.9.22:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b224a6c7857f440b9e8450598c683f3f', u'id': u'1db151b4d0644f29b540523ae39d5a34'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/1ddc2b50b484477ca32e4626a81f94e3'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'21f258c431e749459c4f12596fb8da87', u'id': u'1ddc2b50b484477ca32e4626a81f94e3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/2053653e9f9b4e47ac3efdeea0d9877e'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9caf46caed3c4622adf4e51538ff6ed3', u'id': u'2053653e9f9b4e47ac3efdeea0d9877e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/29e945999c04449780d4f741cb4dd89a'}, u'url': u'http://172.30.9.22:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9caf46caed3c4622adf4e51538ff6ed3', u'id': u'29e945999c04449780d4f741cb4dd89a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/2e3f2cfc0ee847b3a96f36758ab0e667'}, u'url': u'http://172.30.9.22:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'8c63c654d9c74964a2a5e2fdf67824cc', u'id': u'2e3f2cfc0ee847b3a96f36758ab0e667'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/3763ba21764e4e8cacc7715931376933'}, u'url': u'http://172.30.9.22:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2851f89e417a49aa8298932265f185d4', u'id': u'3763ba21764e4e8cacc7715931376933'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/41985b5bd319467db1c606f6eaa7dfdc'}, u'url': u'http://172.30.9.22:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'cd9c93a2f57b4bf9967bd67bdaf6ae3e', u'id': u'41985b5bd319467db1c606f6eaa7dfdc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/44b7e84e68d740b6b15c20db28cf9415'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'acaffbd296ed4a5fb92763e0340a8aee', u'id': u'44b7e84e68d740b6b15c20db28cf9415'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4886a48177904a58a98c049934dd6d35'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2851f89e417a49aa8298932265f185d4', u'id': u'4886a48177904a58a98c049934dd6d35'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4e5200d21a314bdda15c695123fe05b9'}, u'url': u'http://172.30.9.22:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'70bc961f4c4d4e2da94e19e15342ba3a', u'id': u'4e5200d21a314bdda15c695123fe05b9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/4eeddde9b33641898facc007ee985923'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'70bc961f4c4d4e2da94e19e15342ba3a', u'id': u'4eeddde9b33641898facc007ee985923'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/5545cb7c07384ee487fe1557d282a110'}, u'url': u'http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'd517b3042144439b9f119b10c55b0f40', u'id': u'5545cb7c07384ee487fe1557d282a110'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/5963730bfc91443282fb15afc7b43cc6'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'f982085f39784825954ee88c90d1e13a', u'id': u'5963730bfc91443282fb15afc7b43cc6'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/65394ce1b9cf410d9523c2fbe751c8e9'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'24e3d49d06464bc0a438b9247830bd51', u'id': u'65394ce1b9cf410d9523c2fbe751c8e9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/66808df5f08d4badbeef1471bb119313'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'37c435c3e7c7402d972abe4af3ddf2b0', u'id': u'66808df5f08d4badbeef1471bb119313'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/69de4b1cffa842128f2f37da28d40566'}, u'url': u'http://12.0.0.25:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'd517b3042144439b9f119b10c55b0f40', u'id': u'69de4b1cffa842128f2f37da28d40566'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/6dbae78a80ae4957a1949813fe2bc615'}, u'url': u'http://172.30.9.22:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'21f258c431e749459c4f12596fb8da87', u'id': u'6dbae78a80ae4957a1949813fe2bc615'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/73de139bfc05428692fc61d9acf700a9'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b224a6c7857f440b9e8450598c683f3f', u'id': u'73de139bfc05428692fc61d9acf700a9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/75529e03cb97488db76b4f935ed81a2a'}, u'url': u'http://172.30.9.22:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'37c435c3e7c7402d972abe4af3ddf2b0', u'id': u'75529e03cb97488db76b4f935ed81a2a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/7f7b4ce38e68453cb5f1d080af317dad'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'cd9c93a2f57b4bf9967bd67bdaf6ae3e', u'id': u'7f7b4ce38e68453cb5f1d080af317dad'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/822492ecfcae48eca358370be9bcc2be'}, u'url': u'http://172.30.9.22:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'24e3d49d06464bc0a438b9247830bd51', u'id': u'822492ecfcae48eca358370be9bcc2be'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/831761409dfe44fb9df9daf72a646b63'}, u'url': u'http://172.30.9.22:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7c72b13cd30045ceb8fcfeafb2c0f663', u'id': u'831761409dfe44fb9df9daf72a646b63'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/9a80b82afd6840ce8e6e3a048ec77e05'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'acaffbd296ed4a5fb92763e0340a8aee', u'id': u'9a80b82afd6840ce8e6e3a048ec77e05'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a0e7c76910804e9f9065b59bb35686aa'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9caf46caed3c4622adf4e51538ff6ed3', u'id': u'a0e7c76910804e9f9065b59bb35686aa'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/a382404f926742a683e6a9cf9fbb2a21'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'8c63c654d9c74964a2a5e2fdf67824cc', u'id': u'a382404f926742a683e6a9cf9fbb2a21'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/af3ede208ee9484ea9b1a7bfcbc6467c'}, u'url': u'http://172.30.9.22:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'48ba0449e2274d21886d1075c426d61e', u'id': u'af3ede208ee9484ea9b1a7bfcbc6467c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/b64937d9ae194f2f8719f27914f9adf2'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7c72b13cd30045ceb8fcfeafb2c0f663', u'id': u'b64937d9ae194f2f8719f27914f9adf2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/bcd4032d70f14b1db9a661eb6a73686a'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'48ba0449e2274d21886d1075c426d61e', u'id': u'bcd4032d70f14b1db9a661eb6a73686a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/cd589d88857d4967bfbaa1454d529410'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'f982085f39784825954ee88c90d1e13a', u'id': u'cd589d88857d4967bfbaa1454d529410'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/ce33ec13e47e4e19acda76486c7a79b9'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'48ba0449e2274d21886d1075c426d61e', u'id': u'ce33ec13e47e4e19acda76486c7a79b9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/d8762bc264a94ec5b4a32dbeb5b134ae'}, u'url': u'http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'd517b3042144439b9f119b10c55b0f40', u'id': u'd8762bc264a94ec5b4a32dbeb5b134ae'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e3a77e6531ac4540afbb2bf68434edc2'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7c72b13cd30045ceb8fcfeafb2c0f663', u'id': u'e3a77e6531ac4540afbb2bf68434edc2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e49c740af08f4f0fbe5591ad45343b1c'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b224a6c7857f440b9e8450598c683f3f', u'id': u'e49c740af08f4f0fbe5591ad45343b1c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.22:5000/v3/endpoints/e922748067d24217b69f2401bf0e14af'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'cd9c93a2f57b4bf9967bd67bdaf6ae3e', u'id': u'e922748067d24217b69f2401bf0e14af'})] 2018-08-13 05:39:50,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-08-13 05:39:50,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/extensions -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:50,817 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39: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-020b47cc-1116-44e0-b590-66b196832655 x-compute-request-id: req-020b47cc-1116-44e0-b590-66b196832655 Content-Encoding: gzip Content-Length: 3147 Content-Type: application/json RESP BODY: {"extensions": [{"updated": "2014-12-03T00:00:00Z", "description": "Multiple network support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "NMN", "name": "Multinic"}, {"updated": "2014-12-03T00:00:00Z", "description": "Disk Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-DCF", "name": "DiskConfig"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Availability Zone support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-AZ", "name": "ExtendedAvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds image size to image listings.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IMG-SIZE", "name": "ImageSize"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds type parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS", "name": "ExtendedIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds mac address parameter to the ip list.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-IPS-MAC", "name": "ExtendedIpsMac"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Server Attributes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-SRV-ATTR", "name": "ExtendedServerAttributes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-EXT-STS", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the disabled status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-DISABLED", "name": "FlavorDisabled"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide additional data for flavors.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-FLV-EXT-DATA", "name": "FlavorExtraData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Pass arbitrary key/value pairs to the scheduler.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SCH-HNT", "name": "SchedulerHints"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds launched_at and terminated_at on Servers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "OS-SRV-USG", "name": "ServerUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Access IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-access-ips", "name": "AccessIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable admin-only server actions\n\n Actions include: resetNetwork, injectNetworkInfo, os-resetState\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-actions", "name": "AdminActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin password management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-admin-password", "name": "AdminPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Agents support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-agents", "name": "Agents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only aggregate administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-aggregates", "name": "Aggregates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Assisted volume snapshots.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-assisted-volume-snapshots", "name": "AssistedVolumeSnapshots"}, {"updated": "2014-12-03T00:00:00Z", "description": "Attach interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-attach-interfaces", "name": "AttachInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "1. Add availability_zone to the Create Server API.\n 2. Add availability zones describing.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-availability-zone", "name": "AvailabilityZone"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add extended status in Baremetal Nodes v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-ext-status", "name": "BareMetalExtStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only bare-metal node administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-baremetal-nodes", "name": "BareMetalNodes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Block device mapping boot support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping", "name": "BlockDeviceMapping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow boot with the new BDM data format.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-block-device-mapping-v2-boot", "name": "BlockDeviceMappingV2Boot"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adding functionality to get cell capacities.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cell-capacities", "name": "CellCapacities"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables cells-related functionality such as adding neighbor cells,\n listing neighbor cells, and getting the capabilities of the local cell.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cells", "name": "Cells"}, {"updated": "2014-12-03T00:00:00Z", "description": "Certificates support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-certificates", "name": "Certificates"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds actions to create cloudpipe instances.\n\n When running with the Vlan network mode, you need a mechanism to route\n from the public Internet to your vlans. This mechanism is known as a\n cloudpipe.\n\n At the time of creating this class, only OpenVPN is supported. Support for\n a SSH Bastion host is forthcoming.\n ", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe", "name": "Cloudpipe"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds the ability to set the vpn ip/port for cloudpipe instances.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-cloudpipe-update", "name": "CloudpipeUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Config Drive Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-config-drive", "name": "ConfigDrive"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console token authentication support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-auth-tokens", "name": "ConsoleAuthTokens"}, {"updated": "2014-12-03T00:00:00Z", "description": "Console log output support, with tailing ability.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-console-output", "name": "ConsoleOutput"}, {"updated": "2014-12-03T00:00:00Z", "description": "Interactive Console support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-consoles", "name": "Consoles"}, {"updated": "2014-12-03T00:00:00Z", "description": "Create a backup of a server.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-backup", "name": "CreateBackup"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended support to the Create Server v1.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-create-server-ext", "name": "Createserverext"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance deferred delete.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-deferred-delete", "name": "DeferredDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-evacuate", "name": "Evacuate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enables server evacuation without target host. Scheduler will select one to target.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-evacuate-find-host", "name": "ExtendedEvacuateFindHost"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds optional fixed_address to the add floating IP command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-floating-ips", "name": "ExtendedFloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended hypervisors support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-hypervisors", "name": "ExtendedHypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds additional fields to networks.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-networks", "name": "ExtendedNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds ability for admins to delete quota and optionally force the update Quota command.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-quotas", "name": "ExtendedQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow the user to specify the image to use for rescue.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-rescue-with-image", "name": "ExtendedRescueWithImage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services", "name": "ExtendedServices"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended services deletion support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-services-delete", "name": "ExtendedServicesDelete"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Status support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-status", "name": "ExtendedStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Extended Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-extended-volumes", "name": "ExtendedVolumes"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fixed IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fixed-ips", "name": "FixedIPs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor access support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-access", "name": "FlavorAccess"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavors extra specs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-extra-specs", "name": "FlavorExtraSpecs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Flavor create/delete API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-manage", "name": "FlavorManage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the rxtx status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-rxtx", "name": "FlavorRxtx"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support to show the swap status of a flavor.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-flavor-swap", "name": "FlavorSwap"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IP DNS support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-dns", "name": "FloatingIpDns"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ip-pools", "name": "FloatingIpPools"}, {"updated": "2014-12-03T00:00:00Z", "description": "Floating IPs support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips", "name": "FloatingIps"}, {"updated": "2014-12-03T00:00:00Z", "description": "Bulk handling of Floating IPs.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-floating-ips-bulk", "name": "FloatingIpsBulk"}, {"updated": "2014-12-03T00:00:00Z", "description": "Fping Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-fping", "name": "Fping"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support hiding server addresses in certain states.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hide-server-addresses", "name": "HideServerAddresses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only host administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hosts", "name": "Hosts"}, {"updated": "2014-12-03T00:00:00Z", "description": "Show hypervisor status.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisor-status", "name": "HypervisorStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only hypervisor administration.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-hypervisors", "name": "Hypervisors"}, {"updated": "2014-12-03T00:00:00Z", "description": "View a log of actions and events taken on an instance.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance-actions", "name": "InstanceActions"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Task Log Monitoring.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-instance_usage_audit_log", "name": "OSInstanceUsageAuditLog"}, {"updated": "2014-12-03T00:00:00Z", "description": "Keypair Support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-keypairs", "name": "Keypairs"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable lock/unlock server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-lock-server", "name": "LockServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable migrate and live-migrate server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrate-server", "name": "MigrateServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on migrations.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-migrations", "name": "Migrations"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow multiple create in the Create Server v2.1 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-multiple-create", "name": "MultipleCreate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Admin-only Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks", "name": "Networks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Network association support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-networks-associate", "name": "NetworkAssociationSupport"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable pause/unpause server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-pause-server", "name": "PauseServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Personality support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-personality", "name": "Personality"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow preservation of the ephemeral partition on rebuild.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-preserve-ephemeral-rebuild", "name": "PreserveEphemeralOnRebuild"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quota classes management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-class-sets", "name": "QuotaClasses"}, {"updated": "2014-12-03T00:00:00Z", "description": "Quotas management support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-quota-sets", "name": "Quotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance rescue mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-rescue", "name": "Rescue"}, {"updated": "2014-12-03T00:00:00Z", "description": "Default rules for security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-group-default-rules", "name": "SecurityGroupDefaultRules"}, {"updated": "2014-12-03T00:00:00Z", "description": "Security group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-security-groups", "name": "SecurityGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow Admins to view server diagnostics through server action.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-diagnostics", "name": "ServerDiagnostics"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server External Event Triggers.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-external-events", "name": "ServerExternalEvents"}, {"updated": "2014-12-03T00:00:00Z", "description": "Adds quota support to server groups.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-group-quotas", "name": "ServerGroupQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server group support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-groups", "name": "ServerGroups"}, {"updated": "2014-12-03T00:00:00Z", "description": "Allow to filter the servers by a set of status values.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-list-multi-status", "name": "ServerListMultiStatus"}, {"updated": "2014-12-03T00:00:00Z", "description": "Server password support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-password", "name": "ServerPassword"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add sorting support in get Server v2 API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-sort-keys", "name": "ServerSortKeys"}, {"updated": "2014-12-03T00:00:00Z", "description": "Start/Stop instance compute API support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-server-start-stop", "name": "ServerStartStop"}, {"updated": "2014-12-03T00:00:00Z", "description": "Services support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-services", "name": "Services"}, {"updated": "2014-12-03T00:00:00Z", "description": "Instance shelve mode.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-shelve", "name": "Shelve"}, {"updated": "2014-12-03T00:00:00Z", "description": "Simple tenant usage extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-simple-tenant-usage", "name": "SimpleTenantUsage"}, {"updated": "2014-12-03T00:00:00Z", "description": "Enable suspend/resume server actions.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-suspend-server", "name": "SuspendServer"}, {"updated": "2014-12-03T00:00:00Z", "description": "Tenant-based Network Management Extension.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-tenant-networks", "name": "OSTenantNetworks"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data on limited resources that are being used.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits", "name": "UsedLimits"}, {"updated": "2014-12-03T00:00:00Z", "description": "Provide data to admin on limited resources used by other tenants.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-used-limits-for-admin", "name": "UsedLimitsForAdmin"}, {"updated": "2014-12-03T00:00:00Z", "description": "Add user_data to the Create Server API.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-data", "name": "UserData"}, {"updated": "2014-12-03T00:00:00Z", "description": "Project user quota support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-user-quotas", "name": "UserQuotas"}, {"updated": "2014-12-03T00:00:00Z", "description": "Virtual interface support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-virtual-interfaces", "name": "VirtualInterfaces"}, {"updated": "2014-12-03T00:00:00Z", "description": "Support for updating a volume attachment.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volume-attachment-update", "name": "VolumeAttachmentUpdate"}, {"updated": "2014-12-03T00:00:00Z", "description": "Volumes support.", "links": [], "namespace": "http://docs.openstack.org/compute/ext/fake_xml", "alias": "os-volumes", "name": "Volumes"}]} 2018-08-13 05:39:50,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-020b47cc-1116-44e0-b590-66b196832655 2018-08-13 05:39:50,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112768888474s 2018-08-13 05:39:50,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/extensions used request id req-020b47cc-1116-44e0-b590-66b196832655 2018-08-13 05:39:50,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-08-13 05:39:50,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-floating-ip-pools -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:52,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39: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-2712851f-5e6a-4275-b158-808e4505103d x-compute-request-id: req-2712851f-5e6a-4275-b158-808e4505103d Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-08-13 05:39:52,732 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-2712851f-5e6a-4275-b158-808e4505103d 2018-08-13 05:39:52,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.895788908s 2018-08-13 05:39:52,733 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-floating-ip-pools used request id req-2712851f-5e6a-4275-b158-808e4505103d 2018-08-13 05:39:52,733 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-08-13 05:39:52,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:39:52,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:53,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9b844594-ada7-4c69-a056-6f4df5b93862 Date: Mon, 13 Aug 2018 05:39:53 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:39:53,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9b844594-ada7-4c69-a056-6f4df5b93862 2018-08-13 05:39:53,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.300562143326s 2018-08-13 05:39:53,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9b844594-ada7-4c69-a056-6f4df5b93862 2018-08-13 05:39:53,041 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-08-13 05:39:53,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-13 05:39:53,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:53,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26d17866-1f0f-45e5-8764-da299c1a51f7 x-compute-request-id: req-26d17866-1f0f-45e5-8764-da299c1a51f7 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 05:39:53,234 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-26d17866-1f0f-45e5-8764-da299c1a51f7 2018-08-13 05:39:53,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.191922903061s 2018-08-13 05:39:53,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-26d17866-1f0f-45e5-8764-da299c1a51f7 2018-08-13 05:39:53,235 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.3', u'hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'cpu_info': u'{"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}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 1, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 11}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0}), Munch({u'status': u'enabled', u'host_ip': u'192.30.9.7', u'hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'cpu_info': u'{"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}}', u'free_disk_gb': 148, u'hypervisor_version': 2010000, u'disk_available_least': 148, u'local_gb': 148, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 12}, u'vcpus_used': 0, u'hypervisor_type': u'QEMU', u'local_gb_used': 0, u'vcpus': 16, u'memory_mb_used': 4096, u'memory_mb': 32502, u'current_workload': 0, u'state': u'up', u'running_vms': 0})] 2018-08-13 05:39:53,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-08-13 05:39:53,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:53,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-bc199a52-0372-4afa-a49b-2be6147dfc51 x-compute-request-id: req-bc199a52-0372-4afa-a49b-2be6147dfc51 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-08-13 05:39:53,363 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-bc199a52-0372-4afa-a49b-2be6147dfc51 2018-08-13 05:39:53,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.127228021622s 2018-08-13 05:39:53,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-bc199a52-0372-4afa-a49b-2be6147dfc51 2018-08-13 05:39:53,364 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-08-13 05:39:53,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:39:53,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:53,444 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-57eeeeda-f37b-4bf0-b4e3-31ffef483026 Date: Mon, 13 Aug 2018 05:39:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:39:53,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-57eeeeda-f37b-4bf0-b4e3-31ffef483026 2018-08-13 05:39:53,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0802030563354s 2018-08-13 05:39:53,445 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-57eeeeda-f37b-4bf0-b4e3-31ffef483026 2018-08-13 05:39:53,445 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'5544ebda-956f-43cd-b1c7-79b49e0c26ec'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-08-13T05:37:41Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'mtu': 1500, u'id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'provider:segmentation_id': None, u'router:external': True, u'availability_zone_hints': [], u'availability_zones': [u'nova'], u'name': u'external', u'admin_state_up': True, u'tenant_id': u'6bcb461c2c1f424bb247294430688f67', u'created_at': u'2018-08-13T05:37:37Z', u'provider:network_type': u'flat', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6bcb461c2c1f424bb247294430688f67'})] 2018-08-13 05:39:53,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:39:53,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:53,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-fb941847-f97c-45dc-ac91-d4c2c6ae9718 Date: Mon, 13 Aug 2018 05:39:53 GMT RESP BODY: {"ports":[]} 2018-08-13 05:39:53,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-fb941847-f97c-45dc-ac91-d4c2c6ae9718 2018-08-13 05:39:53,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0273728370667s 2018-08-13 05:39:53,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json used request id req-fb941847-f97c-45dc-ac91-d4c2c6ae9718 2018-08-13 05:39:53,474 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-08-13 05:39:53,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 05:39:53,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/role_assignments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:53,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f0591b4-6702-48e0-a836-4740898931dd Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "1b9c70b00a9043caaeded006feaaf16d"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/1b9c70b00a9043caaeded006feaaf16d/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "31c8cef3420f4589ad09425f62dfa0b0"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/31c8cef3420f4589ad09425f62dfa0b0/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "42b8c39d04844cfd8c95e6c1aa270085"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/42b8c39d04844cfd8c95e6c1aa270085/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "62d2d3a0e69f4a51a01ffab523700880"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/62d2d3a0e69f4a51a01ffab523700880/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "68998157e74b4143841d3ee434673f75"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/68998157e74b4143841d3ee434673f75/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "a32cf02322d84a9e92d3baf975f77e50"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/a32cf02322d84a9e92d3baf975f77e50/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "c9e81c17b4d242b5a9c2b9e85947016b"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/c9e81c17b4d242b5a9c2b9e85947016b/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "cb0e9968efb44f9f9e8354e0dddf2ee9"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/cb0e9968efb44f9f9e8354e0dddf2ee9/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "d620c62343104f5784f0c5d4c91c5ac9"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/d620c62343104f5784f0c5d4c91c5ac9/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "d7ef3e1e128947308bf2769cc742214e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/d7ef3e1e128947308bf2769cc742214e/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "d10f6e1b27d44e5eb3d71b57c6fe7167"}, "user": {"id": "d7ef3e1e128947308bf2769cc742214e"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/d7ef3e1e128947308bf2769cc742214e/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "ddf025a3ed10467c826d4e7927e1e862"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/ddf025a3ed10467c826d4e7927e1e862/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "6bcb461c2c1f424bb247294430688f67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "faf59959db57400e878a6a4e368c74fe"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67/users/faf59959db57400e878a6a4e368c74fe/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"project": {"id": "1dcb5dba3d6d42ea97f37319eab783f3"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "links": {"assignment": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"domain": {"id": "3e3b2eea058f4bd8973ae46803d92c67"}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "7af8148a65044684a89de60b4f9bfccc"}, "links": {"assignment": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67/users/7af8148a65044684a89de60b4f9bfccc/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}, {"scope": {"system": {"all": true}}, "role": {"id": "1af22b0960704f3c9a15cf7b53bd46e0"}, "user": {"id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "links": {"assignment": "http://172.30.9.22:5000/v3/system/users/fd4b32efc0a44ad3ae4f0b915c8a15f2/roles/1af22b0960704f3c9a15cf7b53bd46e0"}}], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments", "previous": null, "next": null}} 2018-08-13 05:39:53,721 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-2f0591b4-6702-48e0-a836-4740898931dd 2018-08-13 05:39:53,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.244833946228s 2018-08-13 05:39:53,722 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments used request id req-2f0591b4-6702-48e0-a836-4740898931dd 2018-08-13 05:39:53,726 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'1b9c70b00a9043caaeded006feaaf16d'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'31c8cef3420f4589ad09425f62dfa0b0'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'42b8c39d04844cfd8c95e6c1aa270085'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'62d2d3a0e69f4a51a01ffab523700880'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'68998157e74b4143841d3ee434673f75'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'a32cf02322d84a9e92d3baf975f77e50'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'c9e81c17b4d242b5a9c2b9e85947016b'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'cb0e9968efb44f9f9e8354e0dddf2ee9'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'd620c62343104f5784f0c5d4c91c5ac9'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'd7ef3e1e128947308bf2769cc742214e'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'd10f6e1b27d44e5eb3d71b57c6fe7167', 'user': u'd7ef3e1e128947308bf2769cc742214e'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'ddf025a3ed10467c826d4e7927e1e862'}), Munch({'project': u'6bcb461c2c1f424bb247294430688f67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'faf59959db57400e878a6a4e368c74fe'}), Munch({'project': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'fd4b32efc0a44ad3ae4f0b915c8a15f2'}), Munch({'domain': u'3e3b2eea058f4bd8973ae46803d92c67', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'7af8148a65044684a89de60b4f9bfccc'}), Munch({'id': u'1af22b0960704f3c9a15cf7b53bd46e0', 'user': u'fd4b32efc0a44ad3ae4f0b915c8a15f2'})] 2018-08-13 05:39:53,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:39:53,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:53,935 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30e7365b-9435-4d1e-a682-7c77dd630f70 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:39:53,935 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-30e7365b-9435-4d1e-a682-7c77dd630f70 2018-08-13 05:39:53,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204077005386s 2018-08-13 05:39:53,936 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-30e7365b-9435-4d1e-a682-7c77dd630f70 2018-08-13 05:39:53,937 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_roles: [Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'member', 'id': u'178c76b5dcf840798988d37683e957fc'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'admin', 'id': u'1af22b0960704f3c9a15cf7b53bd46e0'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'reader', 'id': u'617690a72d2e4b76a81c42c95df2f9a1'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'swiftoperator', 'id': u'98367a7eec14468f97beb4a764188a9c'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'_member_', 'id': u'9fe2ff9ee4384b1894a90878d3e92bab'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'heat_stack_user', 'id': u'b93d9856a8ae404b94703e1e5bf669e8'}), Munch({'properties': {}, 'location': Munch({'project': Munch({'domain_id': None, 'id': None, 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': None, 'name': u'ResellerAdmin', 'id': u'd10f6e1b27d44e5eb3d71b57c6fe7167'})] 2018-08-13 05:39:53,938 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:39:53,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:54,116 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-cfc0d388-5969-4e79-9281-dbd67be25c9b Date: Mon, 13 Aug 2018 05:39:54 GMT RESP BODY: {"routers": []} 2018-08-13 05:39:54,116 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-cfc0d388-5969-4e79-9281-dbd67be25c9b 2018-08-13 05:39:54,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.177912950516s 2018-08-13 05:39:54,116 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-cfc0d388-5969-4e79-9281-dbd67be25c9b 2018-08-13 05:39:54,117 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-08-13 05:39:54,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:39:54,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:54,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b3707bca-e16a-4244-8272-e03fd5778234 x-compute-request-id: req-b3707bca-e16a-4244-8272-e03fd5778234 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-13 05:39:54,224 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3707bca-e16a-4244-8272-e03fd5778234 2018-08-13 05:39:54,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.107087850571s 2018-08-13 05:39:54,225 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b3707bca-e16a-4244-8272-e03fd5778234 2018-08-13 05:39:54,225 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-08-13 05:39:54,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-13 05:39:54,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:39:54,238 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:39:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4ad738b2-e128-474d-805e-ab8f141312a9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-13 05:39:54,238 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-4ad738b2-e128-474d-805e-ab8f141312a9 2018-08-13 05:39:54,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:54,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d8a0701-e4e1-4d52-bb80-58e07d2e2217 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/21f258c431e749459c4f12596fb8da87"}, "enabled": true, "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/24e3d49d06464bc0a438b9247830bd51"}, "enabled": true, "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2851f89e417a49aa8298932265f185d4"}, "enabled": true, "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3135ebb18a0549dd8dde128abe17dbd0"}, "enabled": true, "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/37c435c3e7c7402d972abe4af3ddf2b0"}, "enabled": true, "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/48ba0449e2274d21886d1075c426d61e"}, "enabled": true, "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/70bc961f4c4d4e2da94e19e15342ba3a"}, "enabled": true, "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c72b13cd30045ceb8fcfeafb2c0f663"}, "enabled": true, "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8c63c654d9c74964a2a5e2fdf67824cc"}, "enabled": true, "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9caf46caed3c4622adf4e51538ff6ed3"}, "enabled": true, "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/acaffbd296ed4a5fb92763e0340a8aee"}, "enabled": true, "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b224a6c7857f440b9e8450598c683f3f"}, "enabled": true, "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cd9c93a2f57b4bf9967bd67bdaf6ae3e"}, "enabled": true, "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d517b3042144439b9f119b10c55b0f40"}, "enabled": true, "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f982085f39784825954ee88c90d1e13a"}, "enabled": true, "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-13 05:39:54,337 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8d8a0701-e4e1-4d52-bb80-58e07d2e2217 2018-08-13 05:39:54,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.10897898674s 2018-08-13 05:39:54,338 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-8d8a0701-e4e1-4d52-bb80-58e07d2e2217 2018-08-13 05:39:54,343 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'21f258c431e749459c4f12596fb8da87', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'24e3d49d06464bc0a438b9247830bd51', 'name': u'panko'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'2851f89e417a49aa8298932265f185d4', 'name': u'nova'}), Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'3135ebb18a0549dd8dde128abe17dbd0', 'name': u'ceilometer'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'37c435c3e7c7402d972abe4af3ddf2b0', 'name': u'glance'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'48ba0449e2274d21886d1075c426d61e', 'name': u'placement'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'70bc961f4c4d4e2da94e19e15342ba3a', 'name': u'keystone'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'7c72b13cd30045ceb8fcfeafb2c0f663', 'name': u'neutron'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'8c63c654d9c74964a2a5e2fdf67824cc', 'name': u'gnocchi'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'9caf46caed3c4622adf4e51538ff6ed3', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'acaffbd296ed4a5fb92763e0340a8aee', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'b224a6c7857f440b9e8450598c683f3f', 'name': u'cinder'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'cd9c93a2f57b4bf9967bd67bdaf6ae3e', 'name': u'heat'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'd517b3042144439b9f119b10c55b0f40', 'name': u'swift'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'f982085f39784825954ee88c90d1e13a', 'name': u'aodh'})] 2018-08-13 05:39:54,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:39:54,344 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}648834f54cb32f0a8bb676a1d97ef76e1314cc75" 2018-08-13 05:39:54,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-9e736885-ed01-4b2d-8ed9-b598b40d3800 Date: Mon, 13 Aug 2018 05:39:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-13 05:39:54,381 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9e736885-ed01-4b2d-8ed9-b598b40d3800 2018-08-13 05:39:54,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0377597808838s 2018-08-13 05:39:54,382 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9e736885-ed01-4b2d-8ed9-b598b40d3800 2018-08-13 05:39:54,382 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:37:41Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'172.30.9.200', u'end': u'172.30.9.220'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'172.30.9.0/24', u'id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'tenant_id': u'6bcb461c2c1f424bb247294430688f67', u'created_at': u'2018-08-13T05:37:41Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'6bcb461c2c1f424bb247294430688f67'})] 2018-08-13 05:39:54,537 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:39:54,537 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:05 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-08-13 05:39:54,590 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:39:54,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:39:54,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:39:54,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:39:54,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:39:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9b5d7a6-0cec-4cdc-b012-ab96c97a5e64 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:39:54,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a9b5d7a6-0cec-4cdc-b012-ab96c97a5e64 2018-08-13 05:39:54,710 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:39:55,099 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:39:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["7qE0LUmPSOGl1yOt36U6Rg"], "issued_at": "2018-08-13T05:39:55.000000Z"}} 2018-08-13 05:39:55,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:39:55,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:39:56,090 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-de8a319d-e6ec-40fc-a56e-16e9235bb885 Date: Mon, 13 Aug 2018 05:39:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:39:56,090 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de8a319d-e6ec-40fc-a56e-16e9235bb885 2018-08-13 05:39:56,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.987801074982s 2018-08-13 05:39:56,091 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-de8a319d-e6ec-40fc-a56e-16e9235bb885 2018-08-13 05:39:56,091 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-08-13 05:39:56,092 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:39:56,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" -d '{"network": {"name": "tenantnetwork1-net_06b01eb1-7787-462e-9e16-8e7c5fb0309a", "admin_state_up": true}}' 2018-08-13 05:39:56,639 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 687 X-Openstack-Request-Id: req-b5870386-f847-46fd-beee-55507bb33a75 Date: Mon, 13 Aug 2018 05:39:56 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0ee607fb-78f0-488d-9c1b-a73bf8463bcb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:39:56Z","is_default":false,"provider:segmentation_id":26,"name":"tenantnetwork1-net_06b01eb1-7787-462e-9e16-8e7c5fb0309a","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:39:56Z","mtu":1450}} 2018-08-13 05:39:56,639 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b5870386-f847-46fd-beee-55507bb33a75 2018-08-13 05:39:56,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.546988010406s 2018-08-13 05:39:56,639 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-b5870386-f847-46fd-beee-55507bb33a75 2018-08-13 05:39:56,640 - 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-08-13T05:39:56Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0ee607fb-78f0-488d-9c1b-a73bf8463bcb', u'provider:segmentation_id': 26, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-net_06b01eb1-7787-462e-9e16-8e7c5fb0309a', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:39:56Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:39:56,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:39:56,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:39:56,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-3913fca9-7667-46c1-8a8d-1d610136bd7c Date: Mon, 13 Aug 2018 05:39:56 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0ee607fb-78f0-488d-9c1b-a73bf8463bcb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:39:56Z","provider:segmentation_id":26,"name":"tenantnetwork1-net_06b01eb1-7787-462e-9e16-8e7c5fb0309a","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:39:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:39:56,756 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3913fca9-7667-46c1-8a8d-1d610136bd7c 2018-08-13 05:39:56,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.115486860275s 2018-08-13 05:39:56,756 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3913fca9-7667-46c1-8a8d-1d610136bd7c 2018-08-13 05:39:56,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:39:56,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" -d '{"subnet": {"name": "tenantnetwork1-subnet_06b01eb1-7787-462e-9e16-8e7c5fb0309a", "enable_dhcp": true, "network_id": "0ee607fb-78f0-488d-9c1b-a73bf8463bcb", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:39:57,621 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-dc244b3f-2bc9-49a6-bafc-f19533d529be Date: Mon, 13 Aug 2018 05:39:57 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ee607fb-78f0-488d-9c1b-a73bf8463bcb","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:39:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:39:57Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"f14fc485-1771-4eaf-8062-5e5ac0bb5ba8","subnetpool_id":null,"name":"tenantnetwork1-subnet_06b01eb1-7787-462e-9e16-8e7c5fb0309a"}} 2018-08-13 05:39:57,621 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-dc244b3f-2bc9-49a6-bafc-f19533d529be 2018-08-13 05:39:57,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.863037109375s 2018-08-13 05:39:57,622 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-dc244b3f-2bc9-49a6-bafc-f19533d529be 2018-08-13 05:39:57,622 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:39:57Z', 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'f14fc485-1771-4eaf-8062-5e5ac0bb5ba8', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_06b01eb1-7787-462e-9e16-8e7c5fb0309a', u'enable_dhcp': True, u'network_id': u'0ee607fb-78f0-488d-9c1b-a73bf8463bcb', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:39:57Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:39:57,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:39:57,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "tenantnetwork1-router_06b01eb1-7787-462e-9e16-8e7c5fb0309a", "admin_state_up": true}}' 2018-08-13 05:39:59,102 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-e280cacf-bbde-49e0-8029-4307e6f269dd Date: Mon, 13 Aug 2018 05:39:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "62226584-aec9-4534-bcc6-8494594b1343", "name": "tenantnetwork1-router_06b01eb1-7787-462e-9e16-8e7c5fb0309a"}} 2018-08-13 05:39:59,102 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e280cacf-bbde-49e0-8029-4307e6f269dd 2018-08-13 05:39:59,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.47901082039s 2018-08-13 05:39:59,102 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e280cacf-bbde-49e0-8029-4307e6f269dd 2018-08-13 05:39:59,103 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.217'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:39:57Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T05:39:58Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'62226584-aec9-4534-bcc6-8494594b1343', u'name': u'tenantnetwork1-router_06b01eb1-7787-462e-9e16-8e7c5fb0309a'}) 2018-08-13 05:39:59,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:39:59,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" -d '{"subnet_id": "f14fc485-1771-4eaf-8062-5e5ac0bb5ba8"}' 2018-08-13 05:40:00,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-330d37a2-afe5-4951-8cb1-31f3e16b7703 Date: Mon, 13 Aug 2018 05:40:00 GMT RESP BODY: {"network_id": "0ee607fb-78f0-488d-9c1b-a73bf8463bcb", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "f14fc485-1771-4eaf-8062-5e5ac0bb5ba8", "subnet_ids": ["f14fc485-1771-4eaf-8062-5e5ac0bb5ba8"], "port_id": "2fa59afc-b252-419a-b699-77489cd79cd4", "id": "62226584-aec9-4534-bcc6-8494594b1343"} 2018-08-13 05:40:00,619 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343/add_router_interface.json used request id req-330d37a2-afe5-4951-8cb1-31f3e16b7703 2018-08-13 05:40:00,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.51623892784s 2018-08-13 05:40:00,620 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343/add_router_interface.json used request id req-330d37a2-afe5-4951-8cb1-31f3e16b7703 returning object 62226584-aec9-4534-bcc6-8494594b1343 2018-08-13 05:40:00,737 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:40:00,738 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:05 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-13 05:40:00,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:40:00,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" -d '{"subnet_id": "f14fc485-1771-4eaf-8062-5e5ac0bb5ba8"}' 2018-08-13 05:40:02,551 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8110a59f-5053-4062-8763-4cfdeb854bb8 Date: Mon, 13 Aug 2018 05:40:02 GMT RESP BODY: {"network_id": "0ee607fb-78f0-488d-9c1b-a73bf8463bcb", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "f14fc485-1771-4eaf-8062-5e5ac0bb5ba8", "subnet_ids": ["f14fc485-1771-4eaf-8062-5e5ac0bb5ba8"], "port_id": "2fa59afc-b252-419a-b699-77489cd79cd4", "id": "62226584-aec9-4534-bcc6-8494594b1343"} 2018-08-13 05:40:02,551 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343/remove_router_interface.json used request id req-8110a59f-5053-4062-8763-4cfdeb854bb8 2018-08-13 05:40:02,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.80814504623s 2018-08-13 05:40:02,552 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343/remove_router_interface.json used request id req-8110a59f-5053-4062-8763-4cfdeb854bb8 returning object 62226584-aec9-4534-bcc6-8494594b1343 2018-08-13 05:40:02,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:40:02,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:40:02,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-c8f1406e-b161-4c1b-a0a0-0e5f85957c68 Date: Mon, 13 Aug 2018 05:40:02 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:57Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:40:01Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "62226584-aec9-4534-bcc6-8494594b1343", "name": "tenantnetwork1-router_06b01eb1-7787-462e-9e16-8e7c5fb0309a"}]} 2018-08-13 05:40:02,662 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c8f1406e-b161-4c1b-a0a0-0e5f85957c68 2018-08-13 05:40:02,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110362052917s 2018-08-13 05:40:02,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c8f1406e-b161-4c1b-a0a0-0e5f85957c68 2018-08-13 05:40:02,664 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:40:02,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:40:04,098 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d4c4f62-84d9-407e-b254-db834c0b3190 Content-Length: 0 Date: Mon, 13 Aug 2018 05:40:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:04,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343.json used request id req-6d4c4f62-84d9-407e-b254-db834c0b3190 2018-08-13 05:40:04,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43420910835s 2018-08-13 05:40:04,099 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/62226584-aec9-4534-bcc6-8494594b1343.json used request id req-6d4c4f62-84d9-407e-b254-db834c0b3190 2018-08-13 05:40:04,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:40:04,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:40:04,168 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1296 X-Openstack-Request-Id: req-08402d4b-df06-4767-8f5f-93bd7d38313c Date: Mon, 13 Aug 2018 05:40:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0ee607fb-78f0-488d-9c1b-a73bf8463bcb","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:39:57Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:39:57Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"f14fc485-1771-4eaf-8062-5e5ac0bb5ba8","subnetpool_id":null,"name":"tenantnetwork1-subnet_06b01eb1-7787-462e-9e16-8e7c5fb0309a"}]} 2018-08-13 05:40:04,168 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-08402d4b-df06-4767-8f5f-93bd7d38313c 2018-08-13 05:40:04,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0687570571899s 2018-08-13 05:40:04,169 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-08402d4b-df06-4767-8f5f-93bd7d38313c 2018-08-13 05:40:04,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:40:04,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/f14fc485-1771-4eaf-8062-5e5ac0bb5ba8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:40:05,201 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a49c857f-157e-4e98-b4c9-f07e71de7108 Date: Mon, 13 Aug 2018 05:40:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:05,201 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f14fc485-1771-4eaf-8062-5e5ac0bb5ba8.json used request id req-a49c857f-157e-4e98-b4c9-f07e71de7108 2018-08-13 05:40:05,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.03135895729s 2018-08-13 05:40:05,202 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f14fc485-1771-4eaf-8062-5e5ac0bb5ba8.json used request id req-a49c857f-157e-4e98-b4c9-f07e71de7108 2018-08-13 05:40:05,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:05,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:40:05,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1358 X-Openstack-Request-Id: req-efe8ace4-35c3-436e-bde2-9e2e32b3f330 Date: Mon, 13 Aug 2018 05:40:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0ee607fb-78f0-488d-9c1b-a73bf8463bcb","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:40:05Z","provider:segmentation_id":26,"name":"tenantnetwork1-net_06b01eb1-7787-462e-9e16-8e7c5fb0309a","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:39:56Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:05,287 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-efe8ace4-35c3-436e-bde2-9e2e32b3f330 2018-08-13 05:40:05,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0847959518433s 2018-08-13 05:40:05,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-efe8ace4-35c3-436e-bde2-9e2e32b3f330 2018-08-13 05:40:05,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:40:05,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/0ee607fb-78f0-488d-9c1b-a73bf8463bcb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}c3d41da3d13d8126837dc8090f0407cc06e4eda4" 2018-08-13 05:40:07,186 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8da8c4d9-77f3-4938-8695-690782194acb Date: Mon, 13 Aug 2018 05:40:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:07,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0ee607fb-78f0-488d-9c1b-a73bf8463bcb.json used request id req-8da8c4d9-77f3-4938-8695-690782194acb 2018-08-13 05:40:07,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.89767503738s 2018-08-13 05:40:07,187 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0ee607fb-78f0-488d-9c1b-a73bf8463bcb.json used request id req-8da8c4d9-77f3-4938-8695-690782194acb 2018-08-13 05:40:07,241 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-08-13 05:40:07,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:40:07,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:40:07,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:40:07,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:07,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cd4137a-7004-4b36-aba5-bac1352d7073 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:40:07,292 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9cd4137a-7004-4b36-aba5-bac1352d7073 2018-08-13 05:40:07,293 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:40:07,682 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:40:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["iuzmZoPhSpm8MeUJ9Rwguw"], "issued_at": "2018-08-13T05:40:07.000000Z"}} 2018-08-13 05:40:07,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:07,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:08,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7a83e01e-5e87-4c63-8a30-e712206daeeb Date: Mon, 13 Aug 2018 05:40:08 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:08,752 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7a83e01e-5e87-4c63-8a30-e712206daeeb 2018-08-13 05:40:08,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.0668759346s 2018-08-13 05:40:08,752 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-7a83e01e-5e87-4c63-8a30-e712206daeeb 2018-08-13 05:40:08,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:08,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:40:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-494a8ae0-6f8d-45dc-915e-ad27ca373730 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:40:08,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-494a8ae0-6f8d-45dc-915e-ad27ca373730 2018-08-13 05:40:08,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:40:08,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:08,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec9c2745-a768-4aa7-8668-0d77412e6142 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 05:40:08,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ec9c2745-a768-4aa7-8668-0d77412e6142 2018-08-13 05:40:08,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104187011719s 2018-08-13 05:40:08,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ec9c2745-a768-4aa7-8668-0d77412e6142 2018-08-13 05:40:08,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 05:40:08,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b"}}' 2018-08-13 05:40:09,143 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:40:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2de2319c-6c9b-497c-87c0-64243ee95194 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b"}, "tags": [], "enabled": true, "id": "9112eace93ca402ab6639c7c7efa019b", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b"}} 2018-08-13 05:40:09,143 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2de2319c-6c9b-497c-87c0-64243ee95194 2018-08-13 05:40:09,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.268727064133s 2018-08-13 05:40:09,143 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-2de2319c-6c9b-497c-87c0-64243ee95194 2018-08-13 05:40:09,144 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: tenantnetwork2', u'tags': [], 'enabled': True, 'id': u'9112eace93ca402ab6639c7c7efa019b', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b'}) 2018-08-13 05:40:09,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 05:40:09,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "3671cbc9-d62f-4e9f-868e-e6f4a1e239c1", "email": null, "name": "tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b"}}' 2018-08-13 05:40:09,550 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:40:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ab92711-a317-4452-b2df-74b5d2e587fb Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b", "links": {"self": "http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2b0ab2208cc24e20b5693e4b83ccba66", "domain_id": "default", "password_expires_at": null}} 2018-08-13 05:40:09,550 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-7ab92711-a317-4452-b2df-74b5d2e587fb 2018-08-13 05:40:09,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.400177001953s 2018-08-13 05:40:09,550 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-7ab92711-a317-4452-b2df-74b5d2e587fb 2018-08-13 05:40:09,551 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2b0ab2208cc24e20b5693e4b83ccba66', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b'}) 2018-08-13 05:40:09,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:40:09,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:09,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f2674542-2dfe-4fb6-ad30-fc9b1922705d Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:40:09,719 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f2674542-2dfe-4fb6-ad30-fc9b1922705d 2018-08-13 05:40:09,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.164673805237s 2018-08-13 05:40:09,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f2674542-2dfe-4fb6-ad30-fc9b1922705d 2018-08-13 05:40:09,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:40:09,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:09,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdbda038-c605-4039-9c77-470c79295724 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:40:09,905 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fdbda038-c605-4039-9c77-470c79295724 2018-08-13 05:40:09,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180953979492s 2018-08-13 05:40:09,905 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fdbda038-c605-4039-9c77-470c79295724 2018-08-13 05:40:09,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:40:09,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:10,088 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41d09105-846f-467c-a79a-02b7f9c00486 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:40:10,088 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-41d09105-846f-467c-a79a-02b7f9c00486 2018-08-13 05:40:10,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178224086761s 2018-08-13 05:40:10,089 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-41d09105-846f-467c-a79a-02b7f9c00486 2018-08-13 05:40:10,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:40:10,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:10,352 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7c8469b6-f2b8-4e0a-abad-72f3390cc6dc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 05:40:10,352 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7c8469b6-f2b8-4e0a-abad-72f3390cc6dc 2018-08-13 05:40:10,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.259253978729s 2018-08-13 05:40:10,353 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-7c8469b6-f2b8-4e0a-abad-72f3390cc6dc 2018-08-13 05:40:10,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:40:10,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:10,544 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10ad513-41ce-49eb-8c47-424b4b966f52 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b", "links": {"self": "http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2b0ab2208cc24e20b5693e4b83ccba66", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:40:10,544 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a10ad513-41ce-49eb-8c47-424b4b966f52 2018-08-13 05:40:10,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190334796906s 2018-08-13 05:40:10,545 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a10ad513-41ce-49eb-8c47-424b4b966f52 2018-08-13 05:40:10,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:40:10,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:10,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a4223716-b22d-4c48-a89f-22c279611d05 Content-Encoding: gzip Content-Length: 398 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b"}, "tags": [], "enabled": true, "id": "9112eace93ca402ab6639c7c7efa019b", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b"}]} 2018-08-13 05:40:10,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a4223716-b22d-4c48-a89f-22c279611d05 2018-08-13 05:40:10,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.138244867325s 2018-08-13 05:40:10,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-a4223716-b22d-4c48-a89f-22c279611d05 2018-08-13 05:40:10,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 05:40:10,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=2b0ab2208cc24e20b5693e4b83ccba66&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=9112eace93ca402ab6639c7c7efa019b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:10,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c34a349-9e71-4b54-9cee-d9c7f7e4a4ed Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2b0ab2208cc24e20b5693e4b83ccba66&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=9112eace93ca402ab6639c7c7efa019b", "previous": null, "next": null}} 2018-08-13 05:40:10,805 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2b0ab2208cc24e20b5693e4b83ccba66&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=9112eace93ca402ab6639c7c7efa019b used request id req-3c34a349-9e71-4b54-9cee-d9c7f7e4a4ed 2018-08-13 05:40:10,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.102865219116s 2018-08-13 05:40:10,805 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2b0ab2208cc24e20b5693e4b83ccba66&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=9112eace93ca402ab6639c7c7efa019b used request id req-3c34a349-9e71-4b54-9cee-d9c7f7e4a4ed 2018-08-13 05:40:10,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 05:40:10,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b/users/2b0ab2208cc24e20b5693e4b83ccba66/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:10,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:40:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d30392dc-a7eb-4e6b-b464-7654a074bf60 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:40:10,997 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b/users/2b0ab2208cc24e20b5693e4b83ccba66/roles/178c76b5dcf840798988d37683e957fc used request id req-d30392dc-a7eb-4e6b-b464-7654a074bf60 2018-08-13 05:40:10,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.188709974289s 2018-08-13 05:40:10,998 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b/users/2b0ab2208cc24e20b5693e4b83ccba66/roles/178c76b5dcf840798988d37683e957fc used request id req-d30392dc-a7eb-4e6b-b464-7654a074bf60 2018-08-13 05:40:10,998 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'9112eace93ca402ab6639c7c7efa019b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '3671cbc9-d62f-4e9f-868e-e6f4a1e239c1', 'username': u'tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 05:40:11,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:40:11,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:40:11,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:40:11,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:40:11,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:40:11,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:40:11,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:40:11,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:40:11,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:40:11,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:40:11,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:40:11,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:40:11,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:40:11,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:40:11,004 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b', 'password': '3671cbc9-d62f-4e9f-868e-e6f4a1e239c1', 'project_name': 'tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '9112eace93ca402ab6639c7c7efa019b', 'project_domain_name': 'Default'} 2018-08-13 05:40:11,004 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-08-13 05:40:11,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:11,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c8d5d55-3cf4-49fe-afcc-80a0866483ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:40:11,012 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0c8d5d55-3cf4-49fe-afcc-80a0866483ff 2018-08-13 05:40:11,012 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:40:11,399 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T06:40:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "9112eace93ca402ab6639c7c7efa019b", "name": "tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/9112eace93ca402ab6639c7c7efa019b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/9112eace93ca402ab6639c7c7efa019b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/9112eace93ca402ab6639c7c7efa019b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/9112eace93ca402ab6639c7c7efa019b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/9112eace93ca402ab6639c7c7efa019b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/9112eace93ca402ab6639c7c7efa019b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/9112eace93ca402ab6639c7c7efa019b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/9112eace93ca402ab6639c7c7efa019b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/9112eace93ca402ab6639c7c7efa019b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/9112eace93ca402ab6639c7c7efa019b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/9112eace93ca402ab6639c7c7efa019b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/9112eace93ca402ab6639c7c7efa019b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_9112eace93ca402ab6639c7c7efa019b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_9112eace93ca402ab6639c7c7efa019b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b", "id": "2b0ab2208cc24e20b5693e4b83ccba66"}, "audit_ids": ["H8JnGTKBTM-8qzaYcBILCg"], "issued_at": "2018-08-13T05:40:11.000000Z"}} 2018-08-13 05:40:11,402 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:40:11,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" -d '{"network": {"name": "tenantnetwork2-net_ec49cd58-df59-43a0-886b-0d35be52876b", "admin_state_up": true}}' 2018-08-13 05:40:12,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-adfd0645-bca1-4a10-9526-b307a965f664 Date: Mon, 13 Aug 2018 05:40:12 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"9112eace93ca402ab6639c7c7efa019b","created_at":"2018-08-13T05:40:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T05:40:12Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"9112eace93ca402ab6639c7c7efa019b","id":"26d4c181-031c-45c2-b8c6-1dd04eecebfd","name":"tenantnetwork2-net_ec49cd58-df59-43a0-886b-0d35be52876b"}} 2018-08-13 05:40:12,757 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-adfd0645-bca1-4a10-9526-b307a965f664 2018-08-13 05:40:12,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.35499095917s 2018-08-13 05:40:12,757 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-adfd0645-bca1-4a10-9526-b307a965f664 2018-08-13 05:40:12,758 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:40:12Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'26d4c181-031c-45c2-b8c6-1dd04eecebfd', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_ec49cd58-df59-43a0-886b-0d35be52876b', u'admin_state_up': True, u'tenant_id': u'9112eace93ca402ab6639c7c7efa019b', u'created_at': u'2018-08-13T05:40:12Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'9112eace93ca402ab6639c7c7efa019b'}) 2018-08-13 05:40:12,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:12,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" 2018-08-13 05:40:12,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-3d947ee4-f977-431d-ac6d-837a93f12f14 Date: Mon, 13 Aug 2018 05:40:12 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-08-13T05:40:12Z","tenant_id":"9112eace93ca402ab6639c7c7efa019b","created_at":"2018-08-13T05:40:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"9112eace93ca402ab6639c7c7efa019b","id":"26d4c181-031c-45c2-b8c6-1dd04eecebfd","name":"tenantnetwork2-net_ec49cd58-df59-43a0-886b-0d35be52876b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:40:12,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3d947ee4-f977-431d-ac6d-837a93f12f14 2018-08-13 05:40:12,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.135339021683s 2018-08-13 05:40:12,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3d947ee4-f977-431d-ac6d-837a93f12f14 2018-08-13 05:40:12,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:40:12,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" -d '{"subnet": {"name": "tenantnetwork2-subnet_ec49cd58-df59-43a0-886b-0d35be52876b", "enable_dhcp": true, "network_id": "26d4c181-031c-45c2-b8c6-1dd04eecebfd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:40:13,678 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-5c875fc1-322c-4451-b750-2dbe1544a338 Date: Mon, 13 Aug 2018 05:40:13 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26d4c181-031c-45c2-b8c6-1dd04eecebfd","tenant_id":"9112eace93ca402ab6639c7c7efa019b","created_at":"2018-08-13T05:40:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:13Z","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":"9112eace93ca402ab6639c7c7efa019b","id":"a4073361-36d9-4a56-a1d7-4162ce545d54","subnetpool_id":null,"name":"tenantnetwork2-subnet_ec49cd58-df59-43a0-886b-0d35be52876b"}} 2018-08-13 05:40:13,679 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5c875fc1-322c-4451-b750-2dbe1544a338 2018-08-13 05:40:13,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.783107995987s 2018-08-13 05:40:13,679 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-5c875fc1-322c-4451-b750-2dbe1544a338 2018-08-13 05:40:13,680 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:40:13Z', 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'a4073361-36d9-4a56-a1d7-4162ce545d54', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_ec49cd58-df59-43a0-886b-0d35be52876b', u'enable_dhcp': True, u'network_id': u'26d4c181-031c-45c2-b8c6-1dd04eecebfd', u'tenant_id': u'9112eace93ca402ab6639c7c7efa019b', u'created_at': u'2018-08-13T05:40:13Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'9112eace93ca402ab6639c7c7efa019b'}) 2018-08-13 05:40:13,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:40:13,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "tenantnetwork2-router_ec49cd58-df59-43a0-886b-0d35be52876b", "admin_state_up": true}}' 2018-08-13 05:40:14,692 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-3bdbac86-c643-424a-8760-49b526e8632e Date: Mon, 13 Aug 2018 05:40:14 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:13Z", "admin_state_up": true, "updated_at": "2018-08-13T05:40:14Z", "revision_number": 2, "routes": [], "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "a47d331d-0745-488b-a375-cd71871816dd", "name": "tenantnetwork2-router_ec49cd58-df59-43a0-886b-0d35be52876b"}} 2018-08-13 05:40:14,693 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3bdbac86-c643-424a-8760-49b526e8632e 2018-08-13 05:40:14,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.01249504089s 2018-08-13 05:40:14,693 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3bdbac86-c643-424a-8760-49b526e8632e 2018-08-13 05:40:14,693 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'9112eace93ca402ab6639c7c7efa019b', u'created_at': u'2018-08-13T05:40:13Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T05:40:14Z', u'revision_number': 2, u'routes': [], u'project_id': u'9112eace93ca402ab6639c7c7efa019b', u'id': u'a47d331d-0745-488b-a375-cd71871816dd', u'name': u'tenantnetwork2-router_ec49cd58-df59-43a0-886b-0d35be52876b'}) 2018-08-13 05:40:14,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:40:14,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" -d '{"subnet_id": "a4073361-36d9-4a56-a1d7-4162ce545d54"}' 2018-08-13 05:40:16,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d0e695f3-1561-4503-bd6a-d2b499250296 Date: Mon, 13 Aug 2018 05:40:16 GMT RESP BODY: {"network_id": "26d4c181-031c-45c2-b8c6-1dd04eecebfd", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "subnet_id": "a4073361-36d9-4a56-a1d7-4162ce545d54", "subnet_ids": ["a4073361-36d9-4a56-a1d7-4162ce545d54"], "port_id": "f98dd366-6af9-4814-9506-61456e53b116", "id": "a47d331d-0745-488b-a375-cd71871816dd"} 2018-08-13 05:40:16,621 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd/add_router_interface.json used request id req-d0e695f3-1561-4503-bd6a-d2b499250296 2018-08-13 05:40:16,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.92701482773s 2018-08-13 05:40:16,622 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd/add_router_interface.json used request id req-d0e695f3-1561-4503-bd6a-d2b499250296 returning object a47d331d-0745-488b-a375-cd71871816dd 2018-08-13 05:40:16,739 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:40:16,739 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:06 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-13 05:40:16,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:40:16,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" -d '{"subnet_id": "a4073361-36d9-4a56-a1d7-4162ce545d54"}' 2018-08-13 05:40:18,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4a1aef2d-8028-451b-8555-3a0c22357c74 Date: Mon, 13 Aug 2018 05:40:18 GMT RESP BODY: {"network_id": "26d4c181-031c-45c2-b8c6-1dd04eecebfd", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "subnet_id": "a4073361-36d9-4a56-a1d7-4162ce545d54", "subnet_ids": ["a4073361-36d9-4a56-a1d7-4162ce545d54"], "port_id": "f98dd366-6af9-4814-9506-61456e53b116", "id": "a47d331d-0745-488b-a375-cd71871816dd"} 2018-08-13 05:40:18,413 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd/remove_router_interface.json used request id req-4a1aef2d-8028-451b-8555-3a0c22357c74 2018-08-13 05:40:18,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66859698296s 2018-08-13 05:40:18,414 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd/remove_router_interface.json used request id req-4a1aef2d-8028-451b-8555-3a0c22357c74 returning object a47d331d-0745-488b-a375-cd71871816dd 2018-08-13 05:40:18,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:40:18,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" 2018-08-13 05:40:18,522 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-8825d6e5-69f7-410d-bbf8-a57598cb554a Date: Mon, 13 Aug 2018 05:40:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:13Z", "admin_state_up": true, "updated_at": "2018-08-13T05:40:17Z", "revision_number": 4, "routes": [], "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "a47d331d-0745-488b-a375-cd71871816dd", "name": "tenantnetwork2-router_ec49cd58-df59-43a0-886b-0d35be52876b"}]} 2018-08-13 05:40:18,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8825d6e5-69f7-410d-bbf8-a57598cb554a 2018-08-13 05:40:18,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.108321905136s 2018-08-13 05:40:18,523 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8825d6e5-69f7-410d-bbf8-a57598cb554a 2018-08-13 05:40:18,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:40:18,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" 2018-08-13 05:40:19,913 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-d8deccca-1666-4cf9-98a6-55d0cba9b511 Content-Length: 0 Date: Mon, 13 Aug 2018 05:40:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:19,913 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd.json used request id req-d8deccca-1666-4cf9-98a6-55d0cba9b511 2018-08-13 05:40:19,913 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.38901591301s 2018-08-13 05:40:19,913 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/a47d331d-0745-488b-a375-cd71871816dd.json used request id req-d8deccca-1666-4cf9-98a6-55d0cba9b511 2018-08-13 05:40:19,914 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:40:19,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" 2018-08-13 05:40:20,010 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-299af054-7ed3-46e1-a15c-40a92c2b0b02 Date: Mon, 13 Aug 2018 05:40:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"26d4c181-031c-45c2-b8c6-1dd04eecebfd","tenant_id":"9112eace93ca402ab6639c7c7efa019b","created_at":"2018-08-13T05:40:13Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:13Z","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":"9112eace93ca402ab6639c7c7efa019b","id":"a4073361-36d9-4a56-a1d7-4162ce545d54","subnetpool_id":null,"name":"tenantnetwork2-subnet_ec49cd58-df59-43a0-886b-0d35be52876b"}]} 2018-08-13 05:40:20,010 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-299af054-7ed3-46e1-a15c-40a92c2b0b02 2018-08-13 05:40:20,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0964648723602s 2018-08-13 05:40:20,011 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-299af054-7ed3-46e1-a15c-40a92c2b0b02 2018-08-13 05:40:20,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:40:20,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/a4073361-36d9-4a56-a1d7-4162ce545d54.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" 2018-08-13 05:40:20,968 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d1cbcdb0-fe50-4593-bd9b-10abb23270eb Date: Mon, 13 Aug 2018 05:40:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:20,968 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a4073361-36d9-4a56-a1d7-4162ce545d54.json used request id req-d1cbcdb0-fe50-4593-bd9b-10abb23270eb 2018-08-13 05:40:20,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.956063985825s 2018-08-13 05:40:20,969 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/a4073361-36d9-4a56-a1d7-4162ce545d54.json used request id req-d1cbcdb0-fe50-4593-bd9b-10abb23270eb 2018-08-13 05:40:20,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:20,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" 2018-08-13 05:40:21,071 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-906dbee3-bb37-409b-b1ca-0956c3c496bc Date: Mon, 13 Aug 2018 05:40:21 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-08-13T05:40:20Z","tenant_id":"9112eace93ca402ab6639c7c7efa019b","created_at":"2018-08-13T05:40:12Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"9112eace93ca402ab6639c7c7efa019b","id":"26d4c181-031c-45c2-b8c6-1dd04eecebfd","name":"tenantnetwork2-net_ec49cd58-df59-43a0-886b-0d35be52876b"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:40:21,072 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-906dbee3-bb37-409b-b1ca-0956c3c496bc 2018-08-13 05:40:21,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102468967438s 2018-08-13 05:40:21,072 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-906dbee3-bb37-409b-b1ca-0956c3c496bc 2018-08-13 05:40:21,073 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:40:21,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/26d4c181-031c-45c2-b8c6-1dd04eecebfd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a53ac7af41dfbc50853bbcccc28b4a15429c9566" 2018-08-13 05:40:22,368 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e79e4129-d9ed-40dd-baf7-b9691f1db301 Date: Mon, 13 Aug 2018 05:40:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:22,368 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/26d4c181-031c-45c2-b8c6-1dd04eecebfd.json used request id req-e79e4129-d9ed-40dd-baf7-b9691f1db301 2018-08-13 05:40:22,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.29467320442s 2018-08-13 05:40:22,368 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/26d4c181-031c-45c2-b8c6-1dd04eecebfd.json used request id req-e79e4129-d9ed-40dd-baf7-b9691f1db301 2018-08-13 05:40:22,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:40:22,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:22,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66c7d7fe-5cf2-4562-a843-8b9ffe8f1ae7 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b", "links": {"self": "http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2b0ab2208cc24e20b5693e4b83ccba66", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:40:22,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-66c7d7fe-5cf2-4562-a843-8b9ffe8f1ae7 2018-08-13 05:40:22,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.217622995377s 2018-08-13 05:40:22,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-66c7d7fe-5cf2-4562-a843-8b9ffe8f1ae7 2018-08-13 05:40:22,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:40:22,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:22,785 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a10f10e3-f4b8-4b21-a04c-82fb7dd7e915 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_ec49cd58-df59-43a0-886b-0d35be52876b", "links": {"self": "http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2b0ab2208cc24e20b5693e4b83ccba66", "description": null}} 2018-08-13 05:40:22,785 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66 used request id req-a10f10e3-f4b8-4b21-a04c-82fb7dd7e915 2018-08-13 05:40:22,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.192529916763s 2018-08-13 05:40:22,786 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66 used request id req-a10f10e3-f4b8-4b21-a04c-82fb7dd7e915 2018-08-13 05:40:22,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 05:40:22,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:23,122 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:40:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23f1699b-0bfe-423c-bc55-d59c95bce277 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:40:23,122 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66 used request id req-23f1699b-0bfe-423c-bc55-d59c95bce277 2018-08-13 05:40:23,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.3357629776s 2018-08-13 05:40:23,122 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2b0ab2208cc24e20b5693e4b83ccba66 used request id req-23f1699b-0bfe-423c-bc55-d59c95bce277 2018-08-13 05:40:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:40:23,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:23,314 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81bfd131-a736-43f7-8729-039062a51c08 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b"}, "tags": [], "enabled": true, "id": "9112eace93ca402ab6639c7c7efa019b", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_ec49cd58-df59-43a0-886b-0d35be52876b"}]} 2018-08-13 05:40:23,314 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-81bfd131-a736-43f7-8729-039062a51c08 2018-08-13 05:40:23,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185449123383s 2018-08-13 05:40:23,314 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-81bfd131-a736-43f7-8729-039062a51c08 2018-08-13 05:40:23,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 05:40:23,322 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}cc704814bb659e473b4f95e7f7da3896c1a7ec72" 2018-08-13 05:40:23,581 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:40:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e5d0b99-97a9-4dd1-82ac-5811bbccd4e5 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:40:23,582 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b used request id req-4e5d0b99-97a9-4dd1-82ac-5811bbccd4e5 2018-08-13 05:40:23,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.263118028641s 2018-08-13 05:40:23,582 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/9112eace93ca402ab6639c7c7efa019b used request id req-4e5d0b99-97a9-4dd1-82ac-5811bbccd4e5 2018-08-13 05:40:23,637 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:40:23,760 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:40:23,761 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:40:23,762 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:40:23,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:23,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae0429c0-6df3-4721-9b65-7e2334c7c02e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:40:23,769 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ae0429c0-6df3-4721-9b65-7e2334c7c02e 2018-08-13 05:40:23,770 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:40:24,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:40:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["khWaq2NfQ8e9ZuCqN8PD1g"], "issued_at": "2018-08-13T05:40:24.000000Z"}} 2018-08-13 05:40:24,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:24,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:24,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-78f4add8-df47-48ca-811a-3a5e7be6ba59 Date: Mon, 13 Aug 2018 05:40:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:24,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-78f4add8-df47-48ca-811a-3a5e7be6ba59 2018-08-13 05:40:24,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.324002981186s 2018-08-13 05:40:24,489 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-78f4add8-df47-48ca-811a-3a5e7be6ba59 2018-08-13 05:40:24,490 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-08-13 05:40:24,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:40:24,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"network": {"name": "vmready1-net_9c327941-d5f9-4a9c-87db-962dc79df933", "admin_state_up": true}}' 2018-08-13 05:40:24,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-5f8adf6c-0336-40a2-ab4a-aed587391f85 Date: Mon, 13 Aug 2018 05:40:24 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"052ab458-88c8-42a4-8d38-fe664fb1e0a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:40:24Z","is_default":false,"provider:segmentation_id":23,"name":"vmready1-net_9c327941-d5f9-4a9c-87db-962dc79df933","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:24Z","mtu":1450}} 2018-08-13 05:40:24,775 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5f8adf6c-0336-40a2-ab4a-aed587391f85 2018-08-13 05:40:24,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.28511095047s 2018-08-13 05:40:24,776 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5f8adf6c-0336-40a2-ab4a-aed587391f85 2018-08-13 05:40:24,776 - 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-08-13T05:40:24Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'052ab458-88c8-42a4-8d38-fe664fb1e0a6', u'provider:segmentation_id': 23, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-net_9c327941-d5f9-4a9c-87db-962dc79df933', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:40:24Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:40:24,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:24,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:24,877 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-ff386831-47fa-44fa-897a-3cdbd1b0eb8a Date: Mon, 13 Aug 2018 05:40:24 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"052ab458-88c8-42a4-8d38-fe664fb1e0a6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:40:24Z","provider:segmentation_id":23,"name":"vmready1-net_9c327941-d5f9-4a9c-87db-962dc79df933","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:24,877 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ff386831-47fa-44fa-897a-3cdbd1b0eb8a 2018-08-13 05:40:24,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100476026535s 2018-08-13 05:40:24,878 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ff386831-47fa-44fa-897a-3cdbd1b0eb8a 2018-08-13 05:40:24,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:40:24,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"subnet": {"name": "vmready1-subnet_9c327941-d5f9-4a9c-87db-962dc79df933", "enable_dhcp": true, "network_id": "052ab458-88c8-42a4-8d38-fe664fb1e0a6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:40:25,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3f85e77e-2ed6-42db-b103-649ae95398ef Date: Mon, 13 Aug 2018 05:40:25 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052ab458-88c8-42a4-8d38-fe664fb1e0a6","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:24Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"92565201-e2b0-42d0-bf5f-39b7f133f587","subnetpool_id":null,"name":"vmready1-subnet_9c327941-d5f9-4a9c-87db-962dc79df933"}} 2018-08-13 05:40:25,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3f85e77e-2ed6-42db-b103-649ae95398ef 2018-08-13 05:40:25,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.321009159088s 2018-08-13 05:40:25,201 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3f85e77e-2ed6-42db-b103-649ae95398ef 2018-08-13 05:40:25,202 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:40:24Z', 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'92565201-e2b0-42d0-bf5f-39b7f133f587', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_9c327941-d5f9-4a9c-87db-962dc79df933', u'enable_dhcp': True, u'network_id': u'052ab458-88c8-42a4-8d38-fe664fb1e0a6', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:40:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:40:25,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:40:25,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "vmready1-router_9c327941-d5f9-4a9c-87db-962dc79df933", "admin_state_up": true}}' 2018-08-13 05:40:26,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 641 X-Openstack-Request-Id: req-b1e4b606-7603-49d0-928c-fb3f356846c1 Date: Mon, 13 Aug 2018 05:40:26 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:40:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:40:26Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "7eb7f516-8057-4668-a0c3-b11eee83509b", "name": "vmready1-router_9c327941-d5f9-4a9c-87db-962dc79df933"}} 2018-08-13 05:40:26,322 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b1e4b606-7603-49d0-928c-fb3f356846c1 2018-08-13 05:40:26,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.11984395981s 2018-08-13 05:40:26,323 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b1e4b606-7603-49d0-928c-fb3f356846c1 2018-08-13 05:40:26,323 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:40:25Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T05:40:26Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'7eb7f516-8057-4668-a0c3-b11eee83509b', u'name': u'vmready1-router_9c327941-d5f9-4a9c-87db-962dc79df933'}) 2018-08-13 05:40:26,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:40:26,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"subnet_id": "92565201-e2b0-42d0-bf5f-39b7f133f587"}' 2018-08-13 05:40:27,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ec9132cf-b8ef-4f5a-8cdf-cd8aab8062b1 Date: Mon, 13 Aug 2018 05:40:27 GMT RESP BODY: {"network_id": "052ab458-88c8-42a4-8d38-fe664fb1e0a6", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "92565201-e2b0-42d0-bf5f-39b7f133f587", "subnet_ids": ["92565201-e2b0-42d0-bf5f-39b7f133f587"], "port_id": "f9888d55-8f05-4cfc-bc3d-1da5257ea122", "id": "7eb7f516-8057-4668-a0c3-b11eee83509b"} 2018-08-13 05:40:27,998 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b/add_router_interface.json used request id req-ec9132cf-b8ef-4f5a-8cdf-cd8aab8062b1 2018-08-13 05:40:27,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.67418789864s 2018-08-13 05:40:27,998 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b/add_router_interface.json used request id req-ec9132cf-b8ef-4f5a-8cdf-cd8aab8062b1 returning object 7eb7f516-8057-4668-a0c3-b11eee83509b 2018-08-13 05:40:27,999 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:40:28,131 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:40:28,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:28,138 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:40:28 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:40:28,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:40:28,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:28,872 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e9cca4f5-42b2-4fef-988d-bcc49e0ba21d Date: Mon, 13 Aug 2018 05:40:28 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:40:28,872 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e9cca4f5-42b2-4fef-988d-bcc49e0ba21d 2018-08-13 05:40:28,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.730910778046s 2018-08-13 05:40:28,872 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e9cca4f5-42b2-4fef-988d-bcc49e0ba21d 2018-08-13 05:40:28,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:40:28,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933"}' 2018-08-13 05:40:28,965 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/90583c26-6259-4440-bc11-c960ecf8371b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-98df49b3-4156-46a7-97c0-3d3c74479749 Date: Mon, 13 Aug 2018 05:40:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:40:28Z", "file": "/v2/images/90583c26-6259-4440-bc11-c960ecf8371b/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "90583c26-6259-4440-bc11-c960ecf8371b", "size": null, "self": "/v2/images/90583c26-6259-4440-bc11-c960ecf8371b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933", "checksum": null, "created_at": "2018-08-13T05:40:28Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:40:28,965 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-98df49b3-4156-46a7-97c0-3d3c74479749 2018-08-13 05:40:28,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0842249393463s 2018-08-13 05:40:28,965 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-98df49b3-4156-46a7-97c0-3d3c74479749 returning object 90583c26-6259-4440-bc11-c960ecf8371b 2018-08-13 05:40:28,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:40:28,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/90583c26-6259-4440-bc11-c960ecf8371b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '' 2018-08-13 05:40:31,599 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b3e01aad-a11e-4e64-a497-057ead069a6e Date: Mon, 13 Aug 2018 05:40:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:40:31,600 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/90583c26-6259-4440-bc11-c960ecf8371b/file used request id req-b3e01aad-a11e-4e64-a497-057ead069a6e 2018-08-13 05:40:31,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 2.63375115395s 2018-08-13 05:40:31,600 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/90583c26-6259-4440-bc11-c960ecf8371b/file used request id req-b3e01aad-a11e-4e64-a497-057ead069a6e 2018-08-13 05:40:31,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:40:31,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:31,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-5ff36891-b271-4d8e-81e2-12190b66359e Date: Mon, 13 Aug 2018 05:40:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:40:31Z", "file": "/v2/images/90583c26-6259-4440-bc11-c960ecf8371b/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "90583c26-6259-4440-bc11-c960ecf8371b", "size": 12716032, "self": "/v2/images/90583c26-6259-4440-bc11-c960ecf8371b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/90583c26-6259-4440-bc11-c960ecf8371b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/90583c26-6259-4440-bc11-c960ecf8371b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:40:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:40:31,633 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5ff36891-b271-4d8e-81e2-12190b66359e 2018-08-13 05:40:31,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0286140441895s 2018-08-13 05:40:31,633 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5ff36891-b271-4d8e-81e2-12190b66359e 2018-08-13 05:40:31,635 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/90583c26-6259-4440-bc11-c960ecf8371b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/90583c26-6259-4440-bc11-c960ecf8371b/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'90583c26-6259-4440-bc11-c960ecf8371b', 'size': 12716032, u'self': u'/v2/images/90583c26-6259-4440-bc11-c960ecf8371b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/90583c26-6259-4440-bc11-c960ecf8371b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:40:31Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T05:40:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/90583c26-6259-4440-bc11-c960ecf8371b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933', 'created': u'2018-08-13T05:40:28Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:40:28Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/90583c26-6259-4440-bc11-c960ecf8371b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:40:31,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:40:31,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_9c327941-d5f9-4a9c-87db-962dc79df933", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:40:31,948 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40: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-4a60d7a0-0f3c-41c3-b2b8-45aa342840b9 x-compute-request-id: req-4a60d7a0-0f3c-41c3-b2b8-45aa342840b9 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_9c327941-d5f9-4a9c-87db-962dc79df933", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1af0fbc9-6bfc-4923-96cb-abfbc229aaea"}} 2018-08-13 05:40:31,949 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4a60d7a0-0f3c-41c3-b2b8-45aa342840b9 2018-08-13 05:40:31,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.312304019928s 2018-08-13 05:40:31,949 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-4a60d7a0-0f3c-41c3-b2b8-45aa342840b9 2018-08-13 05:40:31,950 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_9c327941-d5f9-4a9c-87db-962dc79df933', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'1af0fbc9-6bfc-4923-96cb-abfbc229aaea', 'swap': 0}) 2018-08-13 05:40:31,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:40:31,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"extra_specs": {}}' 2018-08-13 05:40:32,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40: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-198a93a2-6064-4841-ad58-a35f8c895726 x-compute-request-id: req-198a93a2-6064-4841-ad58-a35f8c895726 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:40:32,087 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea/os-extra_specs used request id req-198a93a2-6064-4841-ad58-a35f8c895726 2018-08-13 05:40:32,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.136401891708s 2018-08-13 05:40:32,087 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea/os-extra_specs used request id req-198a93a2-6064-4841-ad58-a35f8c895726 2018-08-13 05:40:32,210 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:40:32,211 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-13 05:40:32,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:40:32,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" -d '{"subnet_id": "92565201-e2b0-42d0-bf5f-39b7f133f587"}' 2018-08-13 05:40:33,882 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-de1fd2e0-53b9-4cba-91b3-5d7d827576af Date: Mon, 13 Aug 2018 05:40:33 GMT RESP BODY: {"network_id": "052ab458-88c8-42a4-8d38-fe664fb1e0a6", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "92565201-e2b0-42d0-bf5f-39b7f133f587", "subnet_ids": ["92565201-e2b0-42d0-bf5f-39b7f133f587"], "port_id": "f9888d55-8f05-4cfc-bc3d-1da5257ea122", "id": "7eb7f516-8057-4668-a0c3-b11eee83509b"} 2018-08-13 05:40:33,883 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b/remove_router_interface.json used request id req-de1fd2e0-53b9-4cba-91b3-5d7d827576af 2018-08-13 05:40:33,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66708493233s 2018-08-13 05:40:33,883 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b/remove_router_interface.json used request id req-de1fd2e0-53b9-4cba-91b3-5d7d827576af returning object 7eb7f516-8057-4668-a0c3-b11eee83509b 2018-08-13 05:40:33,884 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:40:33,884 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:33,988 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 644 X-Openstack-Request-Id: req-b5078af0-6a82-45e8-88b8-7cb5a15f0fe9 Date: Mon, 13 Aug 2018 05:40:33 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:40:25Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:40:33Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "7eb7f516-8057-4668-a0c3-b11eee83509b", "name": "vmready1-router_9c327941-d5f9-4a9c-87db-962dc79df933"}]} 2018-08-13 05:40:33,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b5078af0-6a82-45e8-88b8-7cb5a15f0fe9 2018-08-13 05:40:33,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.104860782623s 2018-08-13 05:40:33,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b5078af0-6a82-45e8-88b8-7cb5a15f0fe9 2018-08-13 05:40:33,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:40:33,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:35,281 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ff2d6dbf-68ab-44e7-bad9-77f2f5225116 Content-Length: 0 Date: Mon, 13 Aug 2018 05:40:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:35,282 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b.json used request id req-ff2d6dbf-68ab-44e7-bad9-77f2f5225116 2018-08-13 05:40:35,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.29121422768s 2018-08-13 05:40:35,282 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/7eb7f516-8057-4668-a0c3-b11eee83509b.json used request id req-ff2d6dbf-68ab-44e7-bad9-77f2f5225116 2018-08-13 05:40:35,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:40:35,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:35,499 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1290 X-Openstack-Request-Id: req-4effa847-e583-43f0-8b0e-1f47adf80e29 Date: Mon, 13 Aug 2018 05:40:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"052ab458-88c8-42a4-8d38-fe664fb1e0a6","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:24Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"92565201-e2b0-42d0-bf5f-39b7f133f587","subnetpool_id":null,"name":"vmready1-subnet_9c327941-d5f9-4a9c-87db-962dc79df933"}]} 2018-08-13 05:40:35,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4effa847-e583-43f0-8b0e-1f47adf80e29 2018-08-13 05:40:35,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.216493844986s 2018-08-13 05:40:35,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-4effa847-e583-43f0-8b0e-1f47adf80e29 2018-08-13 05:40:35,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:40:35,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/92565201-e2b0-42d0-bf5f-39b7f133f587.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:36,377 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8f4f1f6d-4670-4a8c-9610-83681e0884ce Date: Mon, 13 Aug 2018 05:40:36 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:36,377 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/92565201-e2b0-42d0-bf5f-39b7f133f587.json used request id req-8f4f1f6d-4670-4a8c-9610-83681e0884ce 2018-08-13 05:40:36,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.876718997955s 2018-08-13 05:40:36,378 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/92565201-e2b0-42d0-bf5f-39b7f133f587.json used request id req-8f4f1f6d-4670-4a8c-9610-83681e0884ce 2018-08-13 05:40:36,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:36,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:36,465 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-62f4ff7d-5de8-4049-9205-3d7ae370ee9e Date: Mon, 13 Aug 2018 05:40:36 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"052ab458-88c8-42a4-8d38-fe664fb1e0a6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:40:36Z","provider:segmentation_id":23,"name":"vmready1-net_9c327941-d5f9-4a9c-87db-962dc79df933","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:24Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:36,465 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-62f4ff7d-5de8-4049-9205-3d7ae370ee9e 2018-08-13 05:40:36,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0867710113525s 2018-08-13 05:40:36,465 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-62f4ff7d-5de8-4049-9205-3d7ae370ee9e 2018-08-13 05:40:36,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:40:36,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/052ab458-88c8-42a4-8d38-fe664fb1e0a6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:37,701 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a554ef68-6f90-4569-9bfc-ca773961dce9 Date: Mon, 13 Aug 2018 05:40:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:37,702 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/052ab458-88c8-42a4-8d38-fe664fb1e0a6.json used request id req-a554ef68-6f90-4569-9bfc-ca773961dce9 2018-08-13 05:40:37,702 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.23514795303s 2018-08-13 05:40:37,702 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/052ab458-88c8-42a4-8d38-fe664fb1e0a6.json used request id req-a554ef68-6f90-4569-9bfc-ca773961dce9 2018-08-13 05:40:37,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:40:37,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:37,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-763d685d-7396-40ef-a0c6-bc700d4d06a4 Date: Mon, 13 Aug 2018 05:40:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:40:31Z", "file": "/v2/images/90583c26-6259-4440-bc11-c960ecf8371b/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "90583c26-6259-4440-bc11-c960ecf8371b", "size": 12716032, "self": "/v2/images/90583c26-6259-4440-bc11-c960ecf8371b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/90583c26-6259-4440-bc11-c960ecf8371b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/90583c26-6259-4440-bc11-c960ecf8371b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_9c327941-d5f9-4a9c-87db-962dc79df933", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:40:28Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:40:37,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-763d685d-7396-40ef-a0c6-bc700d4d06a4 2018-08-13 05:40:37,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0402541160583s 2018-08-13 05:40:37,747 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-763d685d-7396-40ef-a0c6-bc700d4d06a4 2018-08-13 05:40:37,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:40:37,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/90583c26-6259-4440-bc11-c960ecf8371b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:38,035 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-50b18154-c67b-47e5-94b0-e4f4968bde7b Date: Mon, 13 Aug 2018 05:40:38 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:40:38,035 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/90583c26-6259-4440-bc11-c960ecf8371b used request id req-50b18154-c67b-47e5-94b0-e4f4968bde7b 2018-08-13 05:40:38,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.286453008652s 2018-08-13 05:40:38,035 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/90583c26-6259-4440-bc11-c960ecf8371b used request id req-50b18154-c67b-47e5-94b0-e4f4968bde7b 2018-08-13 05:40:38,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:40:38,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:38,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cc748fb3-89b7-4d46-9018-f48378534fa4 x-compute-request-id: req-cc748fb3-89b7-4d46-9018-f48378534fa4 Content-Encoding: gzip Content-Length: 305 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_9c327941-d5f9-4a9c-87db-962dc79df933", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1af0fbc9-6bfc-4923-96cb-abfbc229aaea"}]} 2018-08-13 05:40:38,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cc748fb3-89b7-4d46-9018-f48378534fa4 2018-08-13 05:40:38,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0198760032654s 2018-08-13 05:40:38,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-cc748fb3-89b7-4d46-9018-f48378534fa4 2018-08-13 05:40:38,057 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:40:38,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}138e3beaf97274f94e49f37be6a96a4ae26a16ba" 2018-08-13 05:40:38,199 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:40:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-79d2bfb7-058e-432e-a0f6-857f6e53b9f6 x-compute-request-id: req-79d2bfb7-058e-432e-a0f6-857f6e53b9f6 Content-Length: 0 Content-Type: application/json 2018-08-13 05:40:38,199 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea used request id req-79d2bfb7-058e-432e-a0f6-857f6e53b9f6 2018-08-13 05:40:38,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.14231801033s 2018-08-13 05:40:38,200 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/1af0fbc9-6bfc-4923-96cb-abfbc229aaea used request id req-79d2bfb7-058e-432e-a0f6-857f6e53b9f6 2018-08-13 05:40:38,254 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-08-13 05:40:38,295 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:40:38,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:40:38,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:40:38,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:38,303 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b67daf08-3523-4617-9924-1a501b2770c3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:40:38,303 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b67daf08-3523-4617-9924-1a501b2770c3 2018-08-13 05:40:38,304 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:40:38,689 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:40:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["RD6G3pFCQSmXOA5xMbOHew"], "issued_at": "2018-08-13T05:40:38.000000Z"}} 2018-08-13 05:40:38,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:38,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:39,011 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-89346d6c-b00e-40e9-9526-079abdcbe74c Date: Mon, 13 Aug 2018 05:40:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:39,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89346d6c-b00e-40e9-9526-079abdcbe74c 2018-08-13 05:40:39,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.319573879242s 2018-08-13 05:40:39,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89346d6c-b00e-40e9-9526-079abdcbe74c 2018-08-13 05:40:39,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:39,021 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:40:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8ef8ccc3-5ea9-4505-a9e3-037000bf4d43 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:40:39,021 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-8ef8ccc3-5ea9-4505-a9e3-037000bf4d43 2018-08-13 05:40:39,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:40:39,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:39,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70a50001-432b-461a-a1e7-eb11553fdea9 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 05:40:39,187 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-70a50001-432b-461a-a1e7-eb11553fdea9 2018-08-13 05:40:39,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.164416074753s 2018-08-13 05:40:39,187 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-70a50001-432b-461a-a1e7-eb11553fdea9 2018-08-13 05:40:39,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 05:40:39,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479"}}' 2018-08-13 05:40:39,437 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:40:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-489ae818-21db-4f61-91a1-86fd8d5741a5 Content-Length: 362 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df"}, "tags": [], "enabled": true, "id": "c294caa07ee04a02b8458cd794d562df", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479"}} 2018-08-13 05:40:39,437 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-489ae818-21db-4f61-91a1-86fd8d5741a5 2018-08-13 05:40:39,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.243563890457s 2018-08-13 05:40:39,437 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-489ae818-21db-4f61-91a1-86fd8d5741a5 2018-08-13 05:40:39,438 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmready2', u'tags': [], 'enabled': True, 'id': u'c294caa07ee04a02b8458cd794d562df', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479'}) 2018-08-13 05:40:39,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 05:40:39,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d966bce9-f500-438e-9417-4ee52a06eb01", "email": null, "name": "vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479"}}' 2018-08-13 05:40:39,959 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:40:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d643f04b-97e8-4569-ab63-dea6b02214d9 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479", "links": {"self": "http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e4f8e4ca7e14dd6877b50bd667de3c6", "domain_id": "default", "password_expires_at": null}} 2018-08-13 05:40:39,959 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-d643f04b-97e8-4569-ab63-dea6b02214d9 2018-08-13 05:40:39,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.515774011612s 2018-08-13 05:40:39,960 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-d643f04b-97e8-4569-ab63-dea6b02214d9 2018-08-13 05:40:39,960 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2e4f8e4ca7e14dd6877b50bd667de3c6', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479'}) 2018-08-13 05:40:39,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:40:39,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:40,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-86cab95f-d81f-490d-8469-82e97d170354 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:40:40,151 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-86cab95f-d81f-490d-8469-82e97d170354 2018-08-13 05:40:40,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186815977097s 2018-08-13 05:40:40,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-86cab95f-d81f-490d-8469-82e97d170354 2018-08-13 05:40:40,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:40:40,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:40,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-876a0754-ea39-4121-aa16-51ae6e7295b9 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:40:40,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-876a0754-ea39-4121-aa16-51ae6e7295b9 2018-08-13 05:40:40,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192109823227s 2018-08-13 05:40:40,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-876a0754-ea39-4121-aa16-51ae6e7295b9 2018-08-13 05:40:40,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:40:40,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:40,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-36f86fdf-c0fd-4f28-9c1b-e2e7b6188153 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:40:40,450 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-36f86fdf-c0fd-4f28-9c1b-e2e7b6188153 2018-08-13 05:40:40,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.095850944519s 2018-08-13 05:40:40,451 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-36f86fdf-c0fd-4f28-9c1b-e2e7b6188153 2018-08-13 05:40:40,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:40:40,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:40,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4727210a-b81f-421b-83f7-f61c0ff03fc1 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 05:40:40,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4727210a-b81f-421b-83f7-f61c0ff03fc1 2018-08-13 05:40:40,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.172272920609s 2018-08-13 05:40:40,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-4727210a-b81f-421b-83f7-f61c0ff03fc1 2018-08-13 05:40:40,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:40:40,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:40,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38ced524-e52d-4d52-b79a-b8a82e722f9e Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479", "links": {"self": "http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e4f8e4ca7e14dd6877b50bd667de3c6", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:40:40,808 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-38ced524-e52d-4d52-b79a-b8a82e722f9e 2018-08-13 05:40:40,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.179960012436s 2018-08-13 05:40:40,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-38ced524-e52d-4d52-b79a-b8a82e722f9e 2018-08-13 05:40:40,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:40:40,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:40,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-908fa142-ddf6-4f0c-9a2d-9b3ab8acd107 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df"}, "tags": [], "enabled": true, "id": "c294caa07ee04a02b8458cd794d562df", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479"}]} 2018-08-13 05:40:40,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-908fa142-ddf6-4f0c-9a2d-9b3ab8acd107 2018-08-13 05:40:40,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.101311922073s 2018-08-13 05:40:40,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-908fa142-ddf6-4f0c-9a2d-9b3ab8acd107 2018-08-13 05:40:40,930 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 05:40:40,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=2e4f8e4ca7e14dd6877b50bd667de3c6&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c294caa07ee04a02b8458cd794d562df" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:41,102 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0fa7c19-d795-4941-bf38-91fca5a7483e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=2e4f8e4ca7e14dd6877b50bd667de3c6&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c294caa07ee04a02b8458cd794d562df", "previous": null, "next": null}} 2018-08-13 05:40:41,102 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2e4f8e4ca7e14dd6877b50bd667de3c6&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c294caa07ee04a02b8458cd794d562df used request id req-f0fa7c19-d795-4941-bf38-91fca5a7483e 2018-08-13 05:40:41,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.172372102737s 2018-08-13 05:40:41,103 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=2e4f8e4ca7e14dd6877b50bd667de3c6&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c294caa07ee04a02b8458cd794d562df used request id req-f0fa7c19-d795-4941-bf38-91fca5a7483e 2018-08-13 05:40:41,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 05:40:41,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df/users/2e4f8e4ca7e14dd6877b50bd667de3c6/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:41,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:40:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6dc798f9-d78f-4eaf-b21f-a800ee8666c4 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:40:41,371 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df/users/2e4f8e4ca7e14dd6877b50bd667de3c6/roles/178c76b5dcf840798988d37683e957fc used request id req-6dc798f9-d78f-4eaf-b21f-a800ee8666c4 2018-08-13 05:40:41,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.26411485672s 2018-08-13 05:40:41,371 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df/users/2e4f8e4ca7e14dd6877b50bd667de3c6/roles/178c76b5dcf840798988d37683e957fc used request id req-6dc798f9-d78f-4eaf-b21f-a800ee8666c4 2018-08-13 05:40:41,372 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'c294caa07ee04a02b8458cd794d562df', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd966bce9-f500-438e-9417-4ee52a06eb01', 'username': u'vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 05:40:41,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:40:41,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:40:41,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:40:41,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:40:41,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:40:41,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:40:41,376 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:40:41,377 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479', 'password': 'd966bce9-f500-438e-9417-4ee52a06eb01', 'project_name': 'vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'c294caa07ee04a02b8458cd794d562df', 'project_domain_name': 'Default'} 2018-08-13 05:40:41,378 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-08-13 05:40:41,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:41,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bed67520-d6ff-430c-ba89-5c8a98039f35 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:40:41,386 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bed67520-d6ff-430c-ba89-5c8a98039f35 2018-08-13 05:40:41,386 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:40:41,770 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T06:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c294caa07ee04a02b8458cd794d562df", "name": "vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/c294caa07ee04a02b8458cd794d562df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/c294caa07ee04a02b8458cd794d562df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/c294caa07ee04a02b8458cd794d562df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/c294caa07ee04a02b8458cd794d562df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/c294caa07ee04a02b8458cd794d562df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/c294caa07ee04a02b8458cd794d562df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/c294caa07ee04a02b8458cd794d562df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/c294caa07ee04a02b8458cd794d562df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/c294caa07ee04a02b8458cd794d562df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/c294caa07ee04a02b8458cd794d562df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/c294caa07ee04a02b8458cd794d562df", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/c294caa07ee04a02b8458cd794d562df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_c294caa07ee04a02b8458cd794d562df", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_c294caa07ee04a02b8458cd794d562df", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479", "id": "2e4f8e4ca7e14dd6877b50bd667de3c6"}, "audit_ids": ["P2JtxduWQrSoHzNwUQF3nw"], "issued_at": "2018-08-13T05:40:41.000000Z"}} 2018-08-13 05:40:41,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:40:41,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" -d '{"network": {"name": "vmready2-net_34f75fca-0905-4ea7-a21d-6de3daab8479", "admin_state_up": true}}' 2018-08-13 05:40:42,397 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 586 X-Openstack-Request-Id: req-95adfcfb-6754-4d11-8829-6d595d380118 Date: Mon, 13 Aug 2018 05:40:42 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c294caa07ee04a02b8458cd794d562df","created_at":"2018-08-13T05:40:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T05:40:42Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c294caa07ee04a02b8458cd794d562df","id":"5930862f-79ba-40ea-a47b-cded33136e0f","name":"vmready2-net_34f75fca-0905-4ea7-a21d-6de3daab8479"}} 2018-08-13 05:40:42,397 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-95adfcfb-6754-4d11-8829-6d595d380118 2018-08-13 05:40:42,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.624408006668s 2018-08-13 05:40:42,398 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-95adfcfb-6754-4d11-8829-6d595d380118 2018-08-13 05:40:42,398 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:40:42Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'5930862f-79ba-40ea-a47b-cded33136e0f', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_34f75fca-0905-4ea7-a21d-6de3daab8479', u'admin_state_up': True, u'tenant_id': u'c294caa07ee04a02b8458cd794d562df', u'created_at': u'2018-08-13T05:40:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c294caa07ee04a02b8458cd794d562df'}) 2018-08-13 05:40:42,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:42,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:42,541 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1147 X-Openstack-Request-Id: req-98d918cc-3522-460d-b77d-6aabff11acf0 Date: Mon, 13 Aug 2018 05:40:42 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-08-13T05:40:42Z","tenant_id":"c294caa07ee04a02b8458cd794d562df","created_at":"2018-08-13T05:40:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"c294caa07ee04a02b8458cd794d562df","id":"5930862f-79ba-40ea-a47b-cded33136e0f","name":"vmready2-net_34f75fca-0905-4ea7-a21d-6de3daab8479"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:40:42,541 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-98d918cc-3522-460d-b77d-6aabff11acf0 2018-08-13 05:40:42,541 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.141726970673s 2018-08-13 05:40:42,541 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-98d918cc-3522-460d-b77d-6aabff11acf0 2018-08-13 05:40:42,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:40:42,543 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" -d '{"subnet": {"name": "vmready2-subnet_34f75fca-0905-4ea7-a21d-6de3daab8479", "enable_dhcp": true, "network_id": "5930862f-79ba-40ea-a47b-cded33136e0f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:40:43,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-3e9bb836-9484-44a7-867e-0c466e461405 Date: Mon, 13 Aug 2018 05:40:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5930862f-79ba-40ea-a47b-cded33136e0f","tenant_id":"c294caa07ee04a02b8458cd794d562df","created_at":"2018-08-13T05:40:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:43Z","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":"c294caa07ee04a02b8458cd794d562df","id":"64be1310-e726-4e59-a699-89a3ab91b17a","subnetpool_id":null,"name":"vmready2-subnet_34f75fca-0905-4ea7-a21d-6de3daab8479"}} 2018-08-13 05:40:43,484 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3e9bb836-9484-44a7-867e-0c466e461405 2018-08-13 05:40:43,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.940837860107s 2018-08-13 05:40:43,484 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-3e9bb836-9484-44a7-867e-0c466e461405 2018-08-13 05:40:43,485 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:40:43Z', 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'64be1310-e726-4e59-a699-89a3ab91b17a', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_34f75fca-0905-4ea7-a21d-6de3daab8479', u'enable_dhcp': True, u'network_id': u'5930862f-79ba-40ea-a47b-cded33136e0f', u'tenant_id': u'c294caa07ee04a02b8458cd794d562df', u'created_at': u'2018-08-13T05:40:43Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c294caa07ee04a02b8458cd794d562df'}) 2018-08-13 05:40:43,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:40:43,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "vmready2-router_34f75fca-0905-4ea7-a21d-6de3daab8479", "admin_state_up": true}}' 2018-08-13 05:40:44,687 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 619 X-Openstack-Request-Id: req-e77ae186-4b5c-4449-a68c-e5874200c0e0 Date: Mon, 13 Aug 2018 05:40:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:43Z", "admin_state_up": true, "updated_at": "2018-08-13T05:40:44Z", "revision_number": 2, "routes": [], "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "324d7ae8-465f-408f-b9a8-e4c4cde111e3", "name": "vmready2-router_34f75fca-0905-4ea7-a21d-6de3daab8479"}} 2018-08-13 05:40:44,687 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e77ae186-4b5c-4449-a68c-e5874200c0e0 2018-08-13 05:40:44,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.20165491104s 2018-08-13 05:40:44,687 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e77ae186-4b5c-4449-a68c-e5874200c0e0 2018-08-13 05:40:44,688 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c294caa07ee04a02b8458cd794d562df', u'created_at': u'2018-08-13T05:40:43Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T05:40:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'c294caa07ee04a02b8458cd794d562df', u'id': u'324d7ae8-465f-408f-b9a8-e4c4cde111e3', u'name': u'vmready2-router_34f75fca-0905-4ea7-a21d-6de3daab8479'}) 2018-08-13 05:40:44,688 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:40:44,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" -d '{"subnet_id": "64be1310-e726-4e59-a699-89a3ab91b17a"}' 2018-08-13 05:40:46,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-046025df-be90-4608-b428-a13844daf8be Date: Mon, 13 Aug 2018 05:40:46 GMT RESP BODY: {"network_id": "5930862f-79ba-40ea-a47b-cded33136e0f", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "subnet_id": "64be1310-e726-4e59-a699-89a3ab91b17a", "subnet_ids": ["64be1310-e726-4e59-a699-89a3ab91b17a"], "port_id": "c2cd8d59-129c-43cb-8265-944eed0b0ad5", "id": "324d7ae8-465f-408f-b9a8-e4c4cde111e3"} 2018-08-13 05:40:46,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3/add_router_interface.json used request id req-046025df-be90-4608-b428-a13844daf8be 2018-08-13 05:40:46,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.79455208778s 2018-08-13 05:40:46,483 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3/add_router_interface.json used request id req-046025df-be90-4608-b428-a13844daf8be returning object 324d7ae8-465f-408f-b9a8-e4c4cde111e3 2018-08-13 05:40:46,484 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:40:46,614 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:40:46,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:46,619 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:40:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:40:46,622 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:40:46,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:47,381 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-c8b10f10-4d15-4d63-a205-5a573f7a8b93 Date: Mon, 13 Aug 2018 05:40:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:40:47,382 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c8b10f10-4d15-4d63-a205-5a573f7a8b93 2018-08-13 05:40:47,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760088920593s 2018-08-13 05:40:47,382 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-c8b10f10-4d15-4d63-a205-5a573f7a8b93 2018-08-13 05:40:47,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:40:47,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479"}' 2018-08-13 05:40:47,466 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-35ddb002-e0d9-4823-b370-ecc39bd4c300 Date: Mon, 13 Aug 2018 05:40:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:40:47Z", "file": "/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/file", "owner": "c294caa07ee04a02b8458cd794d562df", "id": "7c624d4c-b8b7-4b89-9b15-2efb45f4e636", "size": null, "self": "/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479", "checksum": null, "created_at": "2018-08-13T05:40:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:40:47,466 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-35ddb002-e0d9-4823-b370-ecc39bd4c300 2018-08-13 05:40:47,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0757119655609s 2018-08-13 05:40:47,466 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-35ddb002-e0d9-4823-b370-ecc39bd4c300 returning object 7c624d4c-b8b7-4b89-9b15-2efb45f4e636 2018-08-13 05:40:47,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:40:47,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" -d '' 2018-08-13 05:40:47,937 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-39a718d8-34ea-46a8-8fc9-c34d73bd6cd8 Date: Mon, 13 Aug 2018 05:40:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:40:47,938 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/file used request id req-39a718d8-34ea-46a8-8fc9-c34d73bd6cd8 2018-08-13 05:40:47,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.470596075058s 2018-08-13 05:40:47,938 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/file used request id req-39a718d8-34ea-46a8-8fc9-c34d73bd6cd8 2018-08-13 05:40:47,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:40:47,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:47,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-45073c73-7700-4476-9d2a-b1f75350b282 Date: Mon, 13 Aug 2018 05:40:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:40:47Z", "file": "/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/file", "owner": "c294caa07ee04a02b8458cd794d562df", "id": "7c624d4c-b8b7-4b89-9b15-2efb45f4e636", "size": 12716032, "self": "/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:40:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:40:47,976 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-45073c73-7700-4476-9d2a-b1f75350b282 2018-08-13 05:40:47,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0341029167175s 2018-08-13 05:40:47,976 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-45073c73-7700-4476-9d2a-b1f75350b282 2018-08-13 05:40:47,978 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/snap', u'metadata': Munch({})})], 'file': u'/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/file', 'owner': u'c294caa07ee04a02b8458cd794d562df', 'id': u'7c624d4c-b8b7-4b89-9b15-2efb45f4e636', 'size': 12716032, u'self': u'/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c294caa07ee04a02b8458cd794d562df', 'name': 'vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:40:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T05:40:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479', 'created': u'2018-08-13T05:40:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:40:47Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:40:47,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:40:47,981 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_34f75fca-0905-4ea7-a21d-6de3daab8479", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:40:48,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-721556fa-3055-4a01-88fa-61df9afa70c5 x-compute-request-id: req-721556fa-3055-4a01-88fa-61df9afa70c5 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_34f75fca-0905-4ea7-a21d-6de3daab8479", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "45b50776-6b41-4a2d-b6d6-dacf4eb3d514"}} 2018-08-13 05:40:48,825 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-721556fa-3055-4a01-88fa-61df9afa70c5 2018-08-13 05:40:48,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.846583843231s 2018-08-13 05:40:48,826 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-721556fa-3055-4a01-88fa-61df9afa70c5 2018-08-13 05:40:48,826 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_34f75fca-0905-4ea7-a21d-6de3daab8479', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'45b50776-6b41-4a2d-b6d6-dacf4eb3d514', 'swap': 0}) 2018-08-13 05:40:48,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:40:48,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" -d '{"extra_specs": {}}' 2018-08-13 05:40:48,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40: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-9cbcc64f-2901-4ae5-895f-08256f738286 x-compute-request-id: req-9cbcc64f-2901-4ae5-895f-08256f738286 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:40:48,858 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514/os-extra_specs used request id req-9cbcc64f-2901-4ae5-895f-08256f738286 2018-08-13 05:40:48,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0309600830078s 2018-08-13 05:40:48,859 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514/os-extra_specs used request id req-9cbcc64f-2901-4ae5-895f-08256f738286 2018-08-13 05:40:48,972 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:40:48,972 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:07 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-13 05:40:48,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:40:48,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" -d '{"subnet_id": "64be1310-e726-4e59-a699-89a3ab91b17a"}' 2018-08-13 05:40:50,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c58717fc-0854-47e2-98f0-201650a8d36b Date: Mon, 13 Aug 2018 05:40:50 GMT RESP BODY: {"network_id": "5930862f-79ba-40ea-a47b-cded33136e0f", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "subnet_id": "64be1310-e726-4e59-a699-89a3ab91b17a", "subnet_ids": ["64be1310-e726-4e59-a699-89a3ab91b17a"], "port_id": "c2cd8d59-129c-43cb-8265-944eed0b0ad5", "id": "324d7ae8-465f-408f-b9a8-e4c4cde111e3"} 2018-08-13 05:40:50,562 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3/remove_router_interface.json used request id req-c58717fc-0854-47e2-98f0-201650a8d36b 2018-08-13 05:40:50,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.584815979s 2018-08-13 05:40:50,562 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3/remove_router_interface.json used request id req-c58717fc-0854-47e2-98f0-201650a8d36b returning object 324d7ae8-465f-408f-b9a8-e4c4cde111e3 2018-08-13 05:40:50,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:40:50,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:50,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-e896b02d-4129-4728-b164-fa3869556515 Date: Mon, 13 Aug 2018 05:40:50 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:43Z", "admin_state_up": true, "updated_at": "2018-08-13T05:40:49Z", "revision_number": 4, "routes": [], "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "324d7ae8-465f-408f-b9a8-e4c4cde111e3", "name": "vmready2-router_34f75fca-0905-4ea7-a21d-6de3daab8479"}]} 2018-08-13 05:40:50,673 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e896b02d-4129-4728-b164-fa3869556515 2018-08-13 05:40:50,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.109763860703s 2018-08-13 05:40:50,673 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-e896b02d-4129-4728-b164-fa3869556515 2018-08-13 05:40:50,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:40:50,675 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:52,531 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-55990b79-74a1-4984-92a8-42780ed29b4a Content-Length: 0 Date: Mon, 13 Aug 2018 05:40:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:52,531 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3.json used request id req-55990b79-74a1-4984-92a8-42780ed29b4a 2018-08-13 05:40:52,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.85665106773s 2018-08-13 05:40:52,532 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/324d7ae8-465f-408f-b9a8-e4c4cde111e3.json used request id req-55990b79-74a1-4984-92a8-42780ed29b4a 2018-08-13 05:40:52,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:40:52,533 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:52,605 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-6ffe01fe-859c-40f0-bf74-064e5f176083 Date: Mon, 13 Aug 2018 05:40:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5930862f-79ba-40ea-a47b-cded33136e0f","tenant_id":"c294caa07ee04a02b8458cd794d562df","created_at":"2018-08-13T05:40:43Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:43Z","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":"c294caa07ee04a02b8458cd794d562df","id":"64be1310-e726-4e59-a699-89a3ab91b17a","subnetpool_id":null,"name":"vmready2-subnet_34f75fca-0905-4ea7-a21d-6de3daab8479"}]} 2018-08-13 05:40:52,606 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6ffe01fe-859c-40f0-bf74-064e5f176083 2018-08-13 05:40:52,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0735831260681s 2018-08-13 05:40:52,606 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6ffe01fe-859c-40f0-bf74-064e5f176083 2018-08-13 05:40:52,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:40:52,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/64be1310-e726-4e59-a699-89a3ab91b17a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:53,705 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c4928a63-688e-45fa-859a-b7c5826e92d3 Date: Mon, 13 Aug 2018 05:40:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:53,705 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/64be1310-e726-4e59-a699-89a3ab91b17a.json used request id req-c4928a63-688e-45fa-859a-b7c5826e92d3 2018-08-13 05:40:53,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.09775900841s 2018-08-13 05:40:53,706 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/64be1310-e726-4e59-a699-89a3ab91b17a.json used request id req-c4928a63-688e-45fa-859a-b7c5826e92d3 2018-08-13 05:40:53,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:53,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:53,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-1134f758-fa1a-4dd6-b132-68ae22401c2b Date: Mon, 13 Aug 2018 05:40:53 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":[],"updated_at":"2018-08-13T05:40:53Z","tenant_id":"c294caa07ee04a02b8458cd794d562df","created_at":"2018-08-13T05:40:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c294caa07ee04a02b8458cd794d562df","id":"5930862f-79ba-40ea-a47b-cded33136e0f","name":"vmready2-net_34f75fca-0905-4ea7-a21d-6de3daab8479"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:40:53,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1134f758-fa1a-4dd6-b132-68ae22401c2b 2018-08-13 05:40:53,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101731777191s 2018-08-13 05:40:53,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1134f758-fa1a-4dd6-b132-68ae22401c2b 2018-08-13 05:40:53,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:40:53,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/5930862f-79ba-40ea-a47b-cded33136e0f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:55,029 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-00906771-fb9f-4776-88aa-8813962fe505 Date: Mon, 13 Aug 2018 05:40:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:40:55,030 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5930862f-79ba-40ea-a47b-cded33136e0f.json used request id req-00906771-fb9f-4776-88aa-8813962fe505 2018-08-13 05:40:55,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.21873211861s 2018-08-13 05:40:55,030 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/5930862f-79ba-40ea-a47b-cded33136e0f.json used request id req-00906771-fb9f-4776-88aa-8813962fe505 2018-08-13 05:40:55,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:40:55,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:55,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-d60b065f-cf41-454c-b957-38ce9626b7cf Date: Mon, 13 Aug 2018 05:40:55 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:40:47Z", "file": "/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/file", "owner": "c294caa07ee04a02b8458cd794d562df", "id": "7c624d4c-b8b7-4b89-9b15-2efb45f4e636", "size": 12716032, "self": "/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_34f75fca-0905-4ea7-a21d-6de3daab8479", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:40:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:40:55,077 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d60b065f-cf41-454c-b957-38ce9626b7cf 2018-08-13 05:40:55,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0411329269409s 2018-08-13 05:40:55,077 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d60b065f-cf41-454c-b957-38ce9626b7cf 2018-08-13 05:40:55,079 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:40:55,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ae9a5763a82beecf3677d830ee84d7da3b27dc52" 2018-08-13 05:40:55,614 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e57d1b2-c86c-412a-91f3-ea77496bc03b Date: Mon, 13 Aug 2018 05:40:55 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:40:55,614 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636 used request id req-5e57d1b2-c86c-412a-91f3-ea77496bc03b 2018-08-13 05:40:55,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.535561084747s 2018-08-13 05:40:55,615 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/7c624d4c-b8b7-4b89-9b15-2efb45f4e636 used request id req-5e57d1b2-c86c-412a-91f3-ea77496bc03b 2018-08-13 05:40:55,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:40:55,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:55,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-6835040f-df06-4038-b1bd-4660a60a74d2 x-compute-request-id: req-6835040f-df06-4038-b1bd-4660a60a74d2 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_34f75fca-0905-4ea7-a21d-6de3daab8479", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "45b50776-6b41-4a2d-b6d6-dacf4eb3d514"}]} 2018-08-13 05:40:55,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-6835040f-df06-4038-b1bd-4660a60a74d2 2018-08-13 05:40:55,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.13668513298s 2018-08-13 05:40:55,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-6835040f-df06-4038-b1bd-4660a60a74d2 2018-08-13 05:40:55,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:40:55,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:55,786 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05: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-f660ba7c-2f94-4936-904c-8243e48c5146 x-compute-request-id: req-f660ba7c-2f94-4936-904c-8243e48c5146 Content-Length: 0 Content-Type: application/json 2018-08-13 05:40:55,786 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514 used request id req-f660ba7c-2f94-4936-904c-8243e48c5146 2018-08-13 05:40:55,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0322208404541s 2018-08-13 05:40:55,787 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/45b50776-6b41-4a2d-b6d6-dacf4eb3d514 used request id req-f660ba7c-2f94-4936-904c-8243e48c5146 2018-08-13 05:40:55,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:40:55,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:56,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a429ecb3-dc15-4c6d-b72c-b647107a0810 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479", "links": {"self": "http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2e4f8e4ca7e14dd6877b50bd667de3c6", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:40:56,037 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a429ecb3-dc15-4c6d-b72c-b647107a0810 2018-08-13 05:40:56,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.249624013901s 2018-08-13 05:40:56,037 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-a429ecb3-dc15-4c6d-b72c-b647107a0810 2018-08-13 05:40:56,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:40:56,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:56,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04db9248-4dbf-4268-90ca-2a01c4339d6d Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_34f75fca-0905-4ea7-a21d-6de3daab8479", "links": {"self": "http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "2e4f8e4ca7e14dd6877b50bd667de3c6", "description": null}} 2018-08-13 05:40:56,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6 used request id req-04db9248-4dbf-4268-90ca-2a01c4339d6d 2018-08-13 05:40:56,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20262503624s 2018-08-13 05:40:56,246 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6 used request id req-04db9248-4dbf-4268-90ca-2a01c4339d6d 2018-08-13 05:40:56,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 05:40:56,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:56,532 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4c88812d-4194-4fd8-8a87-21bba2a13247 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:40:56,532 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6 used request id req-4c88812d-4194-4fd8-8a87-21bba2a13247 2018-08-13 05:40:56,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.285100221634s 2018-08-13 05:40:56,533 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/2e4f8e4ca7e14dd6877b50bd667de3c6 used request id req-4c88812d-4194-4fd8-8a87-21bba2a13247 2018-08-13 05:40:56,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:40:56,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:56,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0435440c-c73c-4752-835e-fe07c197e127 Content-Encoding: gzip Content-Length: 382 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df"}, "tags": [], "enabled": true, "id": "c294caa07ee04a02b8458cd794d562df", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_34f75fca-0905-4ea7-a21d-6de3daab8479"}]} 2018-08-13 05:40:56,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-0435440c-c73c-4752-835e-fe07c197e127 2018-08-13 05:40:56,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.164659976959s 2018-08-13 05:40:56,704 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-0435440c-c73c-4752-835e-fe07c197e127 2018-08-13 05:40:56,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 05:40:56,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}0fd9023c2b5ef4d46d2be90eb70f7480af72fafd" 2018-08-13 05:40:57,028 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:40:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-975b39c5-f220-46e2-b8a0-48200cf174bf Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:40:57,028 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df used request id req-975b39c5-f220-46e2-b8a0-48200cf174bf 2018-08-13 05:40:57,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.319593191147s 2018-08-13 05:40:57,028 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c294caa07ee04a02b8458cd794d562df used request id req-975b39c5-f220-46e2-b8a0-48200cf174bf 2018-08-13 05:40:57,084 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-08-13 05:40:57,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:40:57,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:40:57,127 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:40:57,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:40:57,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:40:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b455b822-6d6d-4d32-8e77-0a60cbfe27a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:40:57,135 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b455b822-6d6d-4d32-8e77-0a60cbfe27a4 2018-08-13 05:40:57,136 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:40:57,525 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:40:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["OUQWj84YSFKocMTNhxFaPw"], "issued_at": "2018-08-13T05:40:57.000000Z"}} 2018-08-13 05:40:57,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:57,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:40:57,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f2cfe508-c765-4cf9-99ef-bbd62112a061 Date: Mon, 13 Aug 2018 05:40:57 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:57,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f2cfe508-c765-4cf9-99ef-bbd62112a061 2018-08-13 05:40:57,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.319236040115s 2018-08-13 05:40:57,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f2cfe508-c765-4cf9-99ef-bbd62112a061 2018-08-13 05:40:57,854 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-08-13 05:40:57,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:40:57,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"network": {"name": "singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "admin_state_up": true}}' 2018-08-13 05:40:58,085 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-1fd0a0f8-290d-4267-97b7-464befdf9391 Date: Mon, 13 Aug 2018 05:40:58 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:40:57Z","is_default":false,"provider:segmentation_id":9,"name":"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:57Z","mtu":1450}} 2018-08-13 05:40:58,085 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1fd0a0f8-290d-4267-97b7-464befdf9391 2018-08-13 05:40:58,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.230843067169s 2018-08-13 05:40:58,086 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1fd0a0f8-290d-4267-97b7-464befdf9391 2018-08-13 05:40:58,086 - 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-08-13T05:40:57Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'27e96074-ed80-48cc-ab11-db51c6fafe6f', u'provider:segmentation_id': 9, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:40:57Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:40:58,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:40:58,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:40:58,210 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1346 X-Openstack-Request-Id: req-5bf75354-3498-4258-a9f3-dd93819c3e8e Date: Mon, 13 Aug 2018 05:40:58 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:40:57Z","provider:segmentation_id":9,"name":"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:40:58,210 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5bf75354-3498-4258-a9f3-dd93819c3e8e 2018-08-13 05:40:58,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.123618125916s 2018-08-13 05:40:58,211 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5bf75354-3498-4258-a9f3-dd93819c3e8e 2018-08-13 05:40:58,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:40:58,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"subnet": {"name": "singlevm1-subnet_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "enable_dhcp": true, "network_id": "27e96074-ed80-48cc-ab11-db51c6fafe6f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:40:58,793 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-58c5cb90-293b-4ba2-adf4-de14dbe1cdb1 Date: Mon, 13 Aug 2018 05:40:58 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:58Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"9bcc3738-2b76-46a3-aa16-58219be606ca","subnetpool_id":null,"name":"singlevm1-subnet_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}} 2018-08-13 05:40:58,793 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-58c5cb90-293b-4ba2-adf4-de14dbe1cdb1 2018-08-13 05:40:58,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.580600976944s 2018-08-13 05:40:58,793 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-58c5cb90-293b-4ba2-adf4-de14dbe1cdb1 2018-08-13 05:40:58,794 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:40:58Z', 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'9bcc3738-2b76-46a3-aa16-58219be606ca', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', u'enable_dhcp': True, u'network_id': u'27e96074-ed80-48cc-ab11-db51c6fafe6f', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:40:58Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:40:58,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:40:58,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "singlevm1-router_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "admin_state_up": true}}' 2018-08-13 05:40:59,817 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-79cf379d-724e-42be-9be5-6c6c857e17b5 Date: Mon, 13 Aug 2018 05:40:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:40:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:40:59Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "97932cd6-1659-4bb5-a107-a8a868d886b1", "name": "singlevm1-router_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}} 2018-08-13 05:40:59,817 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-79cf379d-724e-42be-9be5-6c6c857e17b5 2018-08-13 05:40:59,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.02316594124s 2018-08-13 05:40:59,818 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-79cf379d-724e-42be-9be5-6c6c857e17b5 2018-08-13 05:40:59,818 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.212'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:40:58Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T05:40:59Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'97932cd6-1659-4bb5-a107-a8a868d886b1', u'name': u'singlevm1-router_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4'}) 2018-08-13 05:40:59,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:40:59,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"subnet_id": "9bcc3738-2b76-46a3-aa16-58219be606ca"}' 2018-08-13 05:41:01,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9a7ef43f-9ccf-4a94-8279-312467a55d0b Date: Mon, 13 Aug 2018 05:41:01 GMT RESP BODY: {"network_id": "27e96074-ed80-48cc-ab11-db51c6fafe6f", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "9bcc3738-2b76-46a3-aa16-58219be606ca", "subnet_ids": ["9bcc3738-2b76-46a3-aa16-58219be606ca"], "port_id": "163c2f9d-b5a8-4bf9-9a2a-846fff6f8599", "id": "97932cd6-1659-4bb5-a107-a8a868d886b1"} 2018-08-13 05:41:01,563 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1/add_router_interface.json used request id req-9a7ef43f-9ccf-4a94-8279-312467a55d0b 2018-08-13 05:41:01,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.74372696877s 2018-08-13 05:41:01,563 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1/add_router_interface.json used request id req-9a7ef43f-9ccf-4a94-8279-312467a55d0b returning object 97932cd6-1659-4bb5-a107-a8a868d886b1 2018-08-13 05:41:01,563 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:41:01,690 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:41:01,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:41:01,697 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:41:01 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:41:01,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:41:01,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:02,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-eadcc3a7-9851-4cfe-8a02-969664619637 Date: Mon, 13 Aug 2018 05:41:02 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:41:02,424 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eadcc3a7-9851-4cfe-8a02-969664619637 2018-08-13 05:41:02,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.723536968231s 2018-08-13 05:41:02,425 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-eadcc3a7-9851-4cfe-8a02-969664619637 2018-08-13 05:41:02,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:41:02,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}' 2018-08-13 05:41:02,499 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e0aaa64a-7ca4-43ec-ba54-e23a54f05939 Date: Mon, 13 Aug 2018 05:41:02 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:02Z", "file": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "size": null, "self": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "checksum": null, "created_at": "2018-08-13T05:41:02Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:41:02,499 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e0aaa64a-7ca4-43ec-ba54-e23a54f05939 2018-08-13 05:41:02,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0680491924286s 2018-08-13 05:41:02,499 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e0aaa64a-7ca4-43ec-ba54-e23a54f05939 returning object 26d4914b-0389-4db1-81c7-7ce6e3a51af9 2018-08-13 05:41:02,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:41:02,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '' 2018-08-13 05:41:03,459 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-63e882a3-dadc-4512-84ec-9d65b61310d1 Date: Mon, 13 Aug 2018 05:41:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:41:03,460 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file used request id req-63e882a3-dadc-4512-84ec-9d65b61310d1 2018-08-13 05:41:03,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.959852933884s 2018-08-13 05:41:03,460 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file used request id req-63e882a3-dadc-4512-84ec-9d65b61310d1 2018-08-13 05:41:03,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:41:03,468 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:03,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d536ff76-7848-4dc8-9280-ae3f2c5f7c60 Date: Mon, 13 Aug 2018 05:41:03 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:03Z", "file": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "size": 12716032, "self": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:41:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:41:03,489 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d536ff76-7848-4dc8-9280-ae3f2c5f7c60 2018-08-13 05:41:03,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0247399806976s 2018-08-13 05:41:03,489 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d536ff76-7848-4dc8-9280-ae3f2c5f7c60 2018-08-13 05:41:03,491 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'26d4914b-0389-4db1-81c7-7ce6e3a51af9', 'size': 12716032, u'self': u'/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:41:03Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T05:41:03Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', 'created': u'2018-08-13T05:41:02Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:41:02Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:41:03,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:41:03,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:41:04,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6cd22c17-1c53-46a1-a1bd-5b060aa71a95 x-compute-request-id: req-6cd22c17-1c53-46a1-a1bd-5b060aa71a95 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d56032c0-8e60-47e2-ab45-211802959b0d"}} 2018-08-13 05:41:04,212 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6cd22c17-1c53-46a1-a1bd-5b060aa71a95 2018-08-13 05:41:04,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.720419168472s 2018-08-13 05:41:04,213 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-6cd22c17-1c53-46a1-a1bd-5b060aa71a95 2018-08-13 05:41:04,214 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'd56032c0-8e60-47e2-ab45-211802959b0d', 'swap': 0}) 2018-08-13 05:41:04,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:41:04,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"extra_specs": {}}' 2018-08-13 05:41:04,235 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cf125699-ecf7-4189-a9e0-f1ef51fb235e x-compute-request-id: req-cf125699-ecf7-4189-a9e0-f1ef51fb235e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:41:04,235 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d/os-extra_specs used request id req-cf125699-ecf7-4189-a9e0-f1ef51fb235e 2018-08-13 05:41:04,235 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206379890442s 2018-08-13 05:41:04,235 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d/os-extra_specs used request id req-cf125699-ecf7-4189-a9e0-f1ef51fb235e 2018-08-13 05:41:04,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-13 05:41:04,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"keypair": {"name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}}' 2018-08-13 05:41:04,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d384bcb2-d681-4283-a6e1-fd0a186f8151 x-compute-request-id: req-d384bcb2-d681-4283-a6e1-fd0a186f8151 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4ndIlbryc8ZPghs/k6nfdEEPMsdsQSIQEcJsOApj0bEXYgOa8XOPBj9vj1arI/MjH2l/7xFve3XeEGr9q5Y4pkSAxi0ezI4AGuufGEwIPWQqq1FQ+8DUPD14tq6J41B9naJrj+HAY/JL+TtJIJ32IgYHnQMwTeO8FpmeA47EkxXnALBL3GpNO3/zvuttzp5ssUwo7NSQ5U3hTOt6g5ZQZ62WLkD5pgR1WSajpW95Y9Ld8nBfhCWjar+Hcvo73th7y/jCGBzoMVL/1VoyizoLr1Vvls0cMtrRSsDwRgkl+GseAkhZy4jNtFjP/1Tcw48ZEJfKZxw9dQCZSvP3t3nqn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuJ3SJW68nPGT4IbP5Op33RBDzLHbEEiEBHCbDgKY9GxF2IDm\nvFzjwY/b49WqyPzIx9pf+8Rb3t13hBq/auWOKZEgMYtHsyOABrrnxhMCD1kKqtRU\nPvA1Dw9eLauieNQfZ2ia4/hwGPyS/k7SSCd9iIGB50DME3jvBaZngOOxJMV5wCwS\n9xqTTt/877rbc6ebLFMKOzUkOVN4UzreoOWUGetli5A+aYEdVkmo6VveWPS3fJwX\n4Qlo2q/h3L6O97Ye8v4whgc6DFS/9VaMos6C69Vb5bNHDLa0UrA8EYJJfhrHgJIW\ncuIzbRYz/9U3MOPGRCXymccPXUAmUrz97d56pwIDAQABAoIBAHSXjzj+t3Vyh86b\ntT2/6hUdiYQDqvKcqWtYZkQx1cE/g9jYh1/cViZPITLBJQurwW2d91I8TzzvpuQy\nNENhWCfeNHO1n4F94QPfFDMenAVvWXJLiCz7bLbnILY9F+2xIWggQvnIU5skH/0l\ncF4LOpd0GsMeRAPkMyfhUKqwoZYzYUz7vIgshvmaBqRx8A22vSV515tCFPhb3K/b\ni25urW3KsPXTkR0/c16thWd2gkYc/ouT2I24Txg94LdTOrsyiteI2N3D1AuSgwwi\nbNdW8quWaUUhhNpxIx5CKj3hefqvxk0h24MWhwr+kHCNOv+ucdm7rQGhyM6g6GT5\nW22Rr8kCgYEA6/2x7GfrhEP9BPTY9IgU/n0kGPUmqZDYyndzUxnn1lfZK4SxprY3\nOi1QE9EDWFW+QO1Ia4zWsk45CY2tNhOrX/OsEwGPqqqjbLew1srqt29umc/AfA5M\nnpclaBDMsh7i2tfyG36nnLElLrnTgK84UnTRZIRYpZOQVL4atiUD1zsCgYEAyEUE\nFYBDxBVD8GNJCyyGZBNrzF89DwBtiQb7VpgnjEkrAZVhPkm41X8BfJIgiVlFr+Ma\nbAYcTiBdh3RVg6DFFOwDLumlj4vPgVQ9LidI2ucCYqNmQ89WuMECHo2MastILE+0\nisqmzfiaM8LG5oRIiPsUzjqM0r+Zt//QGq0ea4UCgYAD0SKjlDq29PKOtfccXWcZ\nhqSi0rRBYdpfy/bNjUm2qc0VaxwEekYCZuE4sNTBBQICwtO9CZYfZCx//w6iJUdM\nUgCifg/4zrG9/GqbzsRlGyRK0JVobELI/eDZAgyNhPpeV8fOsgm7+xGC4/aLykm6\n67DHU2yroOtgs4JzF74sKQKBgQChy/hfso+NFC0eQehaSa+NnI8jvvHic9MKuIRI\nUobo9Jf1II0+uGrGuWQnExuMO35sekr3aPxnNgi6DYek3zc6Du8HcKZcUXTkpH0F\nE6HtkGLB9AcD07fZbb1bl7oQ8Yium/pdgxm+IBHcrYjp5YeAe3E0p+LrxPXYzKiB\nVMnVzQKBgQCOL7bQZ7fnNl7bmOaCruzFz1UYG/NsWmBMBIPur0e4lzfgWU4/dWqN\nQy1z2/jyyNmZI+vGo0YmHVE4fC3NrnHXJlzX+K2hgijgI/FSNaVvFPnwAv3svKGt\ndMvSN8PplUFQhFRCiuFt3gKpYrGy0xlmS33FUJn/Gx7D7pnw0Og+uA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "fingerprint": "f6:47:c2:a7:77:63:1f:09:2e:df:9a:69:b1:1f:7a:89"}} 2018-08-13 05:41:04,385 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-d384bcb2-d681-4283-a6e1-fd0a186f8151 2018-08-13 05:41:04,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.148926973343s 2018-08-13 05:41:04,385 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-d384bcb2-d681-4283-a6e1-fd0a186f8151 2018-08-13 05:41:04,386 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4ndIlbryc8ZPghs/k6nfdEEPMsdsQSIQEcJsOApj0bEXYgOa8XOPBj9vj1arI/MjH2l/7xFve3XeEGr9q5Y4pkSAxi0ezI4AGuufGEwIPWQqq1FQ+8DUPD14tq6J41B9naJrj+HAY/JL+TtJIJ32IgYHnQMwTeO8FpmeA47EkxXnALBL3GpNO3/zvuttzp5ssUwo7NSQ5U3hTOt6g5ZQZ62WLkD5pgR1WSajpW95Y9Ld8nBfhCWjar+Hcvo73th7y/jCGBzoMVL/1VoyizoLr1Vvls0cMtrRSsDwRgkl+GseAkhZy4jNtFjP/1Tcw48ZEJfKZxw9dQCZSvP3t3nqn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuJ3SJW68nPGT4IbP5Op33RBDzLHbEEiEBHCbDgKY9GxF2IDm\nvFzjwY/b49WqyPzIx9pf+8Rb3t13hBq/auWOKZEgMYtHsyOABrrnxhMCD1kKqtRU\nPvA1Dw9eLauieNQfZ2ia4/hwGPyS/k7SSCd9iIGB50DME3jvBaZngOOxJMV5wCwS\n9xqTTt/877rbc6ebLFMKOzUkOVN4UzreoOWUGetli5A+aYEdVkmo6VveWPS3fJwX\n4Qlo2q/h3L6O97Ye8v4whgc6DFS/9VaMos6C69Vb5bNHDLa0UrA8EYJJfhrHgJIW\ncuIzbRYz/9U3MOPGRCXymccPXUAmUrz97d56pwIDAQABAoIBAHSXjzj+t3Vyh86b\ntT2/6hUdiYQDqvKcqWtYZkQx1cE/g9jYh1/cViZPITLBJQurwW2d91I8TzzvpuQy\nNENhWCfeNHO1n4F94QPfFDMenAVvWXJLiCz7bLbnILY9F+2xIWggQvnIU5skH/0l\ncF4LOpd0GsMeRAPkMyfhUKqwoZYzYUz7vIgshvmaBqRx8A22vSV515tCFPhb3K/b\ni25urW3KsPXTkR0/c16thWd2gkYc/ouT2I24Txg94LdTOrsyiteI2N3D1AuSgwwi\nbNdW8quWaUUhhNpxIx5CKj3hefqvxk0h24MWhwr+kHCNOv+ucdm7rQGhyM6g6GT5\nW22Rr8kCgYEA6/2x7GfrhEP9BPTY9IgU/n0kGPUmqZDYyndzUxnn1lfZK4SxprY3\nOi1QE9EDWFW+QO1Ia4zWsk45CY2tNhOrX/OsEwGPqqqjbLew1srqt29umc/AfA5M\nnpclaBDMsh7i2tfyG36nnLElLrnTgK84UnTRZIRYpZOQVL4atiUD1zsCgYEAyEUE\nFYBDxBVD8GNJCyyGZBNrzF89DwBtiQb7VpgnjEkrAZVhPkm41X8BfJIgiVlFr+Ma\nbAYcTiBdh3RVg6DFFOwDLumlj4vPgVQ9LidI2ucCYqNmQ89WuMECHo2MastILE+0\nisqmzfiaM8LG5oRIiPsUzjqM0r+Zt//QGq0ea4UCgYAD0SKjlDq29PKOtfccXWcZ\nhqSi0rRBYdpfy/bNjUm2qc0VaxwEekYCZuE4sNTBBQICwtO9CZYfZCx//w6iJUdM\nUgCifg/4zrG9/GqbzsRlGyRK0JVobELI/eDZAgyNhPpeV8fOsgm7+xGC4/aLykm6\n67DHU2yroOtgs4JzF74sKQKBgQChy/hfso+NFC0eQehaSa+NnI8jvvHic9MKuIRI\nUobo9Jf1II0+uGrGuWQnExuMO35sekr3aPxnNgi6DYek3zc6Du8HcKZcUXTkpH0F\nE6HtkGLB9AcD07fZbb1bl7oQ8Yium/pdgxm+IBHcrYjp5YeAe3E0p+LrxPXYzKiB\nVMnVzQKBgQCOL7bQZ7fnNl7bmOaCruzFz1UYG/NsWmBMBIPur0e4lzfgWU4/dWqN\nQy1z2/jyyNmZI+vGo0YmHVE4fC3NrnHXJlzX+K2hgijgI/FSNaVvFPnwAv3svKGt\ndMvSN8PplUFQhFRCiuFt3gKpYrGy0xlmS33FUJn/Gx7D7pnw0Og+uA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fd4b32efc0a44ad3ae4f0b915c8a15f2', 'name': u'singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', 'created_at': '2018-08-13T05:41:04.386435', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'f6:47:c2:a7:77:63:1f:09:2e:df:9a:69:b1:1f:7a:89', 'type': 'ssh', 'id': u'singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4'}) 2018-08-13 05:41:04,386 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEAuJ3SJW68nPGT4IbP5Op33RBDzLHbEEiEBHCbDgKY9GxF2IDm vFzjwY/b49WqyPzIx9pf+8Rb3t13hBq/auWOKZEgMYtHsyOABrrnxhMCD1kKqtRU PvA1Dw9eLauieNQfZ2ia4/hwGPyS/k7SSCd9iIGB50DME3jvBaZngOOxJMV5wCwS 9xqTTt/877rbc6ebLFMKOzUkOVN4UzreoOWUGetli5A+aYEdVkmo6VveWPS3fJwX 4Qlo2q/h3L6O97Ye8v4whgc6DFS/9VaMos6C69Vb5bNHDLa0UrA8EYJJfhrHgJIW cuIzbRYz/9U3MOPGRCXymccPXUAmUrz97d56pwIDAQABAoIBAHSXjzj+t3Vyh86b tT2/6hUdiYQDqvKcqWtYZkQx1cE/g9jYh1/cViZPITLBJQurwW2d91I8TzzvpuQy NENhWCfeNHO1n4F94QPfFDMenAVvWXJLiCz7bLbnILY9F+2xIWggQvnIU5skH/0l cF4LOpd0GsMeRAPkMyfhUKqwoZYzYUz7vIgshvmaBqRx8A22vSV515tCFPhb3K/b i25urW3KsPXTkR0/c16thWd2gkYc/ouT2I24Txg94LdTOrsyiteI2N3D1AuSgwwi bNdW8quWaUUhhNpxIx5CKj3hefqvxk0h24MWhwr+kHCNOv+ucdm7rQGhyM6g6GT5 W22Rr8kCgYEA6/2x7GfrhEP9BPTY9IgU/n0kGPUmqZDYyndzUxnn1lfZK4SxprY3 Oi1QE9EDWFW+QO1Ia4zWsk45CY2tNhOrX/OsEwGPqqqjbLew1srqt29umc/AfA5M npclaBDMsh7i2tfyG36nnLElLrnTgK84UnTRZIRYpZOQVL4atiUD1zsCgYEAyEUE FYBDxBVD8GNJCyyGZBNrzF89DwBtiQb7VpgnjEkrAZVhPkm41X8BfJIgiVlFr+Ma bAYcTiBdh3RVg6DFFOwDLumlj4vPgVQ9LidI2ucCYqNmQ89WuMECHo2MastILE+0 isqmzfiaM8LG5oRIiPsUzjqM0r+Zt//QGq0ea4UCgYAD0SKjlDq29PKOtfccXWcZ hqSi0rRBYdpfy/bNjUm2qc0VaxwEekYCZuE4sNTBBQICwtO9CZYfZCx//w6iJUdM UgCifg/4zrG9/GqbzsRlGyRK0JVobELI/eDZAgyNhPpeV8fOsgm7+xGC4/aLykm6 67DHU2yroOtgs4JzF74sKQKBgQChy/hfso+NFC0eQehaSa+NnI8jvvHic9MKuIRI Uobo9Jf1II0+uGrGuWQnExuMO35sekr3aPxnNgi6DYek3zc6Du8HcKZcUXTkpH0F E6HtkGLB9AcD07fZbb1bl7oQ8Yium/pdgxm+IBHcrYjp5YeAe3E0p+LrxPXYzKiB VMnVzQKBgQCOL7bQZ7fnNl7bmOaCruzFz1UYG/NsWmBMBIPur0e4lzfgWU4/dWqN Qy1z2/jyyNmZI+vGo0YmHVE4fC3NrnHXJlzX+K2hgijgI/FSNaVvFPnwAv3svKGt dMvSN8PplUFQhFRCiuFt3gKpYrGy0xlmS33FUJn/Gx7D7pnw0Og+uA== -----END RSA PRIVATE KEY----- 2018-08-13 05:41:04,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-13 05:41:04,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"security_group": {"name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-08-13 05:41:04,560 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-13e0a6fd-e8ae-48d5-a0f2-f2882b5e548a Date: Mon, 13 Aug 2018 05:41:04 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:04Z", "updated_at": "2018-08-13T05:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "14affc08-d700-44ba-8359-4a1ecf8e1f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "ce626200-e18a-4bf0-94c2-3e16d3891c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}} 2018-08-13 05:41:04,560 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-13e0a6fd-e8ae-48d5-a0f2-f2882b5e548a 2018-08-13 05:41:04,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.170665979385s 2018-08-13 05:41:04,561 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-13e0a6fd-e8ae-48d5-a0f2-f2882b5e548a 2018-08-13 05:41:04,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:41:04,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:04,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-edbd9fa0-acf6-4c46-8d63-590068f7fc57 Date: Mon, 13 Aug 2018 05:41:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:04Z", "updated_at": "2018-08-13T05:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "14affc08-d700-44ba-8359-4a1ecf8e1f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "ce626200-e18a-4bf0-94c2-3e16d3891c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}]} 2018-08-13 05:41:04,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-edbd9fa0-acf6-4c46-8d63-590068f7fc57 2018-08-13 05:41:04,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.122626066208s 2018-08-13 05:41:04,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-edbd9fa0-acf6-4c46-8d63-590068f7fc57 2018-08-13 05:41:04,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:41:04,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -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": "4eb0aded-5f57-43a0-abac-1cfe084c2676"}}' 2018-08-13 05:41:04,844 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-76624ad9-385c-4dc0-aa53-05760e7d672d Date: Mon, 13 Aug 2018 05:41:04 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-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "port_range_min": 22, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:04Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "e84c24bb-ae12-430a-8495-29e84c031d9e"}} 2018-08-13 05:41:04,844 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-76624ad9-385c-4dc0-aa53-05760e7d672d 2018-08-13 05:41:04,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.151535987854s 2018-08-13 05:41:04,845 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-76624ad9-385c-4dc0-aa53-05760e7d672d 2018-08-13 05:41:04,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:41:04,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:04,908 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-cf1db292-6854-4c2d-9157-9d7c65d76395 Date: Mon, 13 Aug 2018 05:41:04 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:04Z", "updated_at": "2018-08-13T05:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "14affc08-d700-44ba-8359-4a1ecf8e1f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "ce626200-e18a-4bf0-94c2-3e16d3891c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "e84c24bb-ae12-430a-8495-29e84c031d9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 2, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}]} 2018-08-13 05:41:04,908 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-cf1db292-6854-4c2d-9157-9d7c65d76395 2018-08-13 05:41:04,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0598528385162s 2018-08-13 05:41:04,909 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-cf1db292-6854-4c2d-9157-9d7c65d76395 2018-08-13 05:41:04,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:41:04,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -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": "4eb0aded-5f57-43a0-abac-1cfe084c2676"}}' 2018-08-13 05:41:05,066 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-73a871bc-d8d5-43fa-ac27-c139019551c8 Date: Mon, 13 Aug 2018 05:41:05 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-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:04Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "55a9004b-e6e4-4759-bad2-9aee786a603c"}} 2018-08-13 05:41:05,066 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-73a871bc-d8d5-43fa-ac27-c139019551c8 2018-08-13 05:41:05,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.153440952301s 2018-08-13 05:41:05,066 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-73a871bc-d8d5-43fa-ac27-c139019551c8 2018-08-13 05:41:05,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:05,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:05,164 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-25bf7efe-a192-49ab-9d4e-7319cb54b9b9 Date: Mon, 13 Aug 2018 05:41:05 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["9bcc3738-2b76-46a3-aa16-58219be606ca"],"description":"","tags":[],"updated_at":"2018-08-13T05:40:58Z","provider:segmentation_id":9,"name":"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:41:05,164 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-25bf7efe-a192-49ab-9d4e-7319cb54b9b9 2018-08-13 05:41:05,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0961098670959s 2018-08-13 05:41:05,164 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-25bf7efe-a192-49ab-9d4e-7319cb54b9b9 2018-08-13 05:41:05,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:41:05,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:05,192 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-dce31653-198f-4c83-86d4-04eaac1ac87e Date: Mon, 13 Aug 2018 05:41:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:03Z", "file": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "size": 12716032, "self": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:41:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:41:05,192 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dce31653-198f-4c83-86d4-04eaac1ac87e 2018-08-13 05:41:05,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0243690013885s 2018-08-13 05:41:05,193 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dce31653-198f-4c83-86d4-04eaac1ac87e 2018-08-13 05:41:05,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:41:05,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:05,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fcb27626-785a-4317-aa71-f362dfa6e1da x-compute-request-id: req-fcb27626-785a-4317-aa71-f362dfa6e1da Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d56032c0-8e60-47e2-ab45-211802959b0d"}]} 2018-08-13 05:41:05,343 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-fcb27626-785a-4317-aa71-f362dfa6e1da 2018-08-13 05:41:05,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.149794101715s 2018-08-13 05:41:05,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-fcb27626-785a-4317-aa71-f362dfa6e1da 2018-08-13 05:41:05,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:41:05,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"server": {"name": "singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "imageRef": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "key_name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "flavorRef": "d56032c0-8e60-47e2-ab45-211802959b0d", "max_count": 1, "min_count": 1, "networks": [{"uuid": "27e96074-ed80-48cc-ab11-db51c6fafe6f"}], "security_groups": [{"name": "4eb0aded-5f57-43a0-abac-1cfe084c2676"}]}}' 2018-08-13 05:41:09,060 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:41:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-62c137a9-6caa-487b-8282-21d7f7adf78f x-compute-request-id: req-62c137a9-6caa-487b-8282-21d7f7adf78f Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "4eb0aded-5f57-43a0-abac-1cfe084c2676"}], "OS-DCF:diskConfig": "MANUAL", "id": "0b75e6b8-ec68-45d3-8e9f-722f325b9905", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "bookmark"}], "adminPass": "XA3LHqaHddks"}} 2018-08-13 05:41:09,060 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-62c137a9-6caa-487b-8282-21d7f7adf78f 2018-08-13 05:41:09,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.71434903145s 2018-08-13 05:41:09,060 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-62c137a9-6caa-487b-8282-21d7f7adf78f 2018-08-13 05:41:09,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:10,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-8edd5d7c-181b-4f40-9b17-c73beb631915 x-compute-request-id: req-8edd5d7c-181b-4f40-9b17-c73beb631915 Content-Encoding: gzip Content-Length: 640 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "bookmark"}], "image": {"id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "links": [{"href": "http://172.30.9.22:8774/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56032c0-8e60-47e2-ab45-211802959b0d", "links": [{"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}]}, "id": "0b75e6b8-ec68-45d3-8e9f-722f325b9905", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T05:41:09Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "created": "2018-08-13T05:41:09Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:10,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8edd5d7c-181b-4f40-9b17-c73beb631915 2018-08-13 05:41:10,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15693593025s 2018-08-13 05:41:10,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8edd5d7c-181b-4f40-9b17-c73beb631915 2018-08-13 05:41:10,226 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:10,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:10,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-5b283aaf-430d-41bb-9bcf-9f6c5880bcd5 Date: Mon, 13 Aug 2018 05:41:10 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["9bcc3738-2b76-46a3-aa16-58219be606ca"],"description":"","tags":[],"updated_at":"2018-08-13T05:40:58Z","provider:segmentation_id":9,"name":"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:41:10,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5b283aaf-430d-41bb-9bcf-9f6c5880bcd5 2018-08-13 05:41:10,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0793929100037s 2018-08-13 05:41:10,305 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5b283aaf-430d-41bb-9bcf-9f6c5880bcd5 2018-08-13 05:41:10,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:41:10,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:10,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-7e10eb44-99f6-4dff-856b-c8536390ab9c Date: Mon, 13 Aug 2018 05:41:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:58Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"9bcc3738-2b76-46a3-aa16-58219be606ca","subnetpool_id":null,"name":"singlevm1-subnet_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}]} 2018-08-13 05:41:10,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7e10eb44-99f6-4dff-856b-c8536390ab9c 2018-08-13 05:41:10,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.058357000351s 2018-08-13 05:41:10,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7e10eb44-99f6-4dff-856b-c8536390ab9c 2018-08-13 05:41:10,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:41:12,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:12,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:13,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e78832ae-cd93-4778-8ba7-69d6d054f4a6 x-compute-request-id: req-e78832ae-cd93-4778-8ba7-69d6d054f4a6 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "bookmark"}], "image": {"id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "links": [{"href": "http://172.30.9.22:8774/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56032c0-8e60-47e2-ab45-211802959b0d", "links": [{"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}]}, "id": "0b75e6b8-ec68-45d3-8e9f-722f325b9905", "security_groups": [{"name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T05:41:11Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "created": "2018-08-13T05:41:09Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:13,223 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e78832ae-cd93-4778-8ba7-69d6d054f4a6 2018-08-13 05:41:13,223 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.853778839111s 2018-08-13 05:41:13,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e78832ae-cd93-4778-8ba7-69d6d054f4a6 2018-08-13 05:41:13,227 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:41:15,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:15,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:15,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a8bec0fb-4126-4665-8d09-e6612f6ef7f2 x-compute-request-id: req-a8bec0fb-4126-4665-8d09-e6612f6ef7f2 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:c3:a0", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "bookmark"}], "image": {"id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "links": [{"href": "http://172.30.9.22:8774/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56032c0-8e60-47e2-ab45-211802959b0d", "links": [{"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}]}, "id": "0b75e6b8-ec68-45d3-8e9f-722f325b9905", "security_groups": [{"name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T05:41:13Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "created": "2018-08-13T05:41:09Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:15,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a8bec0fb-4126-4665-8d09-e6612f6ef7f2 2018-08-13 05:41:15,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.690490007401s 2018-08-13 05:41:15,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a8bec0fb-4126-4665-8d09-e6612f6ef7f2 2018-08-13 05:41:15,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:41:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:17,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:19,262 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-4e094adb-0cd6-44ea-8ad2-6aa70a6677f9 x-compute-request-id: req-4e094adb-0cd6-44ea-8ad2-6aa70a6677f9 Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:c3:a0", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "bookmark"}], "image": {"id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "links": [{"href": "http://172.30.9.22:8774/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d56032c0-8e60-47e2-ab45-211802959b0d", "links": [{"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}]}, "id": "0b75e6b8-ec68-45d3-8e9f-722f325b9905", "security_groups": [{"name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T05:41:13Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "created": "2018-08-13T05:41:09Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:19,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4e094adb-0cd6-44ea-8ad2-6aa70a6677f9 2018-08-13 05:41:19,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33559417725s 2018-08-13 05:41:19,263 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4e094adb-0cd6-44ea-8ad2-6aa70a6677f9 2018-08-13 05:41:19,267 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:41:21,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:21,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:21,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd5ed7f2-a59d-4422-b04a-a0e7b3072ced x-compute-request-id: req-bd5ed7f2-a59d-4422-b04a-a0e7b3072ced Content-Encoding: gzip Content-Length: 813 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:c3:a0", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "bookmark"}], "image": {"id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "links": [{"href": "http://172.30.9.22:8774/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-13T05:41:19.000000", "flavor": {"id": "d56032c0-8e60-47e2-ab45-211802959b0d", "links": [{"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}]}, "id": "0b75e6b8-ec68-45d3-8e9f-722f325b9905", "security_groups": [{"name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:41:19Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "created": "2018-08-13T05:41:09Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:21,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bd5ed7f2-a59d-4422-b04a-a0e7b3072ced 2018-08-13 05:41:21,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.345052957535s 2018-08-13 05:41:21,616 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bd5ed7f2-a59d-4422-b04a-a0e7b3072ced 2018-08-13 05:41:21,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:41:21,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=0b75e6b8-ec68-45d3-8e9f-722f325b9905" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:21,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-11568960-82ff-4aae-b5e3-b60b943e5500 Date: Mon, 13 Aug 2018 05:41:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T05:41:19Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9bcc3738-2b76-46a3-aa16-58219be606ca","ip_address":"192.168.120.16"}],"id":"9fe1f3de-fbc7-428e-8754-eb76dc917491","security_groups":["4eb0aded-5f57-43a0-abac-1cfe084c2676"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:c3:a0","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0b75e6b8-ec68-45d3-8e9f-722f325b9905","name":"","admin_state_up":true,"network_id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:41:12Z","binding:vnic_type":"normal"}]} 2018-08-13 05:41:21,663 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=0b75e6b8-ec68-45d3-8e9f-722f325b9905 used request id req-11568960-82ff-4aae-b5e3-b60b943e5500 2018-08-13 05:41:21,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0425231456757s 2018-08-13 05:41:21,663 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=0b75e6b8-ec68-45d3-8e9f-722f325b9905 used request id req-11568960-82ff-4aae-b5e3-b60b943e5500 2018-08-13 05:41:21,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:41:21,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=9fe1f3de-fbc7-428e-8754-eb76dc917491" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:21,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-e541aee1-cdff-46f3-bf4c-04a658bfbdbc Date: Mon, 13 Aug 2018 05:41:21 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:41:21,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=9fe1f3de-fbc7-428e-8754-eb76dc917491 used request id req-e541aee1-cdff-46f3-bf4c-04a658bfbdbc 2018-08-13 05:41:21,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0451688766479s 2018-08-13 05:41:21,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=9fe1f3de-fbc7-428e-8754-eb76dc917491 used request id req-e541aee1-cdff-46f3-bf4c-04a658bfbdbc 2018-08-13 05:41:21,714 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:04:c3:a0', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'26d4914b-0389-4db1-81c7-7ce6e3a51af9'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-13T05:41:19.000000', 'flavor': Munch({u'id': u'd56032c0-8e60-47e2-ab45-211802959b0d'}), 'az': u'nova', 'id': u'0b75e6b8-ec68-45d3-8e9f-722f325b9905', 'security_groups': [Munch({u'name': u'singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fd4b32efc0a44ad3ae4f0b915c8a15f2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', '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-08-13T05:41:19.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:41:19Z', 'hostId': u'8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-1.opnfvlf.org', 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-EXT-SRV-ATTR:instance_name': u'instance-00000001', u'OS-SRV-USG:launched_at': u'2018-08-13T05:41:19.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-1.opnfvlf.org', 'name': u'singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4', 'adminPass': u'XA3LHqaHddks', 'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'created_at': u'2018-08-13T05:41:09Z', 'created': u'2018-08-13T05:41:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:41:21,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:21,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:21,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1390 X-Openstack-Request-Id: req-76406b51-52fb-4214-afb6-e98fec440bbe Date: Mon, 13 Aug 2018 05:41:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["9bcc3738-2b76-46a3-aa16-58219be606ca"],"description":"","tags":[],"updated_at":"2018-08-13T05:40:58Z","provider:segmentation_id":9,"name":"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:41:21,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-76406b51-52fb-4214-afb6-e98fec440bbe 2018-08-13 05:41:21,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0871028900146s 2018-08-13 05:41:21,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-76406b51-52fb-4214-afb6-e98fec440bbe 2018-08-13 05:41:21,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:41:21,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=0b75e6b8-ec68-45d3-8e9f-722f325b9905" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:21,847 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 877 X-Openstack-Request-Id: req-d9804b1e-6211-4b85-9093-ecd9c4f198b0 Date: Mon, 13 Aug 2018 05:41:21 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T05:41:19Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"9bcc3738-2b76-46a3-aa16-58219be606ca","ip_address":"192.168.120.16"}],"id":"9fe1f3de-fbc7-428e-8754-eb76dc917491","security_groups":["4eb0aded-5f57-43a0-abac-1cfe084c2676"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:04:c3:a0","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"0b75e6b8-ec68-45d3-8e9f-722f325b9905","name":"","admin_state_up":true,"network_id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:41:12Z","binding:vnic_type":"normal"}]} 2018-08-13 05:41:21,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=0b75e6b8-ec68-45d3-8e9f-722f325b9905 used request id req-d9804b1e-6211-4b85-9093-ecd9c4f198b0 2018-08-13 05:41:21,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0420658588409s 2018-08-13 05:41:21,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=0b75e6b8-ec68-45d3-8e9f-722f325b9905 used request id req-d9804b1e-6211-4b85-9093-ecd9c4f198b0 2018-08-13 05:41:21,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-13 05:41:21,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.16", "port_id": "9fe1f3de-fbc7-428e-8754-eb76dc917491"}}' 2018-08-13 05:41:23,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-05866c17-1f94-4f94-b591-b8596ed0c957 Date: Mon, 13 Aug 2018 05:41:23 GMT RESP BODY: {"floatingip": {"router_id": "97932cd6-1659-4bb5-a107-a8a868d886b1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:41:22Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "9fe1f3de-fbc7-428e-8754-eb76dc917491", "id": "2ad48aa2-470f-41e7-980e-c6b493f13196", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:22Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}} 2018-08-13 05:41:23,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-05866c17-1f94-4f94-b591-b8596ed0c957 2018-08-13 05:41:23,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.87911510468s 2018-08-13 05:41:23,728 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-05866c17-1f94-4f94-b591-b8596ed0c957 2018-08-13 05:41:23,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:41:23,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:23,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-90852f77-a4d8-4354-ad51-d9f576d2e4de Date: Mon, 13 Aug 2018 05:41:23 GMT RESP BODY: {"floatingips": [{"router_id": "97932cd6-1659-4bb5-a107-a8a868d886b1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:41:22Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.16", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "9fe1f3de-fbc7-428e-8754-eb76dc917491", "id": "2ad48aa2-470f-41e7-980e-c6b493f13196", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:22Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}]} 2018-08-13 05:41:23,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-90852f77-a4d8-4354-ad51-d9f576d2e4de 2018-08-13 05:41:23,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0646340847015s 2018-08-13 05:41:23,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-90852f77-a4d8-4354-ad51-d9f576d2e4de 2018-08-13 05:41:23,805 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'97932cd6-1659-4bb5-a107-a8a868d886b1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'created_at': u'2018-08-13T05:41:22Z', 'attached': True, 'updated_at': u'2018-08-13T05:41:22Z', 'id': u'2ad48aa2-470f-41e7-980e-c6b493f13196', 'floating_network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', 'fixed_ip_address': u'192.168.120.16', 'floating_ip_address': u'172.30.9.205', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'97932cd6-1659-4bb5-a107-a8a868d886b1', 'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'port_id': u'9fe1f3de-fbc7-428e-8754-eb76dc917491', 'port': u'9fe1f3de-fbc7-428e-8754-eb76dc917491', 'network': u'8796fccd-8b13-4235-9a19-2e128d43a69d'}) 2018-08-13 05:41:23,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:41:23,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:41:24,580 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a91135fb-167c-4a18-beb8-70ade11670b2 x-compute-request-id: req-a91135fb-167c-4a18-beb8-70ade11670b2 Content-Encoding: gzip Content-Length: 9590 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 491425761 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157373] pid_max: default: 32768 minimum: 301\n[ 0.158344] ACPI: Core revision 20150930\n[ 0.159805] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161226] Security Framework initialized\n[ 0.162112] Yama: becoming mindful.\n[ 0.162919] AppArmor: AppArmor initialized\n[ 0.163864] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165319] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166735] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169588] Initializing cgroup subsys io\n[ 0.170453] Initializing cgroup subsys memory\n[ 0.171374] Initializing cgroup subsys devices\n[ 0.172298] Initializing cgroup subsys freezer\n[ 0.173213] Initializing cgroup subsys net_cls\n[ 0.174129] Initializing cgroup subsys perf_event\n[ 0.175101] Initializing cgroup subsys net_prio\n[ 0.176038] Initializing cgroup subsys hugetlb\n[ 0.176951] Initializing cgroup subsys pids\n[ 0.177871] CPU: Physical Processor ID: 0\n[ 0.179441] mce: CPU supports 10 MCE banks\n[ 0.180336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181389] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198027] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204361] ftrace: allocating 31920 entries in 125 pages\n[ 0.230296] smpboot: Max logical packages: 1\n[ 0.231219] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232646] x2apic enabled\n[ 0.233481] Switched APIC routing to physical x2apic.\n[ 0.235275] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238592] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240542] KVM setup paravirtual spinlock\n[ 0.242040] x86: Booted up 1 node, 1 CPUs\n[ 0.242920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244409] devtmpfs: initialized\n[ 0.246186] evm: security.selinux\n[ 0.246933] evm: security.SMACK64\n[ 0.247673] evm: security.SMACK64EXEC\n[ 0.248479] evm: security.SMACK64TRANSMUTE\n[ 0.249347] evm: security.SMACK64MMAP\n[ 0.250149] evm: security.ima\n[ 0.250838] evm: security.capability\n[ 0.251722] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253759] pinctrl core: initialized pinctrl subsystem\n[ 0.254965] RTC time: 5:41:20, date: 08/13/18\n[ 0.256019] NET: Registered protocol family 16\n[ 0.257091] cpuidle: using governor ladder\n[ 0.257989] cpuidle: using governor menu\n[ 0.258852] PCCT header not found.\n[ 0.259671] ACPI: bus type PCI registered\n[ 0.260523] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261856] PCI: Using configuration type 1 for base access\n[ 0.263767] ACPI: Added _OSI(Module Device)\n[ 0.264678] ACPI: Added _OSI(Processor Device)\n[ 0.265608] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266581] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268459] ACPI: Interpreter enabled\n[ 0.269279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.271279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.273280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.275285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.277289] ACPI: (supports S0 S5)\n[ 0.278052] ACPI: Using IOAPIC for interrupt routing\n[ 0.279088] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.282396] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283641] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284989] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286271] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288668] acpiphp: Slot [3] registered\n[ 0.289528] acpiphp: Slot [4] registered\n[ 0.290397] acpiphp: Slot [5] registered\n[ 0.291258] acpiphp: Slot [6] registered\n[ 0.292119] acpiphp: Slot [7] registered\n[ 0.292989] acpiphp: Slot [8] registered\n[ 0.293856] acpiphp: Slot [9] registered\n[ 0.294721] acpiphp: Slot [10] registered\n[ 0.295597] acpiphp: Slot [11] registered\n[ 0.296474] acpiphp: Slot [12] registered\n[ 0.297352] acpiphp: Slot [13] registered\n[ 0.298229] acpiphp: Slot [14] registered\n[ 0.299107] acpiphp: Slot [15] registered\n[ 0.309804] acpiphp: Slot [16] registered\n[ 0.310698] acpiphp: Slot [17] registered\n[ 0.311579] acpiphp: Slot [18] registered\n[ 0.312455] acpiphp: Slot [19] registered\n[ 0.313336] acpiphp: Slot [20] registered\n[ 0.314213] acpiphp: Slot [21] registered\n[ 0.315094] acpiphp: Slot [22] registered\n[ 0.315974] acpiphp: Slot [23] registered\n[ 0.316868] acpiphp: Slot [24] registered\n[ 0.317744] acpiphp: Slot [25] registered\n[ 0.318625] acpiphp: Slot [26] registered\n[ 0.319546] acpiphp: Slot [27] registered\n[ 0.320416] acpiphp: Slot [28] registered\n[ 0.321281] acpiphp: Slot [29] registered\n[ 0.322148] acpiphp: Slot [30] registered\n[ 0.323024] acpiphp: Slot [31] registered\n[ 0.323889] PCI host bridge to bus 0000:00\n[ 0.324768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.326093] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328971] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.330523] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.332097] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335487] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.338124] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.343184] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.345119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364869] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367425] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.368944] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370450] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373303] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374927] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.376509] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.378806] vgaarb: loaded\n[ 0.379690] vgaarb: bridge control possible 0000:00:02.0\n[ 0.381514] SCSI subsystem initialized\n[ 0.382859] ACPI: bus type USB registered\n[ 0.384089] usbcore: registered new interface driver usbfs\n[ 0.385631] usbcore: registered new interface driver hub\n[ 0.387134] usbcore: registered new device driver usb\n[ 0.388773] PCI: Using ACPI for IRQ routing\n[ 0.390406] NetLabel: Initializing\n[ 0.391463] NetLabel: domain hash size = 128\n[ 0.392728] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.394164] NetLabel: unlabeled traffic allowed by default\n[ 0.395883] clocksource: Switched to clocksource kvm-clock\n[ 0.407505] AppArmor: AppArmor Filesystem Enabled\n[ 0.408941] pnp: PnP ACPI init\n[ 0.410322] pnp: PnP ACPI: found 5 devices\n[ 0.417646] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420217] NET: Registered protocol family 2\n[ 0.421760] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423700] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.425500] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.427305] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428932] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.430694] NET: Registered protocol family 1\n[ 0.432003] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.433652] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.435265] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.458229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.481245] Trying to unpack rootfs image as initramfs...\n[ 0.554428] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.556893] Scanning for low memory corruption every 60 seconds\n[ 0.558925] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.560710] audit: initializing netlink subsys (disabled)\n[ 0.562285] audit: type=2000 audit(1534138880.775:1): initialized\n[ 0.564331] Initialise system trusted keyring\n[ 0.565750] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.567553] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.570859] zbud: loaded\n[ 0.571937] VFS: Disk quotas dquot_6.6.0\n[ 0.573183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.575619] fuse init (API version 7.23)\n[ 0.576995] Key type big_key registered\n[ 0.581863] Allocating IMA MOK and blacklist keyrings.\n[ 0.584636] Key type asymmetric registered\n[ 0.585902] Asymmetric key parser 'x509' registered\n[ 0.587766] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.590144] io scheduler noop registered\n[ 0.591350] io scheduler deadline registered (default)\n[ 0.592901] io scheduler cfq registered\n[ 0.594629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.596333] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.598633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.600900] ACPI: Power Button [PWRF]\n[ 0.602463] GHES: HEST is not enabled!\n[ 0.625228] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671838] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.675430] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.699716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.703572] Linux agpgart interface v0.103\n[ 0.708082] brd: module loaded\n[ 0.710661] loop: module loaded\n[ 0.715818] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.717980] GPT:90111 != 2097151\n[ 0.718992] GPT:Alternate GPT header not at the end of the disk.\n[ 0.720646] GPT:90111 != 2097151\n[ 0.721652] GPT: Use GNU Parted to correct GPT errors.\n[ 0.723117] vda: vda1 vda15\n[ 0.725329] scsi host0: ata_piix\n[ 0.726504] scsi host1: ata_piix\n[ 0.727576] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.729415] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.731902] libphy: Fixed MDIO Bus: probed\n[ 0.733134] tun: Universal TUN/TAP device driver, 1.6\n[ 0.734568] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.737931] PPP generic driver version 2.4.2\n[ 0.739359] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.741181] ehci-pci: EHCI PCI platform driver\n[ 0.742524] ehci-platform: EHCI generic platform driver\n[ 0.744025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.745752] ohci-pci: OHCI PCI platform driver\n[ 0.747069] ohci-platform: OHCI generic platform driver\n[ 0.748582] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.771648] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.773191] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.775428] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.776955] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.778773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.780630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.782753] usb usb1: Product: UHCI Host Controller\n[ 0.784150] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.785877] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.787361] hub 1-0:1.0: USB hub found\n[ 0.788540] hub 1-0:1.0: 2 ports detected\n[ 0.790035] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.793165] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.794602] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.796191] mousedev: PS/2 mouse device common for all mice\n[ 0.798130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.800894] rtc_cmos 00:00: RTC can wake from S4\n[ 0.802598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.804404] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.806222] i2c /dev entries driver\n[ 0.807382] device-mapper: uevent: version 1.0.3\n[ 0.808848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.811329] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.813597] NET: Registered protocol family 10\n[ 0.815562] NET: Registered protocol family 17\n[ 0.816917] Key type dns_resolver registered\n[ 0.818613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.820281] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.823089] registered taskstats version 1\n[ 0.824419] Loading compiled-in X.509 certificates\n[ 0.826615] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.829471] zswap: loaded using pool lzo/zbud\n[ 0.832309] Key type trusted registered\n[ 0.834836] Key type encrypted registered\n[ 0.836124] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.837712] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839307] evm: HMAC attrs: 0x1\n[ 0.840763] Magic number: 14:648:668\n[ 0.842059] rtc_cmos 00:00: setting system clock to 2018-08-13 05:41:20 UTC (1534138880)\n[ 0.844546] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.846223] EDD information not available.\n[ 0.886426] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.898144] Write protecting the kernel read-only data: 14336k\n[ 0.902076] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.904219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.72\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.951330] random: blkid urandom read with 2 bits 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.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 192.168.120.16...\nLease of 192.168.120.16 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 0.96. iid=i-00000001\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCia4xLzxyJEDNcuuOnq8aD2g71VbnS2DfLZJ4exXMhgii9jItrdAmeVtvcR+1HJlY9YtjWwivs0JeCOy2pPOcXqCkcULCe1mjJuysvL+/uFbhi6zbEaOE7F4tryFOKkbm44lnvpzDx8XT8pXBrh4zrtxdEEDxIF/MgjU4Nx3BqrO66I9Iqdn/C/uUsDVqokZIGKZBEBqSa5NudFxyAoLPOaA2Do6lS3f8iueGXsf6OqnFbjDC0DZgK/u7Ma4s4Kzm6yMlMxjTqvsBK049CL6fpsnZmOdy4QkWonmkAQi6dwlG8f6y8FYyb7MNCT8jTjvKChWzFrbMag4U8sg2gspZP root@singlevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4\nssh-dss AAAAB3NzaC1kc3MAAACBAKjYdBvMybljwtKLnLyRDeiOGN//6s5iXa5L/95U8DGljm+dANti3O2/44PvNcHWBjZMQ5xt2VgRvxf+5kzHsByzYwcN5d5aweSbdje5jnlPGARjRiVtlAVxo4aFew6TlANucbawRGl8/FsWAL9HV/3cz3rlC3bh9dYiM/3gZVCRAAAAFQCwW9rHbZbi7g6m/oTB2UKUVYLwMwAAAIARKWGopBSQtSi4OLCc9IQrN2VPHx+DwgxuxtGk6N9rzqwTJfQdpyRGdvwVHcDbps5TCy9cy5WvIZFk9gs9ZPV6rlShAliHqu3i7XLJSblCm4ex7v0VpwhxX+olOxA7D1nIKV7sqssfLCdyMSSTC1wBoEehVWgACxuhtkznOuThdgAAAIEAgMhqAfKhcMXahuEVQHkeitYq8tA83LWJIzjlzMi4eVqB0+buwXlaQ9fjxGnHFrUlJKZDj5UzhKfEIqmPNWUuAy6zto14mBZO9GbyPD8StEkTBCLogxLi+z0hlbMYcYI5rc0v1byZDZyUcha7PD0B/KDwNdMY3GZfoKg6E6f7hH4= root@singlevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fe04:c3a0/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000001\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.56 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 login: "} 2018-08-13 05:41:24,581 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905/action used request id req-a91135fb-167c-4a18-beb8-70ade11670b2 2018-08-13 05:41:24,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.774441003799s 2018-08-13 05:41:24,582 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905/action used request id req-a91135fb-167c-4a18-beb8-70ade11670b2 2018-08-13 05:41:24,582 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 491425761 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.155578] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.157373] pid_max: default: 32768 minimum: 301 [ 0.158344] ACPI: Core revision 20150930 [ 0.159805] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.161226] Security Framework initialized [ 0.162112] Yama: becoming mindful. [ 0.162919] AppArmor: AppArmor initialized [ 0.163864] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.165319] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.166735] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168056] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169588] Initializing cgroup subsys io [ 0.170453] Initializing cgroup subsys memory [ 0.171374] Initializing cgroup subsys devices [ 0.172298] Initializing cgroup subsys freezer [ 0.173213] Initializing cgroup subsys net_cls [ 0.174129] Initializing cgroup subsys perf_event [ 0.175101] Initializing cgroup subsys net_prio [ 0.176038] Initializing cgroup subsys hugetlb [ 0.176951] Initializing cgroup subsys pids [ 0.177871] CPU: Physical Processor ID: 0 [ 0.179441] mce: CPU supports 10 MCE banks [ 0.180336] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181389] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.198027] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204361] ftrace: allocating 31920 entries in 125 pages [ 0.230296] smpboot: Max logical packages: 1 [ 0.231219] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232646] x2apic enabled [ 0.233481] Switched APIC routing to physical x2apic. [ 0.235275] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238592] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240542] KVM setup paravirtual spinlock [ 0.242040] x86: Booted up 1 node, 1 CPUs [ 0.242920] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244409] devtmpfs: initialized [ 0.246186] evm: security.selinux [ 0.246933] evm: security.SMACK64 [ 0.247673] evm: security.SMACK64EXEC [ 0.248479] evm: security.SMACK64TRANSMUTE [ 0.249347] evm: security.SMACK64MMAP [ 0.250149] evm: security.ima [ 0.250838] evm: security.capability [ 0.251722] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253759] pinctrl core: initialized pinctrl subsystem [ 0.254965] RTC time: 5:41:20, date: 08/13/18 [ 0.256019] NET: Registered protocol family 16 [ 0.257091] cpuidle: using governor ladder [ 0.257989] cpuidle: using governor menu [ 0.258852] PCCT header not found. [ 0.259671] ACPI: bus type PCI registered [ 0.260523] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261856] PCI: Using configuration type 1 for base access [ 0.263767] ACPI: Added _OSI(Module Device) [ 0.264678] ACPI: Added _OSI(Processor Device) [ 0.265608] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.266581] ACPI: Added _OSI(Processor Aggregator Device) [ 0.268459] ACPI: Interpreter enabled [ 0.269279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.271279] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.273280] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.275285] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.277289] ACPI: (supports S0 S5) [ 0.278052] ACPI: Using IOAPIC for interrupt routing [ 0.279088] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.282396] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.283641] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.284989] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.286271] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.288668] acpiphp: Slot [3] registered [ 0.289528] acpiphp: Slot [4] registered [ 0.290397] acpiphp: Slot [5] registered [ 0.291258] acpiphp: Slot [6] registered [ 0.292119] acpiphp: Slot [7] registered [ 0.292989] acpiphp: Slot [8] registered [ 0.293856] acpiphp: Slot [9] registered [ 0.294721] acpiphp: Slot [10] registered [ 0.295597] acpiphp: Slot [11] registered [ 0.296474] acpiphp: Slot [12] registered [ 0.297352] acpiphp: Slot [13] registered [ 0.298229] acpiphp: Slot [14] registered [ 0.299107] acpiphp: Slot [15] registered [ 0.309804] acpiphp: Slot [16] registered [ 0.310698] acpiphp: Slot [17] registered [ 0.311579] acpiphp: Slot [18] registered [ 0.312455] acpiphp: Slot [19] registered [ 0.313336] acpiphp: Slot [20] registered [ 0.314213] acpiphp: Slot [21] registered [ 0.315094] acpiphp: Slot [22] registered [ 0.315974] acpiphp: Slot [23] registered [ 0.316868] acpiphp: Slot [24] registered [ 0.317744] acpiphp: Slot [25] registered [ 0.318625] acpiphp: Slot [26] registered [ 0.319546] acpiphp: Slot [27] registered [ 0.320416] acpiphp: Slot [28] registered [ 0.321281] acpiphp: Slot [29] registered [ 0.322148] acpiphp: Slot [30] registered [ 0.323024] acpiphp: Slot [31] registered [ 0.323889] PCI host bridge to bus 0000:00 [ 0.324768] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.326093] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.327410] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.328971] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.330523] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.332097] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.335487] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.336859] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.338124] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.339483] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.343184] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.345119] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.364869] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.367425] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.368944] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.370450] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.371946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.373303] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.374927] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.376509] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.378806] vgaarb: loaded [ 0.379690] vgaarb: bridge control possible 0000:00:02.0 [ 0.381514] SCSI subsystem initialized [ 0.382859] ACPI: bus type USB registered [ 0.384089] usbcore: registered new interface driver usbfs [ 0.385631] usbcore: registered new interface driver hub [ 0.387134] usbcore: registered new device driver usb [ 0.388773] PCI: Using ACPI for IRQ routing [ 0.390406] NetLabel: Initializing [ 0.391463] NetLabel: domain hash size = 128 [ 0.392728] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.394164] NetLabel: unlabeled traffic allowed by default [ 0.395883] clocksource: Switched to clocksource kvm-clock [ 0.407505] AppArmor: AppArmor Filesystem Enabled [ 0.408941] pnp: PnP ACPI init [ 0.410322] pnp: PnP ACPI: found 5 devices [ 0.417646] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.420217] NET: Registered protocol family 2 [ 0.421760] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.423700] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.425500] TCP: Hash tables configured (established 4096 bind 4096) [ 0.427305] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.428932] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.430694] NET: Registered protocol family 1 [ 0.432003] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.433652] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.435265] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.458229] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.481245] Trying to unpack rootfs image as initramfs... [ 0.554428] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.556893] Scanning for low memory corruption every 60 seconds [ 0.558925] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.560710] audit: initializing netlink subsys (disabled) [ 0.562285] audit: type=2000 audit(1534138880.775:1): initialized [ 0.564331] Initialise system trusted keyring [ 0.565750] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.567553] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.570859] zbud: loaded [ 0.571937] VFS: Disk quotas dquot_6.6.0 [ 0.573183] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.575619] fuse init (API version 7.23) [ 0.576995] Key type big_key registered [ 0.581863] Allocating IMA MOK and blacklist keyrings. [ 0.584636] Key type asymmetric registered [ 0.585902] Asymmetric key parser 'x509' registered [ 0.587766] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.590144] io scheduler noop registered [ 0.591350] io scheduler deadline registered (default) [ 0.592901] io scheduler cfq registered [ 0.594629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.596333] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.598633] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.600900] ACPI: Power Button [PWRF] [ 0.602463] GHES: HEST is not enabled! [ 0.625228] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671838] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.675430] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.699716] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.703572] Linux agpgart interface v0.103 [ 0.708082] brd: module loaded [ 0.710661] loop: module loaded [ 0.715818] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.717980] GPT:90111 != 2097151 [ 0.718992] GPT:Alternate GPT header not at the end of the disk. [ 0.720646] GPT:90111 != 2097151 [ 0.721652] GPT: Use GNU Parted to correct GPT errors. [ 0.723117] vda: vda1 vda15 [ 0.725329] scsi host0: ata_piix [ 0.726504] scsi host1: ata_piix [ 0.727576] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.729415] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.731902] libphy: Fixed MDIO Bus: probed [ 0.733134] tun: Universal TUN/TAP device driver, 1.6 [ 0.734568] tun: (C) 1999-2004 Max Krasnyansky [ 0.737931] PPP generic driver version 2.4.2 [ 0.739359] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.741181] ehci-pci: EHCI PCI platform driver [ 0.742524] ehci-platform: EHCI generic platform driver [ 0.744025] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.745752] ohci-pci: OHCI PCI platform driver [ 0.747069] ohci-platform: OHCI generic platform driver [ 0.748582] uhci_hcd: USB Universal Host Controller Interface driver [ 0.771648] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.773191] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.775428] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.776955] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.778773] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.780630] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.782753] usb usb1: Product: UHCI Host Controller [ 0.784150] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.785877] usb usb1: SerialNumber: 0000:00:01.2 [ 0.787361] hub 1-0:1.0: USB hub found [ 0.788540] hub 1-0:1.0: 2 ports detected [ 0.790035] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.793165] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.794602] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.796191] mousedev: PS/2 mouse device common for all mice [ 0.798130] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.800894] rtc_cmos 00:00: RTC can wake from S4 [ 0.802598] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.804404] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.806222] i2c /dev entries driver [ 0.807382] device-mapper: uevent: version 1.0.3 [ 0.808848] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.811329] ledtrig-cpu: registered to indicate activity on CPUs [ 0.813597] NET: Registered protocol family 10 [ 0.815562] NET: Registered protocol family 17 [ 0.816917] Key type dns_resolver registered [ 0.818613] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.820281] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.823089] registered taskstats version 1 [ 0.824419] Loading compiled-in X.509 certificates [ 0.826615] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.829471] zswap: loaded using pool lzo/zbud [ 0.832309] Key type trusted registered [ 0.834836] Key type encrypted registered [ 0.836124] AppArmor: AppArmor sha1 policy hashing enabled [ 0.837712] ima: No TPM chip found, activating TPM-bypass! [ 0.839307] evm: HMAC attrs: 0x1 [ 0.840763] Magic number: 14:648:668 [ 0.842059] rtc_cmos 00:00: setting system clock to 2018-08-13 05:41:20 UTC (1534138880) [ 0.844546] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.846223] EDD information not available. [ 0.886426] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.898144] Write protecting the kernel read-only data: 14336k [ 0.902076] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.904219] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.72 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.951330] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.86 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.16... Lease of 192.168.120.16 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 0.96. iid=i-00000001 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCia4xLzxyJEDNcuuOnq8aD2g71VbnS2DfLZJ4exXMhgii9jItrdAmeVtvcR+1HJlY9YtjWwivs0JeCOy2pPOcXqCkcULCe1mjJuysvL+/uFbhi6zbEaOE7F4tryFOKkbm44lnvpzDx8XT8pXBrh4zrtxdEEDxIF/MgjU4Nx3BqrO66I9Iqdn/C/uUsDVqokZIGKZBEBqSa5NudFxyAoLPOaA2Do6lS3f8iueGXsf6OqnFbjDC0DZgK/u7Ma4s4Kzm6yMlMxjTqvsBK049CL6fpsnZmOdy4QkWonmkAQi6dwlG8f6y8FYyb7MNCT8jTjvKChWzFrbMag4U8sg2gspZP root@singlevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 ssh-dss AAAAB3NzaC1kc3MAAACBAKjYdBvMybljwtKLnLyRDeiOGN//6s5iXa5L/95U8DGljm+dANti3O2/44PvNcHWBjZMQ5xt2VgRvxf+5kzHsByzYwcN5d5aweSbdje5jnlPGARjRiVtlAVxo4aFew6TlANucbawRGl8/FsWAL9HV/3cz3rlC3bh9dYiM/3gZVCRAAAAFQCwW9rHbZbi7g6m/oTB2UKUVYLwMwAAAIARKWGopBSQtSi4OLCc9IQrN2VPHx+DwgxuxtGk6N9rzqwTJfQdpyRGdvwVHcDbps5TCy9cy5WvIZFk9gs9ZPV6rlShAliHqu3i7XLJSblCm4ex7v0VpwhxX+olOxA7D1nIKV7sqssfLCdyMSSTC1wBoEehVWgACxuhtkznOuThdgAAAIEAgMhqAfKhcMXahuEVQHkeitYq8tA83LWJIzjlzMi4eVqB0+buwXlaQ9fjxGnHFrUlJKZDj5UzhKfEIqmPNWUuAy6zto14mBZO9GbyPD8StEkTBCLogxLi+z0hlbMYcYI5rc0v1byZDZyUcha7PD0B/KDwNdMY3GZfoKg6E6f7hH4= root@singlevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.16,24,fe80::f816:3eff:fe04:c3a0/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.16 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-00000001 name: N/A availability-zone: nova local-hostname: singlevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.56 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 login: 2018-08-13 05:41:25,585 - paramiko.transport - DEBUG - starting thread (client mode): 0x4da46f50L 2018-08-13 05:41:25,586 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 05:41:25,586 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-13 05:41:25,586 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-13 05:41:25,587 - 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-08-13 05:41:25,588 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 05:41:25,588 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-13 05:41:25,588 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 05:41:25,588 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 05:41:25,588 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 05:41:25,607 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 05:41:25,608 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 05:41:25,618 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 2ef3ebc06dc2288009b7c76e62f1e999 2018-08-13 05:41:25,620 - paramiko.transport - DEBUG - Trying discovered key f647c2a777631f092edf9a69b11f7a89 in /tmp/tmpSf3PAM 2018-08-13 05:41:25,647 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 05:41:25,653 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 05:41:25,684 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 05:41:25,685 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-13 05:41:25,685 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 05:41:25,687 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 05:41:25,688 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 05:41:25,688 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-13 05:41:25,689 - functest.core.singlevm - DEBUG - error: 2018-08-13 05:41:25,694 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 05:41:25,796 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:41:25,796 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:28 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-13 05:41:25,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-13 05:41:25,805 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/2ad48aa2-470f-41e7-980e-c6b493f13196.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:26,758 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ed206519-61bc-4b02-b705-d4b6e080b190 Content-Length: 0 Date: Mon, 13 Aug 2018 05:41:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:41:26,759 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/2ad48aa2-470f-41e7-980e-c6b493f13196.json used request id req-ed206519-61bc-4b02-b705-d4b6e080b190 2018-08-13 05:41:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.954702854156s 2018-08-13 05:41:26,759 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/2ad48aa2-470f-41e7-980e-c6b493f13196.json used request id req-ed206519-61bc-4b02-b705-d4b6e080b190 2018-08-13 05:41:26,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:41:26,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:26,816 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-73bf5ba3-474b-4fff-b904-11e935b15a9c Date: Mon, 13 Aug 2018 05:41:26 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:41:26,816 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-73bf5ba3-474b-4fff-b904-11e935b15a9c 2018-08-13 05:41:26,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0521960258484s 2018-08-13 05:41:26,817 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-73bf5ba3-474b-4fff-b904-11e935b15a9c 2018-08-13 05:41:26,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:41:26,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:27,142 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:41:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f320ded9-430d-4bb2-8c77-b18bab1ce672 x-compute-request-id: req-f320ded9-430d-4bb2-8c77-b18bab1ce672 Content-Type: application/json 2018-08-13 05:41:27,143 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905 used request id req-f320ded9-430d-4bb2-8c77-b18bab1ce672 2018-08-13 05:41:27,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.325226068497s 2018-08-13 05:41:27,143 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905 used request id req-f320ded9-430d-4bb2-8c77-b18bab1ce672 2018-08-13 05:41:27,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:27,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:27,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7863958-60c2-4358-bf13-5f38a10fe778 x-compute-request-id: req-e7863958-60c2-4358-bf13-5f38a10fe778 Content-Encoding: gzip Content-Length: 833 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:c3:a0", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:04:c3:a0", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0b75e6b8-ec68-45d3-8e9f-722f325b9905", "rel": "bookmark"}], "image": {"id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "links": [{"href": "http://172.30.9.22:8774/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000001", "OS-SRV-USG:launched_at": "2018-08-13T05:41:19.000000", "flavor": {"id": "d56032c0-8e60-47e2-ab45-211802959b0d", "links": [{"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}]}, "id": "0b75e6b8-ec68-45d3-8e9f-722f325b9905", "security_groups": [{"name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:41:27Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "created": "2018-08-13T05:41:09Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:27,497 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7863958-60c2-4358-bf13-5f38a10fe778 2018-08-13 05:41:27,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.353068113327s 2018-08-13 05:41:27,497 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7863958-60c2-4358-bf13-5f38a10fe778 2018-08-13 05:41:27,499 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:41:29,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:29,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:29,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-867f5586-1710-4f47-be58-9de7e2bf7e5b x-compute-request-id: req-867f5586-1710-4f47-be58-9de7e2bf7e5b Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-13 05:41:29,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-867f5586-1710-4f47-be58-9de7e2bf7e5b 2018-08-13 05:41:29,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0651040077209s 2018-08-13 05:41:29,567 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-867f5586-1710-4f47-be58-9de7e2bf7e5b 2018-08-13 05:41:29,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:41:29,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:29,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-12ae12bd-8220-47bb-a874-1e18915d19c4 Date: Mon, 13 Aug 2018 05:41:29 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:41:04Z", "updated_at": "2018-08-13T05:41:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "14affc08-d700-44ba-8359-4a1ecf8e1f1a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "55a9004b-e6e4-4759-bad2-9aee786a603c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "ce626200-e18a-4bf0-94c2-3e16d3891c33", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:41:04Z", "revision_number": 0, "id": "e84c24bb-ae12-430a-8495-29e84c031d9e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:04Z", "security_group_id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 3, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "4eb0aded-5f57-43a0-abac-1cfe084c2676", "name": "singlevm1-sg_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}]} 2018-08-13 05:41:29,619 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-12ae12bd-8220-47bb-a874-1e18915d19c4 2018-08-13 05:41:29,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0484459400177s 2018-08-13 05:41:29,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-12ae12bd-8220-47bb-a874-1e18915d19c4 2018-08-13 05:41:29,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-13 05:41:29,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/4eb0aded-5f57-43a0-abac-1cfe084c2676.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:29,797 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9992f3a7-0634-4176-bb0c-c4184726aff1 Content-Length: 0 Date: Mon, 13 Aug 2018 05:41:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:41:29,797 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4eb0aded-5f57-43a0-abac-1cfe084c2676.json used request id req-9992f3a7-0634-4176-bb0c-c4184726aff1 2018-08-13 05:41:29,797 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.17316198349s 2018-08-13 05:41:29,798 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/4eb0aded-5f57-43a0-abac-1cfe084c2676.json used request id req-9992f3a7-0634-4176-bb0c-c4184726aff1 2018-08-13 05:41:29,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-13 05:41:29,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:29,851 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:41:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1615b004-122e-4273-8d37-46e82621c680 x-compute-request-id: req-1615b004-122e-4273-8d37-46e82621c680 Content-Length: 0 Content-Type: application/json 2018-08-13 05:41:29,852 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 used request id req-1615b004-122e-4273-8d37-46e82621c680 2018-08-13 05:41:29,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0535788536072s 2018-08-13 05:41:29,852 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm1-kp_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4 used request id req-1615b004-122e-4273-8d37-46e82621c680 2018-08-13 05:41:29,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:41:29,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" -d '{"subnet_id": "9bcc3738-2b76-46a3-aa16-58219be606ca"}' 2018-08-13 05:41:31,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ea8a042d-51d1-4257-8f45-923025ea8866 Date: Mon, 13 Aug 2018 05:41:31 GMT RESP BODY: {"network_id": "27e96074-ed80-48cc-ab11-db51c6fafe6f", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "9bcc3738-2b76-46a3-aa16-58219be606ca", "subnet_ids": ["9bcc3738-2b76-46a3-aa16-58219be606ca"], "port_id": "163c2f9d-b5a8-4bf9-9a2a-846fff6f8599", "id": "97932cd6-1659-4bb5-a107-a8a868d886b1"} 2018-08-13 05:41:31,483 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1/remove_router_interface.json used request id req-ea8a042d-51d1-4257-8f45-923025ea8866 2018-08-13 05:41:31,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.63106107712s 2018-08-13 05:41:31,484 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1/remove_router_interface.json used request id req-ea8a042d-51d1-4257-8f45-923025ea8866 returning object 97932cd6-1659-4bb5-a107-a8a868d886b1 2018-08-13 05:41:31,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:41:31,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:31,604 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-231a5ba3-c79e-45fc-a75a-5e9a2db5be39 Date: Mon, 13 Aug 2018 05:41:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:40:58Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:41:30Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "97932cd6-1659-4bb5-a107-a8a868d886b1", "name": "singlevm1-router_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}]} 2018-08-13 05:41:31,604 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-231a5ba3-c79e-45fc-a75a-5e9a2db5be39 2018-08-13 05:41:31,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.119455099106s 2018-08-13 05:41:31,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-231a5ba3-c79e-45fc-a75a-5e9a2db5be39 2018-08-13 05:41:31,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:41:31,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:33,047 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-386f3267-ef8d-40e5-a9b0-eb59b3e59906 Content-Length: 0 Date: Mon, 13 Aug 2018 05:41:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:41:33,047 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1.json used request id req-386f3267-ef8d-40e5-a9b0-eb59b3e59906 2018-08-13 05:41:33,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.44171285629s 2018-08-13 05:41:33,047 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/97932cd6-1659-4bb5-a107-a8a868d886b1.json used request id req-386f3267-ef8d-40e5-a9b0-eb59b3e59906 2018-08-13 05:41:33,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:41:33,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:33,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1291 X-Openstack-Request-Id: req-a64dad01-1a63-4993-be3b-8bd5cf8ac83c Date: Mon, 13 Aug 2018 05:41:33 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:58Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:40:58Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"9bcc3738-2b76-46a3-aa16-58219be606ca","subnetpool_id":null,"name":"singlevm1-subnet_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4"}]} 2018-08-13 05:41:33,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a64dad01-1a63-4993-be3b-8bd5cf8ac83c 2018-08-13 05:41:33,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0376060009003s 2018-08-13 05:41:33,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a64dad01-1a63-4993-be3b-8bd5cf8ac83c 2018-08-13 05:41:33,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:41:33,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/9bcc3738-2b76-46a3-aa16-58219be606ca.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:33,934 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a5debb8f-a245-4e9c-bf3d-ce57dbe4c512 Date: Mon, 13 Aug 2018 05:41:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:41:33,935 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9bcc3738-2b76-46a3-aa16-58219be606ca.json used request id req-a5debb8f-a245-4e9c-bf3d-ce57dbe4c512 2018-08-13 05:41:33,935 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.847163915634s 2018-08-13 05:41:33,935 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9bcc3738-2b76-46a3-aa16-58219be606ca.json used request id req-a5debb8f-a245-4e9c-bf3d-ce57dbe4c512 2018-08-13 05:41:33,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:33,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:34,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1352 X-Openstack-Request-Id: req-40a1ad9d-dced-4b01-b24c-c00a6a4f9cc5 Date: Mon, 13 Aug 2018 05:41:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"27e96074-ed80-48cc-ab11-db51c6fafe6f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:41:33Z","provider:segmentation_id":9,"name":"singlevm1-net_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:40:57Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:41:34,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-40a1ad9d-dced-4b01-b24c-c00a6a4f9cc5 2018-08-13 05:41:34,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.249832868576s 2018-08-13 05:41:34,186 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-40a1ad9d-dced-4b01-b24c-c00a6a4f9cc5 2018-08-13 05:41:34,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:41:34,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/27e96074-ed80-48cc-ab11-db51c6fafe6f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:35,594 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-929cf097-4663-494a-90ca-26c43a1d9c90 Date: Mon, 13 Aug 2018 05:41:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:41:35,594 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/27e96074-ed80-48cc-ab11-db51c6fafe6f.json used request id req-929cf097-4663-494a-90ca-26c43a1d9c90 2018-08-13 05:41:35,595 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.40732097626s 2018-08-13 05:41:35,595 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/27e96074-ed80-48cc-ab11-db51c6fafe6f.json used request id req-929cf097-4663-494a-90ca-26c43a1d9c90 2018-08-13 05:41:35,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:41:35,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:36,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e2aa3033-e8ec-4e03-a9d7-0152cc7f0ca5 Date: Mon, 13 Aug 2018 05:41:36 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:03Z", "file": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "26d4914b-0389-4db1-81c7-7ce6e3a51af9", "size": 12716032, "self": "/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:41:02Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:41:36,334 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e2aa3033-e8ec-4e03-a9d7-0152cc7f0ca5 2018-08-13 05:41:36,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.735262870789s 2018-08-13 05:41:36,335 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e2aa3033-e8ec-4e03-a9d7-0152cc7f0ca5 2018-08-13 05:41:36,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:41:36,340 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:37,629 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-415cf536-88d9-495a-81b9-f650dfdda004 Date: Mon, 13 Aug 2018 05:41:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:41:37,629 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9 used request id req-415cf536-88d9-495a-81b9-f650dfdda004 2018-08-13 05:41:37,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.29255318642s 2018-08-13 05:41:37,629 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/26d4914b-0389-4db1-81c7-7ce6e3a51af9 used request id req-415cf536-88d9-495a-81b9-f650dfdda004 2018-08-13 05:41:37,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:41:37,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:37,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25229303-4b59-423e-af14-cde3fe5caca8 x-compute-request-id: req-25229303-4b59-423e-af14-cde3fe5caca8 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_bb767ff6-3f4d-49d4-bf2c-9b60269d1ea4", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d56032c0-8e60-47e2-ab45-211802959b0d", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d56032c0-8e60-47e2-ab45-211802959b0d"}]} 2018-08-13 05:41:37,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-25229303-4b59-423e-af14-cde3fe5caca8 2018-08-13 05:41:37,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0247189998627s 2018-08-13 05:41:37,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-25229303-4b59-423e-af14-cde3fe5caca8 2018-08-13 05:41:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:41:37,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d34af00a6e332879e348660e402093b26bc8b011" 2018-08-13 05:41:37,703 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:41:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8674b281-6393-4cb0-9a47-3c2c57aa39c2 x-compute-request-id: req-8674b281-6393-4cb0-9a47-3c2c57aa39c2 Content-Length: 0 Content-Type: application/json 2018-08-13 05:41:37,704 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d used request id req-8674b281-6393-4cb0-9a47-3c2c57aa39c2 2018-08-13 05:41:37,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0477721691132s 2018-08-13 05:41:37,704 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/d56032c0-8e60-47e2-ab45-211802959b0d used request id req-8674b281-6393-4cb0-9a47-3c2c57aa39c2 2018-08-13 05:41:37,758 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:41:37,798 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:41:37,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:41:37,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:41:37,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdbbfb53-9606-495f-99e4-d22b1aed235e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:41:37,806 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bdbbfb53-9606-495f-99e4-d22b1aed235e 2018-08-13 05:41:37,806 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:41:38,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:41:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["Z4WxvL75RJy9p_Ht4cbtbg"], "issued_at": "2018-08-13T05:41:38.000000Z"}} 2018-08-13 05:41:38,202 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:38,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:39,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-95a6699c-53d2-4963-baba-5c5d4286f8e0 Date: Mon, 13 Aug 2018 05:41:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:41:39,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-95a6699c-53d2-4963-baba-5c5d4286f8e0 2018-08-13 05:41:39,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.02297306061s 2018-08-13 05:41:39,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-95a6699c-53d2-4963-baba-5c5d4286f8e0 2018-08-13 05:41:39,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:41:39,235 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:41:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-11de19f7-9b88-4a3a-8f5e-de0f7cb5a0ab Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:41:39,235 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-11de19f7-9b88-4a3a-8f5e-de0f7cb5a0ab 2018-08-13 05:41:39,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:41:39,239 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:39,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15b9b0b-4805-4295-9768-8e1c64af57e6 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 05:41:39,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-d15b9b0b-4805-4295-9768-8e1c64af57e6 2018-08-13 05:41:39,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.174408197403s 2018-08-13 05:41:39,411 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-d15b9b0b-4805-4295-9768-8e1c64af57e6 2018-08-13 05:41:39,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 05:41:39,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}}' 2018-08-13 05:41:39,543 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:41:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9fc0725-e9c8-43c5-a181-0a8583030b4d Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043"}, "tags": [], "enabled": true, "id": "10c8724349bc4f4fb925f9a86aeea043", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}} 2018-08-13 05:41:39,544 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a9fc0725-e9c8-43c5-a181-0a8583030b4d 2018-08-13 05:41:39,544 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125782012939s 2018-08-13 05:41:39,544 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-a9fc0725-e9c8-43c5-a181-0a8583030b4d 2018-08-13 05:41:39,545 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: singlevm2', u'tags': [], 'enabled': True, 'id': u'10c8724349bc4f4fb925f9a86aeea043', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7'}) 2018-08-13 05:41:39,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 05:41:39,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "183ee23b-bd67-4f1b-982a-6b1049539cd0", "email": null, "name": "singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}}' 2018-08-13 05:41:40,045 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:41:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5d67f4f0-8a2c-462f-ac78-a572cb57910c Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "links": {"self": "http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b6f3e68e2042412c8db9840d2bf2b903", "domain_id": "default", "password_expires_at": null}} 2018-08-13 05:41:40,045 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-5d67f4f0-8a2c-462f-ac78-a572cb57910c 2018-08-13 05:41:40,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.493789196014s 2018-08-13 05:41:40,045 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-5d67f4f0-8a2c-462f-ac78-a572cb57910c 2018-08-13 05:41:40,046 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'b6f3e68e2042412c8db9840d2bf2b903', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7'}) 2018-08-13 05:41:40,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:41:40,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:40,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6390c05e-eb34-4a0f-9c11-8de5b92d24e6 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:41:40,150 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6390c05e-eb34-4a0f-9c11-8de5b92d24e6 2018-08-13 05:41:40,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100342988968s 2018-08-13 05:41:40,151 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-6390c05e-eb34-4a0f-9c11-8de5b92d24e6 2018-08-13 05:41:40,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:41:40,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:40,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-495ca487-7c19-43ed-8c10-29ad421ae375 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:41:40,348 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-495ca487-7c19-43ed-8c10-29ad421ae375 2018-08-13 05:41:40,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192953109741s 2018-08-13 05:41:40,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-495ca487-7c19-43ed-8c10-29ad421ae375 2018-08-13 05:41:40,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:41:40,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:40,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7edff8e-f9a2-47d2-842b-9c3b55242707 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:41:40,528 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b7edff8e-f9a2-47d2-842b-9c3b55242707 2018-08-13 05:41:40,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173551082611s 2018-08-13 05:41:40,528 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b7edff8e-f9a2-47d2-842b-9c3b55242707 2018-08-13 05:41:40,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:41:40,536 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:40,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bbaace03-241c-4418-bfee-91fa36012be9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 05:41:40,711 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-bbaace03-241c-4418-bfee-91fa36012be9 2018-08-13 05:41:40,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177900075912s 2018-08-13 05:41:40,711 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-bbaace03-241c-4418-bfee-91fa36012be9 2018-08-13 05:41:40,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:41:40,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:40,900 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d32da3b-5e7a-4a37-b1a1-edfb11efea0e Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "links": {"self": "http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b6f3e68e2042412c8db9840d2bf2b903", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:41:40,900 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3d32da3b-5e7a-4a37-b1a1-edfb11efea0e 2018-08-13 05:41:40,901 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188340902328s 2018-08-13 05:41:40,901 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-3d32da3b-5e7a-4a37-b1a1-edfb11efea0e 2018-08-13 05:41:40,913 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:41:40,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:41,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7e4bc6a7-462c-4899-bf5c-8622895f5de5 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043"}, "tags": [], "enabled": true, "id": "10c8724349bc4f4fb925f9a86aeea043", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}]} 2018-08-13 05:41:41,016 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-7e4bc6a7-462c-4899-bf5c-8622895f5de5 2018-08-13 05:41:41,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.103194952011s 2018-08-13 05:41:41,016 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-7e4bc6a7-462c-4899-bf5c-8622895f5de5 2018-08-13 05:41:41,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 05:41:41,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=b6f3e68e2042412c8db9840d2bf2b903&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=10c8724349bc4f4fb925f9a86aeea043" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:41,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-58fb54cc-c73e-4f43-9d1c-436a37170d4d Content-Encoding: gzip Content-Length: 209 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=b6f3e68e2042412c8db9840d2bf2b903&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=10c8724349bc4f4fb925f9a86aeea043", "previous": null, "next": null}} 2018-08-13 05:41:41,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=b6f3e68e2042412c8db9840d2bf2b903&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=10c8724349bc4f4fb925f9a86aeea043 used request id req-58fb54cc-c73e-4f43-9d1c-436a37170d4d 2018-08-13 05:41:41,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0979340076447s 2018-08-13 05:41:41,123 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=b6f3e68e2042412c8db9840d2bf2b903&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=10c8724349bc4f4fb925f9a86aeea043 used request id req-58fb54cc-c73e-4f43-9d1c-436a37170d4d 2018-08-13 05:41:41,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 05:41:41,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043/users/b6f3e68e2042412c8db9840d2bf2b903/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:41:41,293 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:41:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c87df640-718f-4c7d-af53-71a3d599c357 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:41:41,293 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043/users/b6f3e68e2042412c8db9840d2bf2b903/roles/178c76b5dcf840798988d37683e957fc used request id req-c87df640-718f-4c7d-af53-71a3d599c357 2018-08-13 05:41:41,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.166135072708s 2018-08-13 05:41:41,293 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043/users/b6f3e68e2042412c8db9840d2bf2b903/roles/178c76b5dcf840798988d37683e957fc used request id req-c87df640-718f-4c7d-af53-71a3d599c357 2018-08-13 05:41:41,294 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'10c8724349bc4f4fb925f9a86aeea043', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '183ee23b-bd67-4f1b-982a-6b1049539cd0', 'username': u'singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 05:41:41,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:41:41,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:41:41,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:41:41,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:41:41,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:41:41,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:41:41,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:41:41,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:41:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:41:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:41:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:41:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:41:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:41:41,298 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:41:41,300 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'password': '183ee23b-bd67-4f1b-982a-6b1049539cd0', 'project_name': 'singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '10c8724349bc4f4fb925f9a86aeea043', 'project_domain_name': 'Default'} 2018-08-13 05:41:41,300 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-08-13 05:41:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:41:41,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9120716-0c4f-4fda-b337-27ea644b3961 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:41:41,309 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a9120716-0c4f-4fda-b337-27ea644b3961 2018-08-13 05:41:41,309 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:41:41,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T06:41:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "10c8724349bc4f4fb925f9a86aeea043", "name": "singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/10c8724349bc4f4fb925f9a86aeea043", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/10c8724349bc4f4fb925f9a86aeea043", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/10c8724349bc4f4fb925f9a86aeea043", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/10c8724349bc4f4fb925f9a86aeea043", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/10c8724349bc4f4fb925f9a86aeea043", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/10c8724349bc4f4fb925f9a86aeea043", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/10c8724349bc4f4fb925f9a86aeea043", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/10c8724349bc4f4fb925f9a86aeea043", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/10c8724349bc4f4fb925f9a86aeea043", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/10c8724349bc4f4fb925f9a86aeea043", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/10c8724349bc4f4fb925f9a86aeea043", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/10c8724349bc4f4fb925f9a86aeea043", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_10c8724349bc4f4fb925f9a86aeea043", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_10c8724349bc4f4fb925f9a86aeea043", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "id": "b6f3e68e2042412c8db9840d2bf2b903"}, "audit_ids": ["ItGRtX_ITrCSL9w1s0IPcg"], "issued_at": "2018-08-13T05:41:41.000000Z"}} 2018-08-13 05:41:41,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:41:41,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"network": {"name": "singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "admin_state_up": true}}' 2018-08-13 05:41:42,309 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-23571cdb-cf51-4bb2-a5c4-93b79df01fcf Date: Mon, 13 Aug 2018 05:41:42 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T05:41:42Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"10c8724349bc4f4fb925f9a86aeea043","id":"40c89479-b40f-41d1-ac34-e3d989af1f53","name":"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}} 2018-08-13 05:41:42,309 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-23571cdb-cf51-4bb2-a5c4-93b79df01fcf 2018-08-13 05:41:42,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.614032030106s 2018-08-13 05:41:42,310 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-23571cdb-cf51-4bb2-a5c4-93b79df01fcf 2018-08-13 05:41:42,310 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:41:42Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'40c89479-b40f-41d1-ac34-e3d989af1f53', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', u'admin_state_up': True, u'tenant_id': u'10c8724349bc4f4fb925f9a86aeea043', u'created_at': u'2018-08-13T05:41:42Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'10c8724349bc4f4fb925f9a86aeea043'}) 2018-08-13 05:41:42,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:42,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:42,481 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-a0e306ad-27e4-4724-9e24-28ac577e5b84 Date: Mon, 13 Aug 2018 05:41:42 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-08-13T05:41:42Z","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"10c8724349bc4f4fb925f9a86aeea043","id":"40c89479-b40f-41d1-ac34-e3d989af1f53","name":"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:41:42,481 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a0e306ad-27e4-4724-9e24-28ac577e5b84 2018-08-13 05:41:42,482 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.170706987381s 2018-08-13 05:41:42,482 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a0e306ad-27e4-4724-9e24-28ac577e5b84 2018-08-13 05:41:42,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:41:42,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"subnet": {"name": "singlevm2-subnet_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "enable_dhcp": true, "network_id": "40c89479-b40f-41d1-ac34-e3d989af1f53", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:41:43,256 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-7caedab2-9099-4b27-921a-98dfe36fad0d Date: Mon, 13 Aug 2018 05:41:43 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c89479-b40f-41d1-ac34-e3d989af1f53","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:41:42Z","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":"10c8724349bc4f4fb925f9a86aeea043","id":"88a0cdca-ad10-4c97-aefa-67a8be87ae61","subnetpool_id":null,"name":"singlevm2-subnet_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}} 2018-08-13 05:41:43,257 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7caedab2-9099-4b27-921a-98dfe36fad0d 2018-08-13 05:41:43,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.772977113724s 2018-08-13 05:41:43,257 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-7caedab2-9099-4b27-921a-98dfe36fad0d 2018-08-13 05:41:43,258 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:41:42Z', 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'88a0cdca-ad10-4c97-aefa-67a8be87ae61', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', u'enable_dhcp': True, u'network_id': u'40c89479-b40f-41d1-ac34-e3d989af1f53', u'tenant_id': u'10c8724349bc4f4fb925f9a86aeea043', u'created_at': u'2018-08-13T05:41:42Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'10c8724349bc4f4fb925f9a86aeea043'}) 2018-08-13 05:41:43,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:41:43,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "singlevm2-router_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "admin_state_up": true}}' 2018-08-13 05:41:44,264 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-86abd212-f9fc-4415-bbc6-01ebb76a56fb Date: Mon, 13 Aug 2018 05:41:44 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:43Z", "admin_state_up": true, "updated_at": "2018-08-13T05:41:44Z", "revision_number": 2, "routes": [], "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "23699293-e82f-481d-b214-8ae1816fcfaf", "name": "singlevm2-router_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}} 2018-08-13 05:41:44,264 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-86abd212-f9fc-4415-bbc6-01ebb76a56fb 2018-08-13 05:41:44,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.00578999519s 2018-08-13 05:41:44,265 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-86abd212-f9fc-4415-bbc6-01ebb76a56fb 2018-08-13 05:41:44,265 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.209'}]}, u'description': u'', u'tags': [], u'tenant_id': u'10c8724349bc4f4fb925f9a86aeea043', u'created_at': u'2018-08-13T05:41:43Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T05:41:44Z', u'revision_number': 2, u'routes': [], u'project_id': u'10c8724349bc4f4fb925f9a86aeea043', u'id': u'23699293-e82f-481d-b214-8ae1816fcfaf', u'name': u'singlevm2-router_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7'}) 2018-08-13 05:41:44,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:41:44,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"subnet_id": "88a0cdca-ad10-4c97-aefa-67a8be87ae61"}' 2018-08-13 05:41:46,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-87cb70ee-2525-4bdb-9f16-b29e4aa20bc9 Date: Mon, 13 Aug 2018 05:41:46 GMT RESP BODY: {"network_id": "40c89479-b40f-41d1-ac34-e3d989af1f53", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "subnet_id": "88a0cdca-ad10-4c97-aefa-67a8be87ae61", "subnet_ids": ["88a0cdca-ad10-4c97-aefa-67a8be87ae61"], "port_id": "78df5509-6930-4919-974c-5d0b8a3d7fb2", "id": "23699293-e82f-481d-b214-8ae1816fcfaf"} 2018-08-13 05:41:46,300 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf/add_router_interface.json used request id req-87cb70ee-2525-4bdb-9f16-b29e4aa20bc9 2018-08-13 05:41:46,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.03423595428s 2018-08-13 05:41:46,300 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf/add_router_interface.json used request id req-87cb70ee-2525-4bdb-9f16-b29e4aa20bc9 returning object 23699293-e82f-481d-b214-8ae1816fcfaf 2018-08-13 05:41:46,301 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:41:46,432 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:41:46,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:41:46,438 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:41:46 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:41:46,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:41:46,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:46,717 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fa4deb32-79cd-4326-9bac-414302a48e75 Date: Mon, 13 Aug 2018 05:41:46 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:41:46,717 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fa4deb32-79cd-4326-9bac-414302a48e75 2018-08-13 05:41:46,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.276118993759s 2018-08-13 05:41:46,717 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-fa4deb32-79cd-4326-9bac-414302a48e75 2018-08-13 05:41:46,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:41:46,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}' 2018-08-13 05:41:46,775 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-340edf63-1462-4b60-9120-c9874675a9cc Date: Mon, 13 Aug 2018 05:41:46 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:46Z", "file": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file", "owner": "10c8724349bc4f4fb925f9a86aeea043", "id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "size": null, "self": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "checksum": null, "created_at": "2018-08-13T05:41:46Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:41:46,775 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-340edf63-1462-4b60-9120-c9874675a9cc 2018-08-13 05:41:46,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0497319698334s 2018-08-13 05:41:46,775 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-340edf63-1462-4b60-9120-c9874675a9cc returning object 735df52b-e971-4d6a-8353-fbbfdb3333df 2018-08-13 05:41:46,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:41:46,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '' 2018-08-13 05:41:47,499 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0de4f2f7-db1c-4374-8138-1383db4964f9 Date: Mon, 13 Aug 2018 05:41:47 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:41:47,500 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file used request id req-0de4f2f7-db1c-4374-8138-1383db4964f9 2018-08-13 05:41:47,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.72349691391s 2018-08-13 05:41:47,500 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file used request id req-0de4f2f7-db1c-4374-8138-1383db4964f9 2018-08-13 05:41:47,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:41:47,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:47,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-b1351fe7-bd44-4098-8c89-de8ca6015e46 Date: Mon, 13 Aug 2018 05:41:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:47Z", "file": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file", "owner": "10c8724349bc4f4fb925f9a86aeea043", "id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "size": 12716032, "self": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:41:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:41:47,539 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b1351fe7-bd44-4098-8c89-de8ca6015e46 2018-08-13 05:41:47,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0343518257141s 2018-08-13 05:41:47,539 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b1351fe7-bd44-4098-8c89-de8ca6015e46 2018-08-13 05:41:47,541 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap', u'metadata': Munch({})})], 'file': u'/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file', 'owner': u'10c8724349bc4f4fb925f9a86aeea043', 'id': u'735df52b-e971-4d6a-8353-fbbfdb3333df', 'size': 12716032, u'self': u'/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10c8724349bc4f4fb925f9a86aeea043', 'name': 'singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:41:47Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T05:41:47Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'created': u'2018-08-13T05:41:46Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:41:46Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:41:47,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:41:47,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:41:48,020 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf64fac7-8868-4bc9-b9df-fd2173f95a06 x-compute-request-id: req-bf64fac7-8868-4bc9-b9df-fd2173f95a06 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "485fb209-96dd-4a29-905f-c566a9c87a7c"}} 2018-08-13 05:41:48,021 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bf64fac7-8868-4bc9-b9df-fd2173f95a06 2018-08-13 05:41:48,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.479131937027s 2018-08-13 05:41:48,021 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bf64fac7-8868-4bc9-b9df-fd2173f95a06 2018-08-13 05:41:48,022 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'485fb209-96dd-4a29-905f-c566a9c87a7c', 'swap': 0}) 2018-08-13 05:41:48,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:41:48,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" -d '{"extra_specs": {}}' 2018-08-13 05:41:48,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b3799cb-75bb-40fc-b431-7abce7152e79 x-compute-request-id: req-6b3799cb-75bb-40fc-b431-7abce7152e79 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:41:48,043 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c/os-extra_specs used request id req-6b3799cb-75bb-40fc-b431-7abce7152e79 2018-08-13 05:41:48,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209369659424s 2018-08-13 05:41:48,044 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c/os-extra_specs used request id req-6b3799cb-75bb-40fc-b431-7abce7152e79 2018-08-13 05:41:48,044 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-13 05:41:48,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"keypair": {"name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}}' 2018-08-13 05:41:48,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17f1161c-2ce9-43a7-ad4e-3034d815755f x-compute-request-id: req-17f1161c-2ce9-43a7-ad4e-3034d815755f Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC64fbMaOhVNZuNu+j88t/qyPniL+BlO5Gnd2YuOnSO/rOVqWJ06VSjvSHHvLOyWDZavRwdV0+GseXVfHLqpRuy3QnI33JJ7tHaj0RVTmCxGyWFnUQvXkfnpNpUnJvk0j4tnNNbkO0J3+x8TEicLhYAnlN8eg46tdOkyuBuoH4vmtifg2N+x7sFu4mi7kIlUczxbSBEnEjr8sVxB6Htdvmga3vG/NNj46dbdPSqu3Jhf7XTydtoRLDzKpjIIxMyqKJMz3u192kFUsX59mXoKoPba3wEgWTIcFjBoguT8UnSHsksbEunl/XgByLg2XlceYSP+mI/8LoDKHAfSiZublAH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuuH2zGjoVTWbjbvo/PLf6sj54i/gZTuRp3dmLjp0jv6zlali\ndOlUo70hx7yzslg2Wr0cHVdPhrHl1Xxy6qUbst0JyN9ySe7R2o9EVU5gsRslhZ1E\nL15H56TaVJyb5NI+LZzTW5DtCd/sfExInC4WAJ5TfHoOOrXTpMrgbqB+L5rYn4Nj\nfse7BbuJou5CJVHM8W0gRJxI6/LFcQeh7Xb5oGt7xvzTY+OnW3T0qrtyYX+108nb\naESw8yqYyCMTMqiiTM97tfdpBVLF+fZl6CqD22t8BIFkyHBYwaILk/FJ0h7JLGxL\np5f14Aci4Nl5XHmEj/piP/C6AyhwH0ombm5QBwIDAQABAoIBAHjJT3AyZeec7Fsh\nFqdWeu8O0qMkeo4zgCKTA1HhqjA54uxaPC6AGJpzxX+JMUOVzBu9moxEQDw4guoG\ns2eBK3PhdU+FTCMI3k26x1mzfL87YncHfGh5MVRAsnR5fDDayiFE+T53Xx1Aw2Jb\nE5sOFl5z9lW/ta6wkogyL/iQdr5g5TTzazcIs72sjY25Hj7WlvTBFEqPcUqZToR9\nlT+KlJNYY4XmuR4nOUhKL7wPGm1o5uza98MpqfZpsvvE0lUX4ZLyC4wsaA4f4Qrk\nxyey/lBzmlAmup7u+gNTodgPUIW5w9eDwrs0fkKup/qPEbxmlSrseaTYbppuXlhW\nIFlCzQECgYEA6kjfBiEp+lolqttF+/E0zVZHF4+DiS4r66ic/3FytrJAl93jijHh\n4YAA6VeK4p7808knAxnSltClu7vTGdbY5jdaBibXNb0RY41zAfvMgrG7UJqFjyVO\nhJNqKWfmCr0Ni2rVh1IgcU++H9Vge6BvtMIFn+JPj+kBr42wo7PnP0ECgYEAzDRV\nh4YiQzl3UV4CTT0dBhzxfuN3ObD4+HlgShgghWx/65J9oTX4M/oP2ewN9t/sj71W\naYxin5RrySGWZRg0gPJxnMgR7HVtNNyTuF0CW4H8yYsfB0tkTda+XH+0yyIbo5jn\nrcXZOU/p/Q3fJwdH3wy9jW1FLq2WkYhA0iivhUcCgYEA5mYXfe2rXJq+pFHTdzr0\nVGLesxrdnlCbvLsq+kLVLzoJL9B0bnkzzBGX0+HVoZv8w0H0baY9ZTd3ZTIHHkgd\nMfmJPLeBuUVgDmkSiwbXTkf/D/uGEQn9N3/JTULyBel5onvD1bo8UXK8ZI3wvmM+\nt6J+6Ycj+0CH+d77sWHAroECgYAuheHSjYGy1R3VANj/ZeP954wxf3tDPomKeoSw\nfMyz+SMvtWE/4D7bAKap3HjV/PA1U0qjo2M4viTMXwWXpKsZkaLGuGI1AA/QUkyp\nXS9TT8sa08JO9CM3BKy8ADBdczjezdBCq+ewgf9qMsXba3I5Y/qvhOyVFOFP6L3z\n42cRswKBgC1a4wAquTXuJHvQa6iJlrGMgb+oZl4QI+4nJn0np2UJ0eXxs6HkQDEr\nx+ycWXAXQy/whBA17HWZ1mO7RiZdZSDv8GotgOpo3sZ92bynhijJ/kXWwc3yfhl6\nQBf203rdYgPCxdTmKDc2JBQ0nUUH3nK1yF7DtEEDMdC4gdS2pNBb\n-----END RSA PRIVATE KEY-----\n", "user_id": "b6f3e68e2042412c8db9840d2bf2b903", "name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "fingerprint": "00:c6:99:2d:d7:f0:58:8a:74:f3:a6:ff:43:9f:e8:37"}} 2018-08-13 05:41:48,970 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-17f1161c-2ce9-43a7-ad4e-3034d815755f 2018-08-13 05:41:48,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.925915002823s 2018-08-13 05:41:48,971 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-17f1161c-2ce9-43a7-ad4e-3034d815755f 2018-08-13 05:41:48,971 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC64fbMaOhVNZuNu+j88t/qyPniL+BlO5Gnd2YuOnSO/rOVqWJ06VSjvSHHvLOyWDZavRwdV0+GseXVfHLqpRuy3QnI33JJ7tHaj0RVTmCxGyWFnUQvXkfnpNpUnJvk0j4tnNNbkO0J3+x8TEicLhYAnlN8eg46tdOkyuBuoH4vmtifg2N+x7sFu4mi7kIlUczxbSBEnEjr8sVxB6Htdvmga3vG/NNj46dbdPSqu3Jhf7XTydtoRLDzKpjIIxMyqKJMz3u192kFUsX59mXoKoPba3wEgWTIcFjBoguT8UnSHsksbEunl/XgByLg2XlceYSP+mI/8LoDKHAfSiZublAH Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAuuH2zGjoVTWbjbvo/PLf6sj54i/gZTuRp3dmLjp0jv6zlali\ndOlUo70hx7yzslg2Wr0cHVdPhrHl1Xxy6qUbst0JyN9ySe7R2o9EVU5gsRslhZ1E\nL15H56TaVJyb5NI+LZzTW5DtCd/sfExInC4WAJ5TfHoOOrXTpMrgbqB+L5rYn4Nj\nfse7BbuJou5CJVHM8W0gRJxI6/LFcQeh7Xb5oGt7xvzTY+OnW3T0qrtyYX+108nb\naESw8yqYyCMTMqiiTM97tfdpBVLF+fZl6CqD22t8BIFkyHBYwaILk/FJ0h7JLGxL\np5f14Aci4Nl5XHmEj/piP/C6AyhwH0ombm5QBwIDAQABAoIBAHjJT3AyZeec7Fsh\nFqdWeu8O0qMkeo4zgCKTA1HhqjA54uxaPC6AGJpzxX+JMUOVzBu9moxEQDw4guoG\ns2eBK3PhdU+FTCMI3k26x1mzfL87YncHfGh5MVRAsnR5fDDayiFE+T53Xx1Aw2Jb\nE5sOFl5z9lW/ta6wkogyL/iQdr5g5TTzazcIs72sjY25Hj7WlvTBFEqPcUqZToR9\nlT+KlJNYY4XmuR4nOUhKL7wPGm1o5uza98MpqfZpsvvE0lUX4ZLyC4wsaA4f4Qrk\nxyey/lBzmlAmup7u+gNTodgPUIW5w9eDwrs0fkKup/qPEbxmlSrseaTYbppuXlhW\nIFlCzQECgYEA6kjfBiEp+lolqttF+/E0zVZHF4+DiS4r66ic/3FytrJAl93jijHh\n4YAA6VeK4p7808knAxnSltClu7vTGdbY5jdaBibXNb0RY41zAfvMgrG7UJqFjyVO\nhJNqKWfmCr0Ni2rVh1IgcU++H9Vge6BvtMIFn+JPj+kBr42wo7PnP0ECgYEAzDRV\nh4YiQzl3UV4CTT0dBhzxfuN3ObD4+HlgShgghWx/65J9oTX4M/oP2ewN9t/sj71W\naYxin5RrySGWZRg0gPJxnMgR7HVtNNyTuF0CW4H8yYsfB0tkTda+XH+0yyIbo5jn\nrcXZOU/p/Q3fJwdH3wy9jW1FLq2WkYhA0iivhUcCgYEA5mYXfe2rXJq+pFHTdzr0\nVGLesxrdnlCbvLsq+kLVLzoJL9B0bnkzzBGX0+HVoZv8w0H0baY9ZTd3ZTIHHkgd\nMfmJPLeBuUVgDmkSiwbXTkf/D/uGEQn9N3/JTULyBel5onvD1bo8UXK8ZI3wvmM+\nt6J+6Ycj+0CH+d77sWHAroECgYAuheHSjYGy1R3VANj/ZeP954wxf3tDPomKeoSw\nfMyz+SMvtWE/4D7bAKap3HjV/PA1U0qjo2M4viTMXwWXpKsZkaLGuGI1AA/QUkyp\nXS9TT8sa08JO9CM3BKy8ADBdczjezdBCq+ewgf9qMsXba3I5Y/qvhOyVFOFP6L3z\n42cRswKBgC1a4wAquTXuJHvQa6iJlrGMgb+oZl4QI+4nJn0np2UJ0eXxs6HkQDEr\nx+ycWXAXQy/whBA17HWZ1mO7RiZdZSDv8GotgOpo3sZ92bynhijJ/kXWwc3yfhl6\nQBf203rdYgPCxdTmKDc2JBQ0nUUH3nK1yF7DtEEDMdC4gdS2pNBb\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'b6f3e68e2042412c8db9840d2bf2b903', 'name': u'singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'created_at': '2018-08-13T05:41:48.971798', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10c8724349bc4f4fb925f9a86aeea043', 'name': 'singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'00:c6:99:2d:d7:f0:58:8a:74:f3:a6:ff:43:9f:e8:37', 'type': 'ssh', 'id': u'singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7'}) 2018-08-13 05:41:48,972 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAuuH2zGjoVTWbjbvo/PLf6sj54i/gZTuRp3dmLjp0jv6zlali dOlUo70hx7yzslg2Wr0cHVdPhrHl1Xxy6qUbst0JyN9ySe7R2o9EVU5gsRslhZ1E L15H56TaVJyb5NI+LZzTW5DtCd/sfExInC4WAJ5TfHoOOrXTpMrgbqB+L5rYn4Nj fse7BbuJou5CJVHM8W0gRJxI6/LFcQeh7Xb5oGt7xvzTY+OnW3T0qrtyYX+108nb aESw8yqYyCMTMqiiTM97tfdpBVLF+fZl6CqD22t8BIFkyHBYwaILk/FJ0h7JLGxL p5f14Aci4Nl5XHmEj/piP/C6AyhwH0ombm5QBwIDAQABAoIBAHjJT3AyZeec7Fsh FqdWeu8O0qMkeo4zgCKTA1HhqjA54uxaPC6AGJpzxX+JMUOVzBu9moxEQDw4guoG s2eBK3PhdU+FTCMI3k26x1mzfL87YncHfGh5MVRAsnR5fDDayiFE+T53Xx1Aw2Jb E5sOFl5z9lW/ta6wkogyL/iQdr5g5TTzazcIs72sjY25Hj7WlvTBFEqPcUqZToR9 lT+KlJNYY4XmuR4nOUhKL7wPGm1o5uza98MpqfZpsvvE0lUX4ZLyC4wsaA4f4Qrk xyey/lBzmlAmup7u+gNTodgPUIW5w9eDwrs0fkKup/qPEbxmlSrseaTYbppuXlhW IFlCzQECgYEA6kjfBiEp+lolqttF+/E0zVZHF4+DiS4r66ic/3FytrJAl93jijHh 4YAA6VeK4p7808knAxnSltClu7vTGdbY5jdaBibXNb0RY41zAfvMgrG7UJqFjyVO hJNqKWfmCr0Ni2rVh1IgcU++H9Vge6BvtMIFn+JPj+kBr42wo7PnP0ECgYEAzDRV h4YiQzl3UV4CTT0dBhzxfuN3ObD4+HlgShgghWx/65J9oTX4M/oP2ewN9t/sj71W aYxin5RrySGWZRg0gPJxnMgR7HVtNNyTuF0CW4H8yYsfB0tkTda+XH+0yyIbo5jn rcXZOU/p/Q3fJwdH3wy9jW1FLq2WkYhA0iivhUcCgYEA5mYXfe2rXJq+pFHTdzr0 VGLesxrdnlCbvLsq+kLVLzoJL9B0bnkzzBGX0+HVoZv8w0H0baY9ZTd3ZTIHHkgd MfmJPLeBuUVgDmkSiwbXTkf/D/uGEQn9N3/JTULyBel5onvD1bo8UXK8ZI3wvmM+ t6J+6Ycj+0CH+d77sWHAroECgYAuheHSjYGy1R3VANj/ZeP954wxf3tDPomKeoSw fMyz+SMvtWE/4D7bAKap3HjV/PA1U0qjo2M4viTMXwWXpKsZkaLGuGI1AA/QUkyp XS9TT8sa08JO9CM3BKy8ADBdczjezdBCq+ewgf9qMsXba3I5Y/qvhOyVFOFP6L3z 42cRswKBgC1a4wAquTXuJHvQa6iJlrGMgb+oZl4QI+4nJn0np2UJ0eXxs6HkQDEr x+ycWXAXQy/whBA17HWZ1mO7RiZdZSDv8GotgOpo3sZ92bynhijJ/kXWwc3yfhl6 QBf203rdYgPCxdTmKDc2JBQ0nUUH3nK1yF7DtEEDMdC4gdS2pNBb -----END RSA PRIVATE KEY----- 2018-08-13 05:41:48,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-13 05:41:48,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"security_group": {"name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-08-13 05:41:49,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-f539eab0-1263-4375-aa98-13e76f0cc012 Date: Mon, 13 Aug 2018 05:41:49 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:49Z", "updated_at": "2018-08-13T05:41:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "9efe83f2-d52e-4af4-8e2e-1e7c8169c9a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "b3453c50-c63f-4cba-acb8-d3bef4619288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}} 2018-08-13 05:41:49,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f539eab0-1263-4375-aa98-13e76f0cc012 2018-08-13 05:41:49,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.138432979584s 2018-08-13 05:41:49,114 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-f539eab0-1263-4375-aa98-13e76f0cc012 2018-08-13 05:41:49,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:41:49,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:49,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-d1e0e2de-c5f9-4c44-874a-e2b6043b3659 Date: Mon, 13 Aug 2018 05:41:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:49Z", "updated_at": "2018-08-13T05:41:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "9efe83f2-d52e-4af4-8e2e-1e7c8169c9a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "b3453c50-c63f-4cba-acb8-d3bef4619288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}]} 2018-08-13 05:41:49,191 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d1e0e2de-c5f9-4c44-874a-e2b6043b3659 2018-08-13 05:41:49,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0732800960541s 2018-08-13 05:41:49,192 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d1e0e2de-c5f9-4c44-874a-e2b6043b3659 2018-08-13 05:41:49,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:41:49,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -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": "689846de-2e5f-4b28-ab5c-0c379c924a85"}}' 2018-08-13 05:41:49,344 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-16eb58bf-00a8-4283-a298-c159849272aa Date: Mon, 13 Aug 2018 05:41:49 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-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "port_range_min": 22, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:49Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "509ab7b4-0ea5-4221-b7a0-6ac81f0674a8"}} 2018-08-13 05:41:49,344 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-16eb58bf-00a8-4283-a298-c159849272aa 2018-08-13 05:41:49,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.148225069046s 2018-08-13 05:41:49,345 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-16eb58bf-00a8-4283-a298-c159849272aa 2018-08-13 05:41:49,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:41:49,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:49,393 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-b9382ef9-2090-495d-9821-1029e053a3b5 Date: Mon, 13 Aug 2018 05:41:49 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:49Z", "updated_at": "2018-08-13T05:41:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "509ab7b4-0ea5-4221-b7a0-6ac81f0674a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": 22, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "9efe83f2-d52e-4af4-8e2e-1e7c8169c9a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "b3453c50-c63f-4cba-acb8-d3bef4619288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 2, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}]} 2018-08-13 05:41:49,393 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b9382ef9-2090-495d-9821-1029e053a3b5 2018-08-13 05:41:49,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0454609394073s 2018-08-13 05:41:49,394 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-b9382ef9-2090-495d-9821-1029e053a3b5 2018-08-13 05:41:49,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:41:49,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -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": "689846de-2e5f-4b28-ab5c-0c379c924a85"}}' 2018-08-13 05:41:49,545 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d6fd8cd9-00ba-4dad-8e77-01d5eadcc8b6 Date: Mon, 13 Aug 2018 05:41:49 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-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:49Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "dea4d855-0a78-4a04-85d3-2c929d215b4c"}} 2018-08-13 05:41:49,545 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d6fd8cd9-00ba-4dad-8e77-01d5eadcc8b6 2018-08-13 05:41:49,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.147352933884s 2018-08-13 05:41:49,545 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d6fd8cd9-00ba-4dad-8e77-01d5eadcc8b6 2018-08-13 05:41:49,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:49,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:49,642 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-1555294f-90f6-4dde-bd5d-207f56835e9b Date: Mon, 13 Aug 2018 05:41:49 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["88a0cdca-ad10-4c97-aefa-67a8be87ae61"],"updated_at":"2018-08-13T05:41:42Z","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"10c8724349bc4f4fb925f9a86aeea043","id":"40c89479-b40f-41d1-ac34-e3d989af1f53","name":"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:41:49,642 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1555294f-90f6-4dde-bd5d-207f56835e9b 2018-08-13 05:41:49,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0960359573364s 2018-08-13 05:41:49,643 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1555294f-90f6-4dde-bd5d-207f56835e9b 2018-08-13 05:41:49,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:41:49,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:49,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-9b9f8dda-35c5-42c1-b83e-449a409f372e Date: Mon, 13 Aug 2018 05:41:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:47Z", "file": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file", "owner": "10c8724349bc4f4fb925f9a86aeea043", "id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "size": 12716032, "self": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:41:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:41:49,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9b9f8dda-35c5-42c1-b83e-449a409f372e 2018-08-13 05:41:49,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0363340377808s 2018-08-13 05:41:49,684 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-9b9f8dda-35c5-42c1-b83e-449a409f372e 2018-08-13 05:41:49,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:41:49,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:49,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-506b52dd-e71a-4029-8d9a-973344a40f15 x-compute-request-id: req-506b52dd-e71a-4029-8d9a-973344a40f15 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "485fb209-96dd-4a29-905f-c566a9c87a7c"}]} 2018-08-13 05:41:49,710 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-506b52dd-e71a-4029-8d9a-973344a40f15 2018-08-13 05:41:49,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244681835175s 2018-08-13 05:41:49,710 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-506b52dd-e71a-4029-8d9a-973344a40f15 2018-08-13 05:41:49,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:41:49,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"server": {"name": "singlevm2-vm_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "imageRef": "735df52b-e971-4d6a-8353-fbbfdb3333df", "key_name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "flavorRef": "485fb209-96dd-4a29-905f-c566a9c87a7c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "40c89479-b40f-41d1-ac34-e3d989af1f53"}], "security_groups": [{"name": "689846de-2e5f-4b28-ab5c-0c379c924a85"}]}}' 2018-08-13 05:41:52,835 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-011f7534-aa01-4775-8d4b-1ba34d2b289d x-compute-request-id: req-011f7534-aa01-4775-8d4b-1ba34d2b289d Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "689846de-2e5f-4b28-ab5c-0c379c924a85"}], "OS-DCF:diskConfig": "MANUAL", "id": "4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "bookmark"}], "adminPass": "tBVMi43VKJxW"}} 2018-08-13 05:41:52,835 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-011f7534-aa01-4775-8d4b-1ba34d2b289d 2018-08-13 05:41:52,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.12303900719s 2018-08-13 05:41:52,835 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-011f7534-aa01-4775-8d4b-1ba34d2b289d 2018-08-13 05:41:52,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:52,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:54,045 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e0dea5a-5f80-476c-85a7-4f5eef663bda x-compute-request-id: req-9e0dea5a-5f80-476c-85a7-4f5eef663bda Content-Encoding: gzip Content-Length: 607 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "bookmark"}], "image": {"id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "links": [{"href": "http://172.30.9.22:8774/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "485fb209-96dd-4a29-905f-c566a9c87a7c", "links": [{"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}]}, "id": "4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "user_id": "b6f3e68e2042412c8db9840d2bf2b903", "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-08-13T05:41:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "name": "singlevm2-vm_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "created": "2018-08-13T05:41:52Z", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:54,045 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9e0dea5a-5f80-476c-85a7-4f5eef663bda 2018-08-13 05:41:54,045 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20854496956s 2018-08-13 05:41:54,045 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9e0dea5a-5f80-476c-85a7-4f5eef663bda 2018-08-13 05:41:54,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:41:54,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:54,305 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-333f63a0-1f72-4be9-883f-93f6b70bc2a9 Date: Mon, 13 Aug 2018 05:41:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["88a0cdca-ad10-4c97-aefa-67a8be87ae61"],"updated_at":"2018-08-13T05:41:42Z","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"10c8724349bc4f4fb925f9a86aeea043","id":"40c89479-b40f-41d1-ac34-e3d989af1f53","name":"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:41:54,305 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-333f63a0-1f72-4be9-883f-93f6b70bc2a9 2018-08-13 05:41:54,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.253513097763s 2018-08-13 05:41:54,306 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-333f63a0-1f72-4be9-883f-93f6b70bc2a9 2018-08-13 05:41:54,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:41:54,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:54,376 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-c0081f94-38cc-4837-8a34-95ef719b2225 Date: Mon, 13 Aug 2018 05:41:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c89479-b40f-41d1-ac34-e3d989af1f53","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:41:42Z","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":"10c8724349bc4f4fb925f9a86aeea043","id":"88a0cdca-ad10-4c97-aefa-67a8be87ae61","subnetpool_id":null,"name":"singlevm2-subnet_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}]} 2018-08-13 05:41:54,377 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c0081f94-38cc-4837-8a34-95ef719b2225 2018-08-13 05:41:54,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0698049068451s 2018-08-13 05:41:54,377 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-c0081f94-38cc-4837-8a34-95ef719b2225 2018-08-13 05:41:54,378 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:41:56,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:56,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:57,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:41:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7679bfb-cabb-4974-a8d5-70682b49d5a3 x-compute-request-id: req-e7679bfb-cabb-4974-a8d5-70682b49d5a3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "bookmark"}], "image": {"id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "links": [{"href": "http://172.30.9.22:8774/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "485fb209-96dd-4a29-905f-c566a9c87a7c", "links": [{"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}]}, "id": "4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "security_groups": [{"name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}], "user_id": "b6f3e68e2042412c8db9840d2bf2b903", "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-08-13T05:41:55Z", "hostId": "ae814c6d8a087e2f23609d6155a718863d49c61ccf709330c1c1496a", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "name": "singlevm2-vm_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "created": "2018-08-13T05:41:52Z", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:57,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7679bfb-cabb-4974-a8d5-70682b49d5a3 2018-08-13 05:41:57,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.762011051178s 2018-08-13 05:41:57,143 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e7679bfb-cabb-4974-a8d5-70682b49d5a3 2018-08-13 05:41:57,147 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:41:59,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:41:59,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:41:59,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-e293a320-de99-4116-aa36-9eb1e21916ad x-compute-request-id: req-e293a320-de99-4116-aa36-9eb1e21916ad Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "bookmark"}], "image": {"id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "links": [{"href": "http://172.30.9.22:8774/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "485fb209-96dd-4a29-905f-c566a9c87a7c", "links": [{"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}]}, "id": "4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "security_groups": [{"name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}], "user_id": "b6f3e68e2042412c8db9840d2bf2b903", "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-08-13T05:41:55Z", "hostId": "ae814c6d8a087e2f23609d6155a718863d49c61ccf709330c1c1496a", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "name": "singlevm2-vm_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "created": "2018-08-13T05:41:52Z", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:41:59,333 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e293a320-de99-4116-aa36-9eb1e21916ad 2018-08-13 05:41:59,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183406829834s 2018-08-13 05:41:59,334 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e293a320-de99-4116-aa36-9eb1e21916ad 2018-08-13 05:41:59,337 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:01,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:01,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:02,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-56250cf2-0241-458c-a491-cf3ed99780fb x-compute-request-id: req-56250cf2-0241-458c-a491-cf3ed99780fb Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:43:4e", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "bookmark"}], "image": {"id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "links": [{"href": "http://172.30.9.22:8774/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:00.000000", "flavor": {"id": "485fb209-96dd-4a29-905f-c566a9c87a7c", "links": [{"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}]}, "id": "4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "security_groups": [{"name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}], "user_id": "b6f3e68e2042412c8db9840d2bf2b903", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:00Z", "hostId": "ae814c6d8a087e2f23609d6155a718863d49c61ccf709330c1c1496a", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "name": "singlevm2-vm_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "created": "2018-08-13T05:41:52Z", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:02,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56250cf2-0241-458c-a491-cf3ed99780fb 2018-08-13 05:42:02,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14999294281s 2018-08-13 05:42:02,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56250cf2-0241-458c-a491-cf3ed99780fb 2018-08-13 05:42:02,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:42:02,496 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=4fe57fa4-6661-4bf5-8eca-d8a74a9f2403" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:02,564 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-8bfc9cee-84eb-48ff-9e07-084b2c1f724b Date: Mon, 13 Aug 2018 05:42:02 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"40c89479-b40f-41d1-ac34-e3d989af1f53","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:56Z","admin_state_up":true,"updated_at":"2018-08-13T05:42:00Z","binding:vnic_type":"normal","device_id":"4fe57fa4-6661-4bf5-8eca-d8a74a9f2403","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8b:43:4e","id":"88e4d1da-74a0-410b-867d-59d3bed4087b","port_security_enabled":true,"project_id":"10c8724349bc4f4fb925f9a86aeea043","fixed_ips":[{"subnet_id":"88a0cdca-ad10-4c97-aefa-67a8be87ae61","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["689846de-2e5f-4b28-ab5c-0c379c924a85"],"name":""}]} 2018-08-13 05:42:02,564 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 used request id req-8bfc9cee-84eb-48ff-9e07-084b2c1f724b 2018-08-13 05:42:02,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0691041946411s 2018-08-13 05:42:02,565 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 used request id req-8bfc9cee-84eb-48ff-9e07-084b2c1f724b 2018-08-13 05:42:02,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:42:02,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=88e4d1da-74a0-410b-867d-59d3bed4087b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:02,613 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-95051568-a22c-4e97-9aa2-e6ecd0404ac1 Date: Mon, 13 Aug 2018 05:42:02 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:42:02,613 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=88e4d1da-74a0-410b-867d-59d3bed4087b used request id req-95051568-a22c-4e97-9aa2-e6ecd0404ac1 2018-08-13 05:42:02,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0427269935608s 2018-08-13 05:42:02,613 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=88e4d1da-74a0-410b-867d-59d3bed4087b used request id req-95051568-a22c-4e97-9aa2-e6ecd0404ac1 2018-08-13 05:42:02,614 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:8b:43:4e', u'version': 4, u'addr': u'192.168.120.18', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'735df52b-e971-4d6a-8353-fbbfdb3333df'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T05:42:00.000000', 'flavor': Munch({u'id': u'485fb209-96dd-4a29-905f-c566a9c87a7c'}), 'az': u'nova', 'id': u'4fe57fa4-6661-4bf5-8eca-d8a74a9f2403', 'security_groups': [Munch({u'name': u'singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'b6f3e68e2042412c8db9840d2bf2b903', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10c8724349bc4f4fb925f9a86aeea043', 'name': 'singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', '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-08-13T05:42:00.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:42:00Z', 'hostId': u'ae814c6d8a087e2f23609d6155a718863d49c61ccf709330c1c1496a', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'ae814c6d8a087e2f23609d6155a718863d49c61ccf709330c1c1496a', '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-08-13T05:42:00.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'10c8724349bc4f4fb925f9a86aeea043', 'name': u'singlevm2-vm_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'adminPass': u'tBVMi43VKJxW', 'tenant_id': u'10c8724349bc4f4fb925f9a86aeea043', 'created_at': u'2018-08-13T05:41:52Z', 'created': u'2018-08-13T05:41:52Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:42:02,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:42:02,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:02,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-0e4ee736-076d-47eb-ab3e-95aecece2077 Date: Mon, 13 Aug 2018 05:42: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":["88a0cdca-ad10-4c97-aefa-67a8be87ae61"],"updated_at":"2018-08-13T05:41:42Z","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"10c8724349bc4f4fb925f9a86aeea043","id":"40c89479-b40f-41d1-ac34-e3d989af1f53","name":"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:42:02,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0e4ee736-076d-47eb-ab3e-95aecece2077 2018-08-13 05:42:02,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0875701904297s 2018-08-13 05:42:02,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0e4ee736-076d-47eb-ab3e-95aecece2077 2018-08-13 05:42:02,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:42:02,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=4fe57fa4-6661-4bf5-8eca-d8a74a9f2403" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:02,750 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-e0260b0c-2007-4585-b504-bd6273e16f4b Date: Mon, 13 Aug 2018 05:42:02 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"40c89479-b40f-41d1-ac34-e3d989af1f53","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:56Z","admin_state_up":true,"updated_at":"2018-08-13T05:42:00Z","binding:vnic_type":"normal","device_id":"4fe57fa4-6661-4bf5-8eca-d8a74a9f2403","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:8b:43:4e","id":"88e4d1da-74a0-410b-867d-59d3bed4087b","port_security_enabled":true,"project_id":"10c8724349bc4f4fb925f9a86aeea043","fixed_ips":[{"subnet_id":"88a0cdca-ad10-4c97-aefa-67a8be87ae61","ip_address":"192.168.120.18"}],"extra_dhcp_opts":[],"security_groups":["689846de-2e5f-4b28-ab5c-0c379c924a85"],"name":""}]} 2018-08-13 05:42:02,750 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 used request id req-e0260b0c-2007-4585-b504-bd6273e16f4b 2018-08-13 05:42:02,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0453979969025s 2018-08-13 05:42:02,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 used request id req-e0260b0c-2007-4585-b504-bd6273e16f4b 2018-08-13 05:42:02,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-13 05:42:02,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.18", "port_id": "88e4d1da-74a0-410b-867d-59d3bed4087b"}}' 2018-08-13 05:42:04,506 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-645d8aea-2d42-4cf2-b150-53ffa10b2ea0 Date: Mon, 13 Aug 2018 05:42:04 GMT RESP BODY: {"floatingip": {"router_id": "23699293-e82f-481d-b214-8ae1816fcfaf", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:42:03Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "88e4d1da-74a0-410b-867d-59d3bed4087b", "id": "6835be97-8d51-47c6-a8a6-97da2bb0af27", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:42:03Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}} 2018-08-13 05:42:04,506 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-645d8aea-2d42-4cf2-b150-53ffa10b2ea0 2018-08-13 05:42:04,506 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.75449895859s 2018-08-13 05:42:04,506 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-645d8aea-2d42-4cf2-b150-53ffa10b2ea0 2018-08-13 05:42:04,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:42:04,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:04,570 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-7f4826f6-2c7f-4e3d-afa2-a45fc12862c9 Date: Mon, 13 Aug 2018 05:42:04 GMT RESP BODY: {"floatingips": [{"router_id": "23699293-e82f-481d-b214-8ae1816fcfaf", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:42:03Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "88e4d1da-74a0-410b-867d-59d3bed4087b", "id": "6835be97-8d51-47c6-a8a6-97da2bb0af27", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:42:03Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}]} 2018-08-13 05:42:04,570 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7f4826f6-2c7f-4e3d-afa2-a45fc12862c9 2018-08-13 05:42:04,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0610191822052s 2018-08-13 05:42:04,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7f4826f6-2c7f-4e3d-afa2-a45fc12862c9 2018-08-13 05:42:04,574 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'23699293-e82f-481d-b214-8ae1816fcfaf', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'10c8724349bc4f4fb925f9a86aeea043', 'created_at': u'2018-08-13T05:42:03Z', 'attached': True, 'updated_at': u'2018-08-13T05:42:03Z', 'id': u'6835be97-8d51-47c6-a8a6-97da2bb0af27', 'floating_network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', 'fixed_ip_address': u'192.168.120.18', 'floating_ip_address': u'172.30.9.204', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'10c8724349bc4f4fb925f9a86aeea043', 'name': 'singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'23699293-e82f-481d-b214-8ae1816fcfaf', 'project_id': u'10c8724349bc4f4fb925f9a86aeea043', 'port_id': u'88e4d1da-74a0-410b-867d-59d3bed4087b', 'port': u'88e4d1da-74a0-410b-867d-59d3bed4087b', 'network': u'8796fccd-8b13-4235-9a19-2e128d43a69d'}) 2018-08-13 05:42:04,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:42:04,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:42:04,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42: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-bd5b5386-3f34-4d8e-bf12-caee9e94b8d7 x-compute-request-id: req-bd5b5386-3f34-4d8e-bf12-caee9e94b8d7 Content-Encoding: gzip Content-Length: 9564 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470892941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147171] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149190] pid_max: default: 32768 minimum: 301\n[ 0.150293] ACPI: Core revision 20150930\n[ 0.151844] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153435] Security Framework initialized\n[ 0.154439] Yama: becoming mindful.\n[ 0.155327] AppArmor: AppArmor initialized\n[ 0.156359] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157995] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161045] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162767] Initializing cgroup subsys io\n[ 0.163754] Initializing cgroup subsys memory\n[ 0.164807] Initializing cgroup subsys devices\n[ 0.165865] Initializing cgroup subsys freezer\n[ 0.166924] Initializing cgroup subsys net_cls\n[ 0.167986] Initializing cgroup subsys perf_event\n[ 0.169119] Initializing cgroup subsys net_prio\n[ 0.170211] Initializing cgroup subsys hugetlb\n[ 0.171284] Initializing cgroup subsys pids\n[ 0.172337] CPU: Physical Processor ID: 0\n[ 0.174035] mce: CPU supports 10 MCE banks\n[ 0.175073] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176277] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192266] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198515] ftrace: allocating 31920 entries in 125 pages\n[ 0.223117] smpboot: Max logical packages: 1\n[ 0.224135] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225712] x2apic enabled\n[ 0.226625] Switched APIC routing to physical x2apic.\n[ 0.228511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231740] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233583] KVM setup paravirtual spinlock\n[ 0.234981] x86: Booted up 1 node, 1 CPUs\n[ 0.235822] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237260] devtmpfs: initialized\n[ 0.238980] evm: security.selinux\n[ 0.239702] evm: security.SMACK64\n[ 0.240412] evm: security.SMACK64EXEC\n[ 0.241186] evm: security.SMACK64TRANSMUTE\n[ 0.242019] evm: security.SMACK64MMAP\n[ 0.242780] evm: security.ima\n[ 0.243428] evm: security.capability\n[ 0.244252] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246144] pinctrl core: initialized pinctrl subsystem\n[ 0.247278] RTC time: 5:42:00, date: 08/13/18\n[ 0.248269] NET: Registered protocol family 16\n[ 0.249303] cpuidle: using governor ladder\n[ 0.250168] cpuidle: using governor menu\n[ 0.251062] PCCT header not found.\n[ 0.251859] ACPI: bus type PCI registered\n[ 0.252692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254052] PCI: Using configuration type 1 for base access\n[ 0.255900] ACPI: Added _OSI(Module Device)\n[ 0.256778] ACPI: Added _OSI(Processor Device)\n[ 0.257655] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.258566] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260380] ACPI: Interpreter enabled\n[ 0.261190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268990] ACPI: (supports S0 S5)\n[ 0.269710] ACPI: Using IOAPIC for interrupt routing\n[ 0.270721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278183] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280456] acpiphp: Slot [3] registered\n[ 0.281271] acpiphp: Slot [4] registered\n[ 0.282102] acpiphp: Slot [5] registered\n[ 0.282933] acpiphp: Slot [6] registered\n[ 0.283777] acpiphp: Slot [7] registered\n[ 0.284638] acpiphp: Slot [8] registered\n[ 0.285480] acpiphp: Slot [9] registered\n[ 0.286288] acpiphp: Slot [10] registered\n[ 0.287137] acpiphp: Slot [11] registered\n[ 0.287965] acpiphp: Slot [12] registered\n[ 0.288789] acpiphp: Slot [13] registered\n[ 0.289612] acpiphp: Slot [14] registered\n[ 0.290426] acpiphp: Slot [15] registered\n[ 0.301047] acpiphp: Slot [16] registered\n[ 0.301866] acpiphp: Slot [17] registered\n[ 0.302678] acpiphp: Slot [18] registered\n[ 0.303504] acpiphp: Slot [19] registered\n[ 0.304355] acpiphp: Slot [20] registered\n[ 0.305201] acpiphp: Slot [21] registered\n[ 0.306071] acpiphp: Slot [22] registered\n[ 0.306896] acpiphp: Slot [23] registered\n[ 0.307724] acpiphp: Slot [24] registered\n[ 0.308585] acpiphp: Slot [25] registered\n[ 0.309419] acpiphp: Slot [26] registered\n[ 0.310244] acpiphp: Slot [27] registered\n[ 0.311146] acpiphp: Slot [28] registered\n[ 0.311971] acpiphp: Slot [29] registered\n[ 0.312791] acpiphp: Slot [30] registered\n[ 0.313604] acpiphp: Slot [31] registered\n[ 0.314450] PCI host bridge to bus 0000:00\n[ 0.315312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316539] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319301] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320770] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322390] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328683] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.329965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333484] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335306] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354176] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359571] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360960] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362237] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363569] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364662] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366259] vgaarb: loaded\n[ 0.366897] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368203] SCSI subsystem initialized\n[ 0.369171] ACPI: bus type USB registered\n[ 0.370030] usbcore: registered new interface driver usbfs\n[ 0.371075] usbcore: registered new interface driver hub\n[ 0.372177] usbcore: registered new device driver usb\n[ 0.373340] PCI: Using ACPI for IRQ routing\n[ 0.374807] NetLabel: Initializing\n[ 0.375576] NetLabel: domain hash size = 128\n[ 0.376460] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377427] NetLabel: unlabeled traffic allowed by default\n[ 0.378622] clocksource: Switched to clocksource kvm-clock\n[ 0.386634] AppArmor: AppArmor Filesystem Enabled\n[ 0.387634] pnp: PnP ACPI init\n[ 0.388610] pnp: PnP ACPI: found 5 devices\n[ 0.394913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396770] NET: Registered protocol family 2\n[ 0.397838] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400473] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401714] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402822] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404028] NET: Registered protocol family 1\n[ 0.404914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406078] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407174] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421102] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435415] Trying to unpack rootfs image as initramfs...\n[ 0.492041] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493747] Scanning for low memory corruption every 60 seconds\n[ 0.495193] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496405] audit: initializing netlink subsys (disabled)\n[ 0.497493] audit: type=2000 audit(1534138920.994:1): initialized\n[ 0.498919] Initialise system trusted keyring\n[ 0.499904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501113] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503282] zbud: loaded\n[ 0.504038] VFS: Disk quotas dquot_6.6.0\n[ 0.504906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506589] fuse init (API version 7.23)\n[ 0.507538] Key type big_key registered\n[ 0.508376] Allocating IMA MOK and blacklist keyrings.\n[ 0.509665] Key type asymmetric registered\n[ 0.510514] Asymmetric key parser 'x509' registered\n[ 0.511521] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513049] io scheduler noop registered\n[ 0.513873] io scheduler deadline registered (default)\n[ 0.514921] io scheduler cfq registered\n[ 0.515796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519811] ACPI: Power Button [PWRF]\n[ 0.520690] GHES: HEST is not enabled!\n[ 0.534790] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562316] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564440] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590662] Linux agpgart interface v0.103\n[ 0.596943] brd: module loaded\n[ 0.598923] loop: module loaded\n[ 0.603688] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605151] GPT:90111 != 2097151\n[ 0.605832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606934] GPT:90111 != 2097151\n[ 0.607611] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608583] vda: vda1 vda15\n[ 0.610117] scsi host0: ata_piix\n[ 0.610918] scsi host1: ata_piix\n[ 0.611636] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.612852] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.614350] libphy: Fixed MDIO Bus: probed\n[ 0.615184] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618616] PPP generic driver version 2.4.2\n[ 0.619555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620756] ehci-pci: EHCI PCI platform driver\n[ 0.621627] ehci-platform: EHCI generic platform driver\n[ 0.622644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623783] ohci-pci: OHCI PCI platform driver\n[ 0.624655] ohci-platform: OHCI generic platform driver\n[ 0.625655] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642446] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643478] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647300] usb usb1: Product: UHCI Host Controller\n[ 0.648238] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649381] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650382] hub 1-0:1.0: USB hub found\n[ 0.651175] hub 1-0:1.0: 2 ports detected\n[ 0.652136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654289] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655257] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656313] mousedev: PS/2 mouse device common for all mice\n[ 0.657585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661943] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663145] i2c /dev entries driver\n[ 0.663926] device-mapper: uevent: version 1.0.3\n[ 0.664887] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666514] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667975] NET: Registered protocol family 10\n[ 0.669133] NET: Registered protocol family 17\n[ 0.670041] Key type dns_resolver registered\n[ 0.671062] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672173] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673979] registered taskstats version 1\n[ 0.674848] Loading compiled-in X.509 certificates\n[ 0.676332] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678206] zswap: loaded using pool lzo/zbud\n[ 0.679887] Key type trusted registered\n[ 0.681655] Key type encrypted registered\n[ 0.682489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684595] evm: HMAC attrs: 0x1\n[ 0.685572] Magic number: 14:201:719\n[ 0.686445] rtc_cmos 00:00: setting system clock to 2018-08-13 05:42:00 UTC (1534138920)\n[ 0.688081] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689204] EDD information not available.\n[ 0.771945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783831] Write protecting the kernel read-only data: 14336k\n[ 0.785982] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833013] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.18...\nLease of 192.168.120.18 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 0.83. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeiDLLMvEsFfwAqBBZQoz0F8kaClpnhWiaXWI4RSOHQZcjxTyut01zCI2Uc9G+N9nX7UPJq0JqX84w9/bP76QPA7GxfICUVX2pEtjV4DhQQR74kJTboprlNZxYhSqoL7ij5dKiejEA/DXUXg6VLstr+BNtaN7IMgglnOh4IUxZoIYvOBoz5s9TsJd0+VWs1yVhqrleuHIXUhaBySn2OrxfpeLeBSvLxBp64EwElUDUIeTBuDU6xgqcf8CKpGnbUpR1MprYrMAottuUEptHk1JmCoJLchSoTxg2r/BOiF37CTg9apSY7tPbUayqDdfvqjp2I9MLCaxQYy8XZHGaHall root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7\nssh-dss AAAAB3NzaC1kc3MAAACBAJ3Ty7oHmx/t8nncLCZ4HRyj4zlWc6fj1iPjApMyruTXJfwCL0P/Yv8JVXeqSnyM3rOT/Y2uJwS5q9ReTTqW+gNx/psWXPbjTHaxbeAkflwa9mGfLPmmi8jrF/SkbgQKfbtoXb3BMbDbOlnJw53uLT3UdEKJdbztvFJf/+54uJahAAAAFQCt4pQNSuy7WTnIJjbZX/24nrTv/wAAAIA2M8BDcm2CFx/1rdnk2hIt/5wq3uX6SSMYxe/feHB/EDigp0rfSTN5T7KqqgM2s9+ddJXQEzElz8j/Ope8PC7RRXBFH0YzF5f8C+EA0w4fvo9/UTIjft6UolOPJdEkkl/Zvf7CjW5abo9srIPdEKr/j3fxujirdqs2VJjfn8iBsgAAAIEAk+AMy9x+YxfLzS12/MmIKuSlcY9rOjQLUf0lQFvpysugZ83KgnnTWzGrsobYP1R8CB8GCpbVLm8JiBErrHuNGIllDpGXZW39Np2KgG3jJbFxlwwMJVsZdX28cuPKkMn3rKOa8vyaQOUSEvG9FSJ0p/BSapXky2AJjODgdnspYXw= root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.54s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.18,24,fe80::f816:3eff:fe8b:434e/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.18 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.74 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 login: "} 2018-08-13 05:42:04,660 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403/action used request id req-bd5b5386-3f34-4d8e-bf12-caee9e94b8d7 2018-08-13 05:42:04,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0850911140442s 2018-08-13 05:42:04,661 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403/action used request id req-bd5b5386-3f34-4d8e-bf12-caee9e94b8d7 2018-08-13 05:42:04,662 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 470892941 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.147171] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149190] pid_max: default: 32768 minimum: 301 [ 0.150293] ACPI: Core revision 20150930 [ 0.151844] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153435] Security Framework initialized [ 0.154439] Yama: becoming mindful. [ 0.155327] AppArmor: AppArmor initialized [ 0.156359] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157995] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.159556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161045] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162767] Initializing cgroup subsys io [ 0.163754] Initializing cgroup subsys memory [ 0.164807] Initializing cgroup subsys devices [ 0.165865] Initializing cgroup subsys freezer [ 0.166924] Initializing cgroup subsys net_cls [ 0.167986] Initializing cgroup subsys perf_event [ 0.169119] Initializing cgroup subsys net_prio [ 0.170211] Initializing cgroup subsys hugetlb [ 0.171284] Initializing cgroup subsys pids [ 0.172337] CPU: Physical Processor ID: 0 [ 0.174035] mce: CPU supports 10 MCE banks [ 0.175073] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176277] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192266] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198515] ftrace: allocating 31920 entries in 125 pages [ 0.223117] smpboot: Max logical packages: 1 [ 0.224135] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225712] x2apic enabled [ 0.226625] Switched APIC routing to physical x2apic. [ 0.228511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231740] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233583] KVM setup paravirtual spinlock [ 0.234981] x86: Booted up 1 node, 1 CPUs [ 0.235822] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237260] devtmpfs: initialized [ 0.238980] evm: security.selinux [ 0.239702] evm: security.SMACK64 [ 0.240412] evm: security.SMACK64EXEC [ 0.241186] evm: security.SMACK64TRANSMUTE [ 0.242019] evm: security.SMACK64MMAP [ 0.242780] evm: security.ima [ 0.243428] evm: security.capability [ 0.244252] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246144] pinctrl core: initialized pinctrl subsystem [ 0.247278] RTC time: 5:42:00, date: 08/13/18 [ 0.248269] NET: Registered protocol family 16 [ 0.249303] cpuidle: using governor ladder [ 0.250168] cpuidle: using governor menu [ 0.251062] PCCT header not found. [ 0.251859] ACPI: bus type PCI registered [ 0.252692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254052] PCI: Using configuration type 1 for base access [ 0.255900] ACPI: Added _OSI(Module Device) [ 0.256778] ACPI: Added _OSI(Processor Device) [ 0.257655] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.258566] ACPI: Added _OSI(Processor Aggregator Device) [ 0.260380] ACPI: Interpreter enabled [ 0.261190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.263121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.265073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.267027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.268990] ACPI: (supports S0 S5) [ 0.269710] ACPI: Using IOAPIC for interrupt routing [ 0.270721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.274275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.278183] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280456] acpiphp: Slot [3] registered [ 0.281271] acpiphp: Slot [4] registered [ 0.282102] acpiphp: Slot [5] registered [ 0.282933] acpiphp: Slot [6] registered [ 0.283777] acpiphp: Slot [7] registered [ 0.284638] acpiphp: Slot [8] registered [ 0.285480] acpiphp: Slot [9] registered [ 0.286288] acpiphp: Slot [10] registered [ 0.287137] acpiphp: Slot [11] registered [ 0.287965] acpiphp: Slot [12] registered [ 0.288789] acpiphp: Slot [13] registered [ 0.289612] acpiphp: Slot [14] registered [ 0.290426] acpiphp: Slot [15] registered [ 0.301047] acpiphp: Slot [16] registered [ 0.301866] acpiphp: Slot [17] registered [ 0.302678] acpiphp: Slot [18] registered [ 0.303504] acpiphp: Slot [19] registered [ 0.304355] acpiphp: Slot [20] registered [ 0.305201] acpiphp: Slot [21] registered [ 0.306071] acpiphp: Slot [22] registered [ 0.306896] acpiphp: Slot [23] registered [ 0.307724] acpiphp: Slot [24] registered [ 0.308585] acpiphp: Slot [25] registered [ 0.309419] acpiphp: Slot [26] registered [ 0.310244] acpiphp: Slot [27] registered [ 0.311146] acpiphp: Slot [28] registered [ 0.311971] acpiphp: Slot [29] registered [ 0.312791] acpiphp: Slot [30] registered [ 0.313604] acpiphp: Slot [31] registered [ 0.314450] PCI host bridge to bus 0000:00 [ 0.315312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316539] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.317817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319301] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.320770] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322390] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328683] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.329965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333484] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.335306] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354176] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359571] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360960] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362237] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363569] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364662] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366259] vgaarb: loaded [ 0.366897] vgaarb: bridge control possible 0000:00:02.0 [ 0.368203] SCSI subsystem initialized [ 0.369171] ACPI: bus type USB registered [ 0.370030] usbcore: registered new interface driver usbfs [ 0.371075] usbcore: registered new interface driver hub [ 0.372177] usbcore: registered new device driver usb [ 0.373340] PCI: Using ACPI for IRQ routing [ 0.374807] NetLabel: Initializing [ 0.375576] NetLabel: domain hash size = 128 [ 0.376460] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377427] NetLabel: unlabeled traffic allowed by default [ 0.378622] clocksource: Switched to clocksource kvm-clock [ 0.386634] AppArmor: AppArmor Filesystem Enabled [ 0.387634] pnp: PnP ACPI init [ 0.388610] pnp: PnP ACPI: found 5 devices [ 0.394913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396770] NET: Registered protocol family 2 [ 0.397838] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400473] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401714] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402822] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404028] NET: Registered protocol family 1 [ 0.404914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406078] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407174] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421102] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435415] Trying to unpack rootfs image as initramfs... [ 0.492041] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493747] Scanning for low memory corruption every 60 seconds [ 0.495193] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496405] audit: initializing netlink subsys (disabled) [ 0.497493] audit: type=2000 audit(1534138920.994:1): initialized [ 0.498919] Initialise system trusted keyring [ 0.499904] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501113] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503282] zbud: loaded [ 0.504038] VFS: Disk quotas dquot_6.6.0 [ 0.504906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506589] fuse init (API version 7.23) [ 0.507538] Key type big_key registered [ 0.508376] Allocating IMA MOK and blacklist keyrings. [ 0.509665] Key type asymmetric registered [ 0.510514] Asymmetric key parser 'x509' registered [ 0.511521] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513049] io scheduler noop registered [ 0.513873] io scheduler deadline registered (default) [ 0.514921] io scheduler cfq registered [ 0.515796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519811] ACPI: Power Button [PWRF] [ 0.520690] GHES: HEST is not enabled! [ 0.534790] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562316] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564440] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590662] Linux agpgart interface v0.103 [ 0.596943] brd: module loaded [ 0.598923] loop: module loaded [ 0.603688] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605151] GPT:90111 != 2097151 [ 0.605832] GPT:Alternate GPT header not at the end of the disk. [ 0.606934] GPT:90111 != 2097151 [ 0.607611] GPT: Use GNU Parted to correct GPT errors. [ 0.608583] vda: vda1 vda15 [ 0.610117] scsi host0: ata_piix [ 0.610918] scsi host1: ata_piix [ 0.611636] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.612852] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.614350] libphy: Fixed MDIO Bus: probed [ 0.615184] tun: Universal TUN/TAP device driver, 1.6 [ 0.616136] tun: (C) 1999-2004 Max Krasnyansky [ 0.618616] PPP generic driver version 2.4.2 [ 0.619555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620756] ehci-pci: EHCI PCI platform driver [ 0.621627] ehci-platform: EHCI generic platform driver [ 0.622644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623783] ohci-pci: OHCI PCI platform driver [ 0.624655] ohci-platform: OHCI generic platform driver [ 0.625655] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642446] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643478] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.644641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647300] usb usb1: Product: UHCI Host Controller [ 0.648238] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649381] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650382] hub 1-0:1.0: USB hub found [ 0.651175] hub 1-0:1.0: 2 ports detected [ 0.652136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654289] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655257] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656313] mousedev: PS/2 mouse device common for all mice [ 0.657585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659446] rtc_cmos 00:00: RTC can wake from S4 [ 0.660751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.661943] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663145] i2c /dev entries driver [ 0.663926] device-mapper: uevent: version 1.0.3 [ 0.664887] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666514] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667975] NET: Registered protocol family 10 [ 0.669133] NET: Registered protocol family 17 [ 0.670041] Key type dns_resolver registered [ 0.671062] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.672173] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673979] registered taskstats version 1 [ 0.674848] Loading compiled-in X.509 certificates [ 0.676332] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.678206] zswap: loaded using pool lzo/zbud [ 0.679887] Key type trusted registered [ 0.681655] Key type encrypted registered [ 0.682489] AppArmor: AppArmor sha1 policy hashing enabled [ 0.683540] ima: No TPM chip found, activating TPM-bypass! [ 0.684595] evm: HMAC attrs: 0x1 [ 0.685572] Magic number: 14:201:719 [ 0.686445] rtc_cmos 00:00: setting system clock to 2018-08-13 05:42:00 UTC (1534138920) [ 0.688081] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689204] EDD information not available. [ 0.771945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.783831] Write protecting the kernel read-only data: 14336k [ 0.785982] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.833013] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.18... Lease of 192.168.120.18 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 0.83. iid=i-00000002 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCeiDLLMvEsFfwAqBBZQoz0F8kaClpnhWiaXWI4RSOHQZcjxTyut01zCI2Uc9G+N9nX7UPJq0JqX84w9/bP76QPA7GxfICUVX2pEtjV4DhQQR74kJTboprlNZxYhSqoL7ij5dKiejEA/DXUXg6VLstr+BNtaN7IMgglnOh4IUxZoIYvOBoz5s9TsJd0+VWs1yVhqrleuHIXUhaBySn2OrxfpeLeBSvLxBp64EwElUDUIeTBuDU6xgqcf8CKpGnbUpR1MprYrMAottuUEptHk1JmCoJLchSoTxg2r/BOiF37CTg9apSY7tPbUayqDdfvqjp2I9MLCaxQYy8XZHGaHall root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 ssh-dss AAAAB3NzaC1kc3MAAACBAJ3Ty7oHmx/t8nncLCZ4HRyj4zlWc6fj1iPjApMyruTXJfwCL0P/Yv8JVXeqSnyM3rOT/Y2uJwS5q9ReTTqW+gNx/psWXPbjTHaxbeAkflwa9mGfLPmmi8jrF/SkbgQKfbtoXb3BMbDbOlnJw53uLT3UdEKJdbztvFJf/+54uJahAAAAFQCt4pQNSuy7WTnIJjbZX/24nrTv/wAAAIA2M8BDcm2CFx/1rdnk2hIt/5wq3uX6SSMYxe/feHB/EDigp0rfSTN5T7KqqgM2s9+ddJXQEzElz8j/Ope8PC7RRXBFH0YzF5f8C+EA0w4fvo9/UTIjft6UolOPJdEkkl/Zvf7CjW5abo9srIPdEKr/j3fxujirdqs2VJjfn8iBsgAAAIEAk+AMy9x+YxfLzS12/MmIKuSlcY9rOjQLUf0lQFvpysugZ83KgnnTWzGrsobYP1R8CB8GCpbVLm8JiBErrHuNGIllDpGXZW39Np2KgG3jJbFxlwwMJVsZdX28cuPKkMn3rKOa8vyaQOUSEvG9FSJ0p/BSapXky2AJjODgdnspYXw= root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.54s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.18,24,fe80::f816:3eff:fe8b:434e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.18 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-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.74 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 login: 2018-08-13 05:42:05,664 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.204: timed out 2018-08-13 05:42:14,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:42:14,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:42:14,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-bd416a33-666d-4429-b2a6-f6819c50b681 x-compute-request-id: req-bd416a33-666d-4429-b2a6-f6819c50b681 Content-Encoding: gzip Content-Length: 9564 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 470892941 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.147171] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.149190] pid_max: default: 32768 minimum: 301\n[ 0.150293] ACPI: Core revision 20150930\n[ 0.151844] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.153435] Security Framework initialized\n[ 0.154439] Yama: becoming mindful.\n[ 0.155327] AppArmor: AppArmor initialized\n[ 0.156359] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.157995] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.159556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161045] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162767] Initializing cgroup subsys io\n[ 0.163754] Initializing cgroup subsys memory\n[ 0.164807] Initializing cgroup subsys devices\n[ 0.165865] Initializing cgroup subsys freezer\n[ 0.166924] Initializing cgroup subsys net_cls\n[ 0.167986] Initializing cgroup subsys perf_event\n[ 0.169119] Initializing cgroup subsys net_prio\n[ 0.170211] Initializing cgroup subsys hugetlb\n[ 0.171284] Initializing cgroup subsys pids\n[ 0.172337] CPU: Physical Processor ID: 0\n[ 0.174035] mce: CPU supports 10 MCE banks\n[ 0.175073] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176277] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192266] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198515] ftrace: allocating 31920 entries in 125 pages\n[ 0.223117] smpboot: Max logical packages: 1\n[ 0.224135] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.225712] x2apic enabled\n[ 0.226625] Switched APIC routing to physical x2apic.\n[ 0.228511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.229681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.231740] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.233583] KVM setup paravirtual spinlock\n[ 0.234981] x86: Booted up 1 node, 1 CPUs\n[ 0.235822] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237260] devtmpfs: initialized\n[ 0.238980] evm: security.selinux\n[ 0.239702] evm: security.SMACK64\n[ 0.240412] evm: security.SMACK64EXEC\n[ 0.241186] evm: security.SMACK64TRANSMUTE\n[ 0.242019] evm: security.SMACK64MMAP\n[ 0.242780] evm: security.ima\n[ 0.243428] evm: security.capability\n[ 0.244252] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246144] pinctrl core: initialized pinctrl subsystem\n[ 0.247278] RTC time: 5:42:00, date: 08/13/18\n[ 0.248269] NET: Registered protocol family 16\n[ 0.249303] cpuidle: using governor ladder\n[ 0.250168] cpuidle: using governor menu\n[ 0.251062] PCCT header not found.\n[ 0.251859] ACPI: bus type PCI registered\n[ 0.252692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254052] PCI: Using configuration type 1 for base access\n[ 0.255900] ACPI: Added _OSI(Module Device)\n[ 0.256778] ACPI: Added _OSI(Processor Device)\n[ 0.257655] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.258566] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260380] ACPI: Interpreter enabled\n[ 0.261190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.268990] ACPI: (supports S0 S5)\n[ 0.269710] ACPI: Using IOAPIC for interrupt routing\n[ 0.270721] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.278183] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280456] acpiphp: Slot [3] registered\n[ 0.281271] acpiphp: Slot [4] registered\n[ 0.282102] acpiphp: Slot [5] registered\n[ 0.282933] acpiphp: Slot [6] registered\n[ 0.283777] acpiphp: Slot [7] registered\n[ 0.284638] acpiphp: Slot [8] registered\n[ 0.285480] acpiphp: Slot [9] registered\n[ 0.286288] acpiphp: Slot [10] registered\n[ 0.287137] acpiphp: Slot [11] registered\n[ 0.287965] acpiphp: Slot [12] registered\n[ 0.288789] acpiphp: Slot [13] registered\n[ 0.289612] acpiphp: Slot [14] registered\n[ 0.290426] acpiphp: Slot [15] registered\n[ 0.301047] acpiphp: Slot [16] registered\n[ 0.301866] acpiphp: Slot [17] registered\n[ 0.302678] acpiphp: Slot [18] registered\n[ 0.303504] acpiphp: Slot [19] registered\n[ 0.304355] acpiphp: Slot [20] registered\n[ 0.305201] acpiphp: Slot [21] registered\n[ 0.306071] acpiphp: Slot [22] registered\n[ 0.306896] acpiphp: Slot [23] registered\n[ 0.307724] acpiphp: Slot [24] registered\n[ 0.308585] acpiphp: Slot [25] registered\n[ 0.309419] acpiphp: Slot [26] registered\n[ 0.310244] acpiphp: Slot [27] registered\n[ 0.311146] acpiphp: Slot [28] registered\n[ 0.311971] acpiphp: Slot [29] registered\n[ 0.312791] acpiphp: Slot [30] registered\n[ 0.313604] acpiphp: Slot [31] registered\n[ 0.314450] PCI host bridge to bus 0000:00\n[ 0.315312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316539] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319301] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320770] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322390] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328683] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.329965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333484] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.335306] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354176] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.356451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.358097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.359571] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.360960] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.362237] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363569] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364662] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.366259] vgaarb: loaded\n[ 0.366897] vgaarb: bridge control possible 0000:00:02.0\n[ 0.368203] SCSI subsystem initialized\n[ 0.369171] ACPI: bus type USB registered\n[ 0.370030] usbcore: registered new interface driver usbfs\n[ 0.371075] usbcore: registered new interface driver hub\n[ 0.372177] usbcore: registered new device driver usb\n[ 0.373340] PCI: Using ACPI for IRQ routing\n[ 0.374807] NetLabel: Initializing\n[ 0.375576] NetLabel: domain hash size = 128\n[ 0.376460] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.377427] NetLabel: unlabeled traffic allowed by default\n[ 0.378622] clocksource: Switched to clocksource kvm-clock\n[ 0.386634] AppArmor: AppArmor Filesystem Enabled\n[ 0.387634] pnp: PnP ACPI init\n[ 0.388610] pnp: PnP ACPI: found 5 devices\n[ 0.394913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396770] NET: Registered protocol family 2\n[ 0.397838] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400473] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401714] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402822] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404028] NET: Registered protocol family 1\n[ 0.404914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406078] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407174] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421102] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435415] Trying to unpack rootfs image as initramfs...\n[ 0.492041] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.493747] Scanning for low memory corruption every 60 seconds\n[ 0.495193] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.496405] audit: initializing netlink subsys (disabled)\n[ 0.497493] audit: type=2000 audit(1534138920.994:1): initialized\n[ 0.498919] Initialise system trusted keyring\n[ 0.499904] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.501113] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.503282] zbud: loaded\n[ 0.504038] VFS: Disk quotas dquot_6.6.0\n[ 0.504906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.506589] fuse init (API version 7.23)\n[ 0.507538] Key type big_key registered\n[ 0.508376] Allocating IMA MOK and blacklist keyrings.\n[ 0.509665] Key type asymmetric registered\n[ 0.510514] Asymmetric key parser 'x509' registered\n[ 0.511521] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.513049] io scheduler noop registered\n[ 0.513873] io scheduler deadline registered (default)\n[ 0.514921] io scheduler cfq registered\n[ 0.515796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.518261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519811] ACPI: Power Button [PWRF]\n[ 0.520690] GHES: HEST is not enabled!\n[ 0.534790] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.562316] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.564440] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.590662] Linux agpgart interface v0.103\n[ 0.596943] brd: module loaded\n[ 0.598923] loop: module loaded\n[ 0.603688] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.605151] GPT:90111 != 2097151\n[ 0.605832] GPT:Alternate GPT header not at the end of the disk.\n[ 0.606934] GPT:90111 != 2097151\n[ 0.607611] GPT: Use GNU Parted to correct GPT errors.\n[ 0.608583] vda: vda1 vda15\n[ 0.610117] scsi host0: ata_piix\n[ 0.610918] scsi host1: ata_piix\n[ 0.611636] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.612852] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.614350] libphy: Fixed MDIO Bus: probed\n[ 0.615184] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616136] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.618616] PPP generic driver version 2.4.2\n[ 0.619555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620756] ehci-pci: EHCI PCI platform driver\n[ 0.621627] ehci-platform: EHCI generic platform driver\n[ 0.622644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623783] ohci-pci: OHCI PCI platform driver\n[ 0.624655] ohci-platform: OHCI generic platform driver\n[ 0.625655] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642446] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643478] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.645871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647300] usb usb1: Product: UHCI Host Controller\n[ 0.648238] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.649381] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.650382] hub 1-0:1.0: USB hub found\n[ 0.651175] hub 1-0:1.0: 2 ports detected\n[ 0.652136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.654289] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655257] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656313] mousedev: PS/2 mouse device common for all mice\n[ 0.657585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.659446] rtc_cmos 00:00: RTC can wake from S4\n[ 0.660751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.661943] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.663145] i2c /dev entries driver\n[ 0.663926] device-mapper: uevent: version 1.0.3\n[ 0.664887] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.666514] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.667975] NET: Registered protocol family 10\n[ 0.669133] NET: Registered protocol family 17\n[ 0.670041] Key type dns_resolver registered\n[ 0.671062] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.672173] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673979] registered taskstats version 1\n[ 0.674848] Loading compiled-in X.509 certificates\n[ 0.676332] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.678206] zswap: loaded using pool lzo/zbud\n[ 0.679887] Key type trusted registered\n[ 0.681655] Key type encrypted registered\n[ 0.682489] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.683540] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684595] evm: HMAC attrs: 0x1\n[ 0.685572] Magic number: 14:201:719\n[ 0.686445] rtc_cmos 00:00: setting system clock to 2018-08-13 05:42:00 UTC (1534138920)\n[ 0.688081] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.689204] EDD information not available.\n[ 0.771945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783831] Write protecting the kernel read-only data: 14336k\n[ 0.785982] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.787837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.833013] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.18...\nLease of 192.168.120.18 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 0.83. iid=i-00000002\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCeiDLLMvEsFfwAqBBZQoz0F8kaClpnhWiaXWI4RSOHQZcjxTyut01zCI2Uc9G+N9nX7UPJq0JqX84w9/bP76QPA7GxfICUVX2pEtjV4DhQQR74kJTboprlNZxYhSqoL7ij5dKiejEA/DXUXg6VLstr+BNtaN7IMgglnOh4IUxZoIYvOBoz5s9TsJd0+VWs1yVhqrleuHIXUhaBySn2OrxfpeLeBSvLxBp64EwElUDUIeTBuDU6xgqcf8CKpGnbUpR1MprYrMAottuUEptHk1JmCoJLchSoTxg2r/BOiF37CTg9apSY7tPbUayqDdfvqjp2I9MLCaxQYy8XZHGaHall root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7\nssh-dss AAAAB3NzaC1kc3MAAACBAJ3Ty7oHmx/t8nncLCZ4HRyj4zlWc6fj1iPjApMyruTXJfwCL0P/Yv8JVXeqSnyM3rOT/Y2uJwS5q9ReTTqW+gNx/psWXPbjTHaxbeAkflwa9mGfLPmmi8jrF/SkbgQKfbtoXb3BMbDbOlnJw53uLT3UdEKJdbztvFJf/+54uJahAAAAFQCt4pQNSuy7WTnIJjbZX/24nrTv/wAAAIA2M8BDcm2CFx/1rdnk2hIt/5wq3uX6SSMYxe/feHB/EDigp0rfSTN5T7KqqgM2s9+ddJXQEzElz8j/Ope8PC7RRXBFH0YzF5f8C+EA0w4fvo9/UTIjft6UolOPJdEkkl/Zvf7CjW5abo9srIPdEKr/j3fxujirdqs2VJjfn8iBsgAAAIEAk+AMy9x+YxfLzS12/MmIKuSlcY9rOjQLUf0lQFvpysugZ83KgnnTWzGrsobYP1R8CB8GCpbVLm8JiBErrHuNGIllDpGXZW39Np2KgG3jJbFxlwwMJVsZdX28cuPKkMn3rKOa8vyaQOUSEvG9FSJ0p/BSapXky2AJjODgdnspYXw= root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.54s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.18,24,fe80::f816:3eff:fe8b:434e/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.18 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000002\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.74 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 login: "} 2018-08-13 05:42:14,910 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403/action used request id req-bd416a33-666d-4429-b2a6-f6819c50b681 2018-08-13 05:42:14,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.235917806625s 2018-08-13 05:42:14,911 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403/action used request id req-bd416a33-666d-4429-b2a6-f6819c50b681 2018-08-13 05:42:14,911 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 470892941 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.147171] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.149190] pid_max: default: 32768 minimum: 301 [ 0.150293] ACPI: Core revision 20150930 [ 0.151844] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.153435] Security Framework initialized [ 0.154439] Yama: becoming mindful. [ 0.155327] AppArmor: AppArmor initialized [ 0.156359] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.157995] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.159556] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.161045] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.162767] Initializing cgroup subsys io [ 0.163754] Initializing cgroup subsys memory [ 0.164807] Initializing cgroup subsys devices [ 0.165865] Initializing cgroup subsys freezer [ 0.166924] Initializing cgroup subsys net_cls [ 0.167986] Initializing cgroup subsys perf_event [ 0.169119] Initializing cgroup subsys net_prio [ 0.170211] Initializing cgroup subsys hugetlb [ 0.171284] Initializing cgroup subsys pids [ 0.172337] CPU: Physical Processor ID: 0 [ 0.174035] mce: CPU supports 10 MCE banks [ 0.175073] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176277] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.192266] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.198515] ftrace: allocating 31920 entries in 125 pages [ 0.223117] smpboot: Max logical packages: 1 [ 0.224135] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.225712] x2apic enabled [ 0.226625] Switched APIC routing to physical x2apic. [ 0.228511] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.229681] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.231740] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.233583] KVM setup paravirtual spinlock [ 0.234981] x86: Booted up 1 node, 1 CPUs [ 0.235822] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237260] devtmpfs: initialized [ 0.238980] evm: security.selinux [ 0.239702] evm: security.SMACK64 [ 0.240412] evm: security.SMACK64EXEC [ 0.241186] evm: security.SMACK64TRANSMUTE [ 0.242019] evm: security.SMACK64MMAP [ 0.242780] evm: security.ima [ 0.243428] evm: security.capability [ 0.244252] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246144] pinctrl core: initialized pinctrl subsystem [ 0.247278] RTC time: 5:42:00, date: 08/13/18 [ 0.248269] NET: Registered protocol family 16 [ 0.249303] cpuidle: using governor ladder [ 0.250168] cpuidle: using governor menu [ 0.251062] PCCT header not found. [ 0.251859] ACPI: bus type PCI registered [ 0.252692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254052] PCI: Using configuration type 1 for base access [ 0.255900] ACPI: Added _OSI(Module Device) [ 0.256778] ACPI: Added _OSI(Processor Device) [ 0.257655] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.258566] ACPI: Added _OSI(Processor Aggregator Device) [ 0.260380] ACPI: Interpreter enabled [ 0.261190] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.263121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.265073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.267027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.268990] ACPI: (supports S0 S5) [ 0.269710] ACPI: Using IOAPIC for interrupt routing [ 0.270721] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.274275] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275606] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276933] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.278183] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280456] acpiphp: Slot [3] registered [ 0.281271] acpiphp: Slot [4] registered [ 0.282102] acpiphp: Slot [5] registered [ 0.282933] acpiphp: Slot [6] registered [ 0.283777] acpiphp: Slot [7] registered [ 0.284638] acpiphp: Slot [8] registered [ 0.285480] acpiphp: Slot [9] registered [ 0.286288] acpiphp: Slot [10] registered [ 0.287137] acpiphp: Slot [11] registered [ 0.287965] acpiphp: Slot [12] registered [ 0.288789] acpiphp: Slot [13] registered [ 0.289612] acpiphp: Slot [14] registered [ 0.290426] acpiphp: Slot [15] registered [ 0.301047] acpiphp: Slot [16] registered [ 0.301866] acpiphp: Slot [17] registered [ 0.302678] acpiphp: Slot [18] registered [ 0.303504] acpiphp: Slot [19] registered [ 0.304355] acpiphp: Slot [20] registered [ 0.305201] acpiphp: Slot [21] registered [ 0.306071] acpiphp: Slot [22] registered [ 0.306896] acpiphp: Slot [23] registered [ 0.307724] acpiphp: Slot [24] registered [ 0.308585] acpiphp: Slot [25] registered [ 0.309419] acpiphp: Slot [26] registered [ 0.310244] acpiphp: Slot [27] registered [ 0.311146] acpiphp: Slot [28] registered [ 0.311971] acpiphp: Slot [29] registered [ 0.312791] acpiphp: Slot [30] registered [ 0.313604] acpiphp: Slot [31] registered [ 0.314450] PCI host bridge to bus 0000:00 [ 0.315312] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316539] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.317817] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319301] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.320770] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322390] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326129] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327448] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328683] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.329965] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333484] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.335306] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.354176] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.356451] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.358097] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.359571] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.360960] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.362237] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.363569] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.364662] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.366259] vgaarb: loaded [ 0.366897] vgaarb: bridge control possible 0000:00:02.0 [ 0.368203] SCSI subsystem initialized [ 0.369171] ACPI: bus type USB registered [ 0.370030] usbcore: registered new interface driver usbfs [ 0.371075] usbcore: registered new interface driver hub [ 0.372177] usbcore: registered new device driver usb [ 0.373340] PCI: Using ACPI for IRQ routing [ 0.374807] NetLabel: Initializing [ 0.375576] NetLabel: domain hash size = 128 [ 0.376460] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.377427] NetLabel: unlabeled traffic allowed by default [ 0.378622] clocksource: Switched to clocksource kvm-clock [ 0.386634] AppArmor: AppArmor Filesystem Enabled [ 0.387634] pnp: PnP ACPI init [ 0.388610] pnp: PnP ACPI: found 5 devices [ 0.394913] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.396770] NET: Registered protocol family 2 [ 0.397838] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399238] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400473] TCP: Hash tables configured (established 4096 bind 4096) [ 0.401714] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.402822] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404028] NET: Registered protocol family 1 [ 0.404914] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406078] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407174] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.421102] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.435415] Trying to unpack rootfs image as initramfs... [ 0.492041] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.493747] Scanning for low memory corruption every 60 seconds [ 0.495193] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.496405] audit: initializing netlink subsys (disabled) [ 0.497493] audit: type=2000 audit(1534138920.994:1): initialized [ 0.498919] Initialise system trusted keyring [ 0.499904] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.501113] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.503282] zbud: loaded [ 0.504038] VFS: Disk quotas dquot_6.6.0 [ 0.504906] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506589] fuse init (API version 7.23) [ 0.507538] Key type big_key registered [ 0.508376] Allocating IMA MOK and blacklist keyrings. [ 0.509665] Key type asymmetric registered [ 0.510514] Asymmetric key parser 'x509' registered [ 0.511521] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.513049] io scheduler noop registered [ 0.513873] io scheduler deadline registered (default) [ 0.514921] io scheduler cfq registered [ 0.515796] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516868] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518261] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519811] ACPI: Power Button [PWRF] [ 0.520690] GHES: HEST is not enabled! [ 0.534790] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562316] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564440] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.587674] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590662] Linux agpgart interface v0.103 [ 0.596943] brd: module loaded [ 0.598923] loop: module loaded [ 0.603688] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.605151] GPT:90111 != 2097151 [ 0.605832] GPT:Alternate GPT header not at the end of the disk. [ 0.606934] GPT:90111 != 2097151 [ 0.607611] GPT: Use GNU Parted to correct GPT errors. [ 0.608583] vda: vda1 vda15 [ 0.610117] scsi host0: ata_piix [ 0.610918] scsi host1: ata_piix [ 0.611636] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.612852] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.614350] libphy: Fixed MDIO Bus: probed [ 0.615184] tun: Universal TUN/TAP device driver, 1.6 [ 0.616136] tun: (C) 1999-2004 Max Krasnyansky [ 0.618616] PPP generic driver version 2.4.2 [ 0.619555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.620756] ehci-pci: EHCI PCI platform driver [ 0.621627] ehci-platform: EHCI generic platform driver [ 0.622644] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.623783] ohci-pci: OHCI PCI platform driver [ 0.624655] ohci-platform: OHCI generic platform driver [ 0.625655] uhci_hcd: USB Universal Host Controller Interface driver [ 0.639960] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.640969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.642446] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.643478] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.644641] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.645871] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.647300] usb usb1: Product: UHCI Host Controller [ 0.648238] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.649381] usb usb1: SerialNumber: 0000:00:01.2 [ 0.650382] hub 1-0:1.0: USB hub found [ 0.651175] hub 1-0:1.0: 2 ports detected [ 0.652136] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.654289] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.655257] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.656313] mousedev: PS/2 mouse device common for all mice [ 0.657585] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.659446] rtc_cmos 00:00: RTC can wake from S4 [ 0.660751] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.661943] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.663145] i2c /dev entries driver [ 0.663926] device-mapper: uevent: version 1.0.3 [ 0.664887] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.666514] ledtrig-cpu: registered to indicate activity on CPUs [ 0.667975] NET: Registered protocol family 10 [ 0.669133] NET: Registered protocol family 17 [ 0.670041] Key type dns_resolver registered [ 0.671062] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.672173] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673979] registered taskstats version 1 [ 0.674848] Loading compiled-in X.509 certificates [ 0.676332] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.678206] zswap: loaded using pool lzo/zbud [ 0.679887] Key type trusted registered [ 0.681655] Key type encrypted registered [ 0.682489] AppArmor: AppArmor sha1 policy hashing enabled [ 0.683540] ima: No TPM chip found, activating TPM-bypass! [ 0.684595] evm: HMAC attrs: 0x1 [ 0.685572] Magic number: 14:201:719 [ 0.686445] rtc_cmos 00:00: setting system clock to 2018-08-13 05:42:00 UTC (1534138920) [ 0.688081] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.689204] EDD information not available. [ 0.771945] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.783831] Write protecting the kernel read-only data: 14336k [ 0.785982] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.787837] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.833013] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.18... Lease of 192.168.120.18 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 0.83. iid=i-00000002 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCeiDLLMvEsFfwAqBBZQoz0F8kaClpnhWiaXWI4RSOHQZcjxTyut01zCI2Uc9G+N9nX7UPJq0JqX84w9/bP76QPA7GxfICUVX2pEtjV4DhQQR74kJTboprlNZxYhSqoL7ij5dKiejEA/DXUXg6VLstr+BNtaN7IMgglnOh4IUxZoIYvOBoz5s9TsJd0+VWs1yVhqrleuHIXUhaBySn2OrxfpeLeBSvLxBp64EwElUDUIeTBuDU6xgqcf8CKpGnbUpR1MprYrMAottuUEptHk1JmCoJLchSoTxg2r/BOiF37CTg9apSY7tPbUayqDdfvqjp2I9MLCaxQYy8XZHGaHall root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 ssh-dss AAAAB3NzaC1kc3MAAACBAJ3Ty7oHmx/t8nncLCZ4HRyj4zlWc6fj1iPjApMyruTXJfwCL0P/Yv8JVXeqSnyM3rOT/Y2uJwS5q9ReTTqW+gNx/psWXPbjTHaxbeAkflwa9mGfLPmmi8jrF/SkbgQKfbtoXb3BMbDbOlnJw53uLT3UdEKJdbztvFJf/+54uJahAAAAFQCt4pQNSuy7WTnIJjbZX/24nrTv/wAAAIA2M8BDcm2CFx/1rdnk2hIt/5wq3uX6SSMYxe/feHB/EDigp0rfSTN5T7KqqgM2s9+ddJXQEzElz8j/Ope8PC7RRXBFH0YzF5f8C+EA0w4fvo9/UTIjft6UolOPJdEkkl/Zvf7CjW5abo9srIPdEKr/j3fxujirdqs2VJjfn8iBsgAAAIEAk+AMy9x+YxfLzS12/MmIKuSlcY9rOjQLUf0lQFvpysugZ83KgnnTWzGrsobYP1R8CB8GCpbVLm8JiBErrHuNGIllDpGXZW39Np2KgG3jJbFxlwwMJVsZdX28cuPKkMn3rKOa8vyaQOUSEvG9FSJ0p/BSapXky2AJjODgdnspYXw= root@singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.54s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.18,24,fe80::f816:3eff:fe8b:434e/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.18 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-00000002 name: N/A availability-zone: nova local-hostname: singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.74 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 login: 2018-08-13 05:42:14,914 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d876b50L 2018-08-13 05:42:14,915 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 05:42:14,915 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-13 05:42:14,915 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-13 05:42:14,917 - 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-08-13 05:42:14,917 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 05:42:14,917 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-13 05:42:14,917 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 05:42:14,918 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 05:42:14,918 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 05:42:14,934 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 05:42:14,935 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 05:42:14,947 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.204: 4573df5d982408423a14aeab33517456 2018-08-13 05:42:14,947 - paramiko.transport - DEBUG - Trying discovered key 00c6992dd7f0588a74f3a6ff439fe837 in /tmp/tmp6hB6eU 2018-08-13 05:42:14,972 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 05:42:14,974 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 05:42:14,979 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 05:42:14,980 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-13 05:42:14,980 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 05:42:14,981 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 05:42:14,982 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 05:42:14,982 - functest.core.singlevm - DEBUG - output: Hello World 2018-08-13 05:42:14,983 - functest.core.singlevm - DEBUG - error: 2018-08-13 05:42:14,984 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 05:42:15,099 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:42:15,099 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:34 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-13 05:42:15,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-13 05:42:15,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/6835be97-8d51-47c6-a8a6-97da2bb0af27.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:16,122 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-dafe0332-75d5-48b6-80e5-38fa6e190c28 Content-Length: 0 Date: Mon, 13 Aug 2018 05:42:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:42:16,123 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/6835be97-8d51-47c6-a8a6-97da2bb0af27.json used request id req-dafe0332-75d5-48b6-80e5-38fa6e190c28 2018-08-13 05:42:16,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.01692795753s 2018-08-13 05:42:16,123 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/6835be97-8d51-47c6-a8a6-97da2bb0af27.json used request id req-dafe0332-75d5-48b6-80e5-38fa6e190c28 2018-08-13 05:42:16,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:42:16,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:16,175 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a17ef9ee-a886-48f6-a1d1-8bf92125db91 Date: Mon, 13 Aug 2018 05:42:16 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:42:16,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a17ef9ee-a886-48f6-a1d1-8bf92125db91 2018-08-13 05:42:16,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0474059581757s 2018-08-13 05:42:16,176 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a17ef9ee-a886-48f6-a1d1-8bf92125db91 2018-08-13 05:42:16,177 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:42:16,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:16,501 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:42: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-faff86db-1b56-4a11-a5b5-dd4b5c5dc1f2 x-compute-request-id: req-faff86db-1b56-4a11-a5b5-dd4b5c5dc1f2 Content-Type: application/json 2018-08-13 05:42:16,501 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 used request id req-faff86db-1b56-4a11-a5b5-dd4b5c5dc1f2 2018-08-13 05:42:16,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.324214935303s 2018-08-13 05:42:16,501 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403 used request id req-faff86db-1b56-4a11-a5b5-dd4b5c5dc1f2 2018-08-13 05:42:16,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:16,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:17,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42: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-25d31c0a-1970-4dbf-a626-9151acc41aeb x-compute-request-id: req-25d31c0a-1970-4dbf-a626-9151acc41aeb Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:43:4e", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8b:43:4e", "version": 4, "addr": "172.30.9.204", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "rel": "bookmark"}], "image": {"id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "links": [{"href": "http://172.30.9.22:8774/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:00.000000", "flavor": {"id": "485fb209-96dd-4a29-905f-c566a9c87a7c", "links": [{"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}]}, "id": "4fe57fa4-6661-4bf5-8eca-d8a74a9f2403", "security_groups": [{"name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}], "user_id": "b6f3e68e2042412c8db9840d2bf2b903", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:16Z", "hostId": "ae814c6d8a087e2f23609d6155a718863d49c61ccf709330c1c1496a", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "name": "singlevm2-vm_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "created": "2018-08-13T05:41:52Z", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:17,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-25d31c0a-1970-4dbf-a626-9151acc41aeb 2018-08-13 05:42:17,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582362890244s 2018-08-13 05:42:17,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-25d31c0a-1970-4dbf-a626-9151acc41aeb 2018-08-13 05:42:17,086 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:19,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:19,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:19,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-797050c8-6def-446a-986b-9dfe017dcee9 x-compute-request-id: req-797050c8-6def-446a-986b-9dfe017dcee9 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-13 05:42:19,155 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-797050c8-6def-446a-986b-9dfe017dcee9 2018-08-13 05:42:19,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0666329860687s 2018-08-13 05:42:19,156 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-797050c8-6def-446a-986b-9dfe017dcee9 2018-08-13 05:42:19,159 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:42:19,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:19,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-601a8949-b2e8-4cd2-99cf-062a1cd3faa2 Date: Mon, 13 Aug 2018 05:42:19 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:49Z", "updated_at": "2018-08-13T05:41:49Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "509ab7b4-0ea5-4221-b7a0-6ac81f0674a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": 22, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "9efe83f2-d52e-4af4-8e2e-1e7c8169c9a6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "b3453c50-c63f-4cba-acb8-d3bef4619288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:49Z", "revision_number": 0, "id": "dea4d855-0a78-4a04-85d3-2c929d215b4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:49Z", "security_group_id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 3, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "689846de-2e5f-4b28-ab5c-0c379c924a85", "name": "singlevm2-sg_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}]} 2018-08-13 05:42:19,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-601a8949-b2e8-4cd2-99cf-062a1cd3faa2 2018-08-13 05:42:19,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0459208488464s 2018-08-13 05:42:19,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-601a8949-b2e8-4cd2-99cf-062a1cd3faa2 2018-08-13 05:42:19,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-13 05:42:19,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/689846de-2e5f-4b28-ab5c-0c379c924a85.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:19,360 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9bc161fa-f296-4a2d-85ff-c7a5a2128f6f Content-Length: 0 Date: Mon, 13 Aug 2018 05:42:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:42:19,360 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/689846de-2e5f-4b28-ab5c-0c379c924a85.json used request id req-9bc161fa-f296-4a2d-85ff-c7a5a2128f6f 2018-08-13 05:42:19,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.151622056961s 2018-08-13 05:42:19,361 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/689846de-2e5f-4b28-ab5c-0c379c924a85.json used request id req-9bc161fa-f296-4a2d-85ff-c7a5a2128f6f 2018-08-13 05:42:19,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-13 05:42:19,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:19,413 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-301fa7d6-45f1-4b43-9b10-75b979793450 x-compute-request-id: req-301fa7d6-45f1-4b43-9b10-75b979793450 Content-Length: 0 Content-Type: application/json 2018-08-13 05:42:19,413 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 used request id req-301fa7d6-45f1-4b43-9b10-75b979793450 2018-08-13 05:42:19,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0520641803741s 2018-08-13 05:42:19,413 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/singlevm2-kp_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7 used request id req-301fa7d6-45f1-4b43-9b10-75b979793450 2018-08-13 05:42:19,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:42:19,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" -d '{"subnet_id": "88a0cdca-ad10-4c97-aefa-67a8be87ae61"}' 2018-08-13 05:42:21,056 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c674bfab-09d3-4d00-86aa-f152e098379f Date: Mon, 13 Aug 2018 05:42:21 GMT RESP BODY: {"network_id": "40c89479-b40f-41d1-ac34-e3d989af1f53", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "subnet_id": "88a0cdca-ad10-4c97-aefa-67a8be87ae61", "subnet_ids": ["88a0cdca-ad10-4c97-aefa-67a8be87ae61"], "port_id": "78df5509-6930-4919-974c-5d0b8a3d7fb2", "id": "23699293-e82f-481d-b214-8ae1816fcfaf"} 2018-08-13 05:42:21,057 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf/remove_router_interface.json used request id req-c674bfab-09d3-4d00-86aa-f152e098379f 2018-08-13 05:42:21,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.64284896851s 2018-08-13 05:42:21,057 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf/remove_router_interface.json used request id req-c674bfab-09d3-4d00-86aa-f152e098379f returning object 23699293-e82f-481d-b214-8ae1816fcfaf 2018-08-13 05:42:21,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:42:21,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:21,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-65a5d92d-2366-4bd0-a604-a8ca9032cdf3 Date: Mon, 13 Aug 2018 05:42:21 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:43Z", "admin_state_up": true, "updated_at": "2018-08-13T05:42:20Z", "revision_number": 4, "routes": [], "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "23699293-e82f-481d-b214-8ae1816fcfaf", "name": "singlevm2-router_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}]} 2018-08-13 05:42:21,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-65a5d92d-2366-4bd0-a604-a8ca9032cdf3 2018-08-13 05:42:21,172 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113610029221s 2018-08-13 05:42:21,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-65a5d92d-2366-4bd0-a604-a8ca9032cdf3 2018-08-13 05:42:21,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:42:21,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:22,455 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-51a470ea-2170-4dfc-9815-1492f79f5ad1 Content-Length: 0 Date: Mon, 13 Aug 2018 05:42:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:42:22,455 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf.json used request id req-51a470ea-2170-4dfc-9815-1492f79f5ad1 2018-08-13 05:42:22,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.28162097931s 2018-08-13 05:42:22,455 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/23699293-e82f-481d-b214-8ae1816fcfaf.json used request id req-51a470ea-2170-4dfc-9815-1492f79f5ad1 2018-08-13 05:42:22,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:42:22,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:22,501 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-6147f62a-d991-4e7f-986a-c9101b6c1147 Date: Mon, 13 Aug 2018 05:42:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"40c89479-b40f-41d1-ac34-e3d989af1f53","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:41:42Z","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":"10c8724349bc4f4fb925f9a86aeea043","id":"88a0cdca-ad10-4c97-aefa-67a8be87ae61","subnetpool_id":null,"name":"singlevm2-subnet_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}]} 2018-08-13 05:42:22,501 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6147f62a-d991-4e7f-986a-c9101b6c1147 2018-08-13 05:42:22,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0451920032501s 2018-08-13 05:42:22,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-6147f62a-d991-4e7f-986a-c9101b6c1147 2018-08-13 05:42:22,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:42:22,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/88a0cdca-ad10-4c97-aefa-67a8be87ae61.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:23,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80b5802f-2c59-4cae-9a91-83a33dfeefcc Date: Mon, 13 Aug 2018 05:42:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:42:23,611 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/88a0cdca-ad10-4c97-aefa-67a8be87ae61.json used request id req-80b5802f-2c59-4cae-9a91-83a33dfeefcc 2018-08-13 05:42:23,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.10840296745s 2018-08-13 05:42:23,611 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/88a0cdca-ad10-4c97-aefa-67a8be87ae61.json used request id req-80b5802f-2c59-4cae-9a91-83a33dfeefcc 2018-08-13 05:42:23,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:42:23,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:23,706 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-4c53c776-d7aa-4a5a-a1da-b41f1ec9f25a Date: Mon, 13 Aug 2018 05:42:23 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-08-13T05:42:23Z","tenant_id":"10c8724349bc4f4fb925f9a86aeea043","created_at":"2018-08-13T05:41:42Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"10c8724349bc4f4fb925f9a86aeea043","id":"40c89479-b40f-41d1-ac34-e3d989af1f53","name":"singlevm2-net_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 05:42:23,706 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4c53c776-d7aa-4a5a-a1da-b41f1ec9f25a 2018-08-13 05:42:23,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0939848423004s 2018-08-13 05:42:23,706 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-4c53c776-d7aa-4a5a-a1da-b41f1ec9f25a 2018-08-13 05:42:23,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:42:23,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/40c89479-b40f-41d1-ac34-e3d989af1f53.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:24,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-828114f1-f625-4791-9a85-efa36becdff2 Date: Mon, 13 Aug 2018 05:42:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:42:24,844 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/40c89479-b40f-41d1-ac34-e3d989af1f53.json used request id req-828114f1-f625-4791-9a85-efa36becdff2 2018-08-13 05:42:24,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.13709902763s 2018-08-13 05:42:24,845 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/40c89479-b40f-41d1-ac34-e3d989af1f53.json used request id req-828114f1-f625-4791-9a85-efa36becdff2 2018-08-13 05:42:24,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:42:24,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:25,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-ca615d32-f192-4671-943c-2ca8e9dde83a Date: Mon, 13 Aug 2018 05:42:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:41:47Z", "file": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df/file", "owner": "10c8724349bc4f4fb925f9a86aeea043", "id": "735df52b-e971-4d6a-8353-fbbfdb3333df", "size": 12716032, "self": "/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/735df52b-e971-4d6a-8353-fbbfdb3333df/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:41:46Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:42:25,592 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ca615d32-f192-4671-943c-2ca8e9dde83a 2018-08-13 05:42:25,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.742943048477s 2018-08-13 05:42:25,592 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-ca615d32-f192-4671-943c-2ca8e9dde83a 2018-08-13 05:42:25,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:42:25,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}e49076803fc66adbc86f9d3d63f12c62177276c3" 2018-08-13 05:42:25,921 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa8169c9-2930-4ad4-a70b-43ad7a7a1d1f Date: Mon, 13 Aug 2018 05:42:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:42:25,921 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df used request id req-aa8169c9-2930-4ad4-a70b-43ad7a7a1d1f 2018-08-13 05:42:25,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.326961994171s 2018-08-13 05:42:25,921 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/735df52b-e971-4d6a-8353-fbbfdb3333df used request id req-aa8169c9-2930-4ad4-a70b-43ad7a7a1d1f 2018-08-13 05:42:25,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:42:25,925 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:42:25,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-55093089-dfd5-4453-b28e-b1c3a894a211 x-compute-request-id: req-55093089-dfd5-4453-b28e-b1c3a894a211 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "485fb209-96dd-4a29-905f-c566a9c87a7c"}]} 2018-08-13 05:42:25,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-55093089-dfd5-4453-b28e-b1c3a894a211 2018-08-13 05:42:25,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246880054474s 2018-08-13 05:42:25,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-55093089-dfd5-4453-b28e-b1c3a894a211 2018-08-13 05:42:25,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:42:25,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:42:25,983 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-74104bde-55bc-40aa-bdf4-b64490a74182 x-compute-request-id: req-74104bde-55bc-40aa-bdf4-b64490a74182 Content-Length: 0 Content-Type: application/json 2018-08-13 05:42:25,983 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c used request id req-74104bde-55bc-40aa-bdf4-b64490a74182 2018-08-13 05:42:25,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0351209640503s 2018-08-13 05:42:25,984 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/485fb209-96dd-4a29-905f-c566a9c87a7c used request id req-74104bde-55bc-40aa-bdf4-b64490a74182 2018-08-13 05:42:25,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:42:25,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:42:26,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eddfaaf-5f5e-4cc8-87de-5b9ba927eeca Content-Encoding: gzip Content-Length: 834 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "links": {"self": "http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "b6f3e68e2042412c8db9840d2bf2b903", "domain_id": "default", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:42:26,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4eddfaaf-5f5e-4cc8-87de-5b9ba927eeca 2018-08-13 05:42:26,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.183340787888s 2018-08-13 05:42:26,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4eddfaaf-5f5e-4cc8-87de-5b9ba927eeca 2018-08-13 05:42:26,174 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:42:26,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:42:26,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d59857f2-8b59-4d99-8717-ebe737d06e6e Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7", "links": {"self": "http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "b6f3e68e2042412c8db9840d2bf2b903", "description": null}} 2018-08-13 05:42:26,362 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903 used request id req-d59857f2-8b59-4d99-8717-ebe737d06e6e 2018-08-13 05:42:26,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.188861846924s 2018-08-13 05:42:26,363 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903 used request id req-d59857f2-8b59-4d99-8717-ebe737d06e6e 2018-08-13 05:42:26,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 05:42:26,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:42:26,628 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:42:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e71068e9-ca1d-4a95-85e4-b415fa718e01 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:42:26,628 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903 used request id req-e71068e9-ca1d-4a95-85e4-b415fa718e01 2018-08-13 05:42:26,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.264588832855s 2018-08-13 05:42:26,628 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/b6f3e68e2042412c8db9840d2bf2b903 used request id req-e71068e9-ca1d-4a95-85e4-b415fa718e01 2018-08-13 05:42:26,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:42:26,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:42:26,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-069f0ab5-42a5-4d28-967c-b61420e5e9c3 Content-Encoding: gzip Content-Length: 387 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043"}, "tags": [], "enabled": true, "id": "10c8724349bc4f4fb925f9a86aeea043", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_ba9cb0e0-9751-4c50-a990-25d1f0f96ce7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-13 05:42:26,817 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-069f0ab5-42a5-4d28-967c-b61420e5e9c3 2018-08-13 05:42:26,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182395935059s 2018-08-13 05:42:26,817 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-069f0ab5-42a5-4d28-967c-b61420e5e9c3 2018-08-13 05:42:26,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 05:42:26,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}2b0047c723c65bcc62943085bbd3c00498e666ba" 2018-08-13 05:42:27,115 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:42:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8118e274-f9ed-4b85-b0ee-26d6b0663ce9 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:42:27,116 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043 used request id req-8118e274-f9ed-4b85-b0ee-26d6b0663ce9 2018-08-13 05:42:27,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.294069051743s 2018-08-13 05:42:27,116 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/10c8724349bc4f4fb925f9a86aeea043 used request id req-8118e274-f9ed-4b85-b0ee-26d6b0663ce9 2018-08-13 05:42:27,171 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:42:27,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:42:27,234 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:42:27,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:42:27,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:42:27,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b607adc-e345-40c8-9e7a-23993a292350 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:42:27,242 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4b607adc-e345-40c8-9e7a-23993a292350 2018-08-13 05:42:27,243 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:42:27,641 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:42:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["uF5YtI3fT2iEYsgxej4XQw"], "issued_at": "2018-08-13T05:42:27.000000Z"}} 2018-08-13 05:42:27,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:42:27,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:27,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-45ee601e-68d2-4826-bd0d-e986cf019d31 Date: Mon, 13 Aug 2018 05:42:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:42:27,905 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-45ee601e-68d2-4826-bd0d-e986cf019d31 2018-08-13 05:42:27,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.260881185532s 2018-08-13 05:42:27,905 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-45ee601e-68d2-4826-bd0d-e986cf019d31 2018-08-13 05:42:27,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:42:27,915 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:42:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-caba4835-381f-4f09-b7c4-164dd8732060 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:42:27,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-caba4835-381f-4f09-b7c4-164dd8732060 2018-08-13 05:42:27,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:42:27,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:28,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9eaa9a97-eeae-44b8-9604-f432547e4b87 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 05:42:28,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-9eaa9a97-eeae-44b8-9604-f432547e4b87 2018-08-13 05:42:28,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183355093002s 2018-08-13 05:42:28,100 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-9eaa9a97-eeae-44b8-9604-f432547e4b87 2018-08-13 05:42:28,107 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 05:42:28,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f"}}' 2018-08-13 05:42:28,314 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:42:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6968cb77-a044-4610-89ad-f02013d7544a Content-Length: 364 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd"}, "tags": [], "enabled": true, "id": "c7b19dcd3deb444e844822e418e4debd", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f"}} 2018-08-13 05:42:28,314 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6968cb77-a044-4610-89ad-f02013d7544a 2018-08-13 05:42:28,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.207098960876s 2018-08-13 05:42:28,315 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-6968cb77-a044-4610-89ad-f02013d7544a 2018-08-13 05:42:28,315 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_ssh', u'tags': [], 'enabled': True, 'id': u'c7b19dcd3deb444e844822e418e4debd', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f'}) 2018-08-13 05:42:28,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 05:42:28,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2a8590d7-d8f4-4121-b8bd-2d46ad7f0b99", "email": null, "name": "vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f"}}' 2018-08-13 05:42:28,782 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:42:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a41d97c-456b-4788-8f7b-ac6f931ff6c8 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": {"self": "http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "22e3df9789574bc38b79b0fd3c2ee0b4", "domain_id": "default", "password_expires_at": null}} 2018-08-13 05:42:28,782 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-3a41d97c-456b-4788-8f7b-ac6f931ff6c8 2018-08-13 05:42:28,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.460644006729s 2018-08-13 05:42:28,783 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-3a41d97c-456b-4788-8f7b-ac6f931ff6c8 2018-08-13 05:42:28,783 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'22e3df9789574bc38b79b0fd3c2ee0b4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f'}) 2018-08-13 05:42:28,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:42:28,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:28,957 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2c9875c-6cad-409b-889c-af6f8785e03c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:42:28,957 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a2c9875c-6cad-409b-889c-af6f8785e03c 2018-08-13 05:42:28,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.169967889786s 2018-08-13 05:42:28,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a2c9875c-6cad-409b-889c-af6f8785e03c 2018-08-13 05:42:28,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:42:28,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:29,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12b6f421-0dd9-48b6-b54f-d8fb0593f874 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:42:29,062 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-12b6f421-0dd9-48b6-b54f-d8fb0593f874 2018-08-13 05:42:29,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100494146347s 2018-08-13 05:42:29,063 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-12b6f421-0dd9-48b6-b54f-d8fb0593f874 2018-08-13 05:42:29,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:42:29,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:29,246 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b345bd25-74ad-4a3f-b4ad-6e6e0fb0aff7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:42:29,246 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b345bd25-74ad-4a3f-b4ad-6e6e0fb0aff7 2018-08-13 05:42:29,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17853307724s 2018-08-13 05:42:29,247 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b345bd25-74ad-4a3f-b4ad-6e6e0fb0aff7 2018-08-13 05:42:29,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:42:29,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:29,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c23d96a-587a-40c2-bb1d-9edf05d2b457 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 05:42:29,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-1c23d96a-587a-40c2-bb1d-9edf05d2b457 2018-08-13 05:42:29,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0979452133179s 2018-08-13 05:42:29,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-1c23d96a-587a-40c2-bb1d-9edf05d2b457 2018-08-13 05:42:29,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:42:29,353 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:29,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39fee26b-b226-4ecb-a5a5-22bc3baeadd7 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": {"self": "http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "22e3df9789574bc38b79b0fd3c2ee0b4", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:42:29,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-39fee26b-b226-4ecb-a5a5-22bc3baeadd7 2018-08-13 05:42:29,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.262336969376s 2018-08-13 05:42:29,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-39fee26b-b226-4ecb-a5a5-22bc3baeadd7 2018-08-13 05:42:29,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:42:29,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:29,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a188a6d-649e-4556-8c6b-c4f93d0a3008 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd"}, "tags": [], "enabled": true, "id": "c7b19dcd3deb444e844822e418e4debd", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:29,718 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6a188a6d-649e-4556-8c6b-c4f93d0a3008 2018-08-13 05:42:29,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.096834897995s 2018-08-13 05:42:29,719 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6a188a6d-649e-4556-8c6b-c4f93d0a3008 2018-08-13 05:42:29,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 05:42:29,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=22e3df9789574bc38b79b0fd3c2ee0b4&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c7b19dcd3deb444e844822e418e4debd" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:29,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-617015b3-5612-433e-9912-13d0ee1a7ae3 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=22e3df9789574bc38b79b0fd3c2ee0b4&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c7b19dcd3deb444e844822e418e4debd", "previous": null, "next": null}} 2018-08-13 05:42:29,825 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=22e3df9789574bc38b79b0fd3c2ee0b4&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c7b19dcd3deb444e844822e418e4debd used request id req-617015b3-5612-433e-9912-13d0ee1a7ae3 2018-08-13 05:42:29,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0990591049194s 2018-08-13 05:42:29,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=22e3df9789574bc38b79b0fd3c2ee0b4&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=c7b19dcd3deb444e844822e418e4debd used request id req-617015b3-5612-433e-9912-13d0ee1a7ae3 2018-08-13 05:42:29,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 05:42:29,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd/users/22e3df9789574bc38b79b0fd3c2ee0b4/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:42:29,993 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:42:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06118b1f-f436-4af5-8053-394f6927217e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:42:29,993 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd/users/22e3df9789574bc38b79b0fd3c2ee0b4/roles/178c76b5dcf840798988d37683e957fc used request id req-06118b1f-f436-4af5-8053-394f6927217e 2018-08-13 05:42:29,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.164227962494s 2018-08-13 05:42:29,994 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd/users/22e3df9789574bc38b79b0fd3c2ee0b4/roles/178c76b5dcf840798988d37683e957fc used request id req-06118b1f-f436-4af5-8053-394f6927217e 2018-08-13 05:42:29,994 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'c7b19dcd3deb444e844822e418e4debd', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2a8590d7-d8f4-4121-b8bd-2d46ad7f0b99', 'username': u'vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 05:42:29,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:42:29,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:42:29,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:42:29,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:42:29,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:42:29,996 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:42:29,997 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:42:29,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:42:29,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:42:29,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:42:29,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:42:29,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:42:29,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:42:29,998 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:42:30,000 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'password': '2a8590d7-d8f4-4121-b8bd-2d46ad7f0b99', 'project_name': 'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': 'c7b19dcd3deb444e844822e418e4debd', 'project_domain_name': 'Default'} 2018-08-13 05:42:30,000 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-08-13 05:42:30,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:42:30,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d621fa8d-11cf-43a8-95df-be997ec78ae8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:42:30,009 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d621fa8d-11cf-43a8-95df-be997ec78ae8 2018-08-13 05:42:30,009 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:42:30,396 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T06:42:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c7b19dcd3deb444e844822e418e4debd", "name": "vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/c7b19dcd3deb444e844822e418e4debd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/c7b19dcd3deb444e844822e418e4debd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/c7b19dcd3deb444e844822e418e4debd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/c7b19dcd3deb444e844822e418e4debd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/c7b19dcd3deb444e844822e418e4debd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/c7b19dcd3deb444e844822e418e4debd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/c7b19dcd3deb444e844822e418e4debd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/c7b19dcd3deb444e844822e418e4debd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/c7b19dcd3deb444e844822e418e4debd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/c7b19dcd3deb444e844822e418e4debd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/c7b19dcd3deb444e844822e418e4debd", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/c7b19dcd3deb444e844822e418e4debd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_c7b19dcd3deb444e844822e418e4debd", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_c7b19dcd3deb444e844822e418e4debd", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f", "id": "22e3df9789574bc38b79b0fd3c2ee0b4"}, "audit_ids": ["4LnrwK6LRQCweqtfn-okkg"], "issued_at": "2018-08-13T05:42:30.000000Z"}} 2018-08-13 05:42:30,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:42:30,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"network": {"name": "vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f", "admin_state_up": true}}' 2018-08-13 05:42:31,863 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 587 X-Openstack-Request-Id: req-daf5f26a-6a63-4791-ab25-8030a3a7fa78 Date: Mon, 13 Aug 2018 05:42:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T05:42:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"c7b19dcd3deb444e844822e418e4debd","id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","name":"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f"}} 2018-08-13 05:42:31,863 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-daf5f26a-6a63-4791-ab25-8030a3a7fa78 2018-08-13 05:42:31,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.46437811852s 2018-08-13 05:42:31,864 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-daf5f26a-6a63-4791-ab25-8030a3a7fa78 2018-08-13 05:42:31,864 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:42:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b3acc212-e97b-44d0-844a-8d9ce2bb8b11', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f', u'admin_state_up': True, u'tenant_id': u'c7b19dcd3deb444e844822e418e4debd', u'created_at': u'2018-08-13T05:42:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'c7b19dcd3deb444e844822e418e4debd'}) 2018-08-13 05:42:31,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:42:31,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:31,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1148 X-Openstack-Request-Id: req-5fbebb38-55ff-4863-a8d7-966f21365272 Date: Mon, 13 Aug 2018 05:42:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","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-08-13T05:42:31Z","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"c7b19dcd3deb444e844822e418e4debd","id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","name":"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:31,990 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5fbebb38-55ff-4863-a8d7-966f21365272 2018-08-13 05:42:31,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124841213226s 2018-08-13 05:42:31,990 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5fbebb38-55ff-4863-a8d7-966f21365272 2018-08-13 05:42:31,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:42:31,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"subnet": {"name": "vping_ssh-subnet_1d68722b-55b4-49a0-84b0-d8488a2c088f", "enable_dhcp": true, "network_id": "b3acc212-e97b-44d0-844a-8d9ce2bb8b11", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:42:33,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-ab5a2885-872a-4786-9fe5-1cb2ed4c845a Date: Mon, 13 Aug 2018 05:42:33 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:42:32Z","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":"c7b19dcd3deb444e844822e418e4debd","id":"ba4c1452-d111-4b48-8aab-364c88287f4b","subnetpool_id":null,"name":"vping_ssh-subnet_1d68722b-55b4-49a0-84b0-d8488a2c088f"}} 2018-08-13 05:42:33,213 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ab5a2885-872a-4786-9fe5-1cb2ed4c845a 2018-08-13 05:42:33,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.22053909302s 2018-08-13 05:42:33,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ab5a2885-872a-4786-9fe5-1cb2ed4c845a 2018-08-13 05:42:33,213 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:42:32Z', 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'ba4c1452-d111-4b48-8aab-364c88287f4b', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_1d68722b-55b4-49a0-84b0-d8488a2c088f', u'enable_dhcp': True, u'network_id': u'b3acc212-e97b-44d0-844a-8d9ce2bb8b11', u'tenant_id': u'c7b19dcd3deb444e844822e418e4debd', u'created_at': u'2018-08-13T05:42:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'c7b19dcd3deb444e844822e418e4debd'}) 2018-08-13 05:42:33,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:42:33,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "vping_ssh-router_1d68722b-55b4-49a0-84b0-d8488a2c088f", "admin_state_up": true}}' 2018-08-13 05:42:34,437 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 620 X-Openstack-Request-Id: req-f64d1c6c-2397-47ef-88b5-66e8d9119db3 Date: Mon, 13 Aug 2018 05:42:34 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:33Z", "admin_state_up": true, "updated_at": "2018-08-13T05:42:34Z", "revision_number": 2, "routes": [], "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "fd38ad64-2d25-4643-83f8-7a3b9c587ae1", "name": "vping_ssh-router_1d68722b-55b4-49a0-84b0-d8488a2c088f"}} 2018-08-13 05:42:34,437 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-f64d1c6c-2397-47ef-88b5-66e8d9119db3 2018-08-13 05:42:34,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.22354316711s 2018-08-13 05:42:34,438 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-f64d1c6c-2397-47ef-88b5-66e8d9119db3 2018-08-13 05:42:34,438 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'c7b19dcd3deb444e844822e418e4debd', u'created_at': u'2018-08-13T05:42:33Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T05:42:34Z', u'revision_number': 2, u'routes': [], u'project_id': u'c7b19dcd3deb444e844822e418e4debd', u'id': u'fd38ad64-2d25-4643-83f8-7a3b9c587ae1', u'name': u'vping_ssh-router_1d68722b-55b4-49a0-84b0-d8488a2c088f'}) 2018-08-13 05:42:34,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:42:34,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"subnet_id": "ba4c1452-d111-4b48-8aab-364c88287f4b"}' 2018-08-13 05:42:36,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bcd6bbe5-466f-4ac1-b7b3-9d4fc97d955e Date: Mon, 13 Aug 2018 05:42:36 GMT RESP BODY: {"network_id": "b3acc212-e97b-44d0-844a-8d9ce2bb8b11", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "subnet_id": "ba4c1452-d111-4b48-8aab-364c88287f4b", "subnet_ids": ["ba4c1452-d111-4b48-8aab-364c88287f4b"], "port_id": "321cd98d-701c-46e4-8018-6adf7d21f8f6", "id": "fd38ad64-2d25-4643-83f8-7a3b9c587ae1"} 2018-08-13 05:42:36,370 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1/add_router_interface.json used request id req-bcd6bbe5-466f-4ac1-b7b3-9d4fc97d955e 2018-08-13 05:42:36,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.93141388893s 2018-08-13 05:42:36,371 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1/add_router_interface.json used request id req-bcd6bbe5-466f-4ac1-b7b3-9d4fc97d955e returning object fd38ad64-2d25-4643-83f8-7a3b9c587ae1 2018-08-13 05:42:36,371 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:42:36,503 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:42:36,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:42:36,510 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:42:36 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:42:36,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:42:36,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:36,789 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-4345c0fc-edc6-4f9f-9d82-1705d032ed68 Date: Mon, 13 Aug 2018 05:42:36 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:42:36,789 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4345c0fc-edc6-4f9f-9d82-1705d032ed68 2018-08-13 05:42:36,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274055957794s 2018-08-13 05:42:36,790 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4345c0fc-edc6-4f9f-9d82-1705d032ed68 2018-08-13 05:42:36,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:42:36,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f"}' 2018-08-13 05:42:36,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e165e17e-91c0-4c3d-a116-d86067248f5b Date: Mon, 13 Aug 2018 05:42:36 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:42:36Z", "file": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file", "owner": "c7b19dcd3deb444e844822e418e4debd", "id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "size": null, "self": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "checksum": null, "created_at": "2018-08-13T05:42:36Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:42:36,951 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e165e17e-91c0-4c3d-a116-d86067248f5b 2018-08-13 05:42:36,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.151969194412s 2018-08-13 05:42:36,951 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-e165e17e-91c0-4c3d-a116-d86067248f5b returning object cf1b7f0a-2e01-45d4-adf0-33d37130b638 2018-08-13 05:42:36,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:42:36,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '' 2018-08-13 05:42:37,628 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-3e92e54f-de6f-467d-a5ae-ac940ca10776 Date: Mon, 13 Aug 2018 05:42:37 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:42:37,628 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file used request id req-3e92e54f-de6f-467d-a5ae-ac940ca10776 2018-08-13 05:42:37,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.676550149918s 2018-08-13 05:42:37,629 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file used request id req-3e92e54f-de6f-467d-a5ae-ac940ca10776 2018-08-13 05:42:37,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:42:37,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:37,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-83eb5ee9-909e-47d8-bc20-fba93bc9d92a Date: Mon, 13 Aug 2018 05:42:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:42:37Z", "file": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file", "owner": "c7b19dcd3deb444e844822e418e4debd", "id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "size": 12716032, "self": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:42:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:42:37,669 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-83eb5ee9-909e-47d8-bc20-fba93bc9d92a 2018-08-13 05:42:37,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0359189510345s 2018-08-13 05:42:37,669 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-83eb5ee9-909e-47d8-bc20-fba93bc9d92a 2018-08-13 05:42:37,671 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap', u'metadata': Munch({})})], 'file': u'/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file', 'owner': u'c7b19dcd3deb444e844822e418e4debd', 'id': u'cf1b7f0a-2e01-45d4-adf0-33d37130b638', 'size': 12716032, u'self': u'/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7b19dcd3deb444e844822e418e4debd', 'name': 'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:42:37Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T05:42:37Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'created': u'2018-08-13T05:42:36Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:42:36Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:42:37,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:42:37,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_1d68722b-55b4-49a0-84b0-d8488a2c088f", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:42:37,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeed87f9-68e1-40b8-9342-5eb7bd435577 x-compute-request-id: req-aeed87f9-68e1-40b8-9342-5eb7bd435577 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6bb17960-c8ff-4035-8c26-0652bc89f294"}} 2018-08-13 05:42:37,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-aeed87f9-68e1-40b8-9342-5eb7bd435577 2018-08-13 05:42:37,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.302280902863s 2018-08-13 05:42:37,974 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-aeed87f9-68e1-40b8-9342-5eb7bd435577 2018-08-13 05:42:37,975 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_1d68722b-55b4-49a0-84b0-d8488a2c088f', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'6bb17960-c8ff-4035-8c26-0652bc89f294', 'swap': 0}) 2018-08-13 05:42:37,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:42:37,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" -d '{"extra_specs": {}}' 2018-08-13 05:42:37,994 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-fde05d23-9cf5-46c4-ab01-50dc9883b4af x-compute-request-id: req-fde05d23-9cf5-46c4-ab01-50dc9883b4af Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:42:37,995 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294/os-extra_specs used request id req-fde05d23-9cf5-46c4-ab01-50dc9883b4af 2018-08-13 05:42:37,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0187799930573s 2018-08-13 05:42:37,995 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294/os-extra_specs used request id req-fde05d23-9cf5-46c4-ab01-50dc9883b4af 2018-08-13 05:42:37,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-13 05:42:37,998 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"keypair": {"name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f"}}' 2018-08-13 05:42:38,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5b7e5bc0-c494-4002-a9e9-e32111fc3f28 x-compute-request-id: req-5b7e5bc0-c494-4002-a9e9-e32111fc3f28 Content-Encoding: gzip Content-Length: 1801 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRkWOx6H+yHx27ekntnALJglzAFYgzyuJ7wk2myPJ8OtRcM2nXoKK/PJIdNHBioHzhutBcx+dUJcmtbR/DjvEP4BkJ0VIdHIjnjZXvJBsGlh4+6FI8Up6iDGRhfc4y56eK9KDO7R3q/AVY1tnC2NyhAH85qQ2Qr+CLYlt6IEO41vUVLXZzWixYzSroqx9txjvy6bNLk5aG8NaPkTkyIKnH41+/tHk1Ip6RHiGa8iafpICZLcfbZzMV0TvMVP398emkCy1CmatDj5EgbZQDcmzqis/nfO7zB6XlLEl665A3rFeS7vYwgBCVaHeKhTFaqDNSETdROyQVbrfoVAvBmgA5 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0ZFjseh/sh8du3pJ7ZwCyYJcwBWIM8rie8JNpsjyfDrUXDNp\n16CivzySHTRwYqB84brQXMfnVCXJrW0fw47xD+AZCdFSHRyI542V7yQbBpYePuhS\nPFKeogxkYX3OMuenivSgzu0d6vwFWNbZwtjcoQB/OakNkK/gi2JbeiBDuNb1FS12\nc1osWM0q6KsfbcY78umzS5OWhvDWj5E5MiCpx+Nfv7R5NSKekR4hmvImn6SAmS3H\n22czFdE7zFT9/fHppAstQpmrQ4+RIG2UA3Js6orP53zu8wel5SxJeuuQN6xXku72\nMIAQlWh3ioUxWqgzUhE3UTskFW636FQLwZoAOQIDAQABAoIBAG9lLO0gfOAdkhxZ\ngHqA9ypN1Sd1SpTdP04xlj0Vi29lhgQMgDJR/LBSbgiAG00RqdADEUaALAKao31A\nCCZXEOQzZpvFXDSFOnB63jvjoUn6+dDOhQfzksbod2MrEDQW1wQRzHixqbmChQUY\nD2B3Da+3J+lqZv+FvYHZom5kQBs7kMl53kcbzE75P1Rs9l/zu18hM0D7Y3iZW2j8\nrPTxWxY8HX2FVp6HevhRjLexET6Rh5JGsAPOZbHk869faWEzy3A6flv9WjApZETu\nqG8wfI9spjC7DuipzLA+K4dcw7udeEEBCzG0uRWxbWVqNxidnb5SL8MO9lC403uM\n+I+9HgECgYEA+jIh1nbru+IMZRkZmCkU1BaKYp6qKG96FelZtsW2aSqJFjzUU4fX\nJma6khQfUKB1RLO3BwT62sYnEMuI49nonzeESA9OdhQpfpvME9chIxvREGwOGOP5\ntrP7bbs5p1XMhdFGMXDAJFgctMayDIlo0unkqBiBVnvJYzmWrXZgSzECgYEA1m35\nuauFfTrz0I6aiDPGhCWmSUgCWoPHJcAc85x88oP2HIZpXIdcJ5h/kPy+IpK59kpr\nLyrqcB5wMI5triO0Ti+x2gMWmrQ1NwJrX+nRzfexcl6HUyLU/I1Dlaj//TiFhO3y\nouy5dv6yHtaU4berNYUv9DaW3zXEsZFP5qbHM4kCgYAByGerUo+deB/kfIhNKEXI\nuRxlVYIa5ah2DYKhJcmF+FKfwPE2YypqUKMVtWT/uxT611j/iM6MzoqquPiRvxTE\nRa4AoXNKrhwZldyfa5IF4QXdWxfCn6VA4wlwn7vqcFcTwQkCAy6rU6FovF26byQ7\nFIWXmQ0a46jstxVWyRgokQKBgQDKtNg4n17oDczjQYvwahGmZvkVmY8wBhdDJqO3\n4B12HS2Rtbbwk72YaN9fLq6HfHFz1NISmt1Y9E1Wea5RysruhsP4tqatxOHxiMX8\nu8tsjFUhKx9+hhUWUmyrlEG7Ha2LBm4zetmxFgFIic3gu4KMa8XzdY+Wnvu8aQRB\npTP3EQKBgBLppM/1iGT6xXNaWC4L6Ss24JgnJ/McPDEHzvOl9ikaxx+U/Ft1yadx\n3D1feSbAMnnRPoVpp8vMwqAMqeIUe8BxsjNgHbcoxRR1nAVel0ZKMO/g+b/O8YT9\nJ1hVxlPhocG21fcLtWrTS2ToFxaasjtHaiPGAVFVWw8pHr7C/fU0\n-----END RSA PRIVATE KEY-----\n", "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "fingerprint": "fb:81:ad:3b:ab:67:f7:07:bd:b4:e3:a4:4a:ad:ab:2d"}} 2018-08-13 05:42:38,552 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5b7e5bc0-c494-4002-a9e9-e32111fc3f28 2018-08-13 05:42:38,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.556910037994s 2018-08-13 05:42:38,553 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5b7e5bc0-c494-4002-a9e9-e32111fc3f28 2018-08-13 05:42:38,553 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRkWOx6H+yHx27ekntnALJglzAFYgzyuJ7wk2myPJ8OtRcM2nXoKK/PJIdNHBioHzhutBcx+dUJcmtbR/DjvEP4BkJ0VIdHIjnjZXvJBsGlh4+6FI8Up6iDGRhfc4y56eK9KDO7R3q/AVY1tnC2NyhAH85qQ2Qr+CLYlt6IEO41vUVLXZzWixYzSroqx9txjvy6bNLk5aG8NaPkTkyIKnH41+/tHk1Ip6RHiGa8iafpICZLcfbZzMV0TvMVP398emkCy1CmatDj5EgbZQDcmzqis/nfO7zB6XlLEl665A3rFeS7vYwgBCVaHeKhTFaqDNSETdROyQVbrfoVAvBmgA5 Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0ZFjseh/sh8du3pJ7ZwCyYJcwBWIM8rie8JNpsjyfDrUXDNp\n16CivzySHTRwYqB84brQXMfnVCXJrW0fw47xD+AZCdFSHRyI542V7yQbBpYePuhS\nPFKeogxkYX3OMuenivSgzu0d6vwFWNbZwtjcoQB/OakNkK/gi2JbeiBDuNb1FS12\nc1osWM0q6KsfbcY78umzS5OWhvDWj5E5MiCpx+Nfv7R5NSKekR4hmvImn6SAmS3H\n22czFdE7zFT9/fHppAstQpmrQ4+RIG2UA3Js6orP53zu8wel5SxJeuuQN6xXku72\nMIAQlWh3ioUxWqgzUhE3UTskFW636FQLwZoAOQIDAQABAoIBAG9lLO0gfOAdkhxZ\ngHqA9ypN1Sd1SpTdP04xlj0Vi29lhgQMgDJR/LBSbgiAG00RqdADEUaALAKao31A\nCCZXEOQzZpvFXDSFOnB63jvjoUn6+dDOhQfzksbod2MrEDQW1wQRzHixqbmChQUY\nD2B3Da+3J+lqZv+FvYHZom5kQBs7kMl53kcbzE75P1Rs9l/zu18hM0D7Y3iZW2j8\nrPTxWxY8HX2FVp6HevhRjLexET6Rh5JGsAPOZbHk869faWEzy3A6flv9WjApZETu\nqG8wfI9spjC7DuipzLA+K4dcw7udeEEBCzG0uRWxbWVqNxidnb5SL8MO9lC403uM\n+I+9HgECgYEA+jIh1nbru+IMZRkZmCkU1BaKYp6qKG96FelZtsW2aSqJFjzUU4fX\nJma6khQfUKB1RLO3BwT62sYnEMuI49nonzeESA9OdhQpfpvME9chIxvREGwOGOP5\ntrP7bbs5p1XMhdFGMXDAJFgctMayDIlo0unkqBiBVnvJYzmWrXZgSzECgYEA1m35\nuauFfTrz0I6aiDPGhCWmSUgCWoPHJcAc85x88oP2HIZpXIdcJ5h/kPy+IpK59kpr\nLyrqcB5wMI5triO0Ti+x2gMWmrQ1NwJrX+nRzfexcl6HUyLU/I1Dlaj//TiFhO3y\nouy5dv6yHtaU4berNYUv9DaW3zXEsZFP5qbHM4kCgYAByGerUo+deB/kfIhNKEXI\nuRxlVYIa5ah2DYKhJcmF+FKfwPE2YypqUKMVtWT/uxT611j/iM6MzoqquPiRvxTE\nRa4AoXNKrhwZldyfa5IF4QXdWxfCn6VA4wlwn7vqcFcTwQkCAy6rU6FovF26byQ7\nFIWXmQ0a46jstxVWyRgokQKBgQDKtNg4n17oDczjQYvwahGmZvkVmY8wBhdDJqO3\n4B12HS2Rtbbwk72YaN9fLq6HfHFz1NISmt1Y9E1Wea5RysruhsP4tqatxOHxiMX8\nu8tsjFUhKx9+hhUWUmyrlEG7Ha2LBm4zetmxFgFIic3gu4KMa8XzdY+Wnvu8aQRB\npTP3EQKBgBLppM/1iGT6xXNaWC4L6Ss24JgnJ/McPDEHzvOl9ikaxx+U/Ft1yadx\n3D1feSbAMnnRPoVpp8vMwqAMqeIUe8BxsjNgHbcoxRR1nAVel0ZKMO/g+b/O8YT9\nJ1hVxlPhocG21fcLtWrTS2ToFxaasjtHaiPGAVFVWw8pHr7C/fU0\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'22e3df9789574bc38b79b0fd3c2ee0b4', 'name': u'vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'created_at': '2018-08-13T05:42:38.553886', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7b19dcd3deb444e844822e418e4debd', 'name': 'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'fb:81:ad:3b:ab:67:f7:07:bd:b4:e3:a4:4a:ad:ab:2d', 'type': 'ssh', 'id': u'vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f'}) 2018-08-13 05:42:38,554 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEA0ZFjseh/sh8du3pJ7ZwCyYJcwBWIM8rie8JNpsjyfDrUXDNp 16CivzySHTRwYqB84brQXMfnVCXJrW0fw47xD+AZCdFSHRyI542V7yQbBpYePuhS PFKeogxkYX3OMuenivSgzu0d6vwFWNbZwtjcoQB/OakNkK/gi2JbeiBDuNb1FS12 c1osWM0q6KsfbcY78umzS5OWhvDWj5E5MiCpx+Nfv7R5NSKekR4hmvImn6SAmS3H 22czFdE7zFT9/fHppAstQpmrQ4+RIG2UA3Js6orP53zu8wel5SxJeuuQN6xXku72 MIAQlWh3ioUxWqgzUhE3UTskFW636FQLwZoAOQIDAQABAoIBAG9lLO0gfOAdkhxZ gHqA9ypN1Sd1SpTdP04xlj0Vi29lhgQMgDJR/LBSbgiAG00RqdADEUaALAKao31A CCZXEOQzZpvFXDSFOnB63jvjoUn6+dDOhQfzksbod2MrEDQW1wQRzHixqbmChQUY D2B3Da+3J+lqZv+FvYHZom5kQBs7kMl53kcbzE75P1Rs9l/zu18hM0D7Y3iZW2j8 rPTxWxY8HX2FVp6HevhRjLexET6Rh5JGsAPOZbHk869faWEzy3A6flv9WjApZETu qG8wfI9spjC7DuipzLA+K4dcw7udeEEBCzG0uRWxbWVqNxidnb5SL8MO9lC403uM +I+9HgECgYEA+jIh1nbru+IMZRkZmCkU1BaKYp6qKG96FelZtsW2aSqJFjzUU4fX Jma6khQfUKB1RLO3BwT62sYnEMuI49nonzeESA9OdhQpfpvME9chIxvREGwOGOP5 trP7bbs5p1XMhdFGMXDAJFgctMayDIlo0unkqBiBVnvJYzmWrXZgSzECgYEA1m35 uauFfTrz0I6aiDPGhCWmSUgCWoPHJcAc85x88oP2HIZpXIdcJ5h/kPy+IpK59kpr LyrqcB5wMI5triO0Ti+x2gMWmrQ1NwJrX+nRzfexcl6HUyLU/I1Dlaj//TiFhO3y ouy5dv6yHtaU4berNYUv9DaW3zXEsZFP5qbHM4kCgYAByGerUo+deB/kfIhNKEXI uRxlVYIa5ah2DYKhJcmF+FKfwPE2YypqUKMVtWT/uxT611j/iM6MzoqquPiRvxTE Ra4AoXNKrhwZldyfa5IF4QXdWxfCn6VA4wlwn7vqcFcTwQkCAy6rU6FovF26byQ7 FIWXmQ0a46jstxVWyRgokQKBgQDKtNg4n17oDczjQYvwahGmZvkVmY8wBhdDJqO3 4B12HS2Rtbbwk72YaN9fLq6HfHFz1NISmt1Y9E1Wea5RysruhsP4tqatxOHxiMX8 u8tsjFUhKx9+hhUWUmyrlEG7Ha2LBm4zetmxFgFIic3gu4KMa8XzdY+Wnvu8aQRB pTP3EQKBgBLppM/1iGT6xXNaWC4L6Ss24JgnJ/McPDEHzvOl9ikaxx+U/Ft1yadx 3D1feSbAMnnRPoVpp8vMwqAMqeIUe8BxsjNgHbcoxRR1nAVel0ZKMO/g+b/O8YT9 J1hVxlPhocG21fcLtWrTS2ToFxaasjtHaiPGAVFVWw8pHr7C/fU0 -----END RSA PRIVATE KEY----- 2018-08-13 05:42:38,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-13 05:42:38,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"security_group": {"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-08-13 05:42:38,711 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-8cedefb0-9ae5-4267-94f7-3d657960d510 Date: Mon, 13 Aug 2018 05:42:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:38Z", "updated_at": "2018-08-13T05:42:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "0e625512-ba7f-4efc-a6a3-1c971db5eb32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "c56e8a53-43a8-4878-a711-9bd3cb612c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}} 2018-08-13 05:42:38,711 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-8cedefb0-9ae5-4267-94f7-3d657960d510 2018-08-13 05:42:38,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.154231786728s 2018-08-13 05:42:38,712 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-8cedefb0-9ae5-4267-94f7-3d657960d510 2018-08-13 05:42:38,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:42:38,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:38,801 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-aad2b845-b5cc-4a01-b8c2-e4453e06e779 Date: Mon, 13 Aug 2018 05:42:38 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:38Z", "updated_at": "2018-08-13T05:42:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "0e625512-ba7f-4efc-a6a3-1c971db5eb32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "c56e8a53-43a8-4878-a711-9bd3cb612c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:38,801 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-aad2b845-b5cc-4a01-b8c2-e4453e06e779 2018-08-13 05:42:38,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0854279994965s 2018-08-13 05:42:38,802 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-aad2b845-b5cc-4a01-b8c2-e4453e06e779 2018-08-13 05:42:38,806 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:42:38,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -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": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"}}' 2018-08-13 05:42:38,976 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-8c8b9112-20d6-4bb7-bad0-37dd032e6bc9 Date: Mon, 13 Aug 2018 05:42:38 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-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "port_range_min": 22, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:38Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "ca7d1222-d2ed-44be-bd88-9646270c7a90"}} 2018-08-13 05:42:38,976 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-8c8b9112-20d6-4bb7-bad0-37dd032e6bc9 2018-08-13 05:42:38,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.170346975327s 2018-08-13 05:42:38,976 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-8c8b9112-20d6-4bb7-bad0-37dd032e6bc9 2018-08-13 05:42:38,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:42:38,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:39,074 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-cd38dfad-ce75-4246-ab74-fb2baecc2ec9 Date: Mon, 13 Aug 2018 05:42:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:38Z", "updated_at": "2018-08-13T05:42:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "0e625512-ba7f-4efc-a6a3-1c971db5eb32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "c56e8a53-43a8-4878-a711-9bd3cb612c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "ca7d1222-d2ed-44be-bd88-9646270c7a90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 2, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:39,074 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-cd38dfad-ce75-4246-ab74-fb2baecc2ec9 2018-08-13 05:42:39,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0941560268402s 2018-08-13 05:42:39,074 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-cd38dfad-ce75-4246-ab74-fb2baecc2ec9 2018-08-13 05:42:39,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:42:39,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -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": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"}}' 2018-08-13 05:42:39,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-7ceb84f4-a787-401b-981e-79608b507c76 Date: Mon, 13 Aug 2018 05:42:39 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:39Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:39Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "fdd8c482-1e6f-46c6-aafb-db8a680631e5"}} 2018-08-13 05:42:39,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-7ceb84f4-a787-401b-981e-79608b507c76 2018-08-13 05:42:39,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.154725074768s 2018-08-13 05:42:39,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-7ceb84f4-a787-401b-981e-79608b507c76 2018-08-13 05:42:39,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:42:39,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:39,347 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-9e482bbe-0279-462b-a10e-47da6fef6360 Date: Mon, 13 Aug 2018 05:42:39 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ba4c1452-d111-4b48-8aab-364c88287f4b"],"updated_at":"2018-08-13T05:42:32Z","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c7b19dcd3deb444e844822e418e4debd","id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","name":"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:39,347 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9e482bbe-0279-462b-a10e-47da6fef6360 2018-08-13 05:42:39,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.113344192505s 2018-08-13 05:42:39,348 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9e482bbe-0279-462b-a10e-47da6fef6360 2018-08-13 05:42:39,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:42:39,356 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:39,388 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-0495d44b-9264-4be4-97c6-eb5404cddd46 Date: Mon, 13 Aug 2018 05:42:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:42:37Z", "file": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file", "owner": "c7b19dcd3deb444e844822e418e4debd", "id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "size": 12716032, "self": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:42:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:42:39,388 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0495d44b-9264-4be4-97c6-eb5404cddd46 2018-08-13 05:42:39,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0359048843384s 2018-08-13 05:42:39,388 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0495d44b-9264-4be4-97c6-eb5404cddd46 2018-08-13 05:42:39,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:42:39,392 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:39,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-ac139954-8986-401d-ae68-09e7f7652c4a x-compute-request-id: req-ac139954-8986-401d-ae68-09e7f7652c4a Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6bb17960-c8ff-4035-8c26-0652bc89f294"}]} 2018-08-13 05:42:39,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ac139954-8986-401d-ae68-09e7f7652c4a 2018-08-13 05:42:39,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0217561721802s 2018-08-13 05:42:39,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-ac139954-8986-401d-ae68-09e7f7652c4a 2018-08-13 05:42:39,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:42:39,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"server": {"name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "imageRef": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "flavorRef": "6bb17960-c8ff-4035-8c26-0652bc89f294", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b3acc212-e97b-44d0-844a-8d9ce2bb8b11"}], "security_groups": [{"name": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"}]}}' 2018-08-13 05:42:41,205 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05: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 x-openstack-request-id: req-f96b4523-2905-4dcf-8218-0d1d571d2c83 x-compute-request-id: req-f96b4523-2905-4dcf-8218-0d1d571d2c83 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"}], "OS-DCF:diskConfig": "MANUAL", "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "adminPass": "3ARvXS3fzkXk"}} 2018-08-13 05:42:41,205 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f96b4523-2905-4dcf-8218-0d1d571d2c83 2018-08-13 05:42:41,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.79171395302s 2018-08-13 05:42:41,205 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f96b4523-2905-4dcf-8218-0d1d571d2c83 2018-08-13 05:42:41,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:41,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:41,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-76211976-990e-47f2-b5ec-9b4bdd62c30e x-compute-request-id: req-76211976-990e-47f2-b5ec-9b4bdd62c30e 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.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "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-08-13T05:42:41Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:41,786 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76211976-990e-47f2-b5ec-9b4bdd62c30e 2018-08-13 05:42:41,786 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579855918884s 2018-08-13 05:42:41,786 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-76211976-990e-47f2-b5ec-9b4bdd62c30e 2018-08-13 05:42:41,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:42:41,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:41,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-bab8d4fb-ecf1-4d09-acf3-19d005a39e6a Date: Mon, 13 Aug 2018 05:42:41 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ba4c1452-d111-4b48-8aab-364c88287f4b"],"updated_at":"2018-08-13T05:42:32Z","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c7b19dcd3deb444e844822e418e4debd","id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","name":"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:41,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bab8d4fb-ecf1-4d09-acf3-19d005a39e6a 2018-08-13 05:42:41,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859031677246s 2018-08-13 05:42:41,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bab8d4fb-ecf1-4d09-acf3-19d005a39e6a 2018-08-13 05:42:41,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:42:41,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:41,939 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-1fffa884-c91e-42d3-b612-ba97ed100cdc Date: Mon, 13 Aug 2018 05:42:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:42:32Z","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":"c7b19dcd3deb444e844822e418e4debd","id":"ba4c1452-d111-4b48-8aab-364c88287f4b","subnetpool_id":null,"name":"vping_ssh-subnet_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:41,939 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1fffa884-c91e-42d3-b612-ba97ed100cdc 2018-08-13 05:42:41,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0587210655212s 2018-08-13 05:42:41,939 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-1fffa884-c91e-42d3-b612-ba97ed100cdc 2018-08-13 05:42:41,940 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:43,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:43,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:44,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a4e34f5b-cbe2-454f-b668-7c2f26326e12 x-compute-request-id: req-a4e34f5b-cbe2-454f-b668-7c2f26326e12 Content-Encoding: gzip Content-Length: 643 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "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-08-13T05:42:43Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:44,254 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a4e34f5b-cbe2-454f-b668-7c2f26326e12 2018-08-13 05:42:44,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.31147813797s 2018-08-13 05:42:44,255 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a4e34f5b-cbe2-454f-b668-7c2f26326e12 2018-08-13 05:42:44,259 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:46,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:46,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:47,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42: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-00145633-a764-416d-85c6-61c4237f674b x-compute-request-id: req-00145633-a764-416d-85c6-61c4237f674b 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.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "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-08-13T05:42:44Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:47,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-00145633-a764-416d-85c6-61c4237f674b 2018-08-13 05:42:47,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79355096817s 2018-08-13 05:42:47,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-00145633-a764-416d-85c6-61c4237f674b 2018-08-13 05:42:47,060 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:49,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:49,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:49,471 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42: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-5744c2b3-1636-4e0f-803a-e2f23b044f05 x-compute-request-id: req-5744c2b3-1636-4e0f-803a-e2f23b044f05 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e1:48", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:48.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:48Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:49,471 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5744c2b3-1636-4e0f-803a-e2f23b044f05 2018-08-13 05:42:49,471 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408462047577s 2018-08-13 05:42:49,472 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5744c2b3-1636-4e0f-803a-e2f23b044f05 2018-08-13 05:42:49,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:42:49,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=18b291b1-059a-4830-be1a-9fa0b9faf0b6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:49,521 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ae5fa079-428d-4134-8bd8-3b1b94ea6062 Date: Mon, 13 Aug 2018 05:42:49 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:44Z","admin_state_up":true,"updated_at":"2018-08-13T05:42:48Z","binding:vnic_type":"normal","device_id":"18b291b1-059a-4830-be1a-9fa0b9faf0b6","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:5e:e1:48","id":"3d7febc2-66e3-4a80-ac34-064e37d73ab3","port_security_enabled":true,"project_id":"c7b19dcd3deb444e844822e418e4debd","fixed_ips":[{"subnet_id":"ba4c1452-d111-4b48-8aab-364c88287f4b","ip_address":"192.168.120.28"}],"extra_dhcp_opts":[],"security_groups":["e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"],"name":""}]} 2018-08-13 05:42:49,522 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=18b291b1-059a-4830-be1a-9fa0b9faf0b6 used request id req-ae5fa079-428d-4134-8bd8-3b1b94ea6062 2018-08-13 05:42:49,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0461349487305s 2018-08-13 05:42:49,522 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=18b291b1-059a-4830-be1a-9fa0b9faf0b6 used request id req-ae5fa079-428d-4134-8bd8-3b1b94ea6062 2018-08-13 05:42:49,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:42:49,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=3d7febc2-66e3-4a80-ac34-064e37d73ab3" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:49,574 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-0004f88f-b65c-4349-a1ff-6380b6fba8d5 Date: Mon, 13 Aug 2018 05:42:49 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:42:49,574 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=3d7febc2-66e3-4a80-ac34-064e37d73ab3 used request id req-0004f88f-b65c-4349-a1ff-6380b6fba8d5 2018-08-13 05:42:49,574 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0467419624329s 2018-08-13 05:42:49,574 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=3d7febc2-66e3-4a80-ac34-064e37d73ab3 used request id req-0004f88f-b65c-4349-a1ff-6380b6fba8d5 2018-08-13 05:42:49,575 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:5e:e1:48', u'version': 4, u'addr': u'192.168.120.28', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'cf1b7f0a-2e01-45d4-adf0-33d37130b638'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T05:42:48.000000', 'flavor': Munch({u'id': u'6bb17960-c8ff-4035-8c26-0652bc89f294'}), 'az': u'nova', 'id': u'18b291b1-059a-4830-be1a-9fa0b9faf0b6', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'22e3df9789574bc38b79b0fd3c2ee0b4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7b19dcd3deb444e844822e418e4debd', 'name': 'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f', '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-08-13T05:42:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:42:48Z', 'hostId': u'048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.28', 'cloud': 'envvars', 'host_id': u'048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d', '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-08-13T05:42:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c7b19dcd3deb444e844822e418e4debd', 'name': u'vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'adminPass': u'3ARvXS3fzkXk', 'tenant_id': u'c7b19dcd3deb444e844822e418e4debd', 'created_at': u'2018-08-13T05:42:41Z', 'created': u'2018-08-13T05:42:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:42:49,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:42:49,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:49,661 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-741db280-ad1c-4b5b-9e39-9bb4c460cbd8 Date: Mon, 13 Aug 2018 05:42:49 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ba4c1452-d111-4b48-8aab-364c88287f4b"],"updated_at":"2018-08-13T05:42:32Z","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c7b19dcd3deb444e844822e418e4debd","id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","name":"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:42:49,661 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-741db280-ad1c-4b5b-9e39-9bb4c460cbd8 2018-08-13 05:42:49,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0849318504333s 2018-08-13 05:42:49,661 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-741db280-ad1c-4b5b-9e39-9bb4c460cbd8 2018-08-13 05:42:49,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:42:49,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:49,940 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-e081470b-240e-4e7c-93c5-53ee7fc40608 Date: Mon, 13 Aug 2018 05:42:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:42:37Z", "file": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file", "owner": "c7b19dcd3deb444e844822e418e4debd", "id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "size": 12716032, "self": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:42:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:42:49,940 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e081470b-240e-4e7c-93c5-53ee7fc40608 2018-08-13 05:42:49,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.274037122726s 2018-08-13 05:42:49,940 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e081470b-240e-4e7c-93c5-53ee7fc40608 2018-08-13 05:42:49,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:42:49,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:49,966 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42: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-9ad9f26b-9932-4fb1-9606-c6db0cb0f624 x-compute-request-id: req-9ad9f26b-9932-4fb1-9606-c6db0cb0f624 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6bb17960-c8ff-4035-8c26-0652bc89f294"}]} 2018-08-13 05:42:49,966 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9ad9f26b-9932-4fb1-9606-c6db0cb0f624 2018-08-13 05:42:49,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241870880127s 2018-08-13 05:42:49,967 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-9ad9f26b-9932-4fb1-9606-c6db0cb0f624 2018-08-13 05:42:49,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:42:49,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"server": {"name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "imageRef": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "flavorRef": "6bb17960-c8ff-4035-8c26-0652bc89f294", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b3acc212-e97b-44d0-844a-8d9ce2bb8b11"}], "security_groups": [{"name": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"}]}}' 2018-08-13 05:42:50,657 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:42: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-f978e86a-5049-448d-8c90-4981acb80ccb x-compute-request-id: req-f978e86a-5049-448d-8c90-4981acb80ccb Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"}], "OS-DCF:diskConfig": "MANUAL", "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "adminPass": "deu29UxPAmR8"}} 2018-08-13 05:42:50,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f978e86a-5049-448d-8c90-4981acb80ccb 2018-08-13 05:42:50,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 0.689607858658s 2018-08-13 05:42:50,658 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f978e86a-5049-448d-8c90-4981acb80ccb 2018-08-13 05:42:50,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:50,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:50,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a22e984e-167f-4f0b-9cae-519eee1a667c x-compute-request-id: req-a22e984e-167f-4f0b-9cae-519eee1a667c 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.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "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-08-13T05:42:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e1:48", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:48.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:48Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:50,847 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a22e984e-167f-4f0b-9cae-519eee1a667c 2018-08-13 05:42:50,847 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.188287973404s 2018-08-13 05:42:50,848 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a22e984e-167f-4f0b-9cae-519eee1a667c 2018-08-13 05:42:50,854 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:52,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:52,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:53,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-93a0a5dc-6100-4d56-a215-453348cd50e1 x-compute-request-id: req-93a0a5dc-6100-4d56-a215-453348cd50e1 Content-Encoding: gzip Content-Length: 897 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "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-08-13T05:42:52Z", "hostId": "22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e1:48", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:48.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:48Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:53,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-93a0a5dc-6100-4d56-a215-453348cd50e1 2018-08-13 05:42:53,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.423935174942s 2018-08-13 05:42:53,281 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-93a0a5dc-6100-4d56-a215-453348cd50e1 2018-08-13 05:42:53,286 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:55,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:55,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:55,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-61d9d1db-2d00-40e6-894b-3c829a17f38a x-compute-request-id: req-61d9d1db-2d00-40e6-894b-3c829a17f38a 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.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "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-08-13T05:42:53Z", "hostId": "22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e1:48", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:48.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:48Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:55,925 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-61d9d1db-2d00-40e6-894b-3c829a17f38a 2018-08-13 05:42:55,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636200904846s 2018-08-13 05:42:55,926 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-61d9d1db-2d00-40e6-894b-3c829a17f38a 2018-08-13 05:42:55,930 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:42:57,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:42:57,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:42:58,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:42:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c8af6385-f563-427e-93f6-1d5fd126e9e9 x-compute-request-id: req-c8af6385-f563-427e-93f6-1d5fd126e9e9 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.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "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-08-13T05:42:53Z", "hostId": "22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e1:48", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:48.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:48Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:42:58,361 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c8af6385-f563-427e-93f6-1d5fd126e9e9 2018-08-13 05:42:58,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427935838699s 2018-08-13 05:42:58,362 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c8af6385-f563-427e-93f6-1d5fd126e9e9 2018-08-13 05:42:58,366 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:00,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:00,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:00,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32657b83-d544-4928-b0c1-eef2e71240a4 x-compute-request-id: req-32657b83-d544-4928-b0c1-eef2e71240a4 Content-Encoding: gzip Content-Length: 870 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:64:1f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:58.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:58Z", "hostId": "22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e1:48", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:48.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:48Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:00,894 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-32657b83-d544-4928-b0c1-eef2e71240a4 2018-08-13 05:43:00,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.524938106537s 2018-08-13 05:43:00,895 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-32657b83-d544-4928-b0c1-eef2e71240a4 2018-08-13 05:43:00,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:43:00,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=6039370c-7a74-4746-a808-f4dd49a6ac05" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:00,948 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-7a794589-db21-48ad-9011-2ffbe4e144a7 Date: Mon, 13 Aug 2018 05:43:00 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:53Z","admin_state_up":true,"updated_at":"2018-08-13T05:42:58Z","binding:vnic_type":"normal","device_id":"6039370c-7a74-4746-a808-f4dd49a6ac05","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:77:64:1f","id":"4d1830d1-13f5-4818-8173-29e854c936c4","port_security_enabled":true,"project_id":"c7b19dcd3deb444e844822e418e4debd","fixed_ips":[{"subnet_id":"ba4c1452-d111-4b48-8aab-364c88287f4b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"],"name":""}]} 2018-08-13 05:43:00,948 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6039370c-7a74-4746-a808-f4dd49a6ac05 used request id req-7a794589-db21-48ad-9011-2ffbe4e144a7 2018-08-13 05:43:00,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0482270717621s 2018-08-13 05:43:00,949 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6039370c-7a74-4746-a808-f4dd49a6ac05 used request id req-7a794589-db21-48ad-9011-2ffbe4e144a7 2018-08-13 05:43:00,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:43:00,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=4d1830d1-13f5-4818-8173-29e854c936c4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:00,994 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9f7cdf6b-32b1-461c-9091-095cab6a44cd Date: Mon, 13 Aug 2018 05:43:00 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:43:00,994 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=4d1830d1-13f5-4818-8173-29e854c936c4 used request id req-9f7cdf6b-32b1-461c-9091-095cab6a44cd 2018-08-13 05:43:00,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0406119823456s 2018-08-13 05:43:00,995 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=4d1830d1-13f5-4818-8173-29e854c936c4 used request id req-9f7cdf6b-32b1-461c-9091-095cab6a44cd 2018-08-13 05:43:00,995 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:77:64:1f', 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'cf1b7f0a-2e01-45d4-adf0-33d37130b638'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T05:42:58.000000', 'flavor': Munch({u'id': u'6bb17960-c8ff-4035-8c26-0652bc89f294'}), 'az': u'nova', 'id': u'6039370c-7a74-4746-a808-f4dd49a6ac05', 'security_groups': [Munch({u'name': u'vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'22e3df9789574bc38b79b0fd3c2ee0b4', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7b19dcd3deb444e844822e418e4debd', 'name': 'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f', '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-08-13T05:42:58.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:42:58Z', 'hostId': u'22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de', '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-08-13T05:42:58.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'c7b19dcd3deb444e844822e418e4debd', 'name': u'vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'adminPass': u'deu29UxPAmR8', 'tenant_id': u'c7b19dcd3deb444e844822e418e4debd', 'created_at': u'2018-08-13T05:42:50Z', 'created': u'2018-08-13T05:42:50Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:43:00,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:43:00,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:01,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1192 X-Openstack-Request-Id: req-999948a0-e899-4a03-95ae-1bec88a0209c Date: Mon, 13 Aug 2018 05:43:01 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["ba4c1452-d111-4b48-8aab-364c88287f4b"],"updated_at":"2018-08-13T05:42:32Z","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"c7b19dcd3deb444e844822e418e4debd","id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","name":"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:43:01,086 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-999948a0-e899-4a03-95ae-1bec88a0209c 2018-08-13 05:43:01,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0878429412842s 2018-08-13 05:43:01,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-999948a0-e899-4a03-95ae-1bec88a0209c 2018-08-13 05:43:01,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:43:01,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=6039370c-7a74-4746-a808-f4dd49a6ac05" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:01,137 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-b1744608-aa14-4e40-9e47-2479d0d3c66b Date: Mon, 13 Aug 2018 05:43:01 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:53Z","admin_state_up":true,"updated_at":"2018-08-13T05:42:58Z","binding:vnic_type":"normal","device_id":"6039370c-7a74-4746-a808-f4dd49a6ac05","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:77:64:1f","id":"4d1830d1-13f5-4818-8173-29e854c936c4","port_security_enabled":true,"project_id":"c7b19dcd3deb444e844822e418e4debd","fixed_ips":[{"subnet_id":"ba4c1452-d111-4b48-8aab-364c88287f4b","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["e6bb5f5a-0675-4fbd-a451-0ba2a76669aa"],"name":""}]} 2018-08-13 05:43:01,138 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6039370c-7a74-4746-a808-f4dd49a6ac05 used request id req-b1744608-aa14-4e40-9e47-2479d0d3c66b 2018-08-13 05:43:01,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0492939949036s 2018-08-13 05:43:01,138 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=6039370c-7a74-4746-a808-f4dd49a6ac05 used request id req-b1744608-aa14-4e40-9e47-2479d0d3c66b 2018-08-13 05:43:01,139 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-13 05:43:01,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.10", "port_id": "4d1830d1-13f5-4818-8173-29e854c936c4"}}' 2018-08-13 05:43:02,838 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-47ff3070-95e3-4dec-8f06-bea6b61430c8 Date: Mon, 13 Aug 2018 05:43:02 GMT RESP BODY: {"floatingip": {"router_id": "fd38ad64-2d25-4643-83f8-7a3b9c587ae1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:43:01Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "4d1830d1-13f5-4818-8173-29e854c936c4", "id": "06711ae5-da31-489a-8bae-2f057965bd81", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:43:01Z", "project_id": "c7b19dcd3deb444e844822e418e4debd"}} 2018-08-13 05:43:02,838 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-47ff3070-95e3-4dec-8f06-bea6b61430c8 2018-08-13 05:43:02,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.69938206673s 2018-08-13 05:43:02,839 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-47ff3070-95e3-4dec-8f06-bea6b61430c8 2018-08-13 05:43:02,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:43:02,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:02,911 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-7bb0c0f4-a189-4f09-8e50-91ecf511fed4 Date: Mon, 13 Aug 2018 05:43:02 GMT RESP BODY: {"floatingips": [{"router_id": "fd38ad64-2d25-4643-83f8-7a3b9c587ae1", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:43:01Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.215", "revision_number": 0, "port_id": "4d1830d1-13f5-4818-8173-29e854c936c4", "id": "06711ae5-da31-489a-8bae-2f057965bd81", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:43:01Z", "project_id": "c7b19dcd3deb444e844822e418e4debd"}]} 2018-08-13 05:43:02,911 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7bb0c0f4-a189-4f09-8e50-91ecf511fed4 2018-08-13 05:43:02,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0641770362854s 2018-08-13 05:43:02,911 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-7bb0c0f4-a189-4f09-8e50-91ecf511fed4 2018-08-13 05:43:02,915 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'fd38ad64-2d25-4643-83f8-7a3b9c587ae1', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'c7b19dcd3deb444e844822e418e4debd', 'created_at': u'2018-08-13T05:43:01Z', 'attached': True, 'updated_at': u'2018-08-13T05:43:01Z', 'id': u'06711ae5-da31-489a-8bae-2f057965bd81', 'floating_network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.215', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c7b19dcd3deb444e844822e418e4debd', 'name': 'vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'fd38ad64-2d25-4643-83f8-7a3b9c587ae1', 'project_id': u'c7b19dcd3deb444e844822e418e4debd', 'port_id': u'4d1830d1-13f5-4818-8173-29e854c936c4', 'port': u'4d1830d1-13f5-4818-8173-29e854c936c4', 'network': u'8796fccd-8b13-4235-9a19-2e128d43a69d'}) 2018-08-13 05:43:02,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:43:02,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:43:03,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c5812de3-0278-412c-ae19-77aeed2ea8f2 x-compute-request-id: req-c5812de3-0278-412c-ae19-77aeed2ea8f2 Content-Encoding: gzip Content-Length: 9561 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480307264 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.156405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.158140] pid_max: default: 32768 minimum: 301\n[ 0.159079] ACPI: Core revision 20150930\n[ 0.160514] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161895] Security Framework initialized\n[ 0.162752] Yama: becoming mindful.\n[ 0.163534] AppArmor: AppArmor initialized\n[ 0.164434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165822] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168425] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169927] Initializing cgroup subsys io\n[ 0.170785] Initializing cgroup subsys memory\n[ 0.171698] Initializing cgroup subsys devices\n[ 0.172614] Initializing cgroup subsys freezer\n[ 0.173519] Initializing cgroup subsys net_cls\n[ 0.174422] Initializing cgroup subsys perf_event\n[ 0.175383] Initializing cgroup subsys net_prio\n[ 0.176308] Initializing cgroup subsys hugetlb\n[ 0.177212] Initializing cgroup subsys pids\n[ 0.178119] CPU: Physical Processor ID: 0\n[ 0.179686] mce: CPU supports 10 MCE banks\n[ 0.180573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198230] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204595] ftrace: allocating 31920 entries in 125 pages\n[ 0.230538] smpboot: Max logical packages: 1\n[ 0.231459] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232865] x2apic enabled\n[ 0.233699] Switched APIC routing to physical x2apic.\n[ 0.235471] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240589] KVM setup paravirtual spinlock\n[ 0.241969] x86: Booted up 1 node, 1 CPUs\n[ 0.242820] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244282] devtmpfs: initialized\n[ 0.246038] evm: security.selinux\n[ 0.246775] evm: security.SMACK64\n[ 0.247496] evm: security.SMACK64EXEC\n[ 0.248273] evm: security.SMACK64TRANSMUTE\n[ 0.249112] evm: security.SMACK64MMAP\n[ 0.249902] evm: security.ima\n[ 0.250577] evm: security.capability\n[ 0.251423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253365] pinctrl core: initialized pinctrl subsystem\n[ 0.254528] RTC time: 5:42:58, date: 08/13/18\n[ 0.255549] NET: Registered protocol family 16\n[ 0.256677] cpuidle: using governor ladder\n[ 0.257544] cpuidle: using governor menu\n[ 0.258364] PCCT header not found.\n[ 0.259153] ACPI: bus type PCI registered\n[ 0.260004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261309] PCI: Using configuration type 1 for base access\n[ 0.263197] ACPI: Added _OSI(Module Device)\n[ 0.264074] ACPI: Added _OSI(Processor Device)\n[ 0.264973] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265916] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267759] ACPI: Interpreter enabled\n[ 0.268569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276298] ACPI: (supports S0 S5)\n[ 0.277032] ACPI: Using IOAPIC for interrupt routing\n[ 0.278024] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281267] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282464] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.283757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.285008] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.287345] acpiphp: Slot [3] registered\n[ 0.288185] acpiphp: Slot [4] registered\n[ 0.289026] acpiphp: Slot [5] registered\n[ 0.289864] acpiphp: Slot [6] registered\n[ 0.290699] acpiphp: Slot [7] registered\n[ 0.291537] acpiphp: Slot [8] registered\n[ 0.292382] acpiphp: Slot [9] registered\n[ 0.293224] acpiphp: Slot [10] registered\n[ 0.294070] acpiphp: Slot [11] registered\n[ 0.294924] acpiphp: Slot [12] registered\n[ 0.295780] acpiphp: Slot [13] registered\n[ 0.296632] acpiphp: Slot [14] registered\n[ 0.297488] acpiphp: Slot [15] registered\n[ 0.308940] acpiphp: Slot [16] registered\n[ 0.309805] acpiphp: Slot [17] registered\n[ 0.310680] acpiphp: Slot [18] registered\n[ 0.311539] acpiphp: Slot [19] registered\n[ 0.312387] acpiphp: Slot [20] registered\n[ 0.313245] acpiphp: Slot [21] registered\n[ 0.314106] acpiphp: Slot [22] registered\n[ 0.314961] acpiphp: Slot [23] registered\n[ 0.315824] acpiphp: Slot [24] registered\n[ 0.316671] acpiphp: Slot [25] registered\n[ 0.317524] acpiphp: Slot [26] registered\n[ 0.318471] acpiphp: Slot [27] registered\n[ 0.319321] acpiphp: Slot [28] registered\n[ 0.320170] acpiphp: Slot [29] registered\n[ 0.321017] acpiphp: Slot [30] registered\n[ 0.321875] acpiphp: Slot [31] registered\n[ 0.322735] PCI host bridge to bus 0000:00\n[ 0.323578] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324844] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326112] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327623] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329138] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.330673] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334151] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.335522] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.336753] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338076] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.341724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.363292] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.365571] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367032] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369902] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371209] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372582] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373661] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375230] vgaarb: loaded\n[ 0.375838] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377103] SCSI subsystem initialized\n[ 0.378045] ACPI: bus type USB registered\n[ 0.378896] usbcore: registered new interface driver usbfs\n[ 0.379958] usbcore: registered new interface driver hub\n[ 0.381005] usbcore: registered new device driver usb\n[ 0.382163] PCI: Using ACPI for IRQ routing\n[ 0.383324] NetLabel: Initializing\n[ 0.384059] NetLabel: domain hash size = 128\n[ 0.384929] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.385908] NetLabel: unlabeled traffic allowed by default\n[ 0.387111] clocksource: Switched to clocksource kvm-clock\n[ 0.395779] AppArmor: AppArmor Filesystem Enabled\n[ 0.396774] pnp: PnP ACPI init\n[ 0.397750] pnp: PnP ACPI: found 5 devices\n[ 0.404194] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.405951] NET: Registered protocol family 2\n[ 0.407066] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408439] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.409694] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.410993] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413345] NET: Registered protocol family 1\n[ 0.414248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415369] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416463] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430227] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.444094] Trying to unpack rootfs image as initramfs...\n[ 0.501250] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502991] Scanning for low memory corruption every 60 seconds\n[ 0.504431] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505616] audit: initializing netlink subsys (disabled)\n[ 0.506663] audit: type=2000 audit(1534138979.421:1): initialized\n[ 0.508109] Initialise system trusted keyring\n[ 0.509119] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510328] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512591] zbud: loaded\n[ 0.513386] VFS: Disk quotas dquot_6.6.0\n[ 0.514250] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.515937] fuse init (API version 7.23)\n[ 0.516892] Key type big_key registered\n[ 0.517738] Allocating IMA MOK and blacklist keyrings.\n[ 0.519051] Key type asymmetric registered\n[ 0.519930] Asymmetric key parser 'x509' registered\n[ 0.520943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.522485] io scheduler noop registered\n[ 0.523324] io scheduler deadline registered (default)\n[ 0.524374] io scheduler cfq registered\n[ 0.525258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.526352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.527705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.529222] ACPI: Power Button [PWRF]\n[ 0.530107] GHES: HEST is not enabled!\n[ 0.543888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.571792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600198] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604495] Linux agpgart interface v0.103\n[ 0.608525] brd: module loaded\n[ 0.610426] loop: module loaded\n[ 0.616007] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617550] GPT:90111 != 2097151\n[ 0.618266] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619444] GPT:90111 != 2097151\n[ 0.620162] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621202] vda: vda1 vda15\n[ 0.623128] scsi host0: ata_piix\n[ 0.623990] scsi host1: ata_piix\n[ 0.624763] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.626053] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627707] libphy: Fixed MDIO Bus: probed\n[ 0.628588] tun: Universal TUN/TAP device driver, 1.6\n[ 0.629603] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.632551] PPP generic driver version 2.4.2\n[ 0.633579] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.634851] ehci-pci: EHCI PCI platform driver\n[ 0.635793] ehci-platform: EHCI generic platform driver\n[ 0.636848] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.638116] ohci-pci: OHCI PCI platform driver\n[ 0.639044] ohci-platform: OHCI generic platform driver\n[ 0.640120] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.654724] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.655829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.657388] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.658469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.659761] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.661062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.662550] usb usb1: Product: UHCI Host Controller\n[ 0.663537] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.664747] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.665797] hub 1-0:1.0: USB hub found\n[ 0.666624] hub 1-0:1.0: 2 ports detected\n[ 0.667738] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.670067] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.671113] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.672273] mousedev: PS/2 mouse device common for all mice\n[ 0.673848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.675892] 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.678412] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.679691] i2c /dev entries driver\n[ 0.680573] device-mapper: uevent: version 1.0.3\n[ 0.681629] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.683419] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.685281] NET: Registered protocol family 10\n[ 0.686754] NET: Registered protocol family 17\n[ 0.687767] Key type dns_resolver registered\n[ 0.689036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.690227] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.692246] registered taskstats version 1\n[ 0.693202] Loading compiled-in X.509 certificates\n[ 0.694831] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.696901] zswap: loaded using pool lzo/zbud\n[ 0.699065] Key type trusted registered\n[ 0.700985] Key type encrypted registered\n[ 0.701869] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.704142] evm: HMAC attrs: 0x1\n[ 0.705274] Magic number: 14:201:719\n[ 0.706218] rtc_cmos 00:00: setting system clock to 2018-08-13 05:42:58 UTC (1534138978)\n[ 0.708014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709197] EDD information not available.\n[ 0.785644] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798003] Write protecting the kernel read-only data: 14336k\n[ 0.801869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.803986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.853523] random: blkid urandom read with 2 bits 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.10...\nLease of 192.168.120.10 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 0.84. iid=i-00000004\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCCs54gIIwaG6UK04Y5p9A3Sagx/om2ALs6fn+u5RWIajaLUhUNfn1QbpB3KXPC+fcXzJRgAmkyiz0tQ0C1NgphxFQgjB+nW7i+/e2PUjHvm3PxVLf2cAwwC06WEbne7lP3Ghu1int1Mwwnlt/ZB8qHdF+AnTZ4myEKofgOpUpwjPULiCAHCi3xrTljACuKp9j4juLz8w4KW2MHe2kLBLGs2/S0sYpdswHeQHMAYelK96BZkk7oWpSIhpn3kfKDcn3XLn6eCUnrSzruKlUw18uBqGL8ZtKN7mrmnqOXFSUt7U5b77K37s4M5fo2zLoy1AUyWn7SntKz1hxtR59BlyxX root@vping-ssh-vm-1d68722b-55b4-49a0-84b0-d8488a2c088f\nssh-dss AAAAB3NzaC1kc3MAAACBAMsAUFZ2PH2v2j+5Yz2DURd9AGDqOWGppkMKjOGtU/Nf37VffZu06DwWj6tqdAcnjUYvmsBPHFGnLDauiNipwnMHrpzF3WcYUTM8KmwOfNt7w4vPEvygX3fo/HkIuqHFda2w28ykNHwJ2Nxr/wf/GVQD4oQnfY796YNgW6KRLP15AAAAFQCRmzSwPtI+tA+FoSYeebQtEx3R+wAAAIBuyE2oylBpJ8KgD6v8Ejr+kPIGoc3i14M+9Ck9xjBpRcu2r789+/aiBoNzVOBua4dQqiEuyxA+CD6cV0YlzDYmASD73oxq56+ZzDwAGnAaIp1nSux/AAnI2ou1yseijtYTBpYnw1TF/WMOMojvBCxbh70rkiufCP9BaDKWDHIqkwAAAIBmp/Zaf2lbRHGPawxiiOF9DY8LwOLj9LMbO7MZLO+MXs5arGWy/zVk8mJPSqPVxxLj5c4u1AM6hGOuE34zr/xJFMM3brGbLOHE3AsdwTsHtqOLtYTBJr9lUDjdxsMGi6Ud2diJVOFEpGLcjq4g7obB6EPWCELgeKNR+K4YqIE5aA== root@vping-ssh-vm-1d68722b-55b4-49a0-84b0-d8488a2c088f\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.11s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe77:641f/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000004\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-1d68722b-55b4-49a0-84b0-d8488a2c088f\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.18 ===\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-1d68722b-55b4-49a0-84b0-d8488a2c088f login: "} 2018-08-13 05:43:03,657 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05/action used request id req-c5812de3-0278-412c-ae19-77aeed2ea8f2 2018-08-13 05:43:03,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.740942001343s 2018-08-13 05:43:03,658 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05/action used request id req-c5812de3-0278-412c-ae19-77aeed2ea8f2 2018-08-13 05:43:03,658 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 480307264 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.156405] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.158140] pid_max: default: 32768 minimum: 301 [ 0.159079] ACPI: Core revision 20150930 [ 0.160514] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.161895] Security Framework initialized [ 0.162752] Yama: becoming mindful. [ 0.163534] AppArmor: AppArmor initialized [ 0.164434] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.165822] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.167163] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168425] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.169927] Initializing cgroup subsys io [ 0.170785] Initializing cgroup subsys memory [ 0.171698] Initializing cgroup subsys devices [ 0.172614] Initializing cgroup subsys freezer [ 0.173519] Initializing cgroup subsys net_cls [ 0.174422] Initializing cgroup subsys perf_event [ 0.175383] Initializing cgroup subsys net_prio [ 0.176308] Initializing cgroup subsys hugetlb [ 0.177212] Initializing cgroup subsys pids [ 0.178119] CPU: Physical Processor ID: 0 [ 0.179686] mce: CPU supports 10 MCE banks [ 0.180573] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181617] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.198230] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.204595] ftrace: allocating 31920 entries in 125 pages [ 0.230538] smpboot: Max logical packages: 1 [ 0.231459] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.232865] x2apic enabled [ 0.233699] Switched APIC routing to physical x2apic. [ 0.235471] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.236637] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238721] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240589] KVM setup paravirtual spinlock [ 0.241969] x86: Booted up 1 node, 1 CPUs [ 0.242820] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244282] devtmpfs: initialized [ 0.246038] evm: security.selinux [ 0.246775] evm: security.SMACK64 [ 0.247496] evm: security.SMACK64EXEC [ 0.248273] evm: security.SMACK64TRANSMUTE [ 0.249112] evm: security.SMACK64MMAP [ 0.249902] evm: security.ima [ 0.250577] evm: security.capability [ 0.251423] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.253365] pinctrl core: initialized pinctrl subsystem [ 0.254528] RTC time: 5:42:58, date: 08/13/18 [ 0.255549] NET: Registered protocol family 16 [ 0.256677] cpuidle: using governor ladder [ 0.257544] cpuidle: using governor menu [ 0.258364] PCCT header not found. [ 0.259153] ACPI: bus type PCI registered [ 0.260004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.261309] PCI: Using configuration type 1 for base access [ 0.263197] ACPI: Added _OSI(Module Device) [ 0.264074] ACPI: Added _OSI(Processor Device) [ 0.264973] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265916] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267759] ACPI: Interpreter enabled [ 0.268569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.270514] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.272448] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.274369] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.276298] ACPI: (supports S0 S5) [ 0.277032] ACPI: Using IOAPIC for interrupt routing [ 0.278024] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.281267] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.282464] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.283757] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.285008] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.287345] acpiphp: Slot [3] registered [ 0.288185] acpiphp: Slot [4] registered [ 0.289026] acpiphp: Slot [5] registered [ 0.289864] acpiphp: Slot [6] registered [ 0.290699] acpiphp: Slot [7] registered [ 0.291537] acpiphp: Slot [8] registered [ 0.292382] acpiphp: Slot [9] registered [ 0.293224] acpiphp: Slot [10] registered [ 0.294070] acpiphp: Slot [11] registered [ 0.294924] acpiphp: Slot [12] registered [ 0.295780] acpiphp: Slot [13] registered [ 0.296632] acpiphp: Slot [14] registered [ 0.297488] acpiphp: Slot [15] registered [ 0.308940] acpiphp: Slot [16] registered [ 0.309805] acpiphp: Slot [17] registered [ 0.310680] acpiphp: Slot [18] registered [ 0.311539] acpiphp: Slot [19] registered [ 0.312387] acpiphp: Slot [20] registered [ 0.313245] acpiphp: Slot [21] registered [ 0.314106] acpiphp: Slot [22] registered [ 0.314961] acpiphp: Slot [23] registered [ 0.315824] acpiphp: Slot [24] registered [ 0.316671] acpiphp: Slot [25] registered [ 0.317524] acpiphp: Slot [26] registered [ 0.318471] acpiphp: Slot [27] registered [ 0.319321] acpiphp: Slot [28] registered [ 0.320170] acpiphp: Slot [29] registered [ 0.321017] acpiphp: Slot [30] registered [ 0.321875] acpiphp: Slot [31] registered [ 0.322735] PCI host bridge to bus 0000:00 [ 0.323578] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.324844] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.326112] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.327623] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.329138] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.330673] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.334151] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.335522] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.336753] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.338076] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.341724] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.343519] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.363292] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.365571] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.367032] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.368485] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.369902] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.371209] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.372582] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.373661] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.375230] vgaarb: loaded [ 0.375838] vgaarb: bridge control possible 0000:00:02.0 [ 0.377103] SCSI subsystem initialized [ 0.378045] ACPI: bus type USB registered [ 0.378896] usbcore: registered new interface driver usbfs [ 0.379958] usbcore: registered new interface driver hub [ 0.381005] usbcore: registered new device driver usb [ 0.382163] PCI: Using ACPI for IRQ routing [ 0.383324] NetLabel: Initializing [ 0.384059] NetLabel: domain hash size = 128 [ 0.384929] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.385908] NetLabel: unlabeled traffic allowed by default [ 0.387111] clocksource: Switched to clocksource kvm-clock [ 0.395779] AppArmor: AppArmor Filesystem Enabled [ 0.396774] pnp: PnP ACPI init [ 0.397750] pnp: PnP ACPI: found 5 devices [ 0.404194] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.405951] NET: Registered protocol family 2 [ 0.407066] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.408439] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.409694] TCP: Hash tables configured (established 4096 bind 4096) [ 0.410993] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.412116] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.413345] NET: Registered protocol family 1 [ 0.414248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.415369] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.416463] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.430227] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.444094] Trying to unpack rootfs image as initramfs... [ 0.501250] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.502991] Scanning for low memory corruption every 60 seconds [ 0.504431] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.505616] audit: initializing netlink subsys (disabled) [ 0.506663] audit: type=2000 audit(1534138979.421:1): initialized [ 0.508109] Initialise system trusted keyring [ 0.509119] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.510328] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.512591] zbud: loaded [ 0.513386] VFS: Disk quotas dquot_6.6.0 [ 0.514250] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.515937] fuse init (API version 7.23) [ 0.516892] Key type big_key registered [ 0.517738] Allocating IMA MOK and blacklist keyrings. [ 0.519051] Key type asymmetric registered [ 0.519930] Asymmetric key parser 'x509' registered [ 0.520943] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.522485] io scheduler noop registered [ 0.523324] io scheduler deadline registered (default) [ 0.524374] io scheduler cfq registered [ 0.525258] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.526352] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.527705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.529222] ACPI: Power Button [PWRF] [ 0.530107] GHES: HEST is not enabled! [ 0.543888] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.571792] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.574010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.600198] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.604495] Linux agpgart interface v0.103 [ 0.608525] brd: module loaded [ 0.610426] loop: module loaded [ 0.616007] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.617550] GPT:90111 != 2097151 [ 0.618266] GPT:Alternate GPT header not at the end of the disk. [ 0.619444] GPT:90111 != 2097151 [ 0.620162] GPT: Use GNU Parted to correct GPT errors. [ 0.621202] vda: vda1 vda15 [ 0.623128] scsi host0: ata_piix [ 0.623990] scsi host1: ata_piix [ 0.624763] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.626053] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.627707] libphy: Fixed MDIO Bus: probed [ 0.628588] tun: Universal TUN/TAP device driver, 1.6 [ 0.629603] tun: (C) 1999-2004 Max Krasnyansky [ 0.632551] PPP generic driver version 2.4.2 [ 0.633579] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.634851] ehci-pci: EHCI PCI platform driver [ 0.635793] ehci-platform: EHCI generic platform driver [ 0.636848] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.638116] ohci-pci: OHCI PCI platform driver [ 0.639044] ohci-platform: OHCI generic platform driver [ 0.640120] uhci_hcd: USB Universal Host Controller Interface driver [ 0.654724] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.655829] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.657388] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.658469] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.659761] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.661062] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.662550] usb usb1: Product: UHCI Host Controller [ 0.663537] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.664747] usb usb1: SerialNumber: 0000:00:01.2 [ 0.665797] hub 1-0:1.0: USB hub found [ 0.666624] hub 1-0:1.0: 2 ports detected [ 0.667738] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.670067] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.671113] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.672273] mousedev: PS/2 mouse device common for all mice [ 0.673848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.675892] rtc_cmos 00:00: RTC can wake from S4 [ 0.677116] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.678412] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.679691] i2c /dev entries driver [ 0.680573] device-mapper: uevent: version 1.0.3 [ 0.681629] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.683419] ledtrig-cpu: registered to indicate activity on CPUs [ 0.685281] NET: Registered protocol family 10 [ 0.686754] NET: Registered protocol family 17 [ 0.687767] Key type dns_resolver registered [ 0.689036] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.690227] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.692246] registered taskstats version 1 [ 0.693202] Loading compiled-in X.509 certificates [ 0.694831] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.696901] zswap: loaded using pool lzo/zbud [ 0.699065] Key type trusted registered [ 0.700985] Key type encrypted registered [ 0.701869] AppArmor: AppArmor sha1 policy hashing enabled [ 0.702997] ima: No TPM chip found, activating TPM-bypass! [ 0.704142] evm: HMAC attrs: 0x1 [ 0.705274] Magic number: 14:201:719 [ 0.706218] rtc_cmos 00:00: setting system clock to 2018-08-13 05:42:58 UTC (1534138978) [ 0.708014] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.709197] EDD information not available. [ 0.785644] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.798003] Write protecting the kernel read-only data: 14336k [ 0.801869] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.803986] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.853523] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.75 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.10... Lease of 192.168.120.10 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 0.84. iid=i-00000004 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCCs54gIIwaG6UK04Y5p9A3Sagx/om2ALs6fn+u5RWIajaLUhUNfn1QbpB3KXPC+fcXzJRgAmkyiz0tQ0C1NgphxFQgjB+nW7i+/e2PUjHvm3PxVLf2cAwwC06WEbne7lP3Ghu1int1Mwwnlt/ZB8qHdF+AnTZ4myEKofgOpUpwjPULiCAHCi3xrTljACuKp9j4juLz8w4KW2MHe2kLBLGs2/S0sYpdswHeQHMAYelK96BZkk7oWpSIhpn3kfKDcn3XLn6eCUnrSzruKlUw18uBqGL8ZtKN7mrmnqOXFSUt7U5b77K37s4M5fo2zLoy1AUyWn7SntKz1hxtR59BlyxX root@vping-ssh-vm-1d68722b-55b4-49a0-84b0-d8488a2c088f ssh-dss AAAAB3NzaC1kc3MAAACBAMsAUFZ2PH2v2j+5Yz2DURd9AGDqOWGppkMKjOGtU/Nf37VffZu06DwWj6tqdAcnjUYvmsBPHFGnLDauiNipwnMHrpzF3WcYUTM8KmwOfNt7w4vPEvygX3fo/HkIuqHFda2w28ykNHwJ2Nxr/wf/GVQD4oQnfY796YNgW6KRLP15AAAAFQCRmzSwPtI+tA+FoSYeebQtEx3R+wAAAIBuyE2oylBpJ8KgD6v8Ejr+kPIGoc3i14M+9Ck9xjBpRcu2r789+/aiBoNzVOBua4dQqiEuyxA+CD6cV0YlzDYmASD73oxq56+ZzDwAGnAaIp1nSux/AAnI2ou1yseijtYTBpYnw1TF/WMOMojvBCxbh70rkiufCP9BaDKWDHIqkwAAAIBmp/Zaf2lbRHGPawxiiOF9DY8LwOLj9LMbO7MZLO+MXs5arGWy/zVk8mJPSqPVxxLj5c4u1AM6hGOuE34zr/xJFMM3brGbLOHE3AsdwTsHtqOLtYTBJr9lUDjdxsMGi6Ud2diJVOFEpGLcjq4g7obB6EPWCELgeKNR+K4YqIE5aA== root@vping-ssh-vm-1d68722b-55b4-49a0-84b0-d8488a2c088f -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe77:641f/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.10 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-00000004 name: N/A availability-zone: nova local-hostname: vping-ssh-vm-1d68722b-55b4-49a0-84b0-d8488a2c088f launch-index: 0 === cirros: current=0.4.0 uptime=3.18 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-1d68722b-55b4-49a0-84b0-d8488a2c088f login: 2018-08-13 05:43:04,659 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d82d9d0L 2018-08-13 05:43:04,659 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 05:43:04,660 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-13 05:43:04,660 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-13 05:43:04,661 - 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-08-13 05:43:04,661 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 05:43:04,661 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-13 05:43:04,661 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 05:43:04,662 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 05:43:04,662 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 05:43:04,680 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 05:43:04,681 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 05:43:04,691 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.215: 27870cfaa665d78e7fc38f30bdb3487a 2018-08-13 05:43:04,692 - paramiko.transport - DEBUG - Trying discovered key fb81ad3bab67f707bdb4e3a44aadab2d in /tmp/tmpPlDorX 2018-08-13 05:43:04,718 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 05:43:04,723 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 05:43:04,724 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 05:43:04,725 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-13 05:43:04,725 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 05:43:04,727 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 05:43:04,730 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 05:43:04,730 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.28 (192.168.120.28): 56 data bytes 64 bytes from 192.168.120.28: seq=0 ttl=64 time=1.386 ms --- 192.168.120.28 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 1.386/1.386/1.386 ms 2018-08-13 05:43:04,730 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-08-13 05:43:04,735 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 05:43:04,836 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:43:04,837 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:35 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-13 05:43:04,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:43:04,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:05,003 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05: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 x-openstack-request-id: req-42cc3005-1911-49c9-86bf-347c6e9161e6 x-compute-request-id: req-42cc3005-1911-49c9-86bf-347c6e9161e6 Content-Type: application/json 2018-08-13 05:43:05,003 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6 used request id req-42cc3005-1911-49c9-86bf-347c6e9161e6 2018-08-13 05:43:05,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.161141872406s 2018-08-13 05:43:05,004 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6 used request id req-42cc3005-1911-49c9-86bf-347c6e9161e6 2018-08-13 05:43:05,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:05,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:05,216 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42c98a10-cba5-48f5-95fb-27371a176209 x-compute-request-id: req-42c98a10-cba5-48f5-95fb-27371a176209 Content-Encoding: gzip Content-Length: 899 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:64:1f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:64:1f", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:58.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:58Z", "hostId": "22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e1:48", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/18b291b1-059a-4830-be1a-9fa0b9faf0b6", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:48.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "18b291b1-059a-4830-be1a-9fa0b9faf0b6", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:04Z", "hostId": "048541d4e3bc42ff0b8e546087bf94d590167730313ab3a61cddcb6d", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:41Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:05,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-42c98a10-cba5-48f5-95fb-27371a176209 2018-08-13 05:43:05,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212421178818s 2018-08-13 05:43:05,217 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-42c98a10-cba5-48f5-95fb-27371a176209 2018-08-13 05:43:05,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:07,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:07,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:07,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-ea678d32-7ee5-4fdb-9b46-d4949bce6e9c x-compute-request-id: req-ea678d32-7ee5-4fdb-9b46-d4949bce6e9c Content-Encoding: gzip Content-Length: 761 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:64:1f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:64:1f", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:58.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:42:58Z", "hostId": "22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:07,734 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea678d32-7ee5-4fdb-9b46-d4949bce6e9c 2018-08-13 05:43:07,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511514186859s 2018-08-13 05:43:07,734 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ea678d32-7ee5-4fdb-9b46-d4949bce6e9c 2018-08-13 05:43:07,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-13 05:43:07,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/06711ae5-da31-489a-8bae-2f057965bd81.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:08,778 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c652832e-8459-48a8-bfcc-0215bfa64439 Content-Length: 0 Date: Mon, 13 Aug 2018 05:43:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:43:08,779 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/06711ae5-da31-489a-8bae-2f057965bd81.json used request id req-c652832e-8459-48a8-bfcc-0215bfa64439 2018-08-13 05:43:08,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.0395629406s 2018-08-13 05:43:08,779 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/06711ae5-da31-489a-8bae-2f057965bd81.json used request id req-c652832e-8459-48a8-bfcc-0215bfa64439 2018-08-13 05:43:08,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:43:08,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:08,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a4b3ad98-e9aa-430c-8ab6-d3b57fa83467 Date: Mon, 13 Aug 2018 05:43:08 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:43:08,828 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a4b3ad98-e9aa-430c-8ab6-d3b57fa83467 2018-08-13 05:43:08,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0428471565247s 2018-08-13 05:43:08,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a4b3ad98-e9aa-430c-8ab6-d3b57fa83467 2018-08-13 05:43:08,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:43:08,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:08,992 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:43:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6b141743-8ee3-4c00-8bc7-2e053744feb3 x-compute-request-id: req-6b141743-8ee3-4c00-8bc7-2e053744feb3 Content-Type: application/json 2018-08-13 05:43:08,992 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05 used request id req-6b141743-8ee3-4c00-8bc7-2e053744feb3 2018-08-13 05:43:08,992 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.163349866867s 2018-08-13 05:43:08,992 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05 used request id req-6b141743-8ee3-4c00-8bc7-2e053744feb3 2018-08-13 05:43:08,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:08,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:09,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b85b18ad-9761-4276-b330-fc73c4eda85b x-compute-request-id: req-b85b18ad-9761-4276-b330-fc73c4eda85b Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:64:1f", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:77:64:1f", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6039370c-7a74-4746-a808-f4dd49a6ac05", "rel": "bookmark"}], "image": {"id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "links": [{"href": "http://172.30.9.22:8774/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:42:58.000000", "flavor": {"id": "6bb17960-c8ff-4035-8c26-0652bc89f294", "links": [{"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}]}, "id": "6039370c-7a74-4746-a808-f4dd49a6ac05", "security_groups": [{"name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}], "user_id": "22e3df9789574bc38b79b0fd3c2ee0b4", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:08Z", "hostId": "22d1f51d5a9f7228f041da2fe6831b3261c98589a3af93eaff2009de", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f", "name": "vping_ssh-vm_1d68722b-55b4-49a0-84b0-d8488a2c088f", "created": "2018-08-13T05:42:50Z", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:09,444 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b85b18ad-9761-4276-b330-fc73c4eda85b 2018-08-13 05:43:09,445 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.45161819458s 2018-08-13 05:43:09,445 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b85b18ad-9761-4276-b330-fc73c4eda85b 2018-08-13 05:43:09,446 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:11,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:11,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:11,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-6bb68c64-d491-4286-a6b3-0752fb4226d5 x-compute-request-id: req-6bb68c64-d491-4286-a6b3-0752fb4226d5 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-13 05:43:11,516 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6bb68c64-d491-4286-a6b3-0752fb4226d5 2018-08-13 05:43:11,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0672469139099s 2018-08-13 05:43:11,517 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-6bb68c64-d491-4286-a6b3-0752fb4226d5 2018-08-13 05:43:11,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:43:11,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:11,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-76d1a466-bf60-40fb-8d38-5fbff60e05b7 Date: Mon, 13 Aug 2018 05:43:11 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:38Z", "updated_at": "2018-08-13T05:42:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "0e625512-ba7f-4efc-a6a3-1c971db5eb32", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "c56e8a53-43a8-4878-a711-9bd3cb612c70", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:42:38Z", "revision_number": 0, "id": "ca7d1222-d2ed-44be-bd88-9646270c7a90", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:38Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": 22, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:39Z", "revision_number": 0, "id": "fdd8c482-1e6f-46c6-aafb-db8a680631e5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:39Z", "security_group_id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 3, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "e6bb5f5a-0675-4fbd-a451-0ba2a76669aa", "name": "vping_ssh-sg_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:43:11,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-76d1a466-bf60-40fb-8d38-5fbff60e05b7 2018-08-13 05:43:11,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0456240177155s 2018-08-13 05:43:11,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-76d1a466-bf60-40fb-8d38-5fbff60e05b7 2018-08-13 05:43:11,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-13 05:43:11,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/e6bb5f5a-0675-4fbd-a451-0ba2a76669aa.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:11,740 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-60173231-03f3-441f-9b74-0c9391965af2 Content-Length: 0 Date: Mon, 13 Aug 2018 05:43:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:43:11,740 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/e6bb5f5a-0675-4fbd-a451-0ba2a76669aa.json used request id req-60173231-03f3-441f-9b74-0c9391965af2 2018-08-13 05:43:11,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.170943021774s 2018-08-13 05:43:11,741 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/e6bb5f5a-0675-4fbd-a451-0ba2a76669aa.json used request id req-60173231-03f3-441f-9b74-0c9391965af2 2018-08-13 05:43:11,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-13 05:43:11,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:11,813 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:43:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9d5e453c-e49d-4254-9362-32d84f7a57e2 x-compute-request-id: req-9d5e453c-e49d-4254-9362-32d84f7a57e2 Content-Length: 0 Content-Type: application/json 2018-08-13 05:43:11,813 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f used request id req-9d5e453c-e49d-4254-9362-32d84f7a57e2 2018-08-13 05:43:11,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0726230144501s 2018-08-13 05:43:11,814 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vping_ssh-kp_1d68722b-55b4-49a0-84b0-d8488a2c088f used request id req-9d5e453c-e49d-4254-9362-32d84f7a57e2 2018-08-13 05:43:11,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:43:11,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" -d '{"subnet_id": "ba4c1452-d111-4b48-8aab-364c88287f4b"}' 2018-08-13 05:43:13,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1a98a427-0545-477f-be27-e69d4e2b4ab8 Date: Mon, 13 Aug 2018 05:43:13 GMT RESP BODY: {"network_id": "b3acc212-e97b-44d0-844a-8d9ce2bb8b11", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "subnet_id": "ba4c1452-d111-4b48-8aab-364c88287f4b", "subnet_ids": ["ba4c1452-d111-4b48-8aab-364c88287f4b"], "port_id": "321cd98d-701c-46e4-8018-6adf7d21f8f6", "id": "fd38ad64-2d25-4643-83f8-7a3b9c587ae1"} 2018-08-13 05:43:13,377 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1/remove_router_interface.json used request id req-1a98a427-0545-477f-be27-e69d4e2b4ab8 2018-08-13 05:43:13,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.56265592575s 2018-08-13 05:43:13,377 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1/remove_router_interface.json used request id req-1a98a427-0545-477f-be27-e69d4e2b4ab8 returning object fd38ad64-2d25-4643-83f8-7a3b9c587ae1 2018-08-13 05:43:13,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:43:13,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:13,485 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 623 X-Openstack-Request-Id: req-8d2393ad-004f-449b-ab19-bba16a7cb404 Date: Mon, 13 Aug 2018 05:43:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:33Z", "admin_state_up": true, "updated_at": "2018-08-13T05:43:12Z", "revision_number": 4, "routes": [], "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "fd38ad64-2d25-4643-83f8-7a3b9c587ae1", "name": "vping_ssh-router_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:43:13,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8d2393ad-004f-449b-ab19-bba16a7cb404 2018-08-13 05:43:13,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.107877016068s 2018-08-13 05:43:13,486 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8d2393ad-004f-449b-ab19-bba16a7cb404 2018-08-13 05:43:13,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:43:13,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:14,738 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a7a4464b-3d9d-4f80-966a-d9140f93343c Content-Length: 0 Date: Mon, 13 Aug 2018 05:43:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:43:14,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1.json used request id req-a7a4464b-3d9d-4f80-966a-d9140f93343c 2018-08-13 05:43:14,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.25115704536s 2018-08-13 05:43:14,739 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/fd38ad64-2d25-4643-83f8-7a3b9c587ae1.json used request id req-a7a4464b-3d9d-4f80-966a-d9140f93343c 2018-08-13 05:43:14,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:43:14,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:14,780 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-88c77200-8b03-4856-a63d-1f1256ce3d03 Date: Mon, 13 Aug 2018 05:43:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:42:32Z","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":"c7b19dcd3deb444e844822e418e4debd","id":"ba4c1452-d111-4b48-8aab-364c88287f4b","subnetpool_id":null,"name":"vping_ssh-subnet_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:43:14,780 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-88c77200-8b03-4856-a63d-1f1256ce3d03 2018-08-13 05:43:14,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.040552854538s 2018-08-13 05:43:14,780 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-88c77200-8b03-4856-a63d-1f1256ce3d03 2018-08-13 05:43:14,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:43:14,782 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/ba4c1452-d111-4b48-8aab-364c88287f4b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:15,895 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4b341b5f-4fa0-41cc-9378-9272a2a00107 Date: Mon, 13 Aug 2018 05:43:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:43:15,896 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/ba4c1452-d111-4b48-8aab-364c88287f4b.json used request id req-4b341b5f-4fa0-41cc-9378-9272a2a00107 2018-08-13 05:43:15,896 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.11388993263s 2018-08-13 05:43:15,896 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/ba4c1452-d111-4b48-8aab-364c88287f4b.json used request id req-4b341b5f-4fa0-41cc-9378-9272a2a00107 2018-08-13 05:43:15,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:43:15,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:15,995 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1154 X-Openstack-Request-Id: req-c29c8968-5f3d-4f31-aa66-96b12a450d47 Date: Mon, 13 Aug 2018 05:43:15 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","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-08-13T05:43:15Z","tenant_id":"c7b19dcd3deb444e844822e418e4debd","created_at":"2018-08-13T05:42:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"c7b19dcd3deb444e844822e418e4debd","id":"b3acc212-e97b-44d0-844a-8d9ce2bb8b11","name":"vping_ssh-net_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:43:15,995 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c29c8968-5f3d-4f31-aa66-96b12a450d47 2018-08-13 05:43:15,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0986778736115s 2018-08-13 05:43:15,996 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-c29c8968-5f3d-4f31-aa66-96b12a450d47 2018-08-13 05:43:15,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:43:15,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/b3acc212-e97b-44d0-844a-8d9ce2bb8b11.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:17,184 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2badda5a-c487-4af5-854a-68c216a8f5af Date: Mon, 13 Aug 2018 05:43:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:43:17,185 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b3acc212-e97b-44d0-844a-8d9ce2bb8b11.json used request id req-2badda5a-c487-4af5-854a-68c216a8f5af 2018-08-13 05:43:17,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.1878759861s 2018-08-13 05:43:17,185 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b3acc212-e97b-44d0-844a-8d9ce2bb8b11.json used request id req-2badda5a-c487-4af5-854a-68c216a8f5af 2018-08-13 05:43:17,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:43:17,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:17,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-24e092b4-af0f-4d9a-b1b0-da9ce326db29 Date: Mon, 13 Aug 2018 05:43:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:42:37Z", "file": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/file", "owner": "c7b19dcd3deb444e844822e418e4debd", "id": "cf1b7f0a-2e01-45d4-adf0-33d37130b638", "size": 12716032, "self": "/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_1d68722b-55b4-49a0-84b0-d8488a2c088f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:42:36Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:43:17,228 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24e092b4-af0f-4d9a-b1b0-da9ce326db29 2018-08-13 05:43:17,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0384638309479s 2018-08-13 05:43:17,228 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-24e092b4-af0f-4d9a-b1b0-da9ce326db29 2018-08-13 05:43:17,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:43:17,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d4a7d2d2226af984619c6bdfce33fb700887d3e" 2018-08-13 05:43:17,611 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-577b6500-a0e2-4786-be1b-d67e926ee8c9 Date: Mon, 13 Aug 2018 05:43:17 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:43:17,611 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638 used request id req-577b6500-a0e2-4786-be1b-d67e926ee8c9 2018-08-13 05:43:17,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.38142991066s 2018-08-13 05:43:17,612 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/cf1b7f0a-2e01-45d4-adf0-33d37130b638 used request id req-577b6500-a0e2-4786-be1b-d67e926ee8c9 2018-08-13 05:43:17,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:43:17,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:43:17,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10d6734e-6bf5-493f-8cac-d210349b2f88 x-compute-request-id: req-10d6734e-6bf5-493f-8cac-d210349b2f88 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "6bb17960-c8ff-4035-8c26-0652bc89f294"}]} 2018-08-13 05:43:17,637 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-10d6734e-6bf5-493f-8cac-d210349b2f88 2018-08-13 05:43:17,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252070426941s 2018-08-13 05:43:17,638 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-10d6734e-6bf5-493f-8cac-d210349b2f88 2018-08-13 05:43:17,639 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:43:17,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:43:17,670 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:43:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3bbe49f2-43be-4212-8cf3-24cd3e0c7c11 x-compute-request-id: req-3bbe49f2-43be-4212-8cf3-24cd3e0c7c11 Content-Length: 0 Content-Type: application/json 2018-08-13 05:43:17,670 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294 used request id req-3bbe49f2-43be-4212-8cf3-24cd3e0c7c11 2018-08-13 05:43:17,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0310111045837s 2018-08-13 05:43:17,670 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/6bb17960-c8ff-4035-8c26-0652bc89f294 used request id req-3bbe49f2-43be-4212-8cf3-24cd3e0c7c11 2018-08-13 05:43:17,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:43:17,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:43:17,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b2de297a-b90f-4dc2-bd5c-c8003784d7c4 Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": {"self": "http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "22e3df9789574bc38b79b0fd3c2ee0b4", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:43:17,882 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b2de297a-b90f-4dc2-bd5c-c8003784d7c4 2018-08-13 05:43:17,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.211264848709s 2018-08-13 05:43:17,882 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-b2de297a-b90f-4dc2-bd5c-c8003784d7c4 2018-08-13 05:43:17,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:43:17,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:43:18,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2482a5ff-a75a-4515-a813-1d3cab165e1b Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_1d68722b-55b4-49a0-84b0-d8488a2c088f", "links": {"self": "http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "22e3df9789574bc38b79b0fd3c2ee0b4", "description": null}} 2018-08-13 05:43:18,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4 used request id req-2482a5ff-a75a-4515-a813-1d3cab165e1b 2018-08-13 05:43:18,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190483093262s 2018-08-13 05:43:18,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4 used request id req-2482a5ff-a75a-4515-a813-1d3cab165e1b 2018-08-13 05:43:18,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 05:43:18,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:43:18,345 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:43:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f9908408-883c-456b-9eac-c5f1b2dff25e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:43:18,346 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4 used request id req-f9908408-883c-456b-9eac-c5f1b2dff25e 2018-08-13 05:43:18,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.266113996506s 2018-08-13 05:43:18,346 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/22e3df9789574bc38b79b0fd3c2ee0b4 used request id req-f9908408-883c-456b-9eac-c5f1b2dff25e 2018-08-13 05:43:18,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:43:18,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:43:18,534 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32509a7f-14b4-4d39-9f52-7f4a4f217e4f Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd"}, "tags": [], "enabled": true, "id": "c7b19dcd3deb444e844822e418e4debd", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_1d68722b-55b4-49a0-84b0-d8488a2c088f"}]} 2018-08-13 05:43:18,534 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-32509a7f-14b4-4d39-9f52-7f4a4f217e4f 2018-08-13 05:43:18,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182171106339s 2018-08-13 05:43:18,535 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-32509a7f-14b4-4d39-9f52-7f4a4f217e4f 2018-08-13 05:43:18,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 05:43:18,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}20f665ba5802152a3f6f7881835862ca762a4e45" 2018-08-13 05:43:18,839 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:43:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cd263874-9e3a-4d70-a324-aa141a3d0dea Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:43:18,840 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd used request id req-cd263874-9e3a-4d70-a324-aa141a3d0dea 2018-08-13 05:43:18,840 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.30073094368s 2018-08-13 05:43:18,840 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/c7b19dcd3deb444e844822e418e4debd used request id req-cd263874-9e3a-4d70-a324-aa141a3d0dea 2018-08-13 05:43:18,899 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-08-13 05:43:18,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:43:18,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:43:18,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:43:18,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:43:18,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:43:18,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:43:18,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:43:18,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:43:18,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:43:18,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:43:18,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:43:18,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e75afdc-d025-47c9-ac59-f866f004d055 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:43:18,950 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1e75afdc-d025-47c9-ac59-f866f004d055 2018-08-13 05:43:18,950 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:43:19,347 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:43:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["yQXcGHWISw2pt3-Ew7Jlug"], "issued_at": "2018-08-13T05:43:19.000000Z"}} 2018-08-13 05:43:19,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:43:19,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:19,593 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-949dc394-1da2-4a3f-828d-0d5989366f42 Date: Mon, 13 Aug 2018 05:43:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:43:19,593 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-949dc394-1da2-4a3f-828d-0d5989366f42 2018-08-13 05:43:19,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.243262052536s 2018-08-13 05:43:19,594 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-949dc394-1da2-4a3f-828d-0d5989366f42 2018-08-13 05:43:19,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:43:19,602 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e0c78d1c-5f47-43f8-ac6e-9c23a0f87302 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:43:19,603 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-e0c78d1c-5f47-43f8-ac6e-9c23a0f87302 2018-08-13 05:43:19,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:43:19,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:19,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39cc4663-4ad2-46a6-b4f7-898b881194cb Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 05:43:19,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-39cc4663-4ad2-46a6-b4f7-898b881194cb 2018-08-13 05:43:19,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0979051589966s 2018-08-13 05:43:19,702 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-39cc4663-4ad2-46a6-b4f7-898b881194cb 2018-08-13 05:43:19,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 05:43:19,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2"}}' 2018-08-13 05:43:19,930 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b2d4f3f-060d-4b62-9862-8ec8b0042fe3 Content-Length: 374 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb"}, "tags": [], "enabled": true, "id": "92509c4905524fceab6209530b0610fb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2"}} 2018-08-13 05:43:19,930 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8b2d4f3f-060d-4b62-9862-8ec8b0042fe3 2018-08-13 05:43:19,931 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.221359014511s 2018-08-13 05:43:19,931 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-8b2d4f3f-060d-4b62-9862-8ec8b0042fe3 2018-08-13 05:43:19,931 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vping_userdata', u'tags': [], 'enabled': True, 'id': u'92509c4905524fceab6209530b0610fb', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2'}) 2018-08-13 05:43:19,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 05:43:19,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "075f036f-3c35-45b1-b530-6dfbd67e1737", "email": null, "name": "vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2"}}' 2018-08-13 05:43:20,385 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:43:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d07395a1-2868-4226-bae0-43ae682a1cab Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2", "links": {"self": "http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96b60a400f414f06b9d83e9955b5deba", "domain_id": "default", "password_expires_at": null}} 2018-08-13 05:43:20,385 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-d07395a1-2868-4226-bae0-43ae682a1cab 2018-08-13 05:43:20,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.447818994522s 2018-08-13 05:43:20,386 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-d07395a1-2868-4226-bae0-43ae682a1cab 2018-08-13 05:43:20,386 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'96b60a400f414f06b9d83e9955b5deba', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2'}) 2018-08-13 05:43:20,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:43:20,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:20,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-349190d6-401c-4d13-b53a-ee4b2c349213 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:43:20,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-349190d6-401c-4d13-b53a-ee4b2c349213 2018-08-13 05:43:20,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17821097374s 2018-08-13 05:43:20,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-349190d6-401c-4d13-b53a-ee4b2c349213 2018-08-13 05:43:20,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:43:20,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:20,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8240d669-dc72-410d-9aa1-1e83b12692a7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:43:20,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8240d669-dc72-410d-9aa1-1e83b12692a7 2018-08-13 05:43:20,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179821968079s 2018-08-13 05:43:20,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-8240d669-dc72-410d-9aa1-1e83b12692a7 2018-08-13 05:43:20,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:43:20,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:20,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a6e550a-aacb-4403-8d46-c82f3a69c167 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:43:20,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0a6e550a-aacb-4403-8d46-c82f3a69c167 2018-08-13 05:43:20,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.09792304039s 2018-08-13 05:43:20,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0a6e550a-aacb-4403-8d46-c82f3a69c167 2018-08-13 05:43:20,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:43:20,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:20,963 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3d59282-ed9c-431d-aed2-23d9207c42b3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 05:43:20,963 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-f3d59282-ed9c-431d-aed2-23d9207c42b3 2018-08-13 05:43:20,963 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.10190486908s 2018-08-13 05:43:20,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-f3d59282-ed9c-431d-aed2-23d9207c42b3 2018-08-13 05:43:20,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:43:20,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:21,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-841b7b85-3166-41c8-9b86-530de1518ea9 Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2", "links": {"self": "http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96b60a400f414f06b9d83e9955b5deba", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:43:21,081 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-841b7b85-3166-41c8-9b86-530de1518ea9 2018-08-13 05:43:21,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.117269039154s 2018-08-13 05:43:21,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-841b7b85-3166-41c8-9b86-530de1518ea9 2018-08-13 05:43:21,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:43:21,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:21,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e1ba4f0-e601-40ab-a769-57c94e9aa951 Content-Encoding: gzip Content-Length: 400 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb"}, "tags": [], "enabled": true, "id": "92509c4905524fceab6209530b0610fb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:43:21,233 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-1e1ba4f0-e601-40ab-a769-57c94e9aa951 2018-08-13 05:43:21,233 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.139310121536s 2018-08-13 05:43:21,233 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-1e1ba4f0-e601-40ab-a769-57c94e9aa951 2018-08-13 05:43:21,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 05:43:21,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=96b60a400f414f06b9d83e9955b5deba&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=92509c4905524fceab6209530b0610fb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:21,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ad2ab9f-9dd0-4eaa-84db-099533efd983 Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=96b60a400f414f06b9d83e9955b5deba&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=92509c4905524fceab6209530b0610fb", "previous": null, "next": null}} 2018-08-13 05:43:21,382 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=96b60a400f414f06b9d83e9955b5deba&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=92509c4905524fceab6209530b0610fb used request id req-8ad2ab9f-9dd0-4eaa-84db-099533efd983 2018-08-13 05:43:21,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.141399860382s 2018-08-13 05:43:21,382 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=96b60a400f414f06b9d83e9955b5deba&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=92509c4905524fceab6209530b0610fb used request id req-8ad2ab9f-9dd0-4eaa-84db-099533efd983 2018-08-13 05:43:21,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 05:43:21,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb/users/96b60a400f414f06b9d83e9955b5deba/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:43:21,564 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:43:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ac5a56ba-4d1b-4f06-8cd5-dcc16936aead Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:43:21,564 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb/users/96b60a400f414f06b9d83e9955b5deba/roles/178c76b5dcf840798988d37683e957fc used request id req-ac5a56ba-4d1b-4f06-8cd5-dcc16936aead 2018-08-13 05:43:21,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.178426980972s 2018-08-13 05:43:21,564 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb/users/96b60a400f414f06b9d83e9955b5deba/roles/178c76b5dcf840798988d37683e957fc used request id req-ac5a56ba-4d1b-4f06-8cd5-dcc16936aead 2018-08-13 05:43:21,565 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'92509c4905524fceab6209530b0610fb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '075f036f-3c35-45b1-b530-6dfbd67e1737', 'username': u'vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 05:43:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:43:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:43:21,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:43:21,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:43:21,568 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:43:21,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:43:21,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:43:21,570 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2', 'password': '075f036f-3c35-45b1-b530-6dfbd67e1737', 'project_name': 'vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '92509c4905524fceab6209530b0610fb', 'project_domain_name': 'Default'} 2018-08-13 05:43:21,571 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-08-13 05:43:21,572 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:43:21,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcbcb60a-1448-469f-83ef-8a8c8d6e06da Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:43:21,579 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bcbcb60a-1448-469f-83ef-8a8c8d6e06da 2018-08-13 05:43:21,580 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:43:21,968 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T06:43:21.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "92509c4905524fceab6209530b0610fb", "name": "vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/92509c4905524fceab6209530b0610fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/92509c4905524fceab6209530b0610fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/92509c4905524fceab6209530b0610fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/92509c4905524fceab6209530b0610fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/92509c4905524fceab6209530b0610fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/92509c4905524fceab6209530b0610fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/92509c4905524fceab6209530b0610fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/92509c4905524fceab6209530b0610fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/92509c4905524fceab6209530b0610fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/92509c4905524fceab6209530b0610fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/92509c4905524fceab6209530b0610fb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/92509c4905524fceab6209530b0610fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_92509c4905524fceab6209530b0610fb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_92509c4905524fceab6209530b0610fb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2", "id": "96b60a400f414f06b9d83e9955b5deba"}, "audit_ids": ["O3FhuARFTK2yulW7yy0T8g"], "issued_at": "2018-08-13T05:43:21.000000Z"}} 2018-08-13 05:43:21,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:43:21,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"network": {"name": "vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2", "admin_state_up": true}}' 2018-08-13 05:43:22,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 592 X-Openstack-Request-Id: req-7019e9c9-0f50-4c6a-b07e-82056bfccae9 Date: Mon, 13 Aug 2018 05:43:22 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T05:43:22Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"92509c4905524fceab6209530b0610fb","id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","name":"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2"}} 2018-08-13 05:43:22,927 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7019e9c9-0f50-4c6a-b07e-82056bfccae9 2018-08-13 05:43:22,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.955403089523s 2018-08-13 05:43:22,928 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-7019e9c9-0f50-4c6a-b07e-82056bfccae9 2018-08-13 05:43:22,928 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:43:22Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'ade0a9de-ff67-4ff6-b1c8-15dc910d7839', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2', u'admin_state_up': True, u'tenant_id': u'92509c4905524fceab6209530b0610fb', u'created_at': u'2018-08-13T05:43:22Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'92509c4905524fceab6209530b0610fb'}) 2018-08-13 05:43:22,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:43:22,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:23,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1153 X-Openstack-Request-Id: req-33ca68c9-c5d3-4417-9b47-378808f9eef8 Date: Mon, 13 Aug 2018 05:43:23 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","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-08-13T05:43:22Z","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"92509c4905524fceab6209530b0610fb","id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","name":"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:43:23,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-33ca68c9-c5d3-4417-9b47-378808f9eef8 2018-08-13 05:43:23,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.178681135178s 2018-08-13 05:43:23,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-33ca68c9-c5d3-4417-9b47-378808f9eef8 2018-08-13 05:43:23,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:43:23,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"subnet": {"name": "vping_userdata-subnet_955fba19-329f-4906-8f11-16d17e4483a2", "enable_dhcp": true, "network_id": "ade0a9de-ff67-4ff6-b1c8-15dc910d7839", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:43:23,695 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bbbcfdfb-1f6d-46f1-aff3-fabc7fb64730 Date: Mon, 13 Aug 2018 05:43:23 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:43:23Z","gateway_ip":"192.168.120.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"192.168.120.0/24","project_id":"92509c4905524fceab6209530b0610fb","id":"b2de2253-4cbc-4eca-971d-595a0489f59f","subnetpool_id":null,"name":"vping_userdata-subnet_955fba19-329f-4906-8f11-16d17e4483a2"}} 2018-08-13 05:43:23,695 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-bbbcfdfb-1f6d-46f1-aff3-fabc7fb64730 2018-08-13 05:43:23,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.58533000946s 2018-08-13 05:43:23,695 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-bbbcfdfb-1f6d-46f1-aff3-fabc7fb64730 2018-08-13 05:43:23,696 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:43:23Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'b2de2253-4cbc-4eca-971d-595a0489f59f', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_955fba19-329f-4906-8f11-16d17e4483a2', u'enable_dhcp': True, u'network_id': u'ade0a9de-ff67-4ff6-b1c8-15dc910d7839', u'tenant_id': u'92509c4905524fceab6209530b0610fb', u'created_at': u'2018-08-13T05:43:23Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'92509c4905524fceab6209530b0610fb'}) 2018-08-13 05:43:23,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:43:23,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "vping_userdata-router_955fba19-329f-4906-8f11-16d17e4483a2", "admin_state_up": true}}' 2018-08-13 05:43:25,021 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0f0387b2-e1a1-4951-8188-33d3ce87a564 Date: Mon, 13 Aug 2018 05:43:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:23Z", "admin_state_up": true, "updated_at": "2018-08-13T05:43:24Z", "revision_number": 2, "routes": [], "project_id": "92509c4905524fceab6209530b0610fb", "id": "ee337306-36eb-4e2a-88da-19819ee093e4", "name": "vping_userdata-router_955fba19-329f-4906-8f11-16d17e4483a2"}} 2018-08-13 05:43:25,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0f0387b2-e1a1-4951-8188-33d3ce87a564 2018-08-13 05:43:25,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.3251490593s 2018-08-13 05:43:25,022 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-0f0387b2-e1a1-4951-8188-33d3ce87a564 2018-08-13 05:43:25,023 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'92509c4905524fceab6209530b0610fb', u'created_at': u'2018-08-13T05:43:23Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T05:43:24Z', u'revision_number': 2, u'routes': [], u'project_id': u'92509c4905524fceab6209530b0610fb', u'id': u'ee337306-36eb-4e2a-88da-19819ee093e4', u'name': u'vping_userdata-router_955fba19-329f-4906-8f11-16d17e4483a2'}) 2018-08-13 05:43:25,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:43:25,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"subnet_id": "b2de2253-4cbc-4eca-971d-595a0489f59f"}' 2018-08-13 05:43:26,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ff82f21c-bfb8-4e09-8a86-1f0f720c928b Date: Mon, 13 Aug 2018 05:43:26 GMT RESP BODY: {"network_id": "ade0a9de-ff67-4ff6-b1c8-15dc910d7839", "tenant_id": "92509c4905524fceab6209530b0610fb", "subnet_id": "b2de2253-4cbc-4eca-971d-595a0489f59f", "subnet_ids": ["b2de2253-4cbc-4eca-971d-595a0489f59f"], "port_id": "bcfeb4c2-5714-4559-a018-b2b0f866ed41", "id": "ee337306-36eb-4e2a-88da-19819ee093e4"} 2018-08-13 05:43:26,954 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4/add_router_interface.json used request id req-ff82f21c-bfb8-4e09-8a86-1f0f720c928b 2018-08-13 05:43:26,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.93098092079s 2018-08-13 05:43:26,955 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4/add_router_interface.json used request id req-ff82f21c-bfb8-4e09-8a86-1f0f720c928b returning object ee337306-36eb-4e2a-88da-19819ee093e4 2018-08-13 05:43:26,955 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:43:27,088 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:43:27,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:43:27,094 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:43:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:43:27,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:43:27,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:27,374 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d93a83d9-7998-4a90-8f16-ee19e888378d Date: Mon, 13 Aug 2018 05:43:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:43:27,374 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d93a83d9-7998-4a90-8f16-ee19e888378d 2018-08-13 05:43:27,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.278779983521s 2018-08-13 05:43:27,375 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d93a83d9-7998-4a90-8f16-ee19e888378d 2018-08-13 05:43:27,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:43:27,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2"}' 2018-08-13 05:43:27,508 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/71155550-f246-4161-b554-a2a7ac92303b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-fe7d4a23-0914-490b-9ceb-8463bd97e5a6 Date: Mon, 13 Aug 2018 05:43:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:43:27Z", "file": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file", "owner": "92509c4905524fceab6209530b0610fb", "id": "71155550-f246-4161-b554-a2a7ac92303b", "size": null, "self": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "checksum": null, "created_at": "2018-08-13T05:43:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:43:27,508 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-fe7d4a23-0914-490b-9ceb-8463bd97e5a6 2018-08-13 05:43:27,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.123316049576s 2018-08-13 05:43:27,508 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-fe7d4a23-0914-490b-9ceb-8463bd97e5a6 returning object 71155550-f246-4161-b554-a2a7ac92303b 2018-08-13 05:43:27,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:43:27,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '' 2018-08-13 05:43:27,888 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5e2f21d7-8bbf-45d0-b728-942275fe0fff Date: Mon, 13 Aug 2018 05:43:27 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:43:27,888 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file used request id req-5e2f21d7-8bbf-45d0-b728-942275fe0fff 2018-08-13 05:43:27,888 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.379323005676s 2018-08-13 05:43:27,889 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file used request id req-5e2f21d7-8bbf-45d0-b728-942275fe0fff 2018-08-13 05:43:27,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:43:27,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:27,967 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-430771cf-a353-4738-b0b2-6dddc62f0641 Date: Mon, 13 Aug 2018 05:43:27 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:43:27Z", "file": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file", "owner": "92509c4905524fceab6209530b0610fb", "id": "71155550-f246-4161-b554-a2a7ac92303b", "size": 12716032, "self": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:43:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:43:27,967 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-430771cf-a353-4738-b0b2-6dddc62f0641 2018-08-13 05:43:27,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.074413061142s 2018-08-13 05:43:27,968 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-430771cf-a353-4738-b0b2-6dddc62f0641 2018-08-13 05:43:27,969 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file', 'owner': u'92509c4905524fceab6209530b0610fb', 'id': u'71155550-f246-4161-b554-a2a7ac92303b', 'size': 12716032, u'self': u'/v2/images/71155550-f246-4161-b554-a2a7ac92303b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'92509c4905524fceab6209530b0610fb', 'name': 'vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:43:27Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T05:43:27Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/71155550-f246-4161-b554-a2a7ac92303b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2', 'created': u'2018-08-13T05:43:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:43:27Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/71155550-f246-4161-b554-a2a7ac92303b', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:43:27,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:43:27,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_955fba19-329f-4906-8f11-16d17e4483a2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:43:28,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43: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-bdc62c19-e00f-4d2c-8700-899b9c21c6d4 x-compute-request-id: req-bdc62c19-e00f-4d2c-8700-899b9c21c6d4 Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_955fba19-329f-4906-8f11-16d17e4483a2", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739"}} 2018-08-13 05:43:28,377 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bdc62c19-e00f-4d2c-8700-899b9c21c6d4 2018-08-13 05:43:28,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.406379938126s 2018-08-13 05:43:28,377 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bdc62c19-e00f-4d2c-8700-899b9c21c6d4 2018-08-13 05:43:28,378 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_955fba19-329f-4906-8f11-16d17e4483a2', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'd29da288-5bc4-46fe-bbb1-d75ed1c69739', 'swap': 0}) 2018-08-13 05:43:28,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:43:28,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" -d '{"extra_specs": {}}' 2018-08-13 05:43:28,398 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-23623407-c064-4aaf-94ce-4763069464e1 x-compute-request-id: req-23623407-c064-4aaf-94ce-4763069464e1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:43:28,399 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739/os-extra_specs used request id req-23623407-c064-4aaf-94ce-4763069464e1 2018-08-13 05:43:28,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0197470188141s 2018-08-13 05:43:28,399 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739/os-extra_specs used request id req-23623407-c064-4aaf-94ce-4763069464e1 2018-08-13 05:43:28,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:43:28,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:28,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-a94e620b-5501-4a31-8652-cf6e17259f37 Date: Mon, 13 Aug 2018 05:43:28 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b2de2253-4cbc-4eca-971d-595a0489f59f"],"updated_at":"2018-08-13T05:43:23Z","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"92509c4905524fceab6209530b0610fb","id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","name":"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:43:28,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a94e620b-5501-4a31-8652-cf6e17259f37 2018-08-13 05:43:28,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0842008590698s 2018-08-13 05:43:28,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a94e620b-5501-4a31-8652-cf6e17259f37 2018-08-13 05:43:28,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:43:28,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:28,520 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-4b22b758-8d43-4cd3-ae8f-57df7608e99a Date: Mon, 13 Aug 2018 05:43:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:43:27Z", "file": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file", "owner": "92509c4905524fceab6209530b0610fb", "id": "71155550-f246-4161-b554-a2a7ac92303b", "size": 12716032, "self": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:43:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:43:28,520 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4b22b758-8d43-4cd3-ae8f-57df7608e99a 2018-08-13 05:43:28,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0322880744934s 2018-08-13 05:43:28,520 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-4b22b758-8d43-4cd3-ae8f-57df7608e99a 2018-08-13 05:43:28,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:43:28,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:28,775 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b3124455-a0df-494c-a822-ff25a6b39b9d x-compute-request-id: req-b3124455-a0df-494c-a822-ff25a6b39b9d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_955fba19-329f-4906-8f11-16d17e4483a2", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739"}]} 2018-08-13 05:43:28,775 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b3124455-a0df-494c-a822-ff25a6b39b9d 2018-08-13 05:43:28,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.253525018692s 2018-08-13 05:43:28,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-b3124455-a0df-494c-a822-ff25a6b39b9d 2018-08-13 05:43:28,777 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:43:28,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"server": {"name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "imageRef": "71155550-f246-4161-b554-a2a7ac92303b", "flavorRef": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ade0a9de-ff67-4ff6-b1c8-15dc910d7839"}]}}' 2018-08-13 05:43:30,770 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:43:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-98905e68-0817-476d-aeec-6ddd990e678f x-compute-request-id: req-98905e68-0817-476d-aeec-6ddd990e678f Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "adminPass": "K4tQdtFdDF5x"}} 2018-08-13 05:43:30,770 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-98905e68-0817-476d-aeec-6ddd990e678f 2018-08-13 05:43:30,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.99305009842s 2018-08-13 05:43:30,771 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-98905e68-0817-476d-aeec-6ddd990e678f 2018-08-13 05:43:30,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:30,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:31,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-7dd365c4-074f-4f57-ad8f-626d03909687 x-compute-request-id: req-7dd365c4-074f-4f57-ad8f-626d03909687 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "user_id": "96b60a400f414f06b9d83e9955b5deba", "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-08-13T05:43:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:31,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7dd365c4-074f-4f57-ad8f-626d03909687 2018-08-13 05:43:31,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.570035934448s 2018-08-13 05:43:31,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7dd365c4-074f-4f57-ad8f-626d03909687 2018-08-13 05:43:31,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:43:31,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:31,433 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-69f5412a-bf4a-4fef-bd4d-c6840a3c9d84 Date: Mon, 13 Aug 2018 05:43:31 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b2de2253-4cbc-4eca-971d-595a0489f59f"],"updated_at":"2018-08-13T05:43:23Z","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"92509c4905524fceab6209530b0610fb","id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","name":"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:43:31,433 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-69f5412a-bf4a-4fef-bd4d-c6840a3c9d84 2018-08-13 05:43:31,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.083899974823s 2018-08-13 05:43:31,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-69f5412a-bf4a-4fef-bd4d-c6840a3c9d84 2018-08-13 05:43:31,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:43:31,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:31,493 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-cc8a5abe-8636-44db-8009-28d73df38d83 Date: Mon, 13 Aug 2018 05:43:31 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:43:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"92509c4905524fceab6209530b0610fb","id":"b2de2253-4cbc-4eca-971d-595a0489f59f","subnetpool_id":null,"name":"vping_userdata-subnet_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:43:31,493 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cc8a5abe-8636-44db-8009-28d73df38d83 2018-08-13 05:43:31,493 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0587961673737s 2018-08-13 05:43:31,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cc8a5abe-8636-44db-8009-28d73df38d83 2018-08-13 05:43:31,494 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:33,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:33,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:33,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43: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-697d45d4-5702-4912-ba13-fd241e3484b7 x-compute-request-id: req-697d45d4-5702-4912-ba13-fd241e3484b7 Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "user_id": "96b60a400f414f06b9d83e9955b5deba", "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-08-13T05:43:33Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:33,628 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-697d45d4-5702-4912-ba13-fd241e3484b7 2018-08-13 05:43:33,628 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.131716012955s 2018-08-13 05:43:33,629 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-697d45d4-5702-4912-ba13-fd241e3484b7 2018-08-13 05:43:33,633 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:35,635 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:35,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:35,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43: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-bb02f0ff-f2ce-4e75-8cf3-d13e8db7ccce x-compute-request-id: req-bb02f0ff-f2ce-4e75-8cf3-d13e8db7ccce 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.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "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-08-13T05:43:33Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:35,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bb02f0ff-f2ce-4e75-8cf3-d13e8db7ccce 2018-08-13 05:43:35,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164990901947s 2018-08-13 05:43:35,801 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bb02f0ff-f2ce-4e75-8cf3-d13e8db7ccce 2018-08-13 05:43:35,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:37,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:37,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:38,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-48f60bf1-f90c-4d74-a530-57d6a4b4c53f x-compute-request-id: req-48f60bf1-f90c-4d74-a530-57d6a4b4c53f 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.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "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-08-13T05:43:33Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:38,061 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-48f60bf1-f90c-4d74-a530-57d6a4b4c53f 2018-08-13 05:43:38,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.254586935043s 2018-08-13 05:43:38,062 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-48f60bf1-f90c-4d74-a530-57d6a4b4c53f 2018-08-13 05:43:38,066 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:40,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:40,071 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:40,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffe8eedc-b9a1-4d92-970f-7f5cd52b2f5f x-compute-request-id: req-ffe8eedc-b9a1-4d92-970f-7f5cd52b2f5f Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:37Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:40,450 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ffe8eedc-b9a1-4d92-970f-7f5cd52b2f5f 2018-08-13 05:43:40,450 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.381366968155s 2018-08-13 05:43:40,450 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ffe8eedc-b9a1-4d92-970f-7f5cd52b2f5f 2018-08-13 05:43:40,455 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:43:40,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:40,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-ac1a7f2f-730d-403f-af4b-d4d2ffbe5ba8 Date: Mon, 13 Aug 2018 05:43:40 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:33Z","admin_state_up":true,"updated_at":"2018-08-13T05:43:37Z","binding:vnic_type":"normal","device_id":"e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:1d:58:02","id":"85365ca1-7fe4-452c-af1c-5afa90442f18","port_security_enabled":true,"project_id":"92509c4905524fceab6209530b0610fb","fixed_ips":[{"subnet_id":"b2de2253-4cbc-4eca-971d-595a0489f59f","ip_address":"192.168.120.10"}],"extra_dhcp_opts":[],"security_groups":["de092038-2e1e-40b2-9fed-3a86f1f0bd45"],"name":""}]} 2018-08-13 05:43:40,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0 used request id req-ac1a7f2f-730d-403f-af4b-d4d2ffbe5ba8 2018-08-13 05:43:40,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.048043012619s 2018-08-13 05:43:40,503 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0 used request id req-ac1a7f2f-730d-403f-af4b-d4d2ffbe5ba8 2018-08-13 05:43:40,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:43:40,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=85365ca1-7fe4-452c-af1c-5afa90442f18" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:40,546 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-9a5bcf78-d8c7-4803-bc09-680a9de95ab2 Date: Mon, 13 Aug 2018 05:43:40 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:43:40,547 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=85365ca1-7fe4-452c-af1c-5afa90442f18 used request id req-9a5bcf78-d8c7-4803-bc09-680a9de95ab2 2018-08-13 05:43:40,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0390441417694s 2018-08-13 05:43:40,547 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=85365ca1-7fe4-452c-af1c-5afa90442f18 used request id req-9a5bcf78-d8c7-4803-bc09-680a9de95ab2 2018-08-13 05:43:40,548 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1d:58:02', 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'71155550-f246-4161-b554-a2a7ac92303b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T05:43:37.000000', 'flavor': Munch({u'id': u'd29da288-5bc4-46fe-bbb1-d75ed1c69739'}), 'az': u'nova', 'id': u'e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'96b60a400f414f06b9d83e9955b5deba', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'92509c4905524fceab6209530b0610fb', 'name': 'vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2', '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-08-13T05:43:37.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:43:37Z', 'hostId': u'e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a', '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-08-13T05:43:37.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'92509c4905524fceab6209530b0610fb', 'name': u'vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2', 'adminPass': u'K4tQdtFdDF5x', 'tenant_id': u'92509c4905524fceab6209530b0610fb', 'created_at': u'2018-08-13T05:43:30Z', 'created': u'2018-08-13T05:43:30Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:43:40,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:43:40,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:40,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1197 X-Openstack-Request-Id: req-0d9879b5-89a7-4a9d-97d4-a28f41c12176 Date: Mon, 13 Aug 2018 05:43:40 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["b2de2253-4cbc-4eca-971d-595a0489f59f"],"updated_at":"2018-08-13T05:43:23Z","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"92509c4905524fceab6209530b0610fb","id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","name":"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:43:40,632 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d9879b5-89a7-4a9d-97d4-a28f41c12176 2018-08-13 05:43:40,632 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0832679271698s 2018-08-13 05:43:40,633 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d9879b5-89a7-4a9d-97d4-a28f41c12176 2018-08-13 05:43:40,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:43:40,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:41,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-0d0b7345-ecfb-4e8c-ad9c-bb32d816cd0f Date: Mon, 13 Aug 2018 05:43:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:43:27Z", "file": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file", "owner": "92509c4905524fceab6209530b0610fb", "id": "71155550-f246-4161-b554-a2a7ac92303b", "size": 12716032, "self": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:43:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:43:41,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0d0b7345-ecfb-4e8c-ad9c-bb32d816cd0f 2018-08-13 05:43:41,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.760424852371s 2018-08-13 05:43:41,399 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0d0b7345-ecfb-4e8c-ad9c-bb32d816cd0f 2018-08-13 05:43:41,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:43:41,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:41,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-8f345636-1a66-47cb-bec6-4df181c7d702 x-compute-request-id: req-8f345636-1a66-47cb-bec6-4df181c7d702 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_955fba19-329f-4906-8f11-16d17e4483a2", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739"}]} 2018-08-13 05:43:41,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8f345636-1a66-47cb-bec6-4df181c7d702 2018-08-13 05:43:41,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243139266968s 2018-08-13 05:43:41,425 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8f345636-1a66-47cb-bec6-4df181c7d702 2018-08-13 05:43:41,426 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:43:41,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"server": {"name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "imageRef": "71155550-f246-4161-b554-a2a7ac92303b", "flavorRef": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjEwIDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ade0a9de-ff67-4ff6-b1c8-15dc910d7839"}]}}' 2018-08-13 05:43:42,888 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05: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 x-openstack-request-id: req-df93f9a9-c6fe-41d5-a0cf-204f1b709531 x-compute-request-id: req-df93f9a9-c6fe-41d5-a0cf-204f1b709531 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "adminPass": "Nb7kzYebFA7y"}} 2018-08-13 05:43:42,888 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-df93f9a9-c6fe-41d5-a0cf-204f1b709531 2018-08-13 05:43:42,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.46245193481s 2018-08-13 05:43:42,889 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-df93f9a9-c6fe-41d5-a0cf-204f1b709531 2018-08-13 05:43:42,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:42,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:43,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43: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-8fe86dbe-a634-4461-bfa1-6210350e6e72 x-compute-request-id: req-8fe86dbe-a634-4461-bfa1-6210350e6e72 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "user_id": "96b60a400f414f06b9d83e9955b5deba", "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-08-13T05:43:42Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:37Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:43,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8fe86dbe-a634-4461-bfa1-6210350e6e72 2018-08-13 05:43:43,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.182495117188s 2018-08-13 05:43:43,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8fe86dbe-a634-4461-bfa1-6210350e6e72 2018-08-13 05:43:43,078 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:45,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:45,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:45,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-9ee7d263-d911-408c-b4e6-643e62bf1caf x-compute-request-id: req-9ee7d263-d911-408c-b4e6-643e62bf1caf Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "user_id": "96b60a400f414f06b9d83e9955b5deba", "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-08-13T05:43:44Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:37Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:45,884 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9ee7d263-d911-408c-b4e6-643e62bf1caf 2018-08-13 05:43:45,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.803289890289s 2018-08-13 05:43:45,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9ee7d263-d911-408c-b4e6-643e62bf1caf 2018-08-13 05:43:45,890 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:47,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:47,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:48,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-5246505e-1300-4e80-b9bb-dfd671cada26 x-compute-request-id: req-5246505e-1300-4e80-b9bb-dfd671cada26 Content-Encoding: gzip Content-Length: 881 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "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-08-13T05:43:45Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:37Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:48,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5246505e-1300-4e80-b9bb-dfd671cada26 2018-08-13 05:43:48,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.417979955673s 2018-08-13 05:43:48,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5246505e-1300-4e80-b9bb-dfd671cada26 2018-08-13 05:43:48,314 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:50,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:50,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-7d718621-d8c6-40fc-a464-7e74ff80544e x-compute-request-id: req-7d718621-d8c6-40fc-a464-7e74ff80544e Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:d1:7d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:49.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:49Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:37Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:50,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d718621-d8c6-40fc-a464-7e74ff80544e 2018-08-13 05:43:50,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.419584989548s 2018-08-13 05:43:50,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d718621-d8c6-40fc-a464-7e74ff80544e 2018-08-13 05:43:50,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:43:50,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=a7309cc3-3940-46d7-b625-1dca5b7554a9" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:50,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-023e7c0f-c320-4381-b2f9-26b069cc5566 Date: Mon, 13 Aug 2018 05:43:50 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:45Z","admin_state_up":true,"updated_at":"2018-08-13T05:43:49Z","binding:vnic_type":"normal","device_id":"a7309cc3-3940-46d7-b625-1dca5b7554a9","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:bd:d1:7d","id":"d3d4f880-94c5-4742-b4f2-6743bf6f462f","port_security_enabled":true,"project_id":"92509c4905524fceab6209530b0610fb","fixed_ips":[{"subnet_id":"b2de2253-4cbc-4eca-971d-595a0489f59f","ip_address":"192.168.120.11"}],"extra_dhcp_opts":[],"security_groups":["de092038-2e1e-40b2-9fed-3a86f1f0bd45"],"name":""}]} 2018-08-13 05:43:50,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a7309cc3-3940-46d7-b625-1dca5b7554a9 used request id req-023e7c0f-c320-4381-b2f9-26b069cc5566 2018-08-13 05:43:50,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.045930147171s 2018-08-13 05:43:50,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=a7309cc3-3940-46d7-b625-1dca5b7554a9 used request id req-023e7c0f-c320-4381-b2f9-26b069cc5566 2018-08-13 05:43:50,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:43:50,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d3d4f880-94c5-4742-b4f2-6743bf6f462f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:50,830 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f13735ee-d018-414e-b77a-a6f50983d283 Date: Mon, 13 Aug 2018 05:43:50 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:43:50,831 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d3d4f880-94c5-4742-b4f2-6743bf6f462f used request id req-f13735ee-d018-414e-b77a-a6f50983d283 2018-08-13 05:43:50,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0383660793304s 2018-08-13 05:43:50,831 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=d3d4f880-94c5-4742-b4f2-6743bf6f462f used request id req-f13735ee-d018-414e-b77a-a6f50983d283 2018-08-13 05:43:50,831 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:bd:d1:7d', 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'71155550-f246-4161-b554-a2a7ac92303b'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T05:43:49.000000', 'flavor': Munch({u'id': u'd29da288-5bc4-46fe-bbb1-d75ed1c69739'}), 'az': u'nova', 'id': u'a7309cc3-3940-46d7-b625-1dca5b7554a9', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'96b60a400f414f06b9d83e9955b5deba', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'92509c4905524fceab6209530b0610fb', 'name': 'vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2', '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-08-13T05:43:49.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:43:49Z', 'hostId': u'd5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'd5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a', '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-08-13T05:43:49.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'92509c4905524fceab6209530b0610fb', 'name': u'vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2', 'adminPass': u'Nb7kzYebFA7y', 'tenant_id': u'92509c4905524fceab6209530b0610fb', 'created_at': u'2018-08-13T05:43:42Z', 'created': u'2018-08-13T05:43:42Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:43:50,832 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-08-13 05:43:51,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:51,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:52,190 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43: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-040ceb6d-3306-47c7-b2fe-04174500b229 x-compute-request-id: req-040ceb6d-3306-47c7-b2fe-04174500b229 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:d1:7d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:49.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:49Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:37Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:52,190 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-040ceb6d-3306-47c7-b2fe-04174500b229 2018-08-13 05:43:52,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.356334924698s 2018-08-13 05:43:52,191 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-040ceb6d-3306-47c7-b2fe-04174500b229 2018-08-13 05:43:52,194 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:43:52,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:43:52,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43: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-3f316ae5-a650-4084-8f9b-7542087bf4ef x-compute-request-id: req-3f316ae5-a650-4084-8f9b-7542087bf4ef Content-Encoding: gzip Content-Length: 7906 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490160600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.173387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.175066] pid_max: default: 32768 minimum: 301\n[ 0.175972] ACPI: Core revision 20150930\n[ 0.177409] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178752] Security Framework initialized\n[ 0.179578] Yama: becoming mindful.\n[ 0.180346] AppArmor: AppArmor initialized\n[ 0.181277] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.182662] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.183963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.185242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.186671] Initializing cgroup subsys io\n[ 0.187497] Initializing cgroup subsys memory\n[ 0.188383] Initializing cgroup subsys devices\n[ 0.189320] Initializing cgroup subsys freezer\n[ 0.190237] Initializing cgroup subsys net_cls\n[ 0.191131] Initializing cgroup subsys perf_event\n[ 0.192092] Initializing cgroup subsys net_prio\n[ 0.193048] Initializing cgroup subsys hugetlb\n[ 0.193930] Initializing cgroup subsys pids\n[ 0.194810] CPU: Physical Processor ID: 0\n[ 0.196325] mce: CPU supports 10 MCE banks\n[ 0.197265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198282] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.212486] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218500] ftrace: allocating 31920 entries in 125 pages\n[ 0.243189] smpboot: Max logical packages: 1\n[ 0.244071] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.245444] x2apic enabled\n[ 0.246257] Switched APIC routing to physical x2apic.\n[ 0.247986] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.249176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251231] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253086] KVM setup paravirtual spinlock\n[ 0.254384] x86: Booted up 1 node, 1 CPUs\n[ 0.255217] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.256662] devtmpfs: initialized\n[ 0.258374] evm: security.selinux\n[ 0.259083] evm: security.SMACK64\n[ 0.259780] evm: security.SMACK64EXEC\n[ 0.260542] evm: security.SMACK64TRANSMUTE\n[ 0.261360] evm: security.SMACK64MMAP\n[ 0.262154] evm: security.ima\n[ 0.262816] evm: security.capability\n[ 0.263645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.265568] pinctrl core: initialized pinctrl subsystem\n[ 0.266728] RTC time: 5:43:49, date: 08/13/18\n[ 0.267714] NET: Registered protocol family 16\n[ 0.268725] cpuidle: using governor ladder\n[ 0.269568] cpuidle: using governor menu\n[ 0.270366] PCCT header not found.\n[ 0.271132] ACPI: bus type PCI registered\n[ 0.271963] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.273267] PCI: Using configuration type 1 for base access\n[ 0.275040] ACPI: Added _OSI(Module Device)\n[ 0.275906] ACPI: Added _OSI(Processor Device)\n[ 0.276783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279494] ACPI: Interpreter enabled\n[ 0.280291] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287843] ACPI: (supports S0 S5)\n[ 0.288569] ACPI: Using IOAPIC for interrupt routing\n[ 0.289553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292699] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.293937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295237] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296505] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298890] acpiphp: Slot [3] registered\n[ 0.299701] acpiphp: Slot [4] registered\n[ 0.300558] acpiphp: Slot [5] registered\n[ 0.301377] acpiphp: Slot [6] registered\n[ 0.302225] acpiphp: Slot [7] registered\n[ 0.303059] acpiphp: Slot [8] registered\n[ 0.303886] acpiphp: Slot [9] registered\n[ 0.304717] acpiphp: Slot [10] registered\n[ 0.305555] acpiphp: Slot [11] registered\n[ 0.306395] acpiphp: Slot [12] registered\n[ 0.307237] acpiphp: Slot [13] registered\n[ 0.308077] acpiphp: Slot [14] registered\n[ 0.308918] acpiphp: Slot [15] registered\n[ 0.319581] acpiphp: Slot [16] registered\n[ 0.320446] acpiphp: Slot [17] registered\n[ 0.321283] acpiphp: Slot [18] registered\n[ 0.322121] acpiphp: Slot [19] registered\n[ 0.322982] acpiphp: Slot [20] registered\n[ 0.323823] acpiphp: Slot [21] registered\n[ 0.324657] acpiphp: Slot [22] registered\n[ 0.325500] acpiphp: Slot [23] registered\n[ 0.326352] acpiphp: Slot [24] registered\n[ 0.327191] acpiphp: Slot [25] registered\n[ 0.328033] acpiphp: Slot [26] registered\n[ 0.328871] acpiphp: Slot [27] registered\n[ 0.329707] acpiphp: Slot [28] registered\n[ 0.330594] acpiphp: Slot [29] registered\n[ 0.331438] acpiphp: Slot [30] registered\n[ 0.332282] acpiphp: Slot [31] registered\n[ 0.333121] PCI host bridge to bus 0000:00\n[ 0.333959] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336488] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.339498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.341045] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344446] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348309] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351890] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353508] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377582] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380286] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381819] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384587] vgaarb: loaded\n[ 0.385199] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386461] SCSI subsystem initialized\n[ 0.387402] ACPI: bus type USB registered\n[ 0.388246] usbcore: registered new interface driver usbfs\n[ 0.389327] usbcore: registered new interface driver hub\n[ 0.390403] usbcore: registered new device driver usb\n[ 0.391524] PCI: Using ACPI for IRQ routing\n[ 0.392681] NetLabel: Initializing\n[ 0.393442] NetLabel: domain hash size = 128\n[ 0.394329] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395299] NetLabel: unlabeled traffic allowed by default\n[ 0.396469] clocksource: Switched to clocksource kvm-clock\n[ 0.404494] AppArmor: AppArmor Filesystem Enabled\n[ 0.405474] pnp: PnP ACPI init\n[ 0.406414] pnp: PnP ACPI: found 5 devices\n[ 0.412720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414578] NET: Registered protocol family 2\n[ 0.415643] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419456] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420600] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421811] NET: Registered protocol family 1\n[ 0.422698] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425002] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439060] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453255] Trying to unpack rootfs image as initramfs...\n[ 0.509773] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511477] Scanning for low memory corruption every 60 seconds\n[ 0.512912] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514126] audit: initializing netlink subsys (disabled)\n[ 0.515192] audit: type=2000 audit(1534139030.535:1): initialized\n[ 0.516607] Initialise system trusted keyring\n[ 0.517595] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518807] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520988] zbud: loaded\n[ 0.521741] VFS: Disk quotas dquot_6.6.0\n[ 0.522598] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524269] fuse init (API version 7.23)\n[ 0.525216] Key type big_key registered\n[ 0.526066] Allocating IMA MOK and blacklist keyrings.\n[ 0.527353] Key type asymmetric registered\n[ 0.528216] Asymmetric key parser 'x509' registered\n[ 0.529226] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530771] io scheduler noop registered\n[ 0.531591] io scheduler deadline registered (default)\n[ 0.532644] io scheduler cfq registered\n[ 0.533536] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535959] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537481] ACPI: Power Button [PWRF]\n[ 0.538364] GHES: HEST is not enabled!\n[ 0.552067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580167] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582772] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611623] Linux agpgart interface v0.103\n[ 0.614970] brd: module loaded\n[ 0.617014] loop: module loaded\n[ 0.621481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623004] GPT:90111 != 2097151\n[ 0.623702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624854] GPT:90111 != 2097151\n[ 0.625556] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626567] vda: vda1 vda15\n[ 0.628084] scsi host0: ata_piix\n[ 0.628941] scsi host1: ata_piix\n[ 0.629690] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.630967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.632511] libphy: Fixed MDIO Bus: probed\n[ 0.633372] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634364] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637048] PPP generic driver version 2.4.2\n[ 0.638498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639746] ehci-pci: EHCI PCI platform driver\n[ 0.640673] ehci-platform: EHCI generic platform driver\n[ 0.641716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642963] ohci-pci: OHCI PCI platform driver\n[ 0.643873] ohci-platform: OHCI generic platform driver\n[ 0.644931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659374] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660427] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663002] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.664204] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667013] usb usb1: Product: UHCI Host Controller\n[ 0.667993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669193] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670216] hub 1-0:1.0: USB hub found\n[ 0.671038] hub 1-0:1.0: 2 ports detected\n[ 0.672037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674276] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676401] mousedev: PS/2 mouse device common for all mice\n[ 0.677740] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679853] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682284] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683540] i2c /dev entries driver\n[ 0.684341] device-mapper: uevent: version 1.0.3\n[ 0.685365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688616] NET: Registered protocol family 10\n[ 0.689802] NET: Registered protocol family 17\n[ 0.690771] Key type dns_resolver registered\n[ 0.691812] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692977] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694865] registered taskstats version 1\n[ 0.695773] Loading compiled-in X.509 certificates\n[ 0.697312] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699314] zswap: loaded using pool lzo/zbud\n[ 0.701046] Key type trusted registered\n[ 0.702904] Key type encrypted registered\n[ 0.703812] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704920] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706040] evm: HMAC attrs: 0x1\n[ 0.707057] Magic number: 14:201:719\n[ 0.707961] rtc_cmos 00:00: setting system clock to 2018-08-13 05:43:50 UTC (1534139030)\n[ 0.709671] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710856] EDD information not available.\n[ 0.789790] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801558] Write protecting the kernel read-only data: 14336k\n[ 0.803786] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805721] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.851605] random: blkid urandom read with 2 bits 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.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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 0.97. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\n"} 2018-08-13 05:43:52,262 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9/action used request id req-3f316ae5-a650-4084-8f9b-7542087bf4ef 2018-08-13 05:43:52,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0678720474243s 2018-08-13 05:43:52,263 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9/action used request id req-3f316ae5-a650-4084-8f9b-7542087bf4ef 2018-08-13 05:43:52,263 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 490160600 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.173387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.175066] pid_max: default: 32768 minimum: 301 [ 0.175972] ACPI: Core revision 20150930 [ 0.177409] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178752] Security Framework initialized [ 0.179578] Yama: becoming mindful. [ 0.180346] AppArmor: AppArmor initialized [ 0.181277] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.182662] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.183963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.185242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.186671] Initializing cgroup subsys io [ 0.187497] Initializing cgroup subsys memory [ 0.188383] Initializing cgroup subsys devices [ 0.189320] Initializing cgroup subsys freezer [ 0.190237] Initializing cgroup subsys net_cls [ 0.191131] Initializing cgroup subsys perf_event [ 0.192092] Initializing cgroup subsys net_prio [ 0.193048] Initializing cgroup subsys hugetlb [ 0.193930] Initializing cgroup subsys pids [ 0.194810] CPU: Physical Processor ID: 0 [ 0.196325] mce: CPU supports 10 MCE banks [ 0.197265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.198282] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.212486] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.218500] ftrace: allocating 31920 entries in 125 pages [ 0.243189] smpboot: Max logical packages: 1 [ 0.244071] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.245444] x2apic enabled [ 0.246257] Switched APIC routing to physical x2apic. [ 0.247986] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.249176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.251231] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.253086] KVM setup paravirtual spinlock [ 0.254384] x86: Booted up 1 node, 1 CPUs [ 0.255217] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.256662] devtmpfs: initialized [ 0.258374] evm: security.selinux [ 0.259083] evm: security.SMACK64 [ 0.259780] evm: security.SMACK64EXEC [ 0.260542] evm: security.SMACK64TRANSMUTE [ 0.261360] evm: security.SMACK64MMAP [ 0.262154] evm: security.ima [ 0.262816] evm: security.capability [ 0.263645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.265568] pinctrl core: initialized pinctrl subsystem [ 0.266728] RTC time: 5:43:49, date: 08/13/18 [ 0.267714] NET: Registered protocol family 16 [ 0.268725] cpuidle: using governor ladder [ 0.269568] cpuidle: using governor menu [ 0.270366] PCCT header not found. [ 0.271132] ACPI: bus type PCI registered [ 0.271963] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.273267] PCI: Using configuration type 1 for base access [ 0.275040] ACPI: Added _OSI(Module Device) [ 0.275906] ACPI: Added _OSI(Processor Device) [ 0.276783] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279494] ACPI: Interpreter enabled [ 0.280291] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287843] ACPI: (supports S0 S5) [ 0.288569] ACPI: Using IOAPIC for interrupt routing [ 0.289553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292699] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.293937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295237] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296505] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298890] acpiphp: Slot [3] registered [ 0.299701] acpiphp: Slot [4] registered [ 0.300558] acpiphp: Slot [5] registered [ 0.301377] acpiphp: Slot [6] registered [ 0.302225] acpiphp: Slot [7] registered [ 0.303059] acpiphp: Slot [8] registered [ 0.303886] acpiphp: Slot [9] registered [ 0.304717] acpiphp: Slot [10] registered [ 0.305555] acpiphp: Slot [11] registered [ 0.306395] acpiphp: Slot [12] registered [ 0.307237] acpiphp: Slot [13] registered [ 0.308077] acpiphp: Slot [14] registered [ 0.308918] acpiphp: Slot [15] registered [ 0.319581] acpiphp: Slot [16] registered [ 0.320446] acpiphp: Slot [17] registered [ 0.321283] acpiphp: Slot [18] registered [ 0.322121] acpiphp: Slot [19] registered [ 0.322982] acpiphp: Slot [20] registered [ 0.323823] acpiphp: Slot [21] registered [ 0.324657] acpiphp: Slot [22] registered [ 0.325500] acpiphp: Slot [23] registered [ 0.326352] acpiphp: Slot [24] registered [ 0.327191] acpiphp: Slot [25] registered [ 0.328033] acpiphp: Slot [26] registered [ 0.328871] acpiphp: Slot [27] registered [ 0.329707] acpiphp: Slot [28] registered [ 0.330594] acpiphp: Slot [29] registered [ 0.331438] acpiphp: Slot [30] registered [ 0.332282] acpiphp: Slot [31] registered [ 0.333121] PCI host bridge to bus 0000:00 [ 0.333959] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.335218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336488] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.337995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.339498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.341045] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344446] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.345777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348309] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.351890] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.353508] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.372532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.374072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.376121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377582] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.379009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.380286] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381819] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.384587] vgaarb: loaded [ 0.385199] vgaarb: bridge control possible 0000:00:02.0 [ 0.386461] SCSI subsystem initialized [ 0.387402] ACPI: bus type USB registered [ 0.388246] usbcore: registered new interface driver usbfs [ 0.389327] usbcore: registered new interface driver hub [ 0.390403] usbcore: registered new device driver usb [ 0.391524] PCI: Using ACPI for IRQ routing [ 0.392681] NetLabel: Initializing [ 0.393442] NetLabel: domain hash size = 128 [ 0.394329] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.395299] NetLabel: unlabeled traffic allowed by default [ 0.396469] clocksource: Switched to clocksource kvm-clock [ 0.404494] AppArmor: AppArmor Filesystem Enabled [ 0.405474] pnp: PnP ACPI init [ 0.406414] pnp: PnP ACPI: found 5 devices [ 0.412720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.414578] NET: Registered protocol family 2 [ 0.415643] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.416976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.418206] TCP: Hash tables configured (established 4096 bind 4096) [ 0.419456] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420600] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.421811] NET: Registered protocol family 1 [ 0.422698] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.423893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425002] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.439060] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.453255] Trying to unpack rootfs image as initramfs... [ 0.509773] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.511477] Scanning for low memory corruption every 60 seconds [ 0.512912] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514126] audit: initializing netlink subsys (disabled) [ 0.515192] audit: type=2000 audit(1534139030.535:1): initialized [ 0.516607] Initialise system trusted keyring [ 0.517595] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.518807] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.520988] zbud: loaded [ 0.521741] VFS: Disk quotas dquot_6.6.0 [ 0.522598] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524269] fuse init (API version 7.23) [ 0.525216] Key type big_key registered [ 0.526066] Allocating IMA MOK and blacklist keyrings. [ 0.527353] Key type asymmetric registered [ 0.528216] Asymmetric key parser 'x509' registered [ 0.529226] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530771] io scheduler noop registered [ 0.531591] io scheduler deadline registered (default) [ 0.532644] io scheduler cfq registered [ 0.533536] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535959] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537481] ACPI: Power Button [PWRF] [ 0.538364] GHES: HEST is not enabled! [ 0.552067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580167] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582772] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.608151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.611623] Linux agpgart interface v0.103 [ 0.614970] brd: module loaded [ 0.617014] loop: module loaded [ 0.621481] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.623004] GPT:90111 != 2097151 [ 0.623702] GPT:Alternate GPT header not at the end of the disk. [ 0.624854] GPT:90111 != 2097151 [ 0.625556] GPT: Use GNU Parted to correct GPT errors. [ 0.626567] vda: vda1 vda15 [ 0.628084] scsi host0: ata_piix [ 0.628941] scsi host1: ata_piix [ 0.629690] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.630967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.632511] libphy: Fixed MDIO Bus: probed [ 0.633372] tun: Universal TUN/TAP device driver, 1.6 [ 0.634364] tun: (C) 1999-2004 Max Krasnyansky [ 0.637048] PPP generic driver version 2.4.2 [ 0.638498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639746] ehci-pci: EHCI PCI platform driver [ 0.640673] ehci-platform: EHCI generic platform driver [ 0.641716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.642963] ohci-pci: OHCI PCI platform driver [ 0.643873] ohci-platform: OHCI generic platform driver [ 0.644931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.659374] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.660427] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661950] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663002] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.664204] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667013] usb usb1: Product: UHCI Host Controller [ 0.667993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669193] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670216] hub 1-0:1.0: USB hub found [ 0.671038] hub 1-0:1.0: 2 ports detected [ 0.672037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674276] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676401] mousedev: PS/2 mouse device common for all mice [ 0.677740] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679853] rtc_cmos 00:00: RTC can wake from S4 [ 0.681034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682284] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683540] i2c /dev entries driver [ 0.684341] device-mapper: uevent: version 1.0.3 [ 0.685365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688616] NET: Registered protocol family 10 [ 0.689802] NET: Registered protocol family 17 [ 0.690771] Key type dns_resolver registered [ 0.691812] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692977] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694865] registered taskstats version 1 [ 0.695773] Loading compiled-in X.509 certificates [ 0.697312] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.699314] zswap: loaded using pool lzo/zbud [ 0.701046] Key type trusted registered [ 0.702904] Key type encrypted registered [ 0.703812] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704920] ima: No TPM chip found, activating TPM-bypass! [ 0.706040] evm: HMAC attrs: 0x1 [ 0.707057] Magic number: 14:201:719 [ 0.707961] rtc_cmos 00:00: setting system clock to 2018-08-13 05:43:50 UTC (1534139030) [ 0.709671] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710856] EDD information not available. [ 0.789790] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.801558] Write protecting the kernel read-only data: 14336k [ 0.803786] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805721] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.851605] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.88 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... 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 0.97. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys 2018-08-13 05:43:52,264 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - Pinging 192.168.120.10. Waiting for response... 2018-08-13 05:43:53,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:53,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:53,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70afbdf5-6073-4e82-aade-956ee1e93747 x-compute-request-id: req-70afbdf5-6073-4e82-aade-956ee1e93747 Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:d1:7d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:49.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:49Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:37Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:53,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-70afbdf5-6073-4e82-aade-956ee1e93747 2018-08-13 05:43:53,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.34064078331s 2018-08-13 05:43:53,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-70afbdf5-6073-4e82-aade-956ee1e93747 2018-08-13 05:43:53,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:43:53,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:43:53,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c5df880-b714-47f4-af3e-e79c1d289535 x-compute-request-id: req-3c5df880-b714-47f4-af3e-e79c1d289535 Content-Encoding: gzip Content-Length: 9536 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 490160600 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.173387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.175066] pid_max: default: 32768 minimum: 301\n[ 0.175972] ACPI: Core revision 20150930\n[ 0.177409] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.178752] Security Framework initialized\n[ 0.179578] Yama: becoming mindful.\n[ 0.180346] AppArmor: AppArmor initialized\n[ 0.181277] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.182662] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.183963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.185242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.186671] Initializing cgroup subsys io\n[ 0.187497] Initializing cgroup subsys memory\n[ 0.188383] Initializing cgroup subsys devices\n[ 0.189320] Initializing cgroup subsys freezer\n[ 0.190237] Initializing cgroup subsys net_cls\n[ 0.191131] Initializing cgroup subsys perf_event\n[ 0.192092] Initializing cgroup subsys net_prio\n[ 0.193048] Initializing cgroup subsys hugetlb\n[ 0.193930] Initializing cgroup subsys pids\n[ 0.194810] CPU: Physical Processor ID: 0\n[ 0.196325] mce: CPU supports 10 MCE banks\n[ 0.197265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.198282] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.212486] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.218500] ftrace: allocating 31920 entries in 125 pages\n[ 0.243189] smpboot: Max logical packages: 1\n[ 0.244071] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.245444] x2apic enabled\n[ 0.246257] Switched APIC routing to physical x2apic.\n[ 0.247986] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.249176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251231] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.253086] KVM setup paravirtual spinlock\n[ 0.254384] x86: Booted up 1 node, 1 CPUs\n[ 0.255217] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.256662] devtmpfs: initialized\n[ 0.258374] evm: security.selinux\n[ 0.259083] evm: security.SMACK64\n[ 0.259780] evm: security.SMACK64EXEC\n[ 0.260542] evm: security.SMACK64TRANSMUTE\n[ 0.261360] evm: security.SMACK64MMAP\n[ 0.262154] evm: security.ima\n[ 0.262816] evm: security.capability\n[ 0.263645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.265568] pinctrl core: initialized pinctrl subsystem\n[ 0.266728] RTC time: 5:43:49, date: 08/13/18\n[ 0.267714] NET: Registered protocol family 16\n[ 0.268725] cpuidle: using governor ladder\n[ 0.269568] cpuidle: using governor menu\n[ 0.270366] PCCT header not found.\n[ 0.271132] ACPI: bus type PCI registered\n[ 0.271963] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.273267] PCI: Using configuration type 1 for base access\n[ 0.275040] ACPI: Added _OSI(Module Device)\n[ 0.275906] ACPI: Added _OSI(Processor Device)\n[ 0.276783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.277722] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.279494] ACPI: Interpreter enabled\n[ 0.280291] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.282209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.284103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.285971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.287843] ACPI: (supports S0 S5)\n[ 0.288569] ACPI: Using IOAPIC for interrupt routing\n[ 0.289553] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.292699] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.293937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.295237] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.296505] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.298890] acpiphp: Slot [3] registered\n[ 0.299701] acpiphp: Slot [4] registered\n[ 0.300558] acpiphp: Slot [5] registered\n[ 0.301377] acpiphp: Slot [6] registered\n[ 0.302225] acpiphp: Slot [7] registered\n[ 0.303059] acpiphp: Slot [8] registered\n[ 0.303886] acpiphp: Slot [9] registered\n[ 0.304717] acpiphp: Slot [10] registered\n[ 0.305555] acpiphp: Slot [11] registered\n[ 0.306395] acpiphp: Slot [12] registered\n[ 0.307237] acpiphp: Slot [13] registered\n[ 0.308077] acpiphp: Slot [14] registered\n[ 0.308918] acpiphp: Slot [15] registered\n[ 0.319581] acpiphp: Slot [16] registered\n[ 0.320446] acpiphp: Slot [17] registered\n[ 0.321283] acpiphp: Slot [18] registered\n[ 0.322121] acpiphp: Slot [19] registered\n[ 0.322982] acpiphp: Slot [20] registered\n[ 0.323823] acpiphp: Slot [21] registered\n[ 0.324657] acpiphp: Slot [22] registered\n[ 0.325500] acpiphp: Slot [23] registered\n[ 0.326352] acpiphp: Slot [24] registered\n[ 0.327191] acpiphp: Slot [25] registered\n[ 0.328033] acpiphp: Slot [26] registered\n[ 0.328871] acpiphp: Slot [27] registered\n[ 0.329707] acpiphp: Slot [28] registered\n[ 0.330594] acpiphp: Slot [29] registered\n[ 0.331438] acpiphp: Slot [30] registered\n[ 0.332282] acpiphp: Slot [31] registered\n[ 0.333121] PCI host bridge to bus 0000:00\n[ 0.333959] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.336488] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.337995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.339498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.341045] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.344446] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.345777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.346996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.348309] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.351890] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.353508] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.372532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.374072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.376121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.377582] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.379009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.380286] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.381819] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.382965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.384587] vgaarb: loaded\n[ 0.385199] vgaarb: bridge control possible 0000:00:02.0\n[ 0.386461] SCSI subsystem initialized\n[ 0.387402] ACPI: bus type USB registered\n[ 0.388246] usbcore: registered new interface driver usbfs\n[ 0.389327] usbcore: registered new interface driver hub\n[ 0.390403] usbcore: registered new device driver usb\n[ 0.391524] PCI: Using ACPI for IRQ routing\n[ 0.392681] NetLabel: Initializing\n[ 0.393442] NetLabel: domain hash size = 128\n[ 0.394329] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.395299] NetLabel: unlabeled traffic allowed by default\n[ 0.396469] clocksource: Switched to clocksource kvm-clock\n[ 0.404494] AppArmor: AppArmor Filesystem Enabled\n[ 0.405474] pnp: PnP ACPI init\n[ 0.406414] pnp: PnP ACPI: found 5 devices\n[ 0.412720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.414578] NET: Registered protocol family 2\n[ 0.415643] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.416976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.418206] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.419456] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420600] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.421811] NET: Registered protocol family 1\n[ 0.422698] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.423893] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.425002] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.439060] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.453255] Trying to unpack rootfs image as initramfs...\n[ 0.509773] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511477] Scanning for low memory corruption every 60 seconds\n[ 0.512912] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514126] audit: initializing netlink subsys (disabled)\n[ 0.515192] audit: type=2000 audit(1534139030.535:1): initialized\n[ 0.516607] Initialise system trusted keyring\n[ 0.517595] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.518807] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.520988] zbud: loaded\n[ 0.521741] VFS: Disk quotas dquot_6.6.0\n[ 0.522598] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524269] fuse init (API version 7.23)\n[ 0.525216] Key type big_key registered\n[ 0.526066] Allocating IMA MOK and blacklist keyrings.\n[ 0.527353] Key type asymmetric registered\n[ 0.528216] Asymmetric key parser 'x509' registered\n[ 0.529226] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.530771] io scheduler noop registered\n[ 0.531591] io scheduler deadline registered (default)\n[ 0.532644] io scheduler cfq registered\n[ 0.533536] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.534628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.535959] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.537481] ACPI: Power Button [PWRF]\n[ 0.538364] GHES: HEST is not enabled!\n[ 0.552067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580167] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.582772] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611623] Linux agpgart interface v0.103\n[ 0.614970] brd: module loaded\n[ 0.617014] loop: module loaded\n[ 0.621481] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623004] GPT:90111 != 2097151\n[ 0.623702] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624854] GPT:90111 != 2097151\n[ 0.625556] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626567] vda: vda1 vda15\n[ 0.628084] scsi host0: ata_piix\n[ 0.628941] scsi host1: ata_piix\n[ 0.629690] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.630967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.632511] libphy: Fixed MDIO Bus: probed\n[ 0.633372] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634364] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637048] PPP generic driver version 2.4.2\n[ 0.638498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639746] ehci-pci: EHCI PCI platform driver\n[ 0.640673] ehci-platform: EHCI generic platform driver\n[ 0.641716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642963] ohci-pci: OHCI PCI platform driver\n[ 0.643873] ohci-platform: OHCI generic platform driver\n[ 0.644931] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659374] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660427] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661950] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663002] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.664204] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667013] usb usb1: Product: UHCI Host Controller\n[ 0.667993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669193] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670216] hub 1-0:1.0: USB hub found\n[ 0.671038] hub 1-0:1.0: 2 ports detected\n[ 0.672037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674276] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675301] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676401] mousedev: PS/2 mouse device common for all mice\n[ 0.677740] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679853] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682284] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683540] i2c /dev entries driver\n[ 0.684341] device-mapper: uevent: version 1.0.3\n[ 0.685365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687089] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688616] NET: Registered protocol family 10\n[ 0.689802] NET: Registered protocol family 17\n[ 0.690771] Key type dns_resolver registered\n[ 0.691812] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692977] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694865] registered taskstats version 1\n[ 0.695773] Loading compiled-in X.509 certificates\n[ 0.697312] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.699314] zswap: loaded using pool lzo/zbud\n[ 0.701046] Key type trusted registered\n[ 0.702904] Key type encrypted registered\n[ 0.703812] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704920] ima: No TPM chip found, activating TPM-bypass!\n[ 0.706040] evm: HMAC attrs: 0x1\n[ 0.707057] Magic number: 14:201:719\n[ 0.707961] rtc_cmos 00:00: setting system clock to 2018-08-13 05:43:50 UTC (1534139030)\n[ 0.709671] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710856] EDD information not available.\n[ 0.789790] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.801558] Write protecting the kernel read-only data: 14336k\n[ 0.803786] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.805721] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.851605] random: blkid urandom read with 2 bits 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.88\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\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 0.97. iid=i-00000006\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\nvPing OK\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRfELEk79bVwFcPGEpwgd0FlI6MmrWZFFZbMZN0UKPhHdZr8nfCS097qTHgeFEi1WgF/WDt+7Goi8tORGTi9ZEetHZCF4OhCOZnuw7ibQ0Usi/vKbhP+n5Im1wZfXLUowCoHg1T1l1HUr3RmXNc2jCbxD1dyGlNrUD4Mc9dPAG6Omaq8ojIjVWwy41tPSQv6Ittyr+sWJ9Sq42Cn0gdW4x1y7jZxcgka/+GYAxpphlixSz55tY4n2YT8mQ9Msh6N0FDt3LySiy+djc1/a3mqsfhWXaYtbNjuhJD52SgYhs8V5M1ZOrazO5Qebr35eIBZUxNsC+Wd3uXd39tPRlPW25 root@vping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2\nssh-dss AAAAB3NzaC1kc3MAAACBAJNNYP8/jWRgS09oxPgexvTv+kFUAe7IC0I0S3AfVZaBjF4f8ZK7455piUXWA/ok6CgniYbFhfqbGjrsT2X0C/nUZF0kY8ak5hCG7IICp1nNKehY7t5o1My4l0hhkZJXrIcNF2QhOkZFtMqILOlG4pTeBOAfeovWpNoYBFhmRhZRAAAAFQCr3xsoB96wA8A+A67D7nRk4X5gOQAAAIALxSelmZjyKrA92k0fa0n9yCxyhf3kJzDoyBXr5Nw4AON51ezrcP2Y9qAc1GY1ycF3x3mvKoip23Os9TV/mQpuwJyk0myhWDNuFjyHg28pVFd+oBnT2zSwUZnvswpDAPWkPxlW7SNqY8FdXWbYyQwsq+Mok0mX808W+HakpbyFQQAAAIAs5EovmDZootn55euS5S2Mutrwb1G2P5Pkk5QwoR3jqUqBabCXh3DotZBdxUB67PMPtvnTgiIxDVStRCZvfUlW1DM06KuOHv/XIBx6dL+u174g1Z3SApY2ClTN4dBNdS1atxS8TL+T2/nLCeB9DpiZdRAiyG5Eg0SM/eU3SI1mUQ== root@vping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.20s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:febd:d17d/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000006\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.11 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nvping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2 login: "} 2018-08-13 05:43:53,679 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9/action used request id req-3c5df880-b714-47f4-af3e-e79c1d289535 2018-08-13 05:43:53,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0697200298309s 2018-08-13 05:43:53,680 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9/action used request id req-3c5df880-b714-47f4-af3e-e79c1d289535 2018-08-13 05:43:53,680 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 490160600 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.173387] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.175066] pid_max: default: 32768 minimum: 301 [ 0.175972] ACPI: Core revision 20150930 [ 0.177409] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.178752] Security Framework initialized [ 0.179578] Yama: becoming mindful. [ 0.180346] AppArmor: AppArmor initialized [ 0.181277] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.182662] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.183963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.185242] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.186671] Initializing cgroup subsys io [ 0.187497] Initializing cgroup subsys memory [ 0.188383] Initializing cgroup subsys devices [ 0.189320] Initializing cgroup subsys freezer [ 0.190237] Initializing cgroup subsys net_cls [ 0.191131] Initializing cgroup subsys perf_event [ 0.192092] Initializing cgroup subsys net_prio [ 0.193048] Initializing cgroup subsys hugetlb [ 0.193930] Initializing cgroup subsys pids [ 0.194810] CPU: Physical Processor ID: 0 [ 0.196325] mce: CPU supports 10 MCE banks [ 0.197265] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.198282] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.212486] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.218500] ftrace: allocating 31920 entries in 125 pages [ 0.243189] smpboot: Max logical packages: 1 [ 0.244071] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.245444] x2apic enabled [ 0.246257] Switched APIC routing to physical x2apic. [ 0.247986] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.249176] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.251231] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.253086] KVM setup paravirtual spinlock [ 0.254384] x86: Booted up 1 node, 1 CPUs [ 0.255217] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.256662] devtmpfs: initialized [ 0.258374] evm: security.selinux [ 0.259083] evm: security.SMACK64 [ 0.259780] evm: security.SMACK64EXEC [ 0.260542] evm: security.SMACK64TRANSMUTE [ 0.261360] evm: security.SMACK64MMAP [ 0.262154] evm: security.ima [ 0.262816] evm: security.capability [ 0.263645] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.265568] pinctrl core: initialized pinctrl subsystem [ 0.266728] RTC time: 5:43:49, date: 08/13/18 [ 0.267714] NET: Registered protocol family 16 [ 0.268725] cpuidle: using governor ladder [ 0.269568] cpuidle: using governor menu [ 0.270366] PCCT header not found. [ 0.271132] ACPI: bus type PCI registered [ 0.271963] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.273267] PCI: Using configuration type 1 for base access [ 0.275040] ACPI: Added _OSI(Module Device) [ 0.275906] ACPI: Added _OSI(Processor Device) [ 0.276783] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.277722] ACPI: Added _OSI(Processor Aggregator Device) [ 0.279494] ACPI: Interpreter enabled [ 0.280291] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.282209] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.284103] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.285971] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.287843] ACPI: (supports S0 S5) [ 0.288569] ACPI: Using IOAPIC for interrupt routing [ 0.289553] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.292699] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.293937] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.295237] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.296505] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.298890] acpiphp: Slot [3] registered [ 0.299701] acpiphp: Slot [4] registered [ 0.300558] acpiphp: Slot [5] registered [ 0.301377] acpiphp: Slot [6] registered [ 0.302225] acpiphp: Slot [7] registered [ 0.303059] acpiphp: Slot [8] registered [ 0.303886] acpiphp: Slot [9] registered [ 0.304717] acpiphp: Slot [10] registered [ 0.305555] acpiphp: Slot [11] registered [ 0.306395] acpiphp: Slot [12] registered [ 0.307237] acpiphp: Slot [13] registered [ 0.308077] acpiphp: Slot [14] registered [ 0.308918] acpiphp: Slot [15] registered [ 0.319581] acpiphp: Slot [16] registered [ 0.320446] acpiphp: Slot [17] registered [ 0.321283] acpiphp: Slot [18] registered [ 0.322121] acpiphp: Slot [19] registered [ 0.322982] acpiphp: Slot [20] registered [ 0.323823] acpiphp: Slot [21] registered [ 0.324657] acpiphp: Slot [22] registered [ 0.325500] acpiphp: Slot [23] registered [ 0.326352] acpiphp: Slot [24] registered [ 0.327191] acpiphp: Slot [25] registered [ 0.328033] acpiphp: Slot [26] registered [ 0.328871] acpiphp: Slot [27] registered [ 0.329707] acpiphp: Slot [28] registered [ 0.330594] acpiphp: Slot [29] registered [ 0.331438] acpiphp: Slot [30] registered [ 0.332282] acpiphp: Slot [31] registered [ 0.333121] PCI host bridge to bus 0000:00 [ 0.333959] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.335218] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.336488] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.337995] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.339498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.341045] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.344446] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.345777] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.346996] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.348309] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.351890] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.353508] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.372532] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.374072] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.376121] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.377582] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.379009] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.380286] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.381819] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382965] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.384587] vgaarb: loaded [ 0.385199] vgaarb: bridge control possible 0000:00:02.0 [ 0.386461] SCSI subsystem initialized [ 0.387402] ACPI: bus type USB registered [ 0.388246] usbcore: registered new interface driver usbfs [ 0.389327] usbcore: registered new interface driver hub [ 0.390403] usbcore: registered new device driver usb [ 0.391524] PCI: Using ACPI for IRQ routing [ 0.392681] NetLabel: Initializing [ 0.393442] NetLabel: domain hash size = 128 [ 0.394329] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.395299] NetLabel: unlabeled traffic allowed by default [ 0.396469] clocksource: Switched to clocksource kvm-clock [ 0.404494] AppArmor: AppArmor Filesystem Enabled [ 0.405474] pnp: PnP ACPI init [ 0.406414] pnp: PnP ACPI: found 5 devices [ 0.412720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.414578] NET: Registered protocol family 2 [ 0.415643] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.416976] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.418206] TCP: Hash tables configured (established 4096 bind 4096) [ 0.419456] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.420600] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.421811] NET: Registered protocol family 1 [ 0.422698] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.423893] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.425002] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.439060] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.453255] Trying to unpack rootfs image as initramfs... [ 0.509773] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.511477] Scanning for low memory corruption every 60 seconds [ 0.512912] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.514126] audit: initializing netlink subsys (disabled) [ 0.515192] audit: type=2000 audit(1534139030.535:1): initialized [ 0.516607] Initialise system trusted keyring [ 0.517595] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.518807] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.520988] zbud: loaded [ 0.521741] VFS: Disk quotas dquot_6.6.0 [ 0.522598] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.524269] fuse init (API version 7.23) [ 0.525216] Key type big_key registered [ 0.526066] Allocating IMA MOK and blacklist keyrings. [ 0.527353] Key type asymmetric registered [ 0.528216] Asymmetric key parser 'x509' registered [ 0.529226] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.530771] io scheduler noop registered [ 0.531591] io scheduler deadline registered (default) [ 0.532644] io scheduler cfq registered [ 0.533536] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.534628] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.535959] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.537481] ACPI: Power Button [PWRF] [ 0.538364] GHES: HEST is not enabled! [ 0.552067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.580167] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.582772] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.608151] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.611623] Linux agpgart interface v0.103 [ 0.614970] brd: module loaded [ 0.617014] loop: module loaded [ 0.621481] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.623004] GPT:90111 != 2097151 [ 0.623702] GPT:Alternate GPT header not at the end of the disk. [ 0.624854] GPT:90111 != 2097151 [ 0.625556] GPT: Use GNU Parted to correct GPT errors. [ 0.626567] vda: vda1 vda15 [ 0.628084] scsi host0: ata_piix [ 0.628941] scsi host1: ata_piix [ 0.629690] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.630967] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.632511] libphy: Fixed MDIO Bus: probed [ 0.633372] tun: Universal TUN/TAP device driver, 1.6 [ 0.634364] tun: (C) 1999-2004 Max Krasnyansky [ 0.637048] PPP generic driver version 2.4.2 [ 0.638498] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.639746] ehci-pci: EHCI PCI platform driver [ 0.640673] ehci-platform: EHCI generic platform driver [ 0.641716] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.642963] ohci-pci: OHCI PCI platform driver [ 0.643873] ohci-platform: OHCI generic platform driver [ 0.644931] uhci_hcd: USB Universal Host Controller Interface driver [ 0.659374] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.660427] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.661950] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.663002] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.664204] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.665502] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.667013] usb usb1: Product: UHCI Host Controller [ 0.667993] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.669193] usb usb1: SerialNumber: 0000:00:01.2 [ 0.670216] hub 1-0:1.0: USB hub found [ 0.671038] hub 1-0:1.0: 2 ports detected [ 0.672037] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.674276] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.675301] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.676401] mousedev: PS/2 mouse device common for all mice [ 0.677740] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.679853] rtc_cmos 00:00: RTC can wake from S4 [ 0.681034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.682284] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.683540] i2c /dev entries driver [ 0.684341] device-mapper: uevent: version 1.0.3 [ 0.685365] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.687089] ledtrig-cpu: registered to indicate activity on CPUs [ 0.688616] NET: Registered protocol family 10 [ 0.689802] NET: Registered protocol family 17 [ 0.690771] Key type dns_resolver registered [ 0.691812] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.692977] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.694865] registered taskstats version 1 [ 0.695773] Loading compiled-in X.509 certificates [ 0.697312] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.699314] zswap: loaded using pool lzo/zbud [ 0.701046] Key type trusted registered [ 0.702904] Key type encrypted registered [ 0.703812] AppArmor: AppArmor sha1 policy hashing enabled [ 0.704920] ima: No TPM chip found, activating TPM-bypass! [ 0.706040] evm: HMAC attrs: 0x1 [ 0.707057] Magic number: 14:201:719 [ 0.707961] rtc_cmos 00:00: setting system clock to 2018-08-13 05:43:50 UTC (1534139030) [ 0.709671] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.710856] EDD information not available. [ 0.789790] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.801558] Write protecting the kernel read-only data: 14336k [ 0.803786] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.805721] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.851605] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.88 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... 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 0.97. iid=i-00000006 failed to get http://169.254.169.254/2009-04-04/meta-data/public-keys warning: no ec2 metadata for public-keys Top of dropbear init script Starting dropbear sshd: OK GROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119 vPing OK === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.912 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRfELEk79bVwFcPGEpwgd0FlI6MmrWZFFZbMZN0UKPhHdZr8nfCS097qTHgeFEi1WgF/WDt+7Goi8tORGTi9ZEetHZCF4OhCOZnuw7ibQ0Usi/vKbhP+n5Im1wZfXLUowCoHg1T1l1HUr3RmXNc2jCbxD1dyGlNrUD4Mc9dPAG6Omaq8ojIjVWwy41tPSQv6Ittyr+sWJ9Sq42Cn0gdW4x1y7jZxcgka/+GYAxpphlixSz55tY4n2YT8mQ9Msh6N0FDt3LySiy+djc1/a3mqsfhWXaYtbNjuhJD52SgYhs8V5M1ZOrazO5Qebr35eIBZUxNsC+Wd3uXd39tPRlPW25 root@vping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2 ssh-dss AAAAB3NzaC1kc3MAAACBAJNNYP8/jWRgS09oxPgexvTv+kFUAe7IC0I0S3AfVZaBjF4f8ZK7455piUXWA/ok6CgniYbFhfqbGjrsT2X0C/nUZF0kY8ak5hCG7IICp1nNKehY7t5o1My4l0hhkZJXrIcNF2QhOkZFtMqILOlG4pTeBOAfeovWpNoYBFhmRhZRAAAAFQCr3xsoB96wA8A+A67D7nRk4X5gOQAAAIALxSelmZjyKrA92k0fa0n9yCxyhf3kJzDoyBXr5Nw4AON51ezrcP2Y9qAc1GY1ycF3x3mvKoip23Os9TV/mQpuwJyk0myhWDNuFjyHg28pVFd+oBnT2zSwUZnvswpDAPWkPxlW7SNqY8FdXWbYyQwsq+Mok0mX808W+HakpbyFQQAAAIAs5EovmDZootn55euS5S2Mutrwb1G2P5Pkk5QwoR3jqUqBabCXh3DotZBdxUB67PMPtvnTgiIxDVStRCZvfUlW1DM06KuOHv/XIBx6dL+u174g1Z3SApY2ClTN4dBNdS1atxS8TL+T2/nLCeB9DpiZdRAiyG5Eg0SM/eU3SI1mUQ== root@vping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.20s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.11,24,fe80::f816:3eff:febd:d17d/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.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-00000006 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.11 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-955fba19-329f-4906-8f11-16d17e4483a2 login: 2018-08-13 05:43:53,682 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-08-13 05:43:53,794 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:43:53,794 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:32 | PASS | +------------------------+------------------+------------------+----------------+ 2018-08-13 05:43:53,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:43:53,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:54,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:43:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a0d556be-57a1-44cc-9ed1-7ecf967c4cd7 x-compute-request-id: req-a0d556be-57a1-44cc-9ed1-7ecf967c4cd7 Content-Type: application/json 2018-08-13 05:43:54,097 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0 used request id req-a0d556be-57a1-44cc-9ed1-7ecf967c4cd7 2018-08-13 05:43:54,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.298542022705s 2018-08-13 05:43:54,098 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0 used request id req-a0d556be-57a1-44cc-9ed1-7ecf967c4cd7 2018-08-13 05:43:54,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:54,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:54,345 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1cb9dd12-21ff-4310-83fe-f680f3e14c08 x-compute-request-id: req-1cb9dd12-21ff-4310-83fe-f680f3e14c08 Content-Encoding: gzip Content-Length: 872 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:d1:7d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:49.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:49Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:58:02", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:37.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "e40f2158-bf13-4b7e-b8d1-f1ddacf4acc0", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:54Z", "hostId": "e0f3fc786970bb3aad0bd1bca33a26f1ba63b1e9484696880b87344a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:30Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:54,345 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1cb9dd12-21ff-4310-83fe-f680f3e14c08 2018-08-13 05:43:54,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.247179031372s 2018-08-13 05:43:54,346 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1cb9dd12-21ff-4310-83fe-f680f3e14c08 2018-08-13 05:43:54,349 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:56,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:56,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:56,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9bea2794-d99b-433e-b946-8590b4574c5f x-compute-request-id: req-9bea2794-d99b-433e-b946-8590b4574c5f Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:d1:7d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:49.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:49Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:56,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9bea2794-d99b-433e-b946-8590b4574c5f 2018-08-13 05:43:56,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.159075975418s 2018-08-13 05:43:56,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9bea2794-d99b-433e-b946-8590b4574c5f 2018-08-13 05:43:56,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:43:56,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:56,673 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:43:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a89c4046-3221-4e77-a0b3-03de26ca2146 x-compute-request-id: req-a89c4046-3221-4e77-a0b3-03de26ca2146 Content-Type: application/json 2018-08-13 05:43:56,673 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9 used request id req-a89c4046-3221-4e77-a0b3-03de26ca2146 2018-08-13 05:43:56,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.15998506546s 2018-08-13 05:43:56,674 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9 used request id req-a89c4046-3221-4e77-a0b3-03de26ca2146 2018-08-13 05:43:56,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:56,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:56,849 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9dfb1f1b-f2ce-46f7-a206-ca072c29c2fb x-compute-request-id: req-9dfb1f1b-f2ce-46f7-a206-ca072c29c2fb Content-Encoding: gzip Content-Length: 746 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:d1:7d", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7309cc3-3940-46d7-b625-1dca5b7554a9", "rel": "bookmark"}], "image": {"id": "71155550-f246-4161-b554-a2a7ac92303b", "links": [{"href": "http://172.30.9.22:8774/images/71155550-f246-4161-b554-a2a7ac92303b", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:43:49.000000", "flavor": {"id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739", "links": [{"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}]}, "id": "a7309cc3-3940-46d7-b625-1dca5b7554a9", "security_groups": [{"name": "default"}], "user_id": "96b60a400f414f06b9d83e9955b5deba", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:43:56Z", "hostId": "d5fb68e82a636dd631b25190e2965bd529bb86293eac75ade0f6d33a", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_955fba19-329f-4906-8f11-16d17e4483a2", "created": "2018-08-13T05:43:42Z", "tenant_id": "92509c4905524fceab6209530b0610fb", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:43:56,849 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9dfb1f1b-f2ce-46f7-a206-ca072c29c2fb 2018-08-13 05:43:56,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.174716949463s 2018-08-13 05:43:56,849 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9dfb1f1b-f2ce-46f7-a206-ca072c29c2fb 2018-08-13 05:43:56,851 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:43:58,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:43:58,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:43:58,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:43:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5449b325-7ede-4b13-ba3e-681e7153144d x-compute-request-id: req-5449b325-7ede-4b13-ba3e-681e7153144d Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-13 05:43:58,945 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5449b325-7ede-4b13-ba3e-681e7153144d 2018-08-13 05:43:58,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0912501811981s 2018-08-13 05:43:58,945 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5449b325-7ede-4b13-ba3e-681e7153144d 2018-08-13 05:43:58,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:43:58,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" -d '{"subnet_id": "b2de2253-4cbc-4eca-971d-595a0489f59f"}' 2018-08-13 05:44:00,597 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c28c3363-5ca6-48be-a883-ff730867b1d8 Date: Mon, 13 Aug 2018 05:44:00 GMT RESP BODY: {"network_id": "ade0a9de-ff67-4ff6-b1c8-15dc910d7839", "tenant_id": "92509c4905524fceab6209530b0610fb", "subnet_id": "b2de2253-4cbc-4eca-971d-595a0489f59f", "subnet_ids": ["b2de2253-4cbc-4eca-971d-595a0489f59f"], "port_id": "bcfeb4c2-5714-4559-a018-b2b0f866ed41", "id": "ee337306-36eb-4e2a-88da-19819ee093e4"} 2018-08-13 05:44:00,597 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4/remove_router_interface.json used request id req-c28c3363-5ca6-48be-a883-ff730867b1d8 2018-08-13 05:44:00,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.65138101578s 2018-08-13 05:44:00,597 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4/remove_router_interface.json used request id req-c28c3363-5ca6-48be-a883-ff730867b1d8 returning object ee337306-36eb-4e2a-88da-19819ee093e4 2018-08-13 05:44:00,598 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:44:00,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:00,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-10b4de6a-9a72-4ea4-b04b-c61d262d650b Date: Mon, 13 Aug 2018 05:44:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:23Z", "admin_state_up": true, "updated_at": "2018-08-13T05:43:59Z", "revision_number": 4, "routes": [], "project_id": "92509c4905524fceab6209530b0610fb", "id": "ee337306-36eb-4e2a-88da-19819ee093e4", "name": "vping_userdata-router_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:44:00,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-10b4de6a-9a72-4ea4-b04b-c61d262d650b 2018-08-13 05:44:00,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11530995369s 2018-08-13 05:44:00,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-10b4de6a-9a72-4ea4-b04b-c61d262d650b 2018-08-13 05:44:00,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:44:00,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:01,960 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9e12be2f-09f4-4ca5-aa33-aeb7e1aa24e7 Content-Length: 0 Date: Mon, 13 Aug 2018 05:44:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:44:01,961 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4.json used request id req-9e12be2f-09f4-4ca5-aa33-aeb7e1aa24e7 2018-08-13 05:44:01,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.24566793442s 2018-08-13 05:44:01,961 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/ee337306-36eb-4e2a-88da-19819ee093e4.json used request id req-9e12be2f-09f4-4ca5-aa33-aeb7e1aa24e7 2018-08-13 05:44:01,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:44:01,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:02,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-32103de1-4d2e-4f62-964a-0160a66f314c Date: Mon, 13 Aug 2018 05:44:02 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:23Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:43:23Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.120.2","end":"192.168.120.254"}],"gateway_ip":"192.168.120.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.120.0/24","project_id":"92509c4905524fceab6209530b0610fb","id":"b2de2253-4cbc-4eca-971d-595a0489f59f","subnetpool_id":null,"name":"vping_userdata-subnet_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:44:02,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-32103de1-4d2e-4f62-964a-0160a66f314c 2018-08-13 05:44:02,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0447800159454s 2018-08-13 05:44:02,007 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-32103de1-4d2e-4f62-964a-0160a66f314c 2018-08-13 05:44:02,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:44:02,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/b2de2253-4cbc-4eca-971d-595a0489f59f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:03,129 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-cea6a1ee-e2f0-4576-936c-431c1e4bd10f Date: Mon, 13 Aug 2018 05:44:03 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:44:03,130 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b2de2253-4cbc-4eca-971d-595a0489f59f.json used request id req-cea6a1ee-e2f0-4576-936c-431c1e4bd10f 2018-08-13 05:44:03,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.12157607079s 2018-08-13 05:44:03,130 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b2de2253-4cbc-4eca-971d-595a0489f59f.json used request id req-cea6a1ee-e2f0-4576-936c-431c1e4bd10f 2018-08-13 05:44:03,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:03,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:03,228 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1159 X-Openstack-Request-Id: req-d959f013-8e2c-4b53-a38c-e167f734f396 Date: Mon, 13 Aug 2018 05:44:03 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","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-08-13T05:44:02Z","tenant_id":"92509c4905524fceab6209530b0610fb","created_at":"2018-08-13T05:43:22Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"92509c4905524fceab6209530b0610fb","id":"ade0a9de-ff67-4ff6-b1c8-15dc910d7839","name":"vping_userdata-net_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:44:03,229 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d959f013-8e2c-4b53-a38c-e167f734f396 2018-08-13 05:44:03,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0982429981232s 2018-08-13 05:44:03,229 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d959f013-8e2c-4b53-a38c-e167f734f396 2018-08-13 05:44:03,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:44:03,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/ade0a9de-ff67-4ff6-b1c8-15dc910d7839.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:04,453 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e6b08a17-92d6-48b0-b23b-800e87375f2a Date: Mon, 13 Aug 2018 05:44:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:44:04,453 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ade0a9de-ff67-4ff6-b1c8-15dc910d7839.json used request id req-e6b08a17-92d6-48b0-b23b-800e87375f2a 2018-08-13 05:44:04,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.22329306602s 2018-08-13 05:44:04,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ade0a9de-ff67-4ff6-b1c8-15dc910d7839.json used request id req-e6b08a17-92d6-48b0-b23b-800e87375f2a 2018-08-13 05:44:04,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:44:04,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:04,496 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-dfcf45ba-fdce-44a6-afb6-4b2197db0d32 Date: Mon, 13 Aug 2018 05:44:04 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:43:27Z", "file": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b/file", "owner": "92509c4905524fceab6209530b0610fb", "id": "71155550-f246-4161-b554-a2a7ac92303b", "size": 12716032, "self": "/v2/images/71155550-f246-4161-b554-a2a7ac92303b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/71155550-f246-4161-b554-a2a7ac92303b/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_955fba19-329f-4906-8f11-16d17e4483a2", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:43:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:44:04,496 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dfcf45ba-fdce-44a6-afb6-4b2197db0d32 2018-08-13 05:44:04,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0383989810944s 2018-08-13 05:44:04,497 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dfcf45ba-fdce-44a6-afb6-4b2197db0d32 2018-08-13 05:44:04,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:44:04,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/71155550-f246-4161-b554-a2a7ac92303b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}319eda4a80c3747e01407e85c6aaba59a1853b56" 2018-08-13 05:44:05,630 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6e87aaa9-7a82-4f57-b3e8-b245b3188df6 Date: Mon, 13 Aug 2018 05:44:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:44:05,630 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/71155550-f246-4161-b554-a2a7ac92303b used request id req-6e87aaa9-7a82-4f57-b3e8-b245b3188df6 2018-08-13 05:44:05,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.13140106201s 2018-08-13 05:44:05,630 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/71155550-f246-4161-b554-a2a7ac92303b used request id req-6e87aaa9-7a82-4f57-b3e8-b245b3188df6 2018-08-13 05:44:05,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:44:05,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:44:05,654 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44: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-88fc3fda-c3b4-4930-b4cc-66a7a04d8f88 x-compute-request-id: req-88fc3fda-c3b4-4930-b4cc-66a7a04d8f88 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_955fba19-329f-4906-8f11-16d17e4483a2", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "d29da288-5bc4-46fe-bbb1-d75ed1c69739"}]} 2018-08-13 05:44:05,654 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-88fc3fda-c3b4-4930-b4cc-66a7a04d8f88 2018-08-13 05:44:05,655 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236799716949s 2018-08-13 05:44:05,655 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-88fc3fda-c3b4-4930-b4cc-66a7a04d8f88 2018-08-13 05:44:05,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:44:05,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:44:05,694 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:44: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-28dca54e-77dc-46cf-8dab-fb3126370ae1 x-compute-request-id: req-28dca54e-77dc-46cf-8dab-fb3126370ae1 Content-Length: 0 Content-Type: application/json 2018-08-13 05:44:05,694 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739 used request id req-28dca54e-77dc-46cf-8dab-fb3126370ae1 2018-08-13 05:44:05,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0383069515228s 2018-08-13 05:44:05,695 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/d29da288-5bc4-46fe-bbb1-d75ed1c69739 used request id req-28dca54e-77dc-46cf-8dab-fb3126370ae1 2018-08-13 05:44:05,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:44:05,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:44:05,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4eebb3d4-c004-461c-bac6-35a228baebfb Content-Encoding: gzip Content-Length: 837 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2", "links": {"self": "http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "96b60a400f414f06b9d83e9955b5deba", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:44:05,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4eebb3d4-c004-461c-bac6-35a228baebfb 2018-08-13 05:44:05,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198907852173s 2018-08-13 05:44:05,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-4eebb3d4-c004-461c-bac6-35a228baebfb 2018-08-13 05:44:05,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:44:05,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:44:06,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4e6fe8b-4769-41ea-bc73-0593856c59d4 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_955fba19-329f-4906-8f11-16d17e4483a2", "links": {"self": "http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "96b60a400f414f06b9d83e9955b5deba", "description": null}} 2018-08-13 05:44:06,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba used request id req-c4e6fe8b-4769-41ea-bc73-0593856c59d4 2018-08-13 05:44:06,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209717988968s 2018-08-13 05:44:06,109 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba used request id req-c4e6fe8b-4769-41ea-bc73-0593856c59d4 2018-08-13 05:44:06,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 05:44:06,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:44:06,405 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e7f90146-d133-47ad-97c6-18007f7b3c7b Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:44:06,405 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba used request id req-e7f90146-d133-47ad-97c6-18007f7b3c7b 2018-08-13 05:44:06,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.295135974884s 2018-08-13 05:44:06,406 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/96b60a400f414f06b9d83e9955b5deba used request id req-e7f90146-d133-47ad-97c6-18007f7b3c7b 2018-08-13 05:44:06,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:44:06,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:44:06,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7224774a-b8b8-4ab6-85ba-b96f733f3cb0 Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb"}, "tags": [], "enabled": true, "id": "92509c4905524fceab6209530b0610fb", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_955fba19-329f-4906-8f11-16d17e4483a2"}]} 2018-08-13 05:44:06,581 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-7224774a-b8b8-4ab6-85ba-b96f733f3cb0 2018-08-13 05:44:06,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.168563127518s 2018-08-13 05:44:06,582 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-7224774a-b8b8-4ab6-85ba-b96f733f3cb0 2018-08-13 05:44:06,586 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 05:44:06,589 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}8305d579e050e32818e0f2eb59202e9d103eb9cd" 2018-08-13 05:44:06,824 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:44:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-880049cd-73bc-4130-bbca-571a0ecddef3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:44:06,824 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb used request id req-880049cd-73bc-4130-bbca-571a0ecddef3 2018-08-13 05:44:06,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.237634897232s 2018-08-13 05:44:06,824 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/92509c4905524fceab6209530b0610fb used request id req-880049cd-73bc-4130-bbca-571a0ecddef3 2018-08-13 05:44:06,876 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-08-13 05:44:06,918 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:44:06,919 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:44:06,920 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:44:06,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:44:06,927 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43bbe0b8-0e1a-48b1-82c3-dfb3785b9c3c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:44:06,927 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-43bbe0b8-0e1a-48b1-82c3-dfb3785b9c3c 2018-08-13 05:44:06,927 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:44:07,316 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:44:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["XOGYjxDzStS0-h6AUM6e3A"], "issued_at": "2018-08-13T05:44:07.000000Z"}} 2018-08-13 05:44:07,319 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:07,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:07,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-40fbd7f8-79cf-4b38-aad2-3f91cc19fc7c Date: Mon, 13 Aug 2018 05:44:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:44:07,638 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-40fbd7f8-79cf-4b38-aad2-3f91cc19fc7c 2018-08-13 05:44:07,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.318511009216s 2018-08-13 05:44:07,638 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-40fbd7f8-79cf-4b38-aad2-3f91cc19fc7c 2018-08-13 05:44:07,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:44:07,648 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-40e9f175-56f9-403a-b54f-cd57c055dda3 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:44:07,648 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-40e9f175-56f9-403a-b54f-cd57c055dda3 2018-08-13 05:44:07,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:44:07,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:07,753 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e2027774-76e7-4d8a-bf93-c3cc1bdd69f5 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 05:44:07,753 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-e2027774-76e7-4d8a-bf93-c3cc1bdd69f5 2018-08-13 05:44:07,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104466915131s 2018-08-13 05:44:07,753 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-e2027774-76e7-4d8a-bf93-c3cc1bdd69f5 2018-08-13 05:44:07,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 05:44:07,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}}' 2018-08-13 05:44:07,889 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1344123d-e8cd-4d3d-9f90-04ec134fb999 Content-Length: 368 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5"}, "tags": [], "enabled": true, "id": "6ccb48e7b802489d8d520796824b7ec5", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}} 2018-08-13 05:44:07,889 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1344123d-e8cd-4d3d-9f90-04ec134fb999 2018-08-13 05:44:07,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.129179954529s 2018-08-13 05:44:07,890 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-1344123d-e8cd-4d3d-9f90-04ec134fb999 2018-08-13 05:44:07,890 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: cinder_test', u'tags': [], 'enabled': True, 'id': u'6ccb48e7b802489d8d520796824b7ec5', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c'}) 2018-08-13 05:44:07,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 05:44:07,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "e67b3acc-7c9a-443e-94f9-ab9f17ddc623", "email": null, "name": "cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}}' 2018-08-13 05:44:08,265 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 05:44:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-561701de-a2a3-4aae-a740-bf0f6eca2c86 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": {"self": "http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fec77f1018c24b7abfddde4ffdd6914b", "domain_id": "default", "password_expires_at": null}} 2018-08-13 05:44:08,265 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-561701de-a2a3-4aae-a740-bf0f6eca2c86 2018-08-13 05:44:08,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.367938041687s 2018-08-13 05:44:08,265 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-561701de-a2a3-4aae-a740-bf0f6eca2c86 2018-08-13 05:44:08,266 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fec77f1018c24b7abfddde4ffdd6914b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c'}) 2018-08-13 05:44:08,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:44:08,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:08,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a06d2f8b-4d81-44c8-97a8-da0fb52f75ff Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:44:08,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a06d2f8b-4d81-44c8-97a8-da0fb52f75ff 2018-08-13 05:44:08,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.17813706398s 2018-08-13 05:44:08,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-a06d2f8b-4d81-44c8-97a8-da0fb52f75ff 2018-08-13 05:44:08,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:44:08,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:08,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de89d48a-c814-4c52-84dc-3bb5fd9d8fcd Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:44:08,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-de89d48a-c814-4c52-84dc-3bb5fd9d8fcd 2018-08-13 05:44:08,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.229088068008s 2018-08-13 05:44:08,682 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-de89d48a-c814-4c52-84dc-3bb5fd9d8fcd 2018-08-13 05:44:08,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:44:08,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:08,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9de8df68-5763-4949-9b56-b0830bab3b09 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:44:08,865 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9de8df68-5763-4949-9b56-b0830bab3b09 2018-08-13 05:44:08,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177634954453s 2018-08-13 05:44:08,865 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9de8df68-5763-4949-9b56-b0830bab3b09 2018-08-13 05:44:08,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 05:44:08,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:09,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-598c02d2-a61d-42a2-8be8-10f5500a0d7e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 05:44:09,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-598c02d2-a61d-42a2-8be8-10f5500a0d7e 2018-08-13 05:44:09,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.171044826508s 2018-08-13 05:44:09,041 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-598c02d2-a61d-42a2-8be8-10f5500a0d7e 2018-08-13 05:44:09,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:44:09,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:09,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e1b5510-86e0-4098-8ad2-65e3a5bd52e8 Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": {"self": "http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fec77f1018c24b7abfddde4ffdd6914b", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:44:09,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5e1b5510-86e0-4098-8ad2-65e3a5bd52e8 2018-08-13 05:44:09,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.187500953674s 2018-08-13 05:44:09,230 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5e1b5510-86e0-4098-8ad2-65e3a5bd52e8 2018-08-13 05:44:09,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:44:09,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:09,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dd4accfc-5553-49ee-86dd-034c89a3ed79 Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5"}, "tags": [], "enabled": true, "id": "6ccb48e7b802489d8d520796824b7ec5", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-13 05:44:09,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-dd4accfc-5553-49ee-86dd-034c89a3ed79 2018-08-13 05:44:09,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180364847183s 2018-08-13 05:44:09,423 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-dd4accfc-5553-49ee-86dd-034c89a3ed79 2018-08-13 05:44:09,430 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 05:44:09,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=fec77f1018c24b7abfddde4ffdd6914b&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=6ccb48e7b802489d8d520796824b7ec5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:09,527 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62915277-c351-40bb-a398-a0d227eb28f9 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=fec77f1018c24b7abfddde4ffdd6914b&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=6ccb48e7b802489d8d520796824b7ec5", "previous": null, "next": null}} 2018-08-13 05:44:09,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=fec77f1018c24b7abfddde4ffdd6914b&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=6ccb48e7b802489d8d520796824b7ec5 used request id req-62915277-c351-40bb-a398-a0d227eb28f9 2018-08-13 05:44:09,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.0965600013733s 2018-08-13 05:44:09,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=fec77f1018c24b7abfddde4ffdd6914b&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=6ccb48e7b802489d8d520796824b7ec5 used request id req-62915277-c351-40bb-a398-a0d227eb28f9 2018-08-13 05:44:09,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 05:44:09,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5/users/fec77f1018c24b7abfddde4ffdd6914b/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:44:09,710 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:44:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ce3c9224-5644-4677-b183-67eae60d6152 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:44:09,710 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5/users/fec77f1018c24b7abfddde4ffdd6914b/roles/178c76b5dcf840798988d37683e957fc used request id req-ce3c9224-5644-4677-b183-67eae60d6152 2018-08-13 05:44:09,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.179227113724s 2018-08-13 05:44:09,710 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5/users/fec77f1018c24b7abfddde4ffdd6914b/roles/178c76b5dcf840798988d37683e957fc used request id req-ce3c9224-5644-4677-b183-67eae60d6152 2018-08-13 05:44:09,711 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'6ccb48e7b802489d8d520796824b7ec5', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'e67b3acc-7c9a-443e-94f9-ab9f17ddc623', 'username': u'cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 05:44:09,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:44:09,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:44:09,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:44:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:44:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:44:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:44:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:44:09,715 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:44:09,716 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'password': 'e67b3acc-7c9a-443e-94f9-ab9f17ddc623', 'project_name': 'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '6ccb48e7b802489d8d520796824b7ec5', 'project_domain_name': 'Default'} 2018-08-13 05:44:09,717 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-08-13 05:44:09,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:44:09,724 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24003efe-12d4-4674-a2b8-66252c492aa2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:44:09,725 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-24003efe-12d4-4674-a2b8-66252c492aa2 2018-08-13 05:44:09,725 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:44:10,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T06:44:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ccb48e7b802489d8d520796824b7ec5", "name": "cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/6ccb48e7b802489d8d520796824b7ec5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/6ccb48e7b802489d8d520796824b7ec5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/6ccb48e7b802489d8d520796824b7ec5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/6ccb48e7b802489d8d520796824b7ec5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/6ccb48e7b802489d8d520796824b7ec5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/6ccb48e7b802489d8d520796824b7ec5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/6ccb48e7b802489d8d520796824b7ec5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/6ccb48e7b802489d8d520796824b7ec5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/6ccb48e7b802489d8d520796824b7ec5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/6ccb48e7b802489d8d520796824b7ec5", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/6ccb48e7b802489d8d520796824b7ec5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_6ccb48e7b802489d8d520796824b7ec5", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_6ccb48e7b802489d8d520796824b7ec5", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "id": "fec77f1018c24b7abfddde4ffdd6914b"}, "audit_ids": ["HWOHqtjwRoqNb2B_Eh4pHg"], "issued_at": "2018-08-13T05:44:10.000000Z"}} 2018-08-13 05:44:10,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:44:10,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"network": {"name": "cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "admin_state_up": true}}' 2018-08-13 05:44:10,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 589 X-Openstack-Request-Id: req-8074af7e-f3dd-42c2-9078-61d36ca4c2e9 Date: Mon, 13 Aug 2018 05:44:10 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T05:44:10Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}} 2018-08-13 05:44:10,761 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8074af7e-f3dd-42c2-9078-61d36ca4c2e9 2018-08-13 05:44:10,761 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.637475967407s 2018-08-13 05:44:10,761 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8074af7e-f3dd-42c2-9078-61d36ca4c2e9 2018-08-13 05:44:10,762 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:44:10Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'b81d558c-08e5-4dbf-a07a-3023d48ac79f', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', u'admin_state_up': True, u'tenant_id': u'6ccb48e7b802489d8d520796824b7ec5', u'created_at': u'2018-08-13T05:44:10Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'6ccb48e7b802489d8d520796824b7ec5'}) 2018-08-13 05:44:10,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:10,763 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:10,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1150 X-Openstack-Request-Id: req-520fde27-0741-4dd6-b463-d6a39cb56e4e Date: Mon, 13 Aug 2018 05:44:10 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","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-08-13T05:44:10Z","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:10,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-520fde27-0741-4dd6-b463-d6a39cb56e4e 2018-08-13 05:44:10,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.136634111404s 2018-08-13 05:44:10,900 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-520fde27-0741-4dd6-b463-d6a39cb56e4e 2018-08-13 05:44:10,901 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:44:10,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"subnet": {"name": "cinder_test-subnet_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "enable_dhcp": true, "network_id": "b81d558c-08e5-4dbf-a07a-3023d48ac79f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:44:11,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-aee082f7-5e6d-4328-a8be-c64f037e7d12 Date: Mon, 13 Aug 2018 05:44:11 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:44:11Z","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":"6ccb48e7b802489d8d520796824b7ec5","id":"515040e8-6ae7-408c-90ec-a635e2f05489","subnetpool_id":null,"name":"cinder_test-subnet_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}} 2018-08-13 05:44:11,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-aee082f7-5e6d-4328-a8be-c64f037e7d12 2018-08-13 05:44:11,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.850109100342s 2018-08-13 05:44:11,752 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-aee082f7-5e6d-4328-a8be-c64f037e7d12 2018-08-13 05:44:11,752 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:44:11Z', 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'515040e8-6ae7-408c-90ec-a635e2f05489', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', u'enable_dhcp': True, u'network_id': u'b81d558c-08e5-4dbf-a07a-3023d48ac79f', u'tenant_id': u'6ccb48e7b802489d8d520796824b7ec5', u'created_at': u'2018-08-13T05:44:11Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'6ccb48e7b802489d8d520796824b7ec5'}) 2018-08-13 05:44:11,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:44:11,754 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "cinder_test-router_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "admin_state_up": true}}' 2018-08-13 05:44:12,770 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 622 X-Openstack-Request-Id: req-3fd7414c-0769-4699-b016-1aa381a93a84 Date: Mon, 13 Aug 2018 05:44:12 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:11Z", "admin_state_up": true, "updated_at": "2018-08-13T05:44:12Z", "revision_number": 2, "routes": [], "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "name": "cinder_test-router_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}} 2018-08-13 05:44:12,771 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3fd7414c-0769-4699-b016-1aa381a93a84 2018-08-13 05:44:12,771 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.0174510479s 2018-08-13 05:44:12,771 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3fd7414c-0769-4699-b016-1aa381a93a84 2018-08-13 05:44:12,771 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.204'}]}, u'description': u'', u'tags': [], u'tenant_id': u'6ccb48e7b802489d8d520796824b7ec5', u'created_at': u'2018-08-13T05:44:11Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T05:44:12Z', u'revision_number': 2, u'routes': [], u'project_id': u'6ccb48e7b802489d8d520796824b7ec5', u'id': u'0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54', u'name': u'cinder_test-router_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c'}) 2018-08-13 05:44:12,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:44:12,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"subnet_id": "515040e8-6ae7-408c-90ec-a635e2f05489"}' 2018-08-13 05:44:14,844 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-58a2709d-4757-4574-adf3-424f33da5203 Date: Mon, 13 Aug 2018 05:44:14 GMT RESP BODY: {"network_id": "b81d558c-08e5-4dbf-a07a-3023d48ac79f", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "subnet_id": "515040e8-6ae7-408c-90ec-a635e2f05489", "subnet_ids": ["515040e8-6ae7-408c-90ec-a635e2f05489"], "port_id": "efd1a75d-f2db-44ab-b509-c13a275e5d56", "id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54"} 2018-08-13 05:44:14,845 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54/add_router_interface.json used request id req-58a2709d-4757-4574-adf3-424f33da5203 2018-08-13 05:44:14,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.07244706154s 2018-08-13 05:44:14,845 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54/add_router_interface.json used request id req-58a2709d-4757-4574-adf3-424f33da5203 returning object 0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54 2018-08-13 05:44:14,845 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:44:14,977 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:44:14,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:44:14,984 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:44:14 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:44:14,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:44:14,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:15,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-1f47a314-fe97-41b8-98c0-fd6b005b3729 Date: Mon, 13 Aug 2018 05:44:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:44:15,271 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1f47a314-fe97-41b8-98c0-fd6b005b3729 2018-08-13 05:44:15,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284193992615s 2018-08-13 05:44:15,271 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-1f47a314-fe97-41b8-98c0-fd6b005b3729 2018-08-13 05:44:15,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:44:15,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}' 2018-08-13 05:44:15,322 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ab68fdca-5730-48fb-9e12-dcecdd41b33b Date: Mon, 13 Aug 2018 05:44:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:44:15Z", "file": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file", "owner": "6ccb48e7b802489d8d520796824b7ec5", "id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "size": null, "self": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "checksum": null, "created_at": "2018-08-13T05:44:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:44:15,323 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-ab68fdca-5730-48fb-9e12-dcecdd41b33b 2018-08-13 05:44:15,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.043251991272s 2018-08-13 05:44:15,323 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-ab68fdca-5730-48fb-9e12-dcecdd41b33b returning object f743cacd-bf12-4b35-9cc5-42ec3cadcfda 2018-08-13 05:44:15,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:44:15,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '' 2018-08-13 05:44:15,742 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-35979f5d-dd52-43b0-9c22-feea421bffa7 Date: Mon, 13 Aug 2018 05:44:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:44:15,742 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file used request id req-35979f5d-dd52-43b0-9c22-feea421bffa7 2018-08-13 05:44:15,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.418325185776s 2018-08-13 05:44:15,742 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file used request id req-35979f5d-dd52-43b0-9c22-feea421bffa7 2018-08-13 05:44:15,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:44:15,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:15,891 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-dffd1b45-1530-4d91-998a-2f56e8b0c978 Date: Mon, 13 Aug 2018 05:44:15 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:44:15Z", "file": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file", "owner": "6ccb48e7b802489d8d520796824b7ec5", "id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "size": 12716032, "self": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:44:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:44:15,891 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dffd1b45-1530-4d91-998a-2f56e8b0c978 2018-08-13 05:44:15,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.144622087479s 2018-08-13 05:44:15,892 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dffd1b45-1530-4d91-998a-2f56e8b0c978 2018-08-13 05:44:15,893 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file', 'owner': u'6ccb48e7b802489d8d520796824b7ec5', 'id': u'f743cacd-bf12-4b35-9cc5-42ec3cadcfda', 'size': 12716032, u'self': u'/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': 'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:44:15Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T05:44:15Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'created': u'2018-08-13T05:44:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:44:15Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:44:15,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:44:15,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:44:16,263 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44: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-c7fa1d0e-2c12-4b29-bf41-f448b8e10aac x-compute-request-id: req-c7fa1d0e-2c12-4b29-bf41-f448b8e10aac Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5161ef43-5d6e-49dd-8b00-a0252e13e998"}} 2018-08-13 05:44:16,264 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c7fa1d0e-2c12-4b29-bf41-f448b8e10aac 2018-08-13 05:44:16,264 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.369065999985s 2018-08-13 05:44:16,264 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c7fa1d0e-2c12-4b29-bf41-f448b8e10aac 2018-08-13 05:44:16,265 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'5161ef43-5d6e-49dd-8b00-a0252e13e998', 'swap': 0}) 2018-08-13 05:44:16,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:44:16,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" -d '{"extra_specs": {}}' 2018-08-13 05:44:16,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-210c1e6b-da1e-4b42-9b6d-93078b6409e6 x-compute-request-id: req-210c1e6b-da1e-4b42-9b6d-93078b6409e6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:44:16,284 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998/os-extra_specs used request id req-210c1e6b-da1e-4b42-9b6d-93078b6409e6 2018-08-13 05:44:16,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0185570716858s 2018-08-13 05:44:16,285 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998/os-extra_specs used request id req-210c1e6b-da1e-4b42-9b6d-93078b6409e6 2018-08-13 05:44:16,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-13 05:44:16,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"keypair": {"name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}}' 2018-08-13 05:44:16,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ca91591-b574-4342-b75b-e0c79ed95bfc x-compute-request-id: req-5ca91591-b574-4342-b75b-e0c79ed95bfc Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1VAFZHSVqEjUHuWrzamIVQ9f6/vwHa6VVjrLdIzCFESjHNgUa65ykIs9ONBnKgcbJyWCr0cICUs8OmR5llVCLqaIifCHeqvokvczvLyBnAKGDW8l4hpJbWi6Padxnu5uCQs5JiL2ErwVAF584d/EZG4Ctf1YBJIvR7vXIgmJVhaaHmpU7wuqJUEfQYBHxNH9DdPvvdu9D9PW//i3rqIPfODJKnIKYnlTd97ckf686ybAX6l8kHnR7BL3GpKyJvUXd3XC9BSlKCGJyMbJvQDiGxQsOs2sO+NOA8lIGERWe0urPFRgsCLktkL0LvWKIUzuEO0tSvojGz/BwzDLJWEOt Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtVQBWR0lahI1B7lq82piFUPX+v78B2ulVY6y3SMwhREoxzYF\nGuucpCLPTjQZyoHGyclgq9HCAlLPDpkeZZVQi6miInwh3qr6JL3M7y8gZwChg1vJ\neIaSW1ouj2ncZ7ubgkLOSYi9hK8FQBefOHfxGRuArX9WASSL0e71yIJiVYWmh5qV\nO8LqiVBH0GAR8TR/Q3T773bvQ/T1v/4t66iD3zgySpyCmJ5U3fe3JH+vOsmwF+pf\nJB50ewS9xqSsib1F3d1wvQUpSghicjGyb0A4hsULDrNrDvjTgPJSBhEVntLqzxUY\nLAi5LZC9C71iiFM7hDtLUr6Ixs/wcMwyyVhDrQIDAQABAoIBABrS/YwQSruhS+UD\nofW2dCIPMkE4PVJfs0qv3HfoP8I/opetvx2XY0nIuIAqJvKVNjIdr0Zbtmafl2/i\naOPALfUrOAf/8wa8plqPFWUAxLtYFYyYJHrG9Zm8Ao1GrMtPrpabiWbJarfZKF6t\n3+j7nVgIgIWqA7ARlvmMbyGlYCSkbAMvPbDTwW/+X/Im5EJzLlmc6KL2TNPtD23t\nweH8/NthwZCzL8HMThEHreH0A+6ZkY5mG9+3OQozKrO6MbGF5ZtJ1hEBL2+uwn8e\nTwweoYbQBDCGyy6X/eD43mvCcCAq6Iqw6EtvgZQeRPclHWAA6JxzGOsM7wW69MQG\nr94LwwECgYEA4z6m+oeytdaJg9xNKxIdtj4nAQbNdDiEWn5tWxOJRChVmv+0hiO1\ng8UUCJI3H0ZIyuUUsj1IXoAAi3N1HoVHFDZtlJhCy+Q1HzqIpy8HoXECTCow+xFs\nGNwUrWc5Govy+JrKGol8b3XUebzorBrz9K3r0qF+KB+NcCjw1N7JwcECgYEAzEXv\nRvGaOD5H6mmAtfxwrKPw8oqv4FRmnajHg5vDSHihqV5Ek+RP4WgqPUaU+4OpAD0P\n+KMNGD1/6IZV7+IXvRHJO5Ontc5wKJPffMhZZR1FnFBL8cn5t8sN+xuc3LfNQj/f\nfrIAGfyax1mnrX/E687zdygvZaBeWHz/utgA5O0CgYAYE+tdYENvQOwRLKaAicrc\nJHm9ghsC1XownHS50bgZoKxxX+agz+fLrnYQ8m0kwy2zUdJ/kD66xJVKMVGXiked\nvKafuAJb2DJIvMr9693DHVZA+7d04sOxXqBSPz2tsmZsMPp5FVg59yIsQ/fjRHfU\n1RjHmJTla3JxD+V0qKZ4AQKBgQDA8XWW3vG6Gim3YjuuqWiLyLX3gcOp8k6SsC7z\nQpbrxvV7kozX3BkPYWI0SozCHJPuo76ILQpbUQuVx/03/ahKb5hRa6BHe1w5F6NK\nq7q0ZTew868oDIyQa30jJ+u8FugLoWUquFqcMRrJHQfiOwL3cJxKemx6Y0V582dh\nRlFh6QKBgEZ8AVhH/WBtvFMsg5Zzryry2DwutLNwoxUSkBqPTooUGZrBHzZSw2Dv\n6TklTSdsMvlUzwXb4lenvlT+Zmq+ZwcdBb8Yk8MsTp8tHRLfJbPkL8CjrlEosv13\nCZxN6zZJnSlhcweNG4RPM4DWapCpXb2XWlE2Ub8RAzuNGMW556Ns\n-----END RSA PRIVATE KEY-----\n", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "fingerprint": "6a:de:d4:dd:2d:2f:65:9c:28:15:d5:02:39:24:51:bb"}} 2018-08-13 05:44:16,730 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5ca91591-b574-4342-b75b-e0c79ed95bfc 2018-08-13 05:44:16,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.444949150085s 2018-08-13 05:44:16,730 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-5ca91591-b574-4342-b75b-e0c79ed95bfc 2018-08-13 05:44:16,731 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1VAFZHSVqEjUHuWrzamIVQ9f6/vwHa6VVjrLdIzCFESjHNgUa65ykIs9ONBnKgcbJyWCr0cICUs8OmR5llVCLqaIifCHeqvokvczvLyBnAKGDW8l4hpJbWi6Padxnu5uCQs5JiL2ErwVAF584d/EZG4Ctf1YBJIvR7vXIgmJVhaaHmpU7wuqJUEfQYBHxNH9DdPvvdu9D9PW//i3rqIPfODJKnIKYnlTd97ckf686ybAX6l8kHnR7BL3GpKyJvUXd3XC9BSlKCGJyMbJvQDiGxQsOs2sO+NOA8lIGERWe0urPFRgsCLktkL0LvWKIUzuEO0tSvojGz/BwzDLJWEOt Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAtVQBWR0lahI1B7lq82piFUPX+v78B2ulVY6y3SMwhREoxzYF\nGuucpCLPTjQZyoHGyclgq9HCAlLPDpkeZZVQi6miInwh3qr6JL3M7y8gZwChg1vJ\neIaSW1ouj2ncZ7ubgkLOSYi9hK8FQBefOHfxGRuArX9WASSL0e71yIJiVYWmh5qV\nO8LqiVBH0GAR8TR/Q3T773bvQ/T1v/4t66iD3zgySpyCmJ5U3fe3JH+vOsmwF+pf\nJB50ewS9xqSsib1F3d1wvQUpSghicjGyb0A4hsULDrNrDvjTgPJSBhEVntLqzxUY\nLAi5LZC9C71iiFM7hDtLUr6Ixs/wcMwyyVhDrQIDAQABAoIBABrS/YwQSruhS+UD\nofW2dCIPMkE4PVJfs0qv3HfoP8I/opetvx2XY0nIuIAqJvKVNjIdr0Zbtmafl2/i\naOPALfUrOAf/8wa8plqPFWUAxLtYFYyYJHrG9Zm8Ao1GrMtPrpabiWbJarfZKF6t\n3+j7nVgIgIWqA7ARlvmMbyGlYCSkbAMvPbDTwW/+X/Im5EJzLlmc6KL2TNPtD23t\nweH8/NthwZCzL8HMThEHreH0A+6ZkY5mG9+3OQozKrO6MbGF5ZtJ1hEBL2+uwn8e\nTwweoYbQBDCGyy6X/eD43mvCcCAq6Iqw6EtvgZQeRPclHWAA6JxzGOsM7wW69MQG\nr94LwwECgYEA4z6m+oeytdaJg9xNKxIdtj4nAQbNdDiEWn5tWxOJRChVmv+0hiO1\ng8UUCJI3H0ZIyuUUsj1IXoAAi3N1HoVHFDZtlJhCy+Q1HzqIpy8HoXECTCow+xFs\nGNwUrWc5Govy+JrKGol8b3XUebzorBrz9K3r0qF+KB+NcCjw1N7JwcECgYEAzEXv\nRvGaOD5H6mmAtfxwrKPw8oqv4FRmnajHg5vDSHihqV5Ek+RP4WgqPUaU+4OpAD0P\n+KMNGD1/6IZV7+IXvRHJO5Ontc5wKJPffMhZZR1FnFBL8cn5t8sN+xuc3LfNQj/f\nfrIAGfyax1mnrX/E687zdygvZaBeWHz/utgA5O0CgYAYE+tdYENvQOwRLKaAicrc\nJHm9ghsC1XownHS50bgZoKxxX+agz+fLrnYQ8m0kwy2zUdJ/kD66xJVKMVGXiked\nvKafuAJb2DJIvMr9693DHVZA+7d04sOxXqBSPz2tsmZsMPp5FVg59yIsQ/fjRHfU\n1RjHmJTla3JxD+V0qKZ4AQKBgQDA8XWW3vG6Gim3YjuuqWiLyLX3gcOp8k6SsC7z\nQpbrxvV7kozX3BkPYWI0SozCHJPuo76ILQpbUQuVx/03/ahKb5hRa6BHe1w5F6NK\nq7q0ZTew868oDIyQa30jJ+u8FugLoWUquFqcMRrJHQfiOwL3cJxKemx6Y0V582dh\nRlFh6QKBgEZ8AVhH/WBtvFMsg5Zzryry2DwutLNwoxUSkBqPTooUGZrBHzZSw2Dv\n6TklTSdsMvlUzwXb4lenvlT+Zmq+ZwcdBb8Yk8MsTp8tHRLfJbPkL8CjrlEosv13\nCZxN6zZJnSlhcweNG4RPM4DWapCpXb2XWlE2Ub8RAzuNGMW556Ns\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'fec77f1018c24b7abfddde4ffdd6914b', 'name': u'cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'created_at': '2018-08-13T05:44:16.731669', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': 'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6a:de:d4:dd:2d:2f:65:9c:28:15:d5:02:39:24:51:bb', 'type': 'ssh', 'id': u'cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c'}) 2018-08-13 05:44:16,732 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAtVQBWR0lahI1B7lq82piFUPX+v78B2ulVY6y3SMwhREoxzYF GuucpCLPTjQZyoHGyclgq9HCAlLPDpkeZZVQi6miInwh3qr6JL3M7y8gZwChg1vJ eIaSW1ouj2ncZ7ubgkLOSYi9hK8FQBefOHfxGRuArX9WASSL0e71yIJiVYWmh5qV O8LqiVBH0GAR8TR/Q3T773bvQ/T1v/4t66iD3zgySpyCmJ5U3fe3JH+vOsmwF+pf JB50ewS9xqSsib1F3d1wvQUpSghicjGyb0A4hsULDrNrDvjTgPJSBhEVntLqzxUY LAi5LZC9C71iiFM7hDtLUr6Ixs/wcMwyyVhDrQIDAQABAoIBABrS/YwQSruhS+UD ofW2dCIPMkE4PVJfs0qv3HfoP8I/opetvx2XY0nIuIAqJvKVNjIdr0Zbtmafl2/i aOPALfUrOAf/8wa8plqPFWUAxLtYFYyYJHrG9Zm8Ao1GrMtPrpabiWbJarfZKF6t 3+j7nVgIgIWqA7ARlvmMbyGlYCSkbAMvPbDTwW/+X/Im5EJzLlmc6KL2TNPtD23t weH8/NthwZCzL8HMThEHreH0A+6ZkY5mG9+3OQozKrO6MbGF5ZtJ1hEBL2+uwn8e TwweoYbQBDCGyy6X/eD43mvCcCAq6Iqw6EtvgZQeRPclHWAA6JxzGOsM7wW69MQG r94LwwECgYEA4z6m+oeytdaJg9xNKxIdtj4nAQbNdDiEWn5tWxOJRChVmv+0hiO1 g8UUCJI3H0ZIyuUUsj1IXoAAi3N1HoVHFDZtlJhCy+Q1HzqIpy8HoXECTCow+xFs GNwUrWc5Govy+JrKGol8b3XUebzorBrz9K3r0qF+KB+NcCjw1N7JwcECgYEAzEXv RvGaOD5H6mmAtfxwrKPw8oqv4FRmnajHg5vDSHihqV5Ek+RP4WgqPUaU+4OpAD0P +KMNGD1/6IZV7+IXvRHJO5Ontc5wKJPffMhZZR1FnFBL8cn5t8sN+xuc3LfNQj/f frIAGfyax1mnrX/E687zdygvZaBeWHz/utgA5O0CgYAYE+tdYENvQOwRLKaAicrc JHm9ghsC1XownHS50bgZoKxxX+agz+fLrnYQ8m0kwy2zUdJ/kD66xJVKMVGXiked vKafuAJb2DJIvMr9693DHVZA+7d04sOxXqBSPz2tsmZsMPp5FVg59yIsQ/fjRHfU 1RjHmJTla3JxD+V0qKZ4AQKBgQDA8XWW3vG6Gim3YjuuqWiLyLX3gcOp8k6SsC7z QpbrxvV7kozX3BkPYWI0SozCHJPuo76ILQpbUQuVx/03/ahKb5hRa6BHe1w5F6NK q7q0ZTew868oDIyQa30jJ+u8FugLoWUquFqcMRrJHQfiOwL3cJxKemx6Y0V582dh RlFh6QKBgEZ8AVhH/WBtvFMsg5Zzryry2DwutLNwoxUSkBqPTooUGZrBHzZSw2Dv 6TklTSdsMvlUzwXb4lenvlT+Zmq+ZwcdBb8Yk8MsTp8tHRLfJbPkL8CjrlEosv13 CZxN6zZJnSlhcweNG4RPM4DWapCpXb2XWlE2Ub8RAzuNGMW556Ns -----END RSA PRIVATE KEY----- 2018-08-13 05:44:16,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-13 05:44:16,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"security_group": {"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-08-13 05:44:16,938 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-dad8705e-f891-489a-8cf0-2ea527d9d0e7 Date: Mon, 13 Aug 2018 05:44:16 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:16Z", "updated_at": "2018-08-13T05:44:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "0445dbbd-1939-4557-a449-4c634067d287", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "78b070da-9ae4-40df-a474-c89eb8f3a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}} 2018-08-13 05:44:16,938 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-dad8705e-f891-489a-8cf0-2ea527d9d0e7 2018-08-13 05:44:16,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.203092098236s 2018-08-13 05:44:16,938 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-dad8705e-f891-489a-8cf0-2ea527d9d0e7 2018-08-13 05:44:16,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:44:16,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:17,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-1021a30d-6ae4-4f69-a84f-feac8c5acd02 Date: Mon, 13 Aug 2018 05:44:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:16Z", "updated_at": "2018-08-13T05:44:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "0445dbbd-1939-4557-a449-4c634067d287", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "78b070da-9ae4-40df-a474-c89eb8f3a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:17,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1021a30d-6ae4-4f69-a84f-feac8c5acd02 2018-08-13 05:44:17,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0781290531158s 2018-08-13 05:44:17,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-1021a30d-6ae4-4f69-a84f-feac8c5acd02 2018-08-13 05:44:17,026 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:44:17,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -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": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83"}}' 2018-08-13 05:44:17,201 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-6a9247a7-f463-43ed-ac13-41f24baa2b54 Date: Mon, 13 Aug 2018 05:44:17 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-08-13T05:44:17Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "port_range_min": 22, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:17Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "1359d4e1-96cb-45d3-b1c1-ac23e054fe1f"}} 2018-08-13 05:44:17,201 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-6a9247a7-f463-43ed-ac13-41f24baa2b54 2018-08-13 05:44:17,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.175552845001s 2018-08-13 05:44:17,202 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-6a9247a7-f463-43ed-ac13-41f24baa2b54 2018-08-13 05:44:17,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:44:17,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:17,254 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-4e54cd59-54f9-4c85-91db-d3084ed17c73 Date: Mon, 13 Aug 2018 05:44:17 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:16Z", "updated_at": "2018-08-13T05:44:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "0445dbbd-1939-4557-a449-4c634067d287", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:44:17Z", "revision_number": 0, "id": "1359d4e1-96cb-45d3-b1c1-ac23e054fe1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:17Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "78b070da-9ae4-40df-a474-c89eb8f3a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 2, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:17,254 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-4e54cd59-54f9-4c85-91db-d3084ed17c73 2018-08-13 05:44:17,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.049299955368s 2018-08-13 05:44:17,255 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-4e54cd59-54f9-4c85-91db-d3084ed17c73 2018-08-13 05:44:17,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 05:44:17,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -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": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83"}}' 2018-08-13 05:44:17,404 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-33d29011-eb88-4631-8271-771cd46e8beb Date: Mon, 13 Aug 2018 05:44:17 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-08-13T05:44:17Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:17Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "3b5a549b-2ce3-495f-a00b-d2492f945cb7"}} 2018-08-13 05:44:17,405 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-33d29011-eb88-4631-8271-771cd46e8beb 2018-08-13 05:44:17,405 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.146146774292s 2018-08-13 05:44:17,405 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-33d29011-eb88-4631-8271-771cd46e8beb 2018-08-13 05:44:17,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:17,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:17,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-07e910fb-b152-4cdd-8b2f-57d04635e74c Date: Mon, 13 Aug 2018 05:44:17 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["515040e8-6ae7-408c-90ec-a635e2f05489"],"updated_at":"2018-08-13T05:44:11Z","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:17,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-07e910fb-b152-4cdd-8b2f-57d04635e74c 2018-08-13 05:44:17,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0940179824829s 2018-08-13 05:44:17,501 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-07e910fb-b152-4cdd-8b2f-57d04635e74c 2018-08-13 05:44:17,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:44:17,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:17,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-5826c40a-fbc2-4c84-bf2f-c2e8293f0a35 Date: Mon, 13 Aug 2018 05:44:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:44:15Z", "file": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file", "owner": "6ccb48e7b802489d8d520796824b7ec5", "id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "size": 12716032, "self": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:44:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:44:17,656 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5826c40a-fbc2-4c84-bf2f-c2e8293f0a35 2018-08-13 05:44:17,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.150130987167s 2018-08-13 05:44:17,656 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5826c40a-fbc2-4c84-bf2f-c2e8293f0a35 2018-08-13 05:44:17,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:44:17,660 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:17,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44: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-29546538-9462-4f1f-bec6-cd4d44b2ef6b x-compute-request-id: req-29546538-9462-4f1f-bec6-cd4d44b2ef6b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5161ef43-5d6e-49dd-8b00-a0252e13e998"}]} 2018-08-13 05:44:17,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-29546538-9462-4f1f-bec6-cd4d44b2ef6b 2018-08-13 05:44:17,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215451717377s 2018-08-13 05:44:17,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-29546538-9462-4f1f-bec6-cd4d44b2ef6b 2018-08-13 05:44:17,681 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:44:17,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"server": {"name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "imageRef": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "flavorRef": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b81d558c-08e5-4dbf-a07a-3023d48ac79f"}], "security_groups": [{"name": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83"}]}}' 2018-08-13 05:44:19,592 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:44: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-808991e3-ef91-4bf0-8a29-31dc68ce8d68 x-compute-request-id: req-808991e3-ef91-4bf0-8a29-31dc68ce8d68 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83"}], "OS-DCF:diskConfig": "MANUAL", "id": "1f5646f6-af26-4029-a637-37547f8743ef", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "adminPass": "z5BmK89VVJ8E"}} 2018-08-13 05:44:19,593 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-808991e3-ef91-4bf0-8a29-31dc68ce8d68 2018-08-13 05:44:19,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.91148996353s 2018-08-13 05:44:19,593 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-808991e3-ef91-4bf0-8a29-31dc68ce8d68 2018-08-13 05:44:19,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:19,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:20,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d7765531-468c-44c2-bb76-59706e17e144 x-compute-request-id: req-d7765531-468c-44c2-bb76-59706e17e144 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "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-08-13T05:44:19Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:20,123 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d7765531-468c-44c2-bb76-59706e17e144 2018-08-13 05:44:20,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52933716774s 2018-08-13 05:44:20,124 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d7765531-468c-44c2-bb76-59706e17e144 2018-08-13 05:44:20,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:20,217 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-91656185-529c-418b-98f3-f5a8cb350d73 Date: Mon, 13 Aug 2018 05:44:20 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["515040e8-6ae7-408c-90ec-a635e2f05489"],"updated_at":"2018-08-13T05:44:11Z","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:20,217 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-91656185-529c-418b-98f3-f5a8cb350d73 2018-08-13 05:44:20,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0859699249268s 2018-08-13 05:44:20,217 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-91656185-529c-418b-98f3-f5a8cb350d73 2018-08-13 05:44:20,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:44:20,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:20,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-18754f48-8287-477c-bc2e-571f0f676fb4 Date: Mon, 13 Aug 2018 05:44:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:44:11Z","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":"6ccb48e7b802489d8d520796824b7ec5","id":"515040e8-6ae7-408c-90ec-a635e2f05489","subnetpool_id":null,"name":"cinder_test-subnet_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:20,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-18754f48-8287-477c-bc2e-571f0f676fb4 2018-08-13 05:44:20,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0844149589539s 2018-08-13 05:44:20,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-18754f48-8287-477c-bc2e-571f0f676fb4 2018-08-13 05:44:20,303 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:22,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:22,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:23,098 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-30e1f96c-c5a4-4738-9060-d7bb04db3fb1 x-compute-request-id: req-30e1f96c-c5a4-4738-9060-d7bb04db3fb1 Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "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-08-13T05:44:22Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:23,098 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-30e1f96c-c5a4-4738-9060-d7bb04db3fb1 2018-08-13 05:44:23,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.79160284996s 2018-08-13 05:44:23,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-30e1f96c-c5a4-4738-9060-d7bb04db3fb1 2018-08-13 05:44:23,103 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:25,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:25,108 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:25,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-cc0a472b-3b2a-484a-9b38-8b0be95389ec x-compute-request-id: req-cc0a472b-3b2a-484a-9b38-8b0be95389ec Content-Encoding: gzip Content-Length: 666 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "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-08-13T05:44:22Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:25,270 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cc0a472b-3b2a-484a-9b38-8b0be95389ec 2018-08-13 05:44:25,271 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.164988994598s 2018-08-13 05:44:25,271 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cc0a472b-3b2a-484a-9b38-8b0be95389ec 2018-08-13 05:44:25,274 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:27,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:27,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:27,862 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44: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-1ea881b6-8432-4a60-ac23-7127431a6ab3 x-compute-request-id: req-1ea881b6-8432-4a60-ac23-7127431a6ab3 Content-Encoding: gzip Content-Length: 739 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:26.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:26Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:27,863 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1ea881b6-8432-4a60-ac23-7127431a6ab3 2018-08-13 05:44:27,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.585464000702s 2018-08-13 05:44:27,863 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1ea881b6-8432-4a60-ac23-7127431a6ab3 2018-08-13 05:44:27,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:44:27,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=1f5646f6-af26-4029-a637-37547f8743ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:27,944 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-d8b5d331-8742-416d-a157-6883f4f5d449 Date: Mon, 13 Aug 2018 05:44:27 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:22Z","admin_state_up":true,"updated_at":"2018-08-13T05:44:26Z","binding:vnic_type":"normal","device_id":"1f5646f6-af26-4029-a637-37547f8743ef","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:00:36:fc","id":"cd956c8d-1e8d-4e81-8744-8b2cef895851","port_security_enabled":true,"project_id":"6ccb48e7b802489d8d520796824b7ec5","fixed_ips":[{"subnet_id":"515040e8-6ae7-408c-90ec-a635e2f05489","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["c1170bc3-19b9-43bd-a7ea-2a4229aeba83"],"name":""}]} 2018-08-13 05:44:27,945 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=1f5646f6-af26-4029-a637-37547f8743ef used request id req-d8b5d331-8742-416d-a157-6883f4f5d449 2018-08-13 05:44:27,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0774471759796s 2018-08-13 05:44:27,945 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=1f5646f6-af26-4029-a637-37547f8743ef used request id req-d8b5d331-8742-416d-a157-6883f4f5d449 2018-08-13 05:44:27,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:44:27,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=cd956c8d-1e8d-4e81-8744-8b2cef895851" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:27,992 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c8b6f956-b485-4e6a-8021-c8eb18bb2113 Date: Mon, 13 Aug 2018 05:44:27 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:44:27,993 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=cd956c8d-1e8d-4e81-8744-8b2cef895851 used request id req-c8b6f956-b485-4e6a-8021-c8eb18bb2113 2018-08-13 05:44:27,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0423858165741s 2018-08-13 05:44:27,993 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=cd956c8d-1e8d-4e81-8744-8b2cef895851 used request id req-c8b6f956-b485-4e6a-8021-c8eb18bb2113 2018-08-13 05:44:27,994 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:00:36:fc', u'version': 4, u'addr': u'192.168.120.3', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f743cacd-bf12-4b35-9cc5-42ec3cadcfda'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T05:44:26.000000', 'flavor': Munch({u'id': u'5161ef43-5d6e-49dd-8b00-a0252e13e998'}), 'az': u'nova', 'id': u'1f5646f6-af26-4029-a637-37547f8743ef', 'security_groups': [Munch({u'name': u'cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fec77f1018c24b7abfddde4ffdd6914b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': 'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', '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-08-13T05:44:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:44:26Z', 'hostId': u'242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'public_v6': '', 'private_v4': u'192.168.120.3', 'cloud': 'envvars', 'host_id': u'242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e', '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-08-13T05:44:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': u'cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'adminPass': u'z5BmK89VVJ8E', 'tenant_id': u'6ccb48e7b802489d8d520796824b7ec5', 'created_at': u'2018-08-13T05:44:19Z', 'created': u'2018-08-13T05:44:19Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:44:27,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:27,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:28,079 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-bbbc6c88-f124-46d2-a81b-c91da140b995 Date: Mon, 13 Aug 2018 05:44:28 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["515040e8-6ae7-408c-90ec-a635e2f05489"],"updated_at":"2018-08-13T05:44:11Z","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:28,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bbbc6c88-f124-46d2-a81b-c91da140b995 2018-08-13 05:44:28,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0828280448914s 2018-08-13 05:44:28,080 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-bbbc6c88-f124-46d2-a81b-c91da140b995 2018-08-13 05:44:28,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:44:28,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=1f5646f6-af26-4029-a637-37547f8743ef" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:28,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-919b7cb1-6dcd-414c-819b-6672b45cdccd Date: Mon, 13 Aug 2018 05:44:28 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:22Z","admin_state_up":true,"updated_at":"2018-08-13T05:44:26Z","binding:vnic_type":"normal","device_id":"1f5646f6-af26-4029-a637-37547f8743ef","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:00:36:fc","id":"cd956c8d-1e8d-4e81-8744-8b2cef895851","port_security_enabled":true,"project_id":"6ccb48e7b802489d8d520796824b7ec5","fixed_ips":[{"subnet_id":"515040e8-6ae7-408c-90ec-a635e2f05489","ip_address":"192.168.120.3"}],"extra_dhcp_opts":[],"security_groups":["c1170bc3-19b9-43bd-a7ea-2a4229aeba83"],"name":""}]} 2018-08-13 05:44:28,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=1f5646f6-af26-4029-a637-37547f8743ef used request id req-919b7cb1-6dcd-414c-819b-6672b45cdccd 2018-08-13 05:44:28,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0436160564423s 2018-08-13 05:44:28,125 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=1f5646f6-af26-4029-a637-37547f8743ef used request id req-919b7cb1-6dcd-414c-819b-6672b45cdccd 2018-08-13 05:44:28,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-13 05:44:28,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.3", "port_id": "cd956c8d-1e8d-4e81-8744-8b2cef895851"}}' 2018-08-13 05:44:29,859 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-967c85ed-d2cb-4bb6-9646-29eb15b316ad Date: Mon, 13 Aug 2018 05:44:29 GMT RESP BODY: {"floatingip": {"router_id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:44:29Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "cd956c8d-1e8d-4e81-8744-8b2cef895851", "id": "588ceabe-04e3-425a-a214-ee174b90acd0", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:29Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}} 2018-08-13 05:44:29,859 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-967c85ed-d2cb-4bb6-9646-29eb15b316ad 2018-08-13 05:44:29,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.73321795464s 2018-08-13 05:44:29,860 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-967c85ed-d2cb-4bb6-9646-29eb15b316ad 2018-08-13 05:44:29,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:44:29,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:29,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-79e0e0c1-96fe-43be-9990-cc2292d9a7d3 Date: Mon, 13 Aug 2018 05:44:29 GMT RESP BODY: {"floatingips": [{"router_id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:44:29Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "cd956c8d-1e8d-4e81-8744-8b2cef895851", "id": "588ceabe-04e3-425a-a214-ee174b90acd0", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:29Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}]} 2018-08-13 05:44:29,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-79e0e0c1-96fe-43be-9990-cc2292d9a7d3 2018-08-13 05:44:29,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0585689544678s 2018-08-13 05:44:29,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-79e0e0c1-96fe-43be-9990-cc2292d9a7d3 2018-08-13 05:44:29,930 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6ccb48e7b802489d8d520796824b7ec5', 'created_at': u'2018-08-13T05:44:29Z', 'attached': True, 'updated_at': u'2018-08-13T05:44:29Z', 'id': u'588ceabe-04e3-425a-a214-ee174b90acd0', 'floating_network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', 'fixed_ip_address': u'192.168.120.3', 'floating_ip_address': u'172.30.9.214', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': 'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54', 'project_id': u'6ccb48e7b802489d8d520796824b7ec5', 'port_id': u'cd956c8d-1e8d-4e81-8744-8b2cef895851', 'port': u'cd956c8d-1e8d-4e81-8744-8b2cef895851', 'network': u'8796fccd-8b13-4235-9a19-2e128d43a69d'}) 2018-08-13 05:44:29,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:44:29,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:44:30,015 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-2f304495-252c-42c5-af77-ea2585aeb405 x-compute-request-id: req-2f304495-252c-42c5-af77-ea2585aeb405 Content-Encoding: gzip Content-Length: 8613 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 483314280 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144239] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145924] pid_max: default: 32768 minimum: 301\n[ 0.146838] ACPI: Core revision 20150930\n[ 0.148231] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149562] Security Framework initialized\n[ 0.150388] Yama: becoming mindful.\n[ 0.151125] AppArmor: AppArmor initialized\n[ 0.152015] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153369] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155905] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157339] Initializing cgroup subsys io\n[ 0.158160] Initializing cgroup subsys memory\n[ 0.159034] Initializing cgroup subsys devices\n[ 0.159928] Initializing cgroup subsys freezer\n[ 0.160819] Initializing cgroup subsys net_cls\n[ 0.161698] Initializing cgroup subsys perf_event\n[ 0.162621] Initializing cgroup subsys net_prio\n[ 0.163528] Initializing cgroup subsys hugetlb\n[ 0.164406] Initializing cgroup subsys pids\n[ 0.165283] CPU: Physical Processor ID: 0\n[ 0.166796] mce: CPU supports 10 MCE banks\n[ 0.167667] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168695] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.183126] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.189209] ftrace: allocating 31920 entries in 125 pages\n[ 0.214230] smpboot: Max logical packages: 1\n[ 0.215103] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216480] x2apic enabled\n[ 0.217287] Switched APIC routing to physical x2apic.\n[ 0.219028] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220169] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222189] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224004] KVM setup paravirtual spinlock\n[ 0.225322] x86: Booted up 1 node, 1 CPUs\n[ 0.226140] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227566] devtmpfs: initialized\n[ 0.229289] evm: security.selinux\n[ 0.230002] evm: security.SMACK64\n[ 0.230708] evm: security.SMACK64EXEC\n[ 0.231464] evm: security.SMACK64TRANSMUTE\n[ 0.232281] evm: security.SMACK64MMAP\n[ 0.233038] evm: security.ima\n[ 0.233693] evm: security.capability\n[ 0.234508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236398] pinctrl core: initialized pinctrl subsystem\n[ 0.237517] RTC time: 5:44:26, date: 08/13/18\n[ 0.238497] NET: Registered protocol family 16\n[ 0.239500] cpuidle: using governor ladder\n[ 0.240334] cpuidle: using governor menu\n[ 0.241128] PCCT header not found.\n[ 0.241911] ACPI: bus type PCI registered\n[ 0.242727] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243990] PCI: Using configuration type 1 for base access\n[ 0.245780] ACPI: Added _OSI(Module Device)\n[ 0.246638] ACPI: Added _OSI(Processor Device)\n[ 0.247512] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248422] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.250196] ACPI: Interpreter enabled\n[ 0.250988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.258478] ACPI: (supports S0 S5)\n[ 0.259192] ACPI: Using IOAPIC for interrupt routing\n[ 0.260164] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.263325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.264491] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.265754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266970] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.269248] acpiphp: Slot [3] registered\n[ 0.270068] acpiphp: Slot [4] registered\n[ 0.270882] acpiphp: Slot [5] registered\n[ 0.271695] acpiphp: Slot [6] registered\n[ 0.272503] acpiphp: Slot [7] registered\n[ 0.273324] acpiphp: Slot [8] registered\n[ 0.274137] acpiphp: Slot [9] registered\n[ 0.274957] acpiphp: Slot [10] registered\n[ 0.275787] acpiphp: Slot [11] registered\n[ 0.276618] acpiphp: Slot [12] registered\n[ 0.277447] acpiphp: Slot [13] registered\n[ 0.278269] acpiphp: Slot [14] registered\n[ 0.279095] acpiphp: Slot [15] registered\n[ 0.290007] acpiphp: Slot [16] registered\n[ 0.290864] acpiphp: Slot [17] registered\n[ 0.291690] acpiphp: Slot [18] registered\n[ 0.292512] acpiphp: Slot [19] registered\n[ 0.293335] acpiphp: Slot [20] registered\n[ 0.294158] acpiphp: Slot [21] registered\n[ 0.294986] acpiphp: Slot [22] registered\n[ 0.295811] acpiphp: Slot [23] registered\n[ 0.296633] acpiphp: Slot [24] registered\n[ 0.297452] acpiphp: Slot [25] registered\n[ 0.298272] acpiphp: Slot [26] registered\n[ 0.299096] acpiphp: Slot [27] registered\n[ 0.299920] acpiphp: Slot [28] registered\n[ 0.300798] acpiphp: Slot [29] registered\n[ 0.301624] acpiphp: Slot [30] registered\n[ 0.302453] acpiphp: Slot [31] registered\n[ 0.303273] PCI host bridge to bus 0000:00\n[ 0.304096] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.305329] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.306564] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.308054] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.309522] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.311028] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.314369] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.315672] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316869] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.318155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323289] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.341924] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343429] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349378] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350685] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353346] vgaarb: loaded\n[ 0.353952] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355190] SCSI subsystem initialized\n[ 0.356123] ACPI: bus type USB registered\n[ 0.356971] usbcore: registered new interface driver usbfs\n[ 0.358023] usbcore: registered new interface driver hub\n[ 0.359051] usbcore: registered new device driver usb\n[ 0.360172] PCI: Using ACPI for IRQ routing\n[ 0.361307] NetLabel: Initializing\n[ 0.362042] NetLabel: domain hash size = 128\n[ 0.362917] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.363895] NetLabel: unlabeled traffic allowed by default\n[ 0.365078] clocksource: Switched to clocksource kvm-clock\n[ 0.373235] AppArmor: AppArmor Filesystem Enabled\n[ 0.374241] pnp: PnP ACPI init\n[ 0.375198] pnp: PnP ACPI: found 5 devices\n[ 0.381536] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383301] NET: Registered protocol family 2\n[ 0.384370] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.385690] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.386922] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388145] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389253] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390465] NET: Registered protocol family 1\n[ 0.391363] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392487] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.393584] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407692] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421852] Trying to unpack rootfs image as initramfs...\n[ 0.478208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479924] Scanning for low memory corruption every 60 seconds\n[ 0.481333] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.482531] audit: initializing netlink subsys (disabled)\n[ 0.483573] audit: type=2000 audit(1534139066.850:1): initialized\n[ 0.484947] Initialise system trusted keyring\n[ 0.485943] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.487140] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489287] zbud: loaded\n[ 0.490032] VFS: Disk quotas dquot_6.6.0\n[ 0.490875] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492502] fuse init (API version 7.23)\n[ 0.493428] Key type big_key registered\n[ 0.494243] Allocating IMA MOK and blacklist keyrings.\n[ 0.495516] Key type asymmetric registered\n[ 0.496355] Asymmetric key parser 'x509' registered\n[ 0.497346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.498841] io scheduler noop registered\n[ 0.499654] io scheduler deadline registered (default)\n[ 0.500667] io scheduler cfq registered\n[ 0.501534] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502598] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503893] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505396] ACPI: Power Button [PWRF]\n[ 0.506258] GHES: HEST is not enabled!\n[ 0.519922] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548007] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.574237] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.576526] Linux agpgart interface v0.103\n[ 0.579163] brd: module loaded\n[ 0.580860] loop: module loaded\n[ 0.584554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.588137] GPT:90111 != 2097151\n[ 0.588839] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589957] GPT:90111 != 2097151\n[ 0.590646] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591646] vda: vda1 vda15\n[ 0.593905] scsi host0: ata_piix\n[ 0.594718] scsi host1: ata_piix\n[ 0.595455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596688] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598218] libphy: Fixed MDIO Bus: probed\n[ 0.599056] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600023] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.602605] PPP generic driver version 2.4.2\n[ 0.603555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.604787] ehci-pci: EHCI PCI platform driver\n[ 0.605693] ehci-platform: EHCI generic platform driver\n[ 0.606715] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.607875] ohci-pci: OHCI PCI platform driver\n[ 0.608767] ohci-platform: OHCI generic platform driver\n[ 0.609788] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624090] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625127] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.626646] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.627703] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.628888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631615] usb usb1: Product: UHCI Host Controller\n[ 0.632567] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633739] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.634752] hub 1-0:1.0: USB hub found\n[ 0.635554] hub 1-0:1.0: 2 ports detected\n[ 0.636530] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.638719] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.639723] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.640802] mousedev: PS/2 mouse device common for all mice\n[ 0.642117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644157] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646541] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.647766] i2c /dev entries driver\n[ 0.648566] device-mapper: uevent: version 1.0.3\n[ 0.649559] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651235] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652702] NET: Registered protocol family 10\n[ 0.653878] NET: Registered protocol family 17\n[ 0.654821] Key type dns_resolver registered\n[ 0.655853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.656977] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.658817] registered taskstats version 1\n[ 0.659690] Loading compiled-in X.509 certificates\n[ 0.661219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663127] zswap: loaded using pool lzo/zbud\n[ 0.664786] Key type trusted registered\n[ 0.666604] Key type encrypted registered\n[ 0.667457] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668516] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669599] evm: HMAC attrs: 0x1\n[ 0.670614] Magic number: 14:201:719\n[ 0.671507] rtc_cmos 00:00: setting system clock to 2018-08-13 05:44:26 UTC (1534139066)\n[ 0.673195] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674331] EDD information not available.\n[ 0.758445] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.770438] Write protecting the kernel read-only data: 14336k\n[ 0.772609] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.774512] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.820520] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.3...\nLease of 192.168.120.3 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 0.82. iid=i-00000007\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCE8wxfGNRuFBhQvca1jXlkk3R0TM7lw1Cm9R7ATjk2aceZYC7jek6yqYGe/y4GOmYE9YTZbpxYuD75uJtsRkp2PVHhg6Np2aidOPSF6BgMvTrLXyehmUFCmfbxXE0fFxej/747ZCjo5lVOm0ulOtjCWo5bDUqNfh8xM9hWjVdHmkjdVYvJyP2PRmfJR/GmRv2pHrUxAKrxo6t5Q4cRJMqBywsdeIeSZquCl84MjpVld0H0UZy6DERjtVjaZklGVMSfL5cCaEcEEizB4pMsL0bzFYzi2pz1KgZKdB2sgOlvxjikNPiN0UX48mIlc9aaMFz9gWUk+sV4ARrm9uDcXarP/ r"} 2018-08-13 05:44:30,016 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/action used request id req-2f304495-252c-42c5-af77-ea2585aeb405 2018-08-13 05:44:30,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.08522605896s 2018-08-13 05:44:30,017 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/action used request id req-2f304495-252c-42c5-af77-ea2585aeb405 2018-08-13 05:44:30,017 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 483314280 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.144239] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145924] pid_max: default: 32768 minimum: 301 [ 0.146838] ACPI: Core revision 20150930 [ 0.148231] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149562] Security Framework initialized [ 0.150388] Yama: becoming mindful. [ 0.151125] AppArmor: AppArmor initialized [ 0.152015] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153369] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.154667] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.155905] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157339] Initializing cgroup subsys io [ 0.158160] Initializing cgroup subsys memory [ 0.159034] Initializing cgroup subsys devices [ 0.159928] Initializing cgroup subsys freezer [ 0.160819] Initializing cgroup subsys net_cls [ 0.161698] Initializing cgroup subsys perf_event [ 0.162621] Initializing cgroup subsys net_prio [ 0.163528] Initializing cgroup subsys hugetlb [ 0.164406] Initializing cgroup subsys pids [ 0.165283] CPU: Physical Processor ID: 0 [ 0.166796] mce: CPU supports 10 MCE banks [ 0.167667] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.168695] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.183126] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.189209] ftrace: allocating 31920 entries in 125 pages [ 0.214230] smpboot: Max logical packages: 1 [ 0.215103] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.216480] x2apic enabled [ 0.217287] Switched APIC routing to physical x2apic. [ 0.219028] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.220169] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.222189] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.224004] KVM setup paravirtual spinlock [ 0.225322] x86: Booted up 1 node, 1 CPUs [ 0.226140] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227566] devtmpfs: initialized [ 0.229289] evm: security.selinux [ 0.230002] evm: security.SMACK64 [ 0.230708] evm: security.SMACK64EXEC [ 0.231464] evm: security.SMACK64TRANSMUTE [ 0.232281] evm: security.SMACK64MMAP [ 0.233038] evm: security.ima [ 0.233693] evm: security.capability [ 0.234508] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236398] pinctrl core: initialized pinctrl subsystem [ 0.237517] RTC time: 5:44:26, date: 08/13/18 [ 0.238497] NET: Registered protocol family 16 [ 0.239500] cpuidle: using governor ladder [ 0.240334] cpuidle: using governor menu [ 0.241128] PCCT header not found. [ 0.241911] ACPI: bus type PCI registered [ 0.242727] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.243990] PCI: Using configuration type 1 for base access [ 0.245780] ACPI: Added _OSI(Module Device) [ 0.246638] ACPI: Added _OSI(Processor Device) [ 0.247512] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248422] ACPI: Added _OSI(Processor Aggregator Device) [ 0.250196] ACPI: Interpreter enabled [ 0.250988] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.252862] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.254736] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.256610] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.258478] ACPI: (supports S0 S5) [ 0.259192] ACPI: Using IOAPIC for interrupt routing [ 0.260164] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.263325] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.264491] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.265754] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.266970] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269248] acpiphp: Slot [3] registered [ 0.270068] acpiphp: Slot [4] registered [ 0.270882] acpiphp: Slot [5] registered [ 0.271695] acpiphp: Slot [6] registered [ 0.272503] acpiphp: Slot [7] registered [ 0.273324] acpiphp: Slot [8] registered [ 0.274137] acpiphp: Slot [9] registered [ 0.274957] acpiphp: Slot [10] registered [ 0.275787] acpiphp: Slot [11] registered [ 0.276618] acpiphp: Slot [12] registered [ 0.277447] acpiphp: Slot [13] registered [ 0.278269] acpiphp: Slot [14] registered [ 0.279095] acpiphp: Slot [15] registered [ 0.290007] acpiphp: Slot [16] registered [ 0.290864] acpiphp: Slot [17] registered [ 0.291690] acpiphp: Slot [18] registered [ 0.292512] acpiphp: Slot [19] registered [ 0.293335] acpiphp: Slot [20] registered [ 0.294158] acpiphp: Slot [21] registered [ 0.294986] acpiphp: Slot [22] registered [ 0.295811] acpiphp: Slot [23] registered [ 0.296633] acpiphp: Slot [24] registered [ 0.297452] acpiphp: Slot [25] registered [ 0.298272] acpiphp: Slot [26] registered [ 0.299096] acpiphp: Slot [27] registered [ 0.299920] acpiphp: Slot [28] registered [ 0.300798] acpiphp: Slot [29] registered [ 0.301624] acpiphp: Slot [30] registered [ 0.302453] acpiphp: Slot [31] registered [ 0.303273] PCI host bridge to bus 0000:00 [ 0.304096] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.305329] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.306564] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.308054] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.309522] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.311028] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.314369] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.315672] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.316869] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.321782] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.323289] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.341924] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.343429] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.345225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.346678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.348087] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.349378] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.350685] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.351772] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.353346] vgaarb: loaded [ 0.353952] vgaarb: bridge control possible 0000:00:02.0 [ 0.355190] SCSI subsystem initialized [ 0.356123] ACPI: bus type USB registered [ 0.356971] usbcore: registered new interface driver usbfs [ 0.358023] usbcore: registered new interface driver hub [ 0.359051] usbcore: registered new device driver usb [ 0.360172] PCI: Using ACPI for IRQ routing [ 0.361307] NetLabel: Initializing [ 0.362042] NetLabel: domain hash size = 128 [ 0.362917] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.363895] NetLabel: unlabeled traffic allowed by default [ 0.365078] clocksource: Switched to clocksource kvm-clock [ 0.373235] AppArmor: AppArmor Filesystem Enabled [ 0.374241] pnp: PnP ACPI init [ 0.375198] pnp: PnP ACPI: found 5 devices [ 0.381536] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.383301] NET: Registered protocol family 2 [ 0.384370] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.385690] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.386922] TCP: Hash tables configured (established 4096 bind 4096) [ 0.388145] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.389253] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.390465] NET: Registered protocol family 1 [ 0.391363] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.392487] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.393584] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.407692] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.421852] Trying to unpack rootfs image as initramfs... [ 0.478208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.479924] Scanning for low memory corruption every 60 seconds [ 0.481333] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.482531] audit: initializing netlink subsys (disabled) [ 0.483573] audit: type=2000 audit(1534139066.850:1): initialized [ 0.484947] Initialise system trusted keyring [ 0.485943] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.487140] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.489287] zbud: loaded [ 0.490032] VFS: Disk quotas dquot_6.6.0 [ 0.490875] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.492502] fuse init (API version 7.23) [ 0.493428] Key type big_key registered [ 0.494243] Allocating IMA MOK and blacklist keyrings. [ 0.495516] Key type asymmetric registered [ 0.496355] Asymmetric key parser 'x509' registered [ 0.497346] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.498841] io scheduler noop registered [ 0.499654] io scheduler deadline registered (default) [ 0.500667] io scheduler cfq registered [ 0.501534] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.502598] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.503893] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.505396] ACPI: Power Button [PWRF] [ 0.506258] GHES: HEST is not enabled! [ 0.519922] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.548007] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.550144] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.574237] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.576526] Linux agpgart interface v0.103 [ 0.579163] brd: module loaded [ 0.580860] loop: module loaded [ 0.584554] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.588137] GPT:90111 != 2097151 [ 0.588839] GPT:Alternate GPT header not at the end of the disk. [ 0.589957] GPT:90111 != 2097151 [ 0.590646] GPT: Use GNU Parted to correct GPT errors. [ 0.591646] vda: vda1 vda15 [ 0.593905] scsi host0: ata_piix [ 0.594718] scsi host1: ata_piix [ 0.595455] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.596688] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.598218] libphy: Fixed MDIO Bus: probed [ 0.599056] tun: Universal TUN/TAP device driver, 1.6 [ 0.600023] tun: (C) 1999-2004 Max Krasnyansky [ 0.602605] PPP generic driver version 2.4.2 [ 0.603555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.604787] ehci-pci: EHCI PCI platform driver [ 0.605693] ehci-platform: EHCI generic platform driver [ 0.606715] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.607875] ohci-pci: OHCI PCI platform driver [ 0.608767] ohci-platform: OHCI generic platform driver [ 0.609788] uhci_hcd: USB Universal Host Controller Interface driver [ 0.624090] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.625127] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.626646] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.627703] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.628888] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.630152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.631615] usb usb1: Product: UHCI Host Controller [ 0.632567] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.633739] usb usb1: SerialNumber: 0000:00:01.2 [ 0.634752] hub 1-0:1.0: USB hub found [ 0.635554] hub 1-0:1.0: 2 ports detected [ 0.636530] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.638719] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.639723] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.640802] mousedev: PS/2 mouse device common for all mice [ 0.642117] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644157] rtc_cmos 00:00: RTC can wake from S4 [ 0.645319] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.646541] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.647766] i2c /dev entries driver [ 0.648566] device-mapper: uevent: version 1.0.3 [ 0.649559] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651235] ledtrig-cpu: registered to indicate activity on CPUs [ 0.652702] NET: Registered protocol family 10 [ 0.653878] NET: Registered protocol family 17 [ 0.654821] Key type dns_resolver registered [ 0.655853] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.656977] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.658817] registered taskstats version 1 [ 0.659690] Loading compiled-in X.509 certificates [ 0.661219] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663127] zswap: loaded using pool lzo/zbud [ 0.664786] Key type trusted registered [ 0.666604] Key type encrypted registered [ 0.667457] AppArmor: AppArmor sha1 policy hashing enabled [ 0.668516] ima: No TPM chip found, activating TPM-bypass! [ 0.669599] evm: HMAC attrs: 0x1 [ 0.670614] Magic number: 14:201:719 [ 0.671507] rtc_cmos 00:00: setting system clock to 2018-08-13 05:44:26 UTC (1534139066) [ 0.673195] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674331] EDD information not available. [ 0.758445] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.770438] Write protecting the kernel read-only data: 14336k [ 0.772609] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.774512] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.820520] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.3... Lease of 192.168.120.3 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 0.82. iid=i-00000007 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCE8wxfGNRuFBhQvca1jXlkk3R0TM7lw1Cm9R7ATjk2aceZYC7jek6yqYGe/y4GOmYE9YTZbpxYuD75uJtsRkp2PVHhg6Np2aidOPSF6BgMvTrLXyehmUFCmfbxXE0fFxej/747ZCjo5lVOm0ulOtjCWo5bDUqNfh8xM9hWjVdHmkjdVYvJyP2PRmfJR/GmRv2pHrUxAKrxo6t5Q4cRJMqBywsdeIeSZquCl84MjpVld0H0UZy6DERjtVjaZklGVMSfL5cCaEcEEizB4pMsL0bzFYzi2pz1KgZKdB2sgOlvxjikNPiN0UX48mIlc9aaMFz9gWUk+sV4ARrm9uDcXarP/ r 2018-08-13 05:44:31,019 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d52b7d0L 2018-08-13 05:44:31,020 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 05:44:31,020 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-13 05:44:31,020 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-13 05:44:31,022 - 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-08-13 05:44:31,022 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 05:44:31,022 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-13 05:44:31,022 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 05:44:31,022 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 05:44:31,023 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 05:44:31,040 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 05:44:31,041 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 05:44:31,052 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.214: f63e5def0b8db0d7f7d84a69d54dab6e 2018-08-13 05:44:31,053 - paramiko.transport - DEBUG - Trying discovered key 6aded4dd2d2f659c2815d502392451bb in /tmp/tmpccY0JZ 2018-08-13 05:44:31,078 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 05:44:31,084 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 05:44:31,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-08-13 05:44:31,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"volume": {"display_name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "size": "2"}}' 2018-08-13 05:44:32,341 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:44:31 GMT Server: Apache x-compute-request-id: req-cea1e498-9a42-40d5-876d-704ba074e8bf OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-cea1e498-9a42-40d5-876d-704ba074e8bf Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}} 2018-08-13 05:44:32,341 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes used request id req-cea1e498-9a42-40d5-876d-704ba074e8bf 2018-08-13 05:44:32,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.25285005569s 2018-08-13 05:44:32,342 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes used request id req-cea1e498-9a42-40d5-876d-704ba074e8bf 2018-08-13 05:44:32,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:44:32,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:33,382 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:32 GMT Server: Apache x-compute-request-id: req-a464e9b7-49e0-4641-b52b-0079aaf0d8d0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-a464e9b7-49e0-4641-b52b-0079aaf0d8d0 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:44:32.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:44:33,382 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-a464e9b7-49e0-4641-b52b-0079aaf0d8d0 2018-08-13 05:44:33,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03971409798s 2018-08-13 05:44:33,383 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-a464e9b7-49e0-4641-b52b-0079aaf0d8d0 2018-08-13 05:44:33,385 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:35,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:44:35,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:36,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:35 GMT Server: Apache x-compute-request-id: req-d926c382-4436-45cb-b27f-09369901fc0f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-d926c382-4436-45cb-b27f-09369901fc0f Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:44:34.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:44:36,345 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-d926c382-4436-45cb-b27f-09369901fc0f 2018-08-13 05:44:36,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.957363128662s 2018-08-13 05:44:36,345 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-d926c382-4436-45cb-b27f-09369901fc0f 2018-08-13 05:44:36,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:36,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:36,691 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-96c5b1c8-46b2-408b-89f0-fcd40a4a9d8c Date: Mon, 13 Aug 2018 05:44:36 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["515040e8-6ae7-408c-90ec-a635e2f05489"],"updated_at":"2018-08-13T05:44:11Z","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:36,691 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-96c5b1c8-46b2-408b-89f0-fcd40a4a9d8c 2018-08-13 05:44:36,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.344006061554s 2018-08-13 05:44:36,691 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-96c5b1c8-46b2-408b-89f0-fcd40a4a9d8c 2018-08-13 05:44:36,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:44:36,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:37,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-2b73d843-a2d0-4c31-adb6-f45773cdaafe Date: Mon, 13 Aug 2018 05:44:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:44:15Z", "file": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file", "owner": "6ccb48e7b802489d8d520796824b7ec5", "id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "size": 12716032, "self": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:44:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:44:37,111 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2b73d843-a2d0-4c31-adb6-f45773cdaafe 2018-08-13 05:44:37,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.415396928787s 2018-08-13 05:44:37,112 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2b73d843-a2d0-4c31-adb6-f45773cdaafe 2018-08-13 05:44:37,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:44:37,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:37,136 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-3c3218db-1bd1-43e8-bad3-16a95262173b x-compute-request-id: req-3c3218db-1bd1-43e8-bad3-16a95262173b Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5161ef43-5d6e-49dd-8b00-a0252e13e998"}]} 2018-08-13 05:44:37,136 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3c3218db-1bd1-43e8-bad3-16a95262173b 2018-08-13 05:44:37,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226809978485s 2018-08-13 05:44:37,136 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3c3218db-1bd1-43e8-bad3-16a95262173b 2018-08-13 05:44:37,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 05:44:37,140 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"server": {"name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "imageRef": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "flavorRef": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "max_count": 1, "min_count": 1, "networks": [{"uuid": "b81d558c-08e5-4dbf-a07a-3023d48ac79f"}], "security_groups": [{"name": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83"}]}}' 2018-08-13 05:44:38,254 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05: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 x-openstack-request-id: req-9aa29a8e-f101-494a-9cce-de320e5d1597 x-compute-request-id: req-9aa29a8e-f101-494a-9cce-de320e5d1597 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "adminPass": "RoT2hQMPi6KS"}} 2018-08-13 05:44:38,254 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-9aa29a8e-f101-494a-9cce-de320e5d1597 2018-08-13 05:44:38,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.11690592766s 2018-08-13 05:44:38,255 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-9aa29a8e-f101-494a-9cce-de320e5d1597 2018-08-13 05:44:38,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:38,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:38,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b97f6d05-ef3b-4d79-a469-e044187829c2 x-compute-request-id: req-b97f6d05-ef3b-4d79-a469-e044187829c2 Content-Encoding: gzip Content-Length: 861 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "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-08-13T05:44:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:26.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:26Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:38,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b97f6d05-ef3b-4d79-a469-e044187829c2 2018-08-13 05:44:38,660 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.403865814209s 2018-08-13 05:44:38,660 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b97f6d05-ef3b-4d79-a469-e044187829c2 2018-08-13 05:44:38,666 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:40,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:40,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:41,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-92a73896-3f23-4a2d-a168-f2fc7db195b9 x-compute-request-id: req-92a73896-3f23-4a2d-a168-f2fc7db195b9 Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "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-08-13T05:44:40Z", "hostId": "bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:26.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:26Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:41,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-92a73896-3f23-4a2d-a168-f2fc7db195b9 2018-08-13 05:44:41,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.457195043564s 2018-08-13 05:44:41,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-92a73896-3f23-4a2d-a168-f2fc7db195b9 2018-08-13 05:44:41,130 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:43,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:43,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:43,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44: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-649b9f6f-98d0-4509-b2df-2767140a7cc3 x-compute-request-id: req-649b9f6f-98d0-4509-b2df-2767140a7cc3 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "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-08-13T05:44:41Z", "hostId": "bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:26.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:26Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:43,593 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-649b9f6f-98d0-4509-b2df-2767140a7cc3 2018-08-13 05:44:43,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.460156917572s 2018-08-13 05:44:43,594 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-649b9f6f-98d0-4509-b2df-2767140a7cc3 2018-08-13 05:44:43,600 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:45,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:45,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:46,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44: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-7ddaf16b-1ef4-4771-9daf-8d58cab65156 x-compute-request-id: req-7ddaf16b-1ef4-4771-9daf-8d58cab65156 Content-Encoding: gzip Content-Length: 902 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "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-08-13T05:44:41Z", "hostId": "bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:26.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:26Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:46,209 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7ddaf16b-1ef4-4771-9daf-8d58cab65156 2018-08-13 05:44:46,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.606294155121s 2018-08-13 05:44:46,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7ddaf16b-1ef4-4771-9daf-8d58cab65156 2018-08-13 05:44:46,215 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:48,218 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:44:48,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:48,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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,Accept-Encoding x-openstack-request-id: req-0b7756a2-5433-4578-84f5-787dcac7bedf x-compute-request-id: req-0b7756a2-5433-4578-84f5-787dcac7bedf Content-Encoding: gzip Content-Length: 885 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:3b:72", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:45.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:45Z", "hostId": "bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:26.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:26Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:44:48,584 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b7756a2-5433-4578-84f5-787dcac7bedf 2018-08-13 05:44:48,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.366177082062s 2018-08-13 05:44:48,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0b7756a2-5433-4578-84f5-787dcac7bedf 2018-08-13 05:44:48,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:44:48,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=4d3fd904-163d-447f-b2b8-b49f384c82df" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:48,640 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-037b9a65-ca60-496c-9324-5fce3a71e3af Date: Mon, 13 Aug 2018 05:44:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:41Z","admin_state_up":true,"updated_at":"2018-08-13T05:44:45Z","binding:vnic_type":"normal","device_id":"4d3fd904-163d-447f-b2b8-b49f384c82df","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:3e:3b:72","id":"56036f00-a70b-4e16-ae40-3db26a8e2e4c","port_security_enabled":true,"project_id":"6ccb48e7b802489d8d520796824b7ec5","fixed_ips":[{"subnet_id":"515040e8-6ae7-408c-90ec-a635e2f05489","ip_address":"192.168.120.29"}],"extra_dhcp_opts":[],"security_groups":["c1170bc3-19b9-43bd-a7ea-2a4229aeba83"],"name":""}]} 2018-08-13 05:44:48,641 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4d3fd904-163d-447f-b2b8-b49f384c82df used request id req-037b9a65-ca60-496c-9324-5fce3a71e3af 2018-08-13 05:44:48,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0504288673401s 2018-08-13 05:44:48,641 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4d3fd904-163d-447f-b2b8-b49f384c82df used request id req-037b9a65-ca60-496c-9324-5fce3a71e3af 2018-08-13 05:44:48,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:44:48,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=56036f00-a70b-4e16-ae40-3db26a8e2e4c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:48,687 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d00f9e1a-1f1f-4e7c-8c37-340097d2a107 Date: Mon, 13 Aug 2018 05:44:48 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:44:48,687 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=56036f00-a70b-4e16-ae40-3db26a8e2e4c used request id req-d00f9e1a-1f1f-4e7c-8c37-340097d2a107 2018-08-13 05:44:48,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0421788692474s 2018-08-13 05:44:48,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=56036f00-a70b-4e16-ae40-3db26a8e2e4c used request id req-d00f9e1a-1f1f-4e7c-8c37-340097d2a107 2018-08-13 05:44:48,688 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3e:3b:72', u'version': 4, u'addr': u'192.168.120.29', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'f743cacd-bf12-4b35-9cc5-42ec3cadcfda'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T05:44:45.000000', 'flavor': Munch({u'id': u'5161ef43-5d6e-49dd-8b00-a0252e13e998'}), 'az': u'nova', 'id': u'4d3fd904-163d-447f-b2b8-b49f384c82df', 'security_groups': [Munch({u'name': u'cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'fec77f1018c24b7abfddde4ffdd6914b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': 'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', '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-08-13T05:44:45.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T05:44:45Z', 'hostId': u'bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'public_v6': '', 'private_v4': u'192.168.120.29', 'cloud': 'envvars', 'host_id': u'bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89', '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-08-13T05:44:45.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': u'cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'adminPass': u'RoT2hQMPi6KS', 'tenant_id': u'6ccb48e7b802489d8d520796824b7ec5', 'created_at': u'2018-08-13T05:44:38Z', 'created': u'2018-08-13T05:44:38Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 05:44:48,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:44:48,692 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:48,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1194 X-Openstack-Request-Id: req-1e0422de-53da-406e-a6c1-f3123be19ea5 Date: Mon, 13 Aug 2018 05:44:48 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"},{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["515040e8-6ae7-408c-90ec-a635e2f05489"],"updated_at":"2018-08-13T05:44:11Z","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:44:48,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1e0422de-53da-406e-a6c1-f3123be19ea5 2018-08-13 05:44:48,791 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0988798141479s 2018-08-13 05:44:48,791 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-1e0422de-53da-406e-a6c1-f3123be19ea5 2018-08-13 05:44:48,792 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 05:44:48,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=4d3fd904-163d-447f-b2b8-b49f384c82df" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:48,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 750 X-Openstack-Request-Id: req-bf05b87f-a6d2-404e-b777-379082f42827 Date: Mon, 13 Aug 2018 05:44:48 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:41Z","admin_state_up":true,"updated_at":"2018-08-13T05:44:45Z","binding:vnic_type":"normal","device_id":"4d3fd904-163d-447f-b2b8-b49f384c82df","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:3e:3b:72","id":"56036f00-a70b-4e16-ae40-3db26a8e2e4c","port_security_enabled":true,"project_id":"6ccb48e7b802489d8d520796824b7ec5","fixed_ips":[{"subnet_id":"515040e8-6ae7-408c-90ec-a635e2f05489","ip_address":"192.168.120.29"}],"extra_dhcp_opts":[],"security_groups":["c1170bc3-19b9-43bd-a7ea-2a4229aeba83"],"name":""}]} 2018-08-13 05:44:48,838 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4d3fd904-163d-447f-b2b8-b49f384c82df used request id req-bf05b87f-a6d2-404e-b777-379082f42827 2018-08-13 05:44:48,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0457830429077s 2018-08-13 05:44:48,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=4d3fd904-163d-447f-b2b8-b49f384c82df used request id req-bf05b87f-a6d2-404e-b777-379082f42827 2018-08-13 05:44:48,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-13 05:44:48,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.29", "port_id": "56036f00-a70b-4e16-ae40-3db26a8e2e4c"}}' 2018-08-13 05:44:50,994 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-41e8c9a9-f8f6-4072-a0e2-34418978e1eb Date: Mon, 13 Aug 2018 05:44:50 GMT RESP BODY: {"floatingip": {"router_id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:44:49Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.29", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "56036f00-a70b-4e16-ae40-3db26a8e2e4c", "id": "f2febfa0-1438-4b48-809e-5cbf75a76b95", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:49Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}} 2018-08-13 05:44:50,995 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-41e8c9a9-f8f6-4072-a0e2-34418978e1eb 2018-08-13 05:44:50,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.15533304214s 2018-08-13 05:44:50,995 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-41e8c9a9-f8f6-4072-a0e2-34418978e1eb 2018-08-13 05:44:51,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:44:51,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:51,093 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1096 X-Openstack-Request-Id: req-a0432298-3f19-404b-ac3e-c3e6a6a86bf3 Date: Mon, 13 Aug 2018 05:44:51 GMT RESP BODY: {"floatingips": [{"router_id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:44:29Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.3", "floating_ip_address": "172.30.9.214", "revision_number": 0, "port_id": "cd956c8d-1e8d-4e81-8744-8b2cef895851", "id": "588ceabe-04e3-425a-a214-ee174b90acd0", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:29Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"router_id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:44:49Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.29", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "56036f00-a70b-4e16-ae40-3db26a8e2e4c", "id": "f2febfa0-1438-4b48-809e-5cbf75a76b95", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:49Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}]} 2018-08-13 05:44:51,093 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a0432298-3f19-404b-ac3e-c3e6a6a86bf3 2018-08-13 05:44:51,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0915839672089s 2018-08-13 05:44:51,094 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-a0432298-3f19-404b-ac3e-c3e6a6a86bf3 2018-08-13 05:44:51,100 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'6ccb48e7b802489d8d520796824b7ec5', 'created_at': u'2018-08-13T05:44:49Z', 'attached': True, 'updated_at': u'2018-08-13T05:44:49Z', 'id': u'f2febfa0-1438-4b48-809e-5cbf75a76b95', 'floating_network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', 'fixed_ip_address': u'192.168.120.29', 'floating_ip_address': u'172.30.9.203', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'6ccb48e7b802489d8d520796824b7ec5', 'name': 'cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54', 'project_id': u'6ccb48e7b802489d8d520796824b7ec5', 'port_id': u'56036f00-a70b-4e16-ae40-3db26a8e2e4c', 'port': u'56036f00-a70b-4e16-ae40-3db26a8e2e4c', 'network': u'8796fccd-8b13-4235-9a19-2e128d43a69d'}) 2018-08-13 05:44:51,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 05:44:51,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 05:44:51,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-446b5152-d20b-4708-b023-9f0b139e696c x-compute-request-id: req-446b5152-d20b-4708-b023-9f0b139e696c Content-Encoding: gzip Content-Length: 9565 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 471789684 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.151926] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.153643] pid_max: default: 32768 minimum: 301\n[ 0.154570] ACPI: Core revision 20150930\n[ 0.155972] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157340] Security Framework initialized\n[ 0.158187] Yama: becoming mindful.\n[ 0.158958] AppArmor: AppArmor initialized\n[ 0.159850] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.161231] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.162557] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.163818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.165289] Initializing cgroup subsys io\n[ 0.166128] Initializing cgroup subsys memory\n[ 0.167037] Initializing cgroup subsys devices\n[ 0.167943] Initializing cgroup subsys freezer\n[ 0.168845] Initializing cgroup subsys net_cls\n[ 0.169746] Initializing cgroup subsys perf_event\n[ 0.170694] Initializing cgroup subsys net_prio\n[ 0.171625] Initializing cgroup subsys hugetlb\n[ 0.172528] Initializing cgroup subsys pids\n[ 0.173426] CPU: Physical Processor ID: 0\n[ 0.174979] mce: CPU supports 10 MCE banks\n[ 0.175858] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.193205] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.199315] ftrace: allocating 31920 entries in 125 pages\n[ 0.224216] smpboot: Max logical packages: 1\n[ 0.225104] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226500] x2apic enabled\n[ 0.227336] Switched APIC routing to physical x2apic.\n[ 0.229093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230259] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232316] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234163] KVM setup paravirtual spinlock\n[ 0.235500] x86: Booted up 1 node, 1 CPUs\n[ 0.236338] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.237782] devtmpfs: initialized\n[ 0.239524] evm: security.selinux\n[ 0.240248] evm: security.SMACK64\n[ 0.240959] evm: security.SMACK64EXEC\n[ 0.241729] evm: security.SMACK64TRANSMUTE\n[ 0.242565] evm: security.SMACK64MMAP\n[ 0.243333] evm: security.ima\n[ 0.243994] evm: security.capability\n[ 0.244827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.246743] pinctrl core: initialized pinctrl subsystem\n[ 0.247892] RTC time: 5:44:45, date: 08/13/18\n[ 0.248894] NET: Registered protocol family 16\n[ 0.249927] cpuidle: using governor ladder\n[ 0.250784] cpuidle: using governor menu\n[ 0.251612] PCCT header not found.\n[ 0.252397] ACPI: bus type PCI registered\n[ 0.253228] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.254520] PCI: Using configuration type 1 for base access\n[ 0.256339] ACPI: Added _OSI(Module Device)\n[ 0.257217] ACPI: Added _OSI(Processor Device)\n[ 0.258114] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.259045] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.260855] ACPI: Interpreter enabled\n[ 0.261662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.263580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.265484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.267389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.269294] ACPI: (supports S0 S5)\n[ 0.270019] ACPI: Using IOAPIC for interrupt routing\n[ 0.270995] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.274170] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.275364] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276656] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.280202] acpiphp: Slot [3] registered\n[ 0.281035] acpiphp: Slot [4] registered\n[ 0.281874] acpiphp: Slot [5] registered\n[ 0.282705] acpiphp: Slot [6] registered\n[ 0.283534] acpiphp: Slot [7] registered\n[ 0.284368] acpiphp: Slot [8] registered\n[ 0.285204] acpiphp: Slot [9] registered\n[ 0.286034] acpiphp: Slot [10] registered\n[ 0.286881] acpiphp: Slot [11] registered\n[ 0.287720] acpiphp: Slot [12] registered\n[ 0.288563] acpiphp: Slot [13] registered\n[ 0.289400] acpiphp: Slot [14] registered\n[ 0.290238] acpiphp: Slot [15] registered\n[ 0.300936] acpiphp: Slot [16] registered\n[ 0.301785] acpiphp: Slot [17] registered\n[ 0.302627] acpiphp: Slot [18] registered\n[ 0.303465] acpiphp: Slot [19] registered\n[ 0.304303] acpiphp: Slot [20] registered\n[ 0.305143] acpiphp: Slot [21] registered\n[ 0.305998] acpiphp: Slot [22] registered\n[ 0.306839] acpiphp: Slot [23] registered\n[ 0.307677] acpiphp: Slot [24] registered\n[ 0.308518] acpiphp: Slot [25] registered\n[ 0.309356] acpiphp: Slot [26] registered\n[ 0.310196] acpiphp: Slot [27] registered\n[ 0.311045] acpiphp: Slot [28] registered\n[ 0.311887] acpiphp: Slot [29] registered\n[ 0.312724] acpiphp: Slot [30] registered\n[ 0.313572] acpiphp: Slot [31] registered\n[ 0.314406] PCI host bridge to bus 0000:00\n[ 0.315240] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316495] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.317759] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319263] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.320755] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322278] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.325605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328149] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.329460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333097] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.354792] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356604] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.360803] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362139] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.364834] vgaarb: loaded\n[ 0.365455] vgaarb: bridge control possible 0000:00:02.0\n[ 0.366717] SCSI subsystem initialized\n[ 0.367660] ACPI: bus type USB registered\n[ 0.368519] usbcore: registered new interface driver usbfs\n[ 0.369589] usbcore: registered new interface driver hub\n[ 0.370636] usbcore: registered new device driver usb\n[ 0.371783] PCI: Using ACPI for IRQ routing\n[ 0.372940] NetLabel: Initializing\n[ 0.373693] NetLabel: domain hash size = 128\n[ 0.374587] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.375578] NetLabel: unlabeled traffic allowed by default\n[ 0.376778] clocksource: Switched to clocksource kvm-clock\n[ 0.384922] AppArmor: AppArmor Filesystem Enabled\n[ 0.385927] pnp: PnP ACPI init\n[ 0.386891] pnp: PnP ACPI: found 5 devices\n[ 0.393316] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.395091] NET: Registered protocol family 2\n[ 0.396175] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398780] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.400024] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.401155] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402386] NET: Registered protocol family 1\n[ 0.403303] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404446] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405568] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419654] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.433829] Trying to unpack rootfs image as initramfs...\n[ 0.490933] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492648] Scanning for low memory corruption every 60 seconds\n[ 0.494056] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495267] audit: initializing netlink subsys (disabled)\n[ 0.496330] audit: type=2000 audit(1534139086.513:1): initialized\n[ 0.497743] Initialise system trusted keyring\n[ 0.498728] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.499933] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502113] zbud: loaded\n[ 0.502874] VFS: Disk quotas dquot_6.6.0\n[ 0.503728] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505389] fuse init (API version 7.23)\n[ 0.506331] Key type big_key registered\n[ 0.507158] Allocating IMA MOK and blacklist keyrings.\n[ 0.508456] Key type asymmetric registered\n[ 0.509327] Asymmetric key parser 'x509' registered\n[ 0.510324] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.511858] io scheduler noop registered\n[ 0.512683] io scheduler deadline registered (default)\n[ 0.513725] io scheduler cfq registered\n[ 0.514605] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.515686] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.518528] ACPI: Power Button [PWRF]\n[ 0.519403] GHES: HEST is not enabled!\n[ 0.533090] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561069] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563269] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.588840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.591773] Linux agpgart interface v0.103\n[ 0.594833] brd: module loaded\n[ 0.596602] loop: module loaded\n[ 0.600957] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.602480] GPT:90111 != 2097151\n[ 0.603190] GPT:Alternate GPT header not at the end of the disk.\n[ 0.604335] GPT:90111 != 2097151\n[ 0.605049] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606083] vda: vda1 vda15\n[ 0.607655] scsi host0: ata_piix\n[ 0.608475] scsi host1: ata_piix\n[ 0.609244] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.610542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.612098] libphy: Fixed MDIO Bus: probed\n[ 0.612974] tun: Universal TUN/TAP device driver, 1.6\n[ 0.613983] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.616476] PPP generic driver version 2.4.2\n[ 0.617442] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.618693] ehci-pci: EHCI PCI platform driver\n[ 0.619606] ehci-platform: EHCI generic platform driver\n[ 0.620638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.621823] ohci-pci: OHCI PCI platform driver\n[ 0.622741] ohci-platform: OHCI generic platform driver\n[ 0.623779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.638064] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.639118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.640627] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.641706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.642909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.644194] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.645653] usb usb1: Product: UHCI Host Controller\n[ 0.646621] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647796] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648830] hub 1-0:1.0: USB hub found\n[ 0.649647] hub 1-0:1.0: 2 ports detected\n[ 0.650632] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652842] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653849] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654936] mousedev: PS/2 mouse device common for all mice\n[ 0.656273] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.658201] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659359] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660601] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661837] i2c /dev entries driver\n[ 0.662649] device-mapper: uevent: version 1.0.3\n[ 0.663654] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665359] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666842] NET: Registered protocol family 10\n[ 0.668016] NET: Registered protocol family 17\n[ 0.668963] Key type dns_resolver registered\n[ 0.670016] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.671162] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.673048] registered taskstats version 1\n[ 0.673926] Loading compiled-in X.509 certificates\n[ 0.675449] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.677392] zswap: loaded using pool lzo/zbud\n[ 0.679118] Key type trusted registered\n[ 0.680987] Key type encrypted registered\n[ 0.681850] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682924] ima: No TPM chip found, activating TPM-bypass!\n[ 0.684002] evm: HMAC attrs: 0x1\n[ 0.685042] Magic number: 14:201:719\n[ 0.685938] rtc_cmos 00:00: setting system clock to 2018-08-13 05:44:45 UTC (1534139085)\n[ 0.687628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688787] EDD information not available.\n[ 0.770067] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781895] Write protecting the kernel read-only data: 14336k\n[ 0.784113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786022] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.832717] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.29...\nLease of 192.168.120.29 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 0.83. iid=i-00000008\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/MKnKGZ5SR/hz/SvOc3rHQZGn0rsvPMbuHtBGzhClP0mZttypKYKFrWYysutJs63W7W1uj61QOVJat+A7iEHeNt1Ol7hPo8O8i/y8IexdQfZ6KKQdGu6Q2DOu966u4Ia0VZGtRn/kZ9POjCMgtBYPDg7srcWPwfjT1YSfiJieFRuI9R4T8uSrPnxAiPf90lR64GhOzbpVI7iowA8xOLyBpWBBaArwXHbfVJsJ8kURBFyQD1+nA3nTBteQ8w9ft8Xo+Yahqfq+PFYt6H/nmfv0876en6bbcrmQP4IFFfjFVMbJ3s2aIPgrCM87C2Y11L8LTDhYQklOhR5f5wpxtW8j root@cinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c\nssh-dss AAAAB3NzaC1kc3MAAACBAO7jJtEUJIx0UeX87Ap8fC1Js7ytXPGDmgz/2zQYYFG55U5wTUOl8HDR0bX6iAUR1UiEW4zgCQ72lFrnEr70/msY80SPQn3hfGxGTN8/V2Mk7k869+s+44VKrx9QtBRm2yfeG68iYBeslGQSRbHM2PWhmgYK+L2g3+s6B+ezF2LZAAAAFQCDresPNiywqlv/xpZ8OR/2rIftnQAAAIBzi2/9OIUogXcLe0kDt9eOIIGw8Qpm6r07NL4yEA7X8+ZLopIjyVugHeMSi0XmjEd0Vy+tjv5wFFCBES8xrgZGJoPZ5A6fMiA/mmBASxMsvLAiBpLCbkxbT9+jk0BOT9Rh4hOVVV49znbXjxgOZ4BQXnL3cw3C5gSCjKzUctokEQAAAIBolSMaymGO4dp/1/Lt22ei8DO3sM7NDpufa+lfKkyHUVfoFDUDgFjw+4I5hZ4yY51iucYsSSsCG8ZIp1n+aEPN7kpFdqgbuIex3Yh9zO93YXRHK3ihG+3B8U9X4lzoOOGrenKBMri2pJxpBedL9dFF2/2m+HW26SOG9my/dHTmcg== root@cinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe3e:3b72/64,\nip-route:default via 192.168.120.1 dev eth0 \nip-route:169.254.169.254 via 192.168.120.2 dev eth0 \nip-route:192.168.120.0/24 dev eth0 src 192.168.120.29 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000008\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.00 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\ncinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c login: "} 2018-08-13 05:44:51,185 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/action used request id req-446b5152-d20b-4708-b023-9f0b139e696c 2018-08-13 05:44:51,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0835201740265s 2018-08-13 05:44:51,186 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/action used request id req-446b5152-d20b-4708-b023-9f0b139e696c 2018-08-13 05:44:51,186 - 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 471789684 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.151926] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.153643] pid_max: default: 32768 minimum: 301 [ 0.154570] ACPI: Core revision 20150930 [ 0.155972] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.157340] Security Framework initialized [ 0.158187] Yama: becoming mindful. [ 0.158958] AppArmor: AppArmor initialized [ 0.159850] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.161231] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.162557] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.163818] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.165289] Initializing cgroup subsys io [ 0.166128] Initializing cgroup subsys memory [ 0.167037] Initializing cgroup subsys devices [ 0.167943] Initializing cgroup subsys freezer [ 0.168845] Initializing cgroup subsys net_cls [ 0.169746] Initializing cgroup subsys perf_event [ 0.170694] Initializing cgroup subsys net_prio [ 0.171625] Initializing cgroup subsys hugetlb [ 0.172528] Initializing cgroup subsys pids [ 0.173426] CPU: Physical Processor ID: 0 [ 0.174979] mce: CPU supports 10 MCE banks [ 0.175858] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.176898] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.193205] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.199315] ftrace: allocating 31920 entries in 125 pages [ 0.224216] smpboot: Max logical packages: 1 [ 0.225104] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.226500] x2apic enabled [ 0.227336] Switched APIC routing to physical x2apic. [ 0.229093] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.230259] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.232316] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.234163] KVM setup paravirtual spinlock [ 0.235500] x86: Booted up 1 node, 1 CPUs [ 0.236338] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.237782] devtmpfs: initialized [ 0.239524] evm: security.selinux [ 0.240248] evm: security.SMACK64 [ 0.240959] evm: security.SMACK64EXEC [ 0.241729] evm: security.SMACK64TRANSMUTE [ 0.242565] evm: security.SMACK64MMAP [ 0.243333] evm: security.ima [ 0.243994] evm: security.capability [ 0.244827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.246743] pinctrl core: initialized pinctrl subsystem [ 0.247892] RTC time: 5:44:45, date: 08/13/18 [ 0.248894] NET: Registered protocol family 16 [ 0.249927] cpuidle: using governor ladder [ 0.250784] cpuidle: using governor menu [ 0.251612] PCCT header not found. [ 0.252397] ACPI: bus type PCI registered [ 0.253228] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.254520] PCI: Using configuration type 1 for base access [ 0.256339] ACPI: Added _OSI(Module Device) [ 0.257217] ACPI: Added _OSI(Processor Device) [ 0.258114] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.259045] ACPI: Added _OSI(Processor Aggregator Device) [ 0.260855] ACPI: Interpreter enabled [ 0.261662] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.263580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.265484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.267389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.269294] ACPI: (supports S0 S5) [ 0.270019] ACPI: Using IOAPIC for interrupt routing [ 0.270995] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.274170] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.275364] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276656] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277893] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.280202] acpiphp: Slot [3] registered [ 0.281035] acpiphp: Slot [4] registered [ 0.281874] acpiphp: Slot [5] registered [ 0.282705] acpiphp: Slot [6] registered [ 0.283534] acpiphp: Slot [7] registered [ 0.284368] acpiphp: Slot [8] registered [ 0.285204] acpiphp: Slot [9] registered [ 0.286034] acpiphp: Slot [10] registered [ 0.286881] acpiphp: Slot [11] registered [ 0.287720] acpiphp: Slot [12] registered [ 0.288563] acpiphp: Slot [13] registered [ 0.289400] acpiphp: Slot [14] registered [ 0.290238] acpiphp: Slot [15] registered [ 0.300936] acpiphp: Slot [16] registered [ 0.301785] acpiphp: Slot [17] registered [ 0.302627] acpiphp: Slot [18] registered [ 0.303465] acpiphp: Slot [19] registered [ 0.304303] acpiphp: Slot [20] registered [ 0.305143] acpiphp: Slot [21] registered [ 0.305998] acpiphp: Slot [22] registered [ 0.306839] acpiphp: Slot [23] registered [ 0.307677] acpiphp: Slot [24] registered [ 0.308518] acpiphp: Slot [25] registered [ 0.309356] acpiphp: Slot [26] registered [ 0.310196] acpiphp: Slot [27] registered [ 0.311045] acpiphp: Slot [28] registered [ 0.311887] acpiphp: Slot [29] registered [ 0.312724] acpiphp: Slot [30] registered [ 0.313572] acpiphp: Slot [31] registered [ 0.314406] PCI host bridge to bus 0000:00 [ 0.315240] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316495] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.317759] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319263] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.320755] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322278] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.325605] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.326933] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328149] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.329460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333097] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353271] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.354792] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356604] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358058] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359496] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.360803] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362139] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363240] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.364834] vgaarb: loaded [ 0.365455] vgaarb: bridge control possible 0000:00:02.0 [ 0.366717] SCSI subsystem initialized [ 0.367660] ACPI: bus type USB registered [ 0.368519] usbcore: registered new interface driver usbfs [ 0.369589] usbcore: registered new interface driver hub [ 0.370636] usbcore: registered new device driver usb [ 0.371783] PCI: Using ACPI for IRQ routing [ 0.372940] NetLabel: Initializing [ 0.373693] NetLabel: domain hash size = 128 [ 0.374587] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.375578] NetLabel: unlabeled traffic allowed by default [ 0.376778] clocksource: Switched to clocksource kvm-clock [ 0.384922] AppArmor: AppArmor Filesystem Enabled [ 0.385927] pnp: PnP ACPI init [ 0.386891] pnp: PnP ACPI: found 5 devices [ 0.393316] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.395091] NET: Registered protocol family 2 [ 0.396175] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.397526] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398780] TCP: Hash tables configured (established 4096 bind 4096) [ 0.400024] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.401155] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402386] NET: Registered protocol family 1 [ 0.403303] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404446] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405568] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419654] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433829] Trying to unpack rootfs image as initramfs... [ 0.490933] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492648] Scanning for low memory corruption every 60 seconds [ 0.494056] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495267] audit: initializing netlink subsys (disabled) [ 0.496330] audit: type=2000 audit(1534139086.513:1): initialized [ 0.497743] Initialise system trusted keyring [ 0.498728] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.499933] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502113] zbud: loaded [ 0.502874] VFS: Disk quotas dquot_6.6.0 [ 0.503728] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505389] fuse init (API version 7.23) [ 0.506331] Key type big_key registered [ 0.507158] Allocating IMA MOK and blacklist keyrings. [ 0.508456] Key type asymmetric registered [ 0.509327] Asymmetric key parser 'x509' registered [ 0.510324] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.511858] io scheduler noop registered [ 0.512683] io scheduler deadline registered (default) [ 0.513725] io scheduler cfq registered [ 0.514605] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.515686] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.517020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.518528] ACPI: Power Button [PWRF] [ 0.519403] GHES: HEST is not enabled! [ 0.533090] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.561069] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.563269] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588840] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.591773] Linux agpgart interface v0.103 [ 0.594833] brd: module loaded [ 0.596602] loop: module loaded [ 0.600957] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.602480] GPT:90111 != 2097151 [ 0.603190] GPT:Alternate GPT header not at the end of the disk. [ 0.604335] GPT:90111 != 2097151 [ 0.605049] GPT: Use GNU Parted to correct GPT errors. [ 0.606083] vda: vda1 vda15 [ 0.607655] scsi host0: ata_piix [ 0.608475] scsi host1: ata_piix [ 0.609244] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.610542] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.612098] libphy: Fixed MDIO Bus: probed [ 0.612974] tun: Universal TUN/TAP device driver, 1.6 [ 0.613983] tun: (C) 1999-2004 Max Krasnyansky [ 0.616476] PPP generic driver version 2.4.2 [ 0.617442] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.618693] ehci-pci: EHCI PCI platform driver [ 0.619606] ehci-platform: EHCI generic platform driver [ 0.620638] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.621823] ohci-pci: OHCI PCI platform driver [ 0.622741] ohci-platform: OHCI generic platform driver [ 0.623779] uhci_hcd: USB Universal Host Controller Interface driver [ 0.638064] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.639118] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.640627] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.641706] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.642909] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.644194] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.645653] usb usb1: Product: UHCI Host Controller [ 0.646621] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.647796] usb usb1: SerialNumber: 0000:00:01.2 [ 0.648830] hub 1-0:1.0: USB hub found [ 0.649647] hub 1-0:1.0: 2 ports detected [ 0.650632] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.652842] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.653849] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.654936] mousedev: PS/2 mouse device common for all mice [ 0.656273] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.658201] rtc_cmos 00:00: RTC can wake from S4 [ 0.659359] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.660601] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.661837] i2c /dev entries driver [ 0.662649] device-mapper: uevent: version 1.0.3 [ 0.663654] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.665359] ledtrig-cpu: registered to indicate activity on CPUs [ 0.666842] NET: Registered protocol family 10 [ 0.668016] NET: Registered protocol family 17 [ 0.668963] Key type dns_resolver registered [ 0.670016] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.671162] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.673048] registered taskstats version 1 [ 0.673926] Loading compiled-in X.509 certificates [ 0.675449] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.677392] zswap: loaded using pool lzo/zbud [ 0.679118] Key type trusted registered [ 0.680987] Key type encrypted registered [ 0.681850] AppArmor: AppArmor sha1 policy hashing enabled [ 0.682924] ima: No TPM chip found, activating TPM-bypass! [ 0.684002] evm: HMAC attrs: 0x1 [ 0.685042] Magic number: 14:201:719 [ 0.685938] rtc_cmos 00:00: setting system clock to 2018-08-13 05:44:45 UTC (1534139085) [ 0.687628] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.688787] EDD information not available. [ 0.770067] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.781895] Write protecting the kernel read-only data: 14336k [ 0.784113] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.786022] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.832717] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.29... Lease of 192.168.120.29 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 0.83. iid=i-00000008 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/MKnKGZ5SR/hz/SvOc3rHQZGn0rsvPMbuHtBGzhClP0mZttypKYKFrWYysutJs63W7W1uj61QOVJat+A7iEHeNt1Ol7hPo8O8i/y8IexdQfZ6KKQdGu6Q2DOu966u4Ia0VZGtRn/kZ9POjCMgtBYPDg7srcWPwfjT1YSfiJieFRuI9R4T8uSrPnxAiPf90lR64GhOzbpVI7iowA8xOLyBpWBBaArwXHbfVJsJ8kURBFyQD1+nA3nTBteQ8w9ft8Xo+Yahqfq+PFYt6H/nmfv0876en6bbcrmQP4IFFfjFVMbJ3s2aIPgrCM87C2Y11L8LTDhYQklOhR5f5wpxtW8j root@cinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c ssh-dss AAAAB3NzaC1kc3MAAACBAO7jJtEUJIx0UeX87Ap8fC1Js7ytXPGDmgz/2zQYYFG55U5wTUOl8HDR0bX6iAUR1UiEW4zgCQ72lFrnEr70/msY80SPQn3hfGxGTN8/V2Mk7k869+s+44VKrx9QtBRm2yfeG68iYBeslGQSRbHM2PWhmgYK+L2g3+s6B+ezF2LZAAAAFQCDresPNiywqlv/xpZ8OR/2rIftnQAAAIBzi2/9OIUogXcLe0kDt9eOIIGw8Qpm6r07NL4yEA7X8+ZLopIjyVugHeMSi0XmjEd0Vy+tjv5wFFCBES8xrgZGJoPZ5A6fMiA/mmBASxMsvLAiBpLCbkxbT9+jk0BOT9Rh4hOVVV49znbXjxgOZ4BQXnL3cw3C5gSCjKzUctokEQAAAIBolSMaymGO4dp/1/Lt22ei8DO3sM7NDpufa+lfKkyHUVfoFDUDgFjw+4I5hZ4yY51iucYsSSsCG8ZIp1n+aEPN7kpFdqgbuIex3Yh9zO93YXRHK3ihG+3B8U9X4lzoOOGrenKBMri2pJxpBedL9dFF2/2m+HW26SOG9my/dHTmcg== root@cinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.12s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.29,24,fe80::f816:3eff:fe3e:3b72/64, ip-route:default via 192.168.120.1 dev eth0 ip-route:169.254.169.254 via 192.168.120.2 dev eth0 ip-route:192.168.120.0/24 dev eth0 src 192.168.120.29 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-00000008 name: N/A availability-zone: nova local-hostname: cinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.00 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c login: 2018-08-13 05:44:51,190 - paramiko.transport - DEBUG - starting thread (client mode): 0x4d52b690L 2018-08-13 05:44:51,190 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 05:44:51,191 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-08-13 05:44:51,191 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-08-13 05:44:51,192 - 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-08-13 05:44:51,192 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 05:44:51,193 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-08-13 05:44:51,193 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 05:44:51,193 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 05:44:51,193 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 05:44:51,210 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 05:44:51,211 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 05:44:51,222 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: b74d65f39e1eef646f595dad6b73b0ef 2018-08-13 05:44:51,223 - paramiko.transport - DEBUG - Trying discovered key 6aded4dd2d2f659c2815d502392451bb in /tmp/tmpccY0JZ 2018-08-13 05:44:51,248 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 05:44:51,254 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 05:44:51,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-13 05:44:51,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"volumeAttachment": {"volumeId": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}}' 2018-08-13 05:44:53,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ec96df1-5d25-42bd-8900-99b358ab4278 x-compute-request-id: req-9ec96df1-5d25-42bd-8900-99b358ab4278 Content-Encoding: gzip Content-Length: 147 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "4d3fd904-163d-447f-b2b8-b49f384c82df", "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "volumeId": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}} 2018-08-13 05:44:53,906 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/os-volume_attachments used request id req-9ec96df1-5d25-42bd-8900-99b358ab4278 2018-08-13 05:44:53,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.650400877s 2018-08-13 05:44:53,907 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/os-volume_attachments used request id req-9ec96df1-5d25-42bd-8900-99b358ab4278 2018-08-13 05:44:53,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:44:53,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:54,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:53 GMT Server: Apache x-compute-request-id: req-3c7b1d7c-fbe1-4643-afa0-c2db8a51a3ed OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3c7b1d7c-fbe1-4643-afa0-c2db8a51a3ed Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:44:53.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:44:54,864 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-3c7b1d7c-fbe1-4643-afa0-c2db8a51a3ed 2018-08-13 05:44:54,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.956674814224s 2018-08-13 05:44:54,864 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-3c7b1d7c-fbe1-4643-afa0-c2db8a51a3ed 2018-08-13 05:44:54,867 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:44:56,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:44:56,874 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:44:58,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:44:56 GMT Server: Apache x-compute-request-id: req-cdae217e-851c-474e-8866-b417fd6d5dda OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-cdae217e-851c-474e-8866-b417fd6d5dda Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [{"server_id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "attachment_id": "de838793-010c-40e7-aafe-5e25961b7996", "attached_at": "2018-08-13T05:44:56.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "device": "/dev/vdb", "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:44:57.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:44:58,013 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-cdae217e-851c-474e-8866-b417fd6d5dda 2018-08-13 05:44:58,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.14384412766s 2018-08-13 05:44:58,014 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-cdae217e-851c-474e-8866-b417fd6d5dda 2018-08-13 05:44:58,016 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 05:44:58,017 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-13 05:44:58,017 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 05:44:58,020 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 05:44:58,087 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 05:44:58,088 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-13 05:44:58,089 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 05:44:58,089 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 05:44:58,128 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-13 05:44:58,128 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 05:44:58,154 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 05:44:58,912 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 05:44:58,912 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Creating filesystem with 524288 4k blocks and 131072 inodes Filesystem UUID: 151fa255-9402-4f42-996e-189158b3193c Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/16 done Writing inode tables: 0/16 done Creating journal (16384 blocks): done Writing superblocks and filesystem accounting information: 0/16 done New data added to the volume! 2018-08-13 05:44:58,913 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-08-13 05:44:58,914 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 05:44:58,913 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-08-13 05:44:58,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-13 05:44:58,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/os-volume_attachments/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:00,472 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:44:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5c798f77-9017-4cd5-bee8-5f518dbcb626 x-compute-request-id: req-5c798f77-9017-4cd5-bee8-5f518dbcb626 Content-Length: 0 Content-Type: application/json 2018-08-13 05:45:00,472 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/os-volume_attachments/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 used request id req-5c798f77-9017-4cd5-bee8-5f518dbcb626 2018-08-13 05:45:00,472 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 1.55700016022s 2018-08-13 05:45:00,472 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df/os-volume_attachments/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 used request id req-5c798f77-9017-4cd5-bee8-5f518dbcb626 2018-08-13 05:45:00,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:00,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:00,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:00 GMT Server: Apache x-compute-request-id: req-617265ae-64cb-4e33-98dd-9290c920930d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-617265ae-64cb-4e33-98dd-9290c920930d Content-Encoding: gzip Content-Length: 569 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [{"server_id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "attachment_id": "de838793-010c-40e7-aafe-5e25961b7996", "attached_at": "2018-08-13T05:44:56.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "device": "/dev/vdb", "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:00.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:00,525 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-617265ae-64cb-4e33-98dd-9290c920930d 2018-08-13 05:45:00,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0519192218781s 2018-08-13 05:45:00,525 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-617265ae-64cb-4e33-98dd-9290c920930d 2018-08-13 05:45:00,526 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:45:02,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:02,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:03,466 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:02 GMT Server: Apache x-compute-request-id: req-14be9809-9255-40ee-9072-d00c5f3aa9fd OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-14be9809-9255-40ee-9072-d00c5f3aa9fd Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:00.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:03,466 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-14be9809-9255-40ee-9072-d00c5f3aa9fd 2018-08-13 05:45:03,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.936569929123s 2018-08-13 05:45:03,466 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-14be9809-9255-40ee-9072-d00c5f3aa9fd 2018-08-13 05:45:03,468 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-08-13 05:45:03,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-08-13 05:45:03,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/os-volume_attachments -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"volumeAttachment": {"volumeId": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}}' 2018-08-13 05:45:05,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0e2e307e-e70d-42be-978e-77eb076d4f64 x-compute-request-id: req-0e2e307e-e70d-42be-978e-77eb076d4f64 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "1f5646f6-af26-4029-a637-37547f8743ef", "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "volumeId": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}} 2018-08-13 05:45:05,180 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/os-volume_attachments used request id req-0e2e307e-e70d-42be-978e-77eb076d4f64 2018-08-13 05:45:05,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 1.71138691902s 2018-08-13 05:45:05,180 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/os-volume_attachments used request id req-0e2e307e-e70d-42be-978e-77eb076d4f64 2018-08-13 05:45:05,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:05,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:05,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:05 GMT Server: Apache x-compute-request-id: req-26a5e731-5546-4523-890d-c6a80d412de6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-26a5e731-5546-4523-890d-c6a80d412de6 Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:05.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:05,237 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-26a5e731-5546-4523-890d-c6a80d412de6 2018-08-13 05:45:05,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.055685043335s 2018-08-13 05:45:05,237 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-26a5e731-5546-4523-890d-c6a80d412de6 2018-08-13 05:45:05,238 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:45:07,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:07,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:07,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:07 GMT Server: Apache x-compute-request-id: req-79a47b50-93ba-47ae-9c05-4949405cbce5 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-79a47b50-93ba-47ae-9c05-4949405cbce5 Content-Encoding: gzip Content-Length: 566 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [{"server_id": "1f5646f6-af26-4029-a637-37547f8743ef", "attachment_id": "d6f298d6-2260-4e9b-9b21-8f9556d28186", "attached_at": "2018-08-13T05:45:06.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "device": "/dev/vdb", "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:06.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:07,294 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-79a47b50-93ba-47ae-9c05-4949405cbce5 2018-08-13 05:45:07,294 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0525460243225s 2018-08-13 05:45:07,294 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-79a47b50-93ba-47ae-9c05-4949405cbce5 2018-08-13 05:45:07,296 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 05:45:07,298 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-08-13 05:45:07,298 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 05:45:07,301 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 05:45:07,367 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 05:45:07,368 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-08-13 05:45:07,369 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 05:45:07,369 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 05:45:07,407 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-08-13 05:45:07,407 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 05:45:07,434 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 05:45:07,451 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 05:45:07,451 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stdout: VOL_DEV_NAME: vdb NAME vda vda1 vda15 vdb Found new data! 2018-08-13 05:45:07,452 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-08-13 05:45:07,453 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 05:45:07,453 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-08-13 05:45:07,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-08-13 05:45:07,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/os-volume_attachments/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:07,863 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-483ecac8-2493-4ea9-bb5c-9b3f0e32c078 x-compute-request-id: req-483ecac8-2493-4ea9-bb5c-9b3f0e32c078 Content-Length: 0 Content-Type: application/json 2018-08-13 05:45:07,863 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/os-volume_attachments/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 used request id req-483ecac8-2493-4ea9-bb5c-9b3f0e32c078 2018-08-13 05:45:07,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.410041093826s 2018-08-13 05:45:07,864 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef/os-volume_attachments/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 used request id req-483ecac8-2493-4ea9-bb5c-9b3f0e32c078 2018-08-13 05:45:07,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:07,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:07,918 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:07 GMT Server: Apache x-compute-request-id: req-55b9ea32-724d-4b0c-9685-41f0ae1d2ebc OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-55b9ea32-724d-4b0c-9685-41f0ae1d2ebc Content-Encoding: gzip Content-Length: 572 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [{"server_id": "1f5646f6-af26-4029-a637-37547f8743ef", "attachment_id": "d6f298d6-2260-4e9b-9b21-8f9556d28186", "attached_at": "2018-08-13T05:45:06.000000", "host_name": "overcloud-novacompute-1.opnfvlf.org", "volume_id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "device": "/dev/vdb", "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0"}], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:07.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:07,919 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-55b9ea32-724d-4b0c-9685-41f0ae1d2ebc 2018-08-13 05:45:07,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0542299747467s 2018-08-13 05:45:07,919 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-55b9ea32-724d-4b0c-9685-41f0ae1d2ebc 2018-08-13 05:45:07,920 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:45:09,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:09,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:09,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:09 GMT Server: Apache x-compute-request-id: req-6a56aa30-c6e6-4a19-86d5-1927738d744a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6a56aa30-c6e6-4a19-86d5-1927738d744a Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:08.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:09,975 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-6a56aa30-c6e6-4a19-86d5-1927738d744a 2018-08-13 05:45:09,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0514531135559s 2018-08-13 05:45:09,975 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-6a56aa30-c6e6-4a19-86d5-1927738d744a 2018-08-13 05:45:10,085 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:45:10,086 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:00 | PASS | +---------------------+------------------+------------------+----------------+ 2018-08-13 05:45:10,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:45:10,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:10,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:45: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-7d0c95b2-dc7f-4846-9212-3a8a4eb2fe3c x-compute-request-id: req-7d0c95b2-dc7f-4846-9212-3a8a4eb2fe3c Content-Type: application/json 2018-08-13 05:45:10,262 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef used request id req-7d0c95b2-dc7f-4846-9212-3a8a4eb2fe3c 2018-08-13 05:45:10,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.171553850174s 2018-08-13 05:45:10,262 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef used request id req-7d0c95b2-dc7f-4846-9212-3a8a4eb2fe3c 2018-08-13 05:45:10,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:45:10,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:10,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45: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-a9031f02-8b3a-40d0-8029-6f4874806bfd x-compute-request-id: req-a9031f02-8b3a-40d0-8029-6f4874806bfd Content-Encoding: gzip Content-Length: 904 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:3b:72", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:3b:72", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:45.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:45Z", "hostId": "bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "192.168.120.3", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:00:36:fc", "version": 4, "addr": "172.30.9.214", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1f5646f6-af26-4029-a637-37547f8743ef", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:26.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "1f5646f6-af26-4029-a637-37547f8743ef", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:45:10Z", "hostId": "242323936c0f2194c3e07968dbfba8da4f5acde080a3fb0a23804f9e", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm2_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:19Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:45:10,742 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a9031f02-8b3a-40d0-8029-6f4874806bfd 2018-08-13 05:45:10,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.479194879532s 2018-08-13 05:45:10,743 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a9031f02-8b3a-40d0-8029-6f4874806bfd 2018-08-13 05:45:10,746 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:45:12,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:45:12,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:13,170 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fac1c8d-442d-460d-9733-21c516683d8b x-compute-request-id: req-7fac1c8d-442d-460d-9733-21c516683d8b Content-Encoding: gzip Content-Length: 759 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:3b:72", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:3b:72", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:45.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:44:45Z", "hostId": "bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:45:13,171 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7fac1c8d-442d-460d-9733-21c516683d8b 2018-08-13 05:45:13,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.421329975128s 2018-08-13 05:45:13,171 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7fac1c8d-442d-460d-9733-21c516683d8b 2018-08-13 05:45:13,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-13 05:45:13,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/588ceabe-04e3-425a-a214-ee174b90acd0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:14,047 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2bc45001-4c72-42da-bf29-4a8789c7462b Content-Length: 0 Date: Mon, 13 Aug 2018 05:45:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:45:14,048 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/588ceabe-04e3-425a-a214-ee174b90acd0.json used request id req-2bc45001-4c72-42da-bf29-4a8789c7462b 2018-08-13 05:45:14,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.871200084686s 2018-08-13 05:45:14,048 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/588ceabe-04e3-425a-a214-ee174b90acd0.json used request id req-2bc45001-4c72-42da-bf29-4a8789c7462b 2018-08-13 05:45:14,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:45:14,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:14,119 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 557 X-Openstack-Request-Id: req-c96a5c1d-9686-4069-9028-20e7f55ea89a Date: Mon, 13 Aug 2018 05:45:14 GMT RESP BODY: {"floatingips": [{"router_id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T05:44:49Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.29", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "56036f00-a70b-4e16-ae40-3db26a8e2e4c", "id": "f2febfa0-1438-4b48-809e-5cbf75a76b95", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:49Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}]} 2018-08-13 05:45:14,119 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c96a5c1d-9686-4069-9028-20e7f55ea89a 2018-08-13 05:45:14,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0655779838562s 2018-08-13 05:45:14,120 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-c96a5c1d-9686-4069-9028-20e7f55ea89a 2018-08-13 05:45:14,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:14,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:14,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:14 GMT Server: Apache x-compute-request-id: req-0f8f3b5e-638c-41ce-b1ed-126538f009e3 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0f8f3b5e-638c-41ce-b1ed-126538f009e3 Content-Encoding: gzip Content-Length: 451 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:08.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:14,173 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-0f8f3b5e-638c-41ce-b1ed-126538f009e3 2018-08-13 05:45:14,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0500810146332s 2018-08-13 05:45:14,174 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-0f8f3b5e-638c-41ce-b1ed-126538f009e3 2018-08-13 05:45:14,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-08-13 05:45:14,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:14,269 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:45:14 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2c4c7963-bf37-408e-ae74-b4714c52332a 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-08-13 05:45:14,270 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 used request id req-2c4c7963-bf37-408e-ae74-b4714c52332a 2018-08-13 05:45:14,270 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0946819782257s 2018-08-13 05:45:14,270 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0 used request id req-2c4c7963-bf37-408e-ae74-b4714c52332a 2018-08-13 05:45:14,270 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:14,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:14,323 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:14 GMT Server: Apache x-compute-request-id: req-6dd45f80-85f2-417d-be48-62df0c7efa8a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6dd45f80-85f2-417d-be48-62df0c7efa8a Content-Encoding: gzip Content-Length: 454 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "attachments": [], "links": [{"href": "http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "self"}, {"href": "http://172.30.9.22:8776/6ccb48e7b802489d8d520796824b7ec5/volumes/6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-08-13T05:44:32.000000", "description": null, "os-vol-tenant-attr:tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "updated_at": "2018-08-13T05:45:14.000000", "volume_type": null, "name": "cinder_test-volume_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "6f188d4c-0b3c-41f4-b667-7c2e3815fdf0", "size": 2}]} 2018-08-13 05:45:14,324 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-6dd45f80-85f2-417d-be48-62df0c7efa8a 2018-08-13 05:45:14,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0534009933472s 2018-08-13 05:45:14,324 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-6dd45f80-85f2-417d-be48-62df0c7efa8a 2018-08-13 05:45:14,326 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:45:16,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-08-13 05:45:16,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:16,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:16 GMT Server: Apache x-compute-request-id: req-0518d20a-7bcc-4ffc-a4ec-a99539beb78a OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-0518d20a-7bcc-4ffc-a4ec-a99539beb78a Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-08-13 05:45:16,364 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-0518d20a-7bcc-4ffc-a4ec-a99539beb78a 2018-08-13 05:45:16,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0354619026184s 2018-08-13 05:45:16,364 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.22:8776/v3/6ccb48e7b802489d8d520796824b7ec5/volumes/detail used request id req-0518d20a-7bcc-4ffc-a4ec-a99539beb78a 2018-08-13 05:45:16,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-13 05:45:16,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/f2febfa0-1438-4b48-809e-5cbf75a76b95.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:17,311 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b6cb3ba3-cd03-4484-b5f5-9163af082db7 Content-Length: 0 Date: Mon, 13 Aug 2018 05:45:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:45:17,312 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/f2febfa0-1438-4b48-809e-5cbf75a76b95.json used request id req-b6cb3ba3-cd03-4484-b5f5-9163af082db7 2018-08-13 05:45:17,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.945553779602s 2018-08-13 05:45:17,312 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/f2febfa0-1438-4b48-809e-5cbf75a76b95.json used request id req-b6cb3ba3-cd03-4484-b5f5-9163af082db7 2018-08-13 05:45:17,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 05:45:17,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:17,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-127a68cb-2923-44e7-85ff-49c944208cd4 Date: Mon, 13 Aug 2018 05:45:17 GMT RESP BODY: {"floatingips": []} 2018-08-13 05:45:17,369 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-127a68cb-2923-44e7-85ff-49c944208cd4 2018-08-13 05:45:17,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0510611534119s 2018-08-13 05:45:17,370 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-127a68cb-2923-44e7-85ff-49c944208cd4 2018-08-13 05:45:17,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 05:45:17,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:17,550 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-aacf1e9f-4f5d-4cee-b60b-b15b22c64a60 x-compute-request-id: req-aacf1e9f-4f5d-4cee-b60b-b15b22c64a60 Content-Type: application/json 2018-08-13 05:45:17,550 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df used request id req-aacf1e9f-4f5d-4cee-b60b-b15b22c64a60 2018-08-13 05:45:17,550 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.179166078568s 2018-08-13 05:45:17,550 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df used request id req-aacf1e9f-4f5d-4cee-b60b-b15b22c64a60 2018-08-13 05:45:17,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:45:17,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:18,188 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7272db99-cdd2-40a2-bf30-eb7e3bb78f95 x-compute-request-id: req-7272db99-cdd2-40a2-bf30-eb7e3bb78f95 Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:3b:72", "version": 4, "addr": "192.168.120.29", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:3b:72", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3fd904-163d-447f-b2b8-b49f384c82df", "rel": "bookmark"}], "image": {"id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "links": [{"href": "http://172.30.9.22:8774/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T05:44:45.000000", "flavor": {"id": "5161ef43-5d6e-49dd-8b00-a0252e13e998", "links": [{"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}]}, "id": "4d3fd904-163d-447f-b2b8-b49f384c82df", "security_groups": [{"name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}], "user_id": "fec77f1018c24b7abfddde4ffdd6914b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T05:45:17Z", "hostId": "bca996979824e5d32b8c68d43be43c16fca7f6d6f850f4e1dcf51a89", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "name": "cinder_test-vm_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "created": "2018-08-13T05:44:38Z", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 05:45:18,188 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7272db99-cdd2-40a2-bf30-eb7e3bb78f95 2018-08-13 05:45:18,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.637189865112s 2018-08-13 05:45:18,188 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7272db99-cdd2-40a2-bf30-eb7e3bb78f95 2018-08-13 05:45:18,190 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 05:45:20,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 05:45:20,194 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:20,256 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ede753aa-a221-473b-84bf-21ffee3e1762 x-compute-request-id: req-ede753aa-a221-473b-84bf-21ffee3e1762 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-13 05:45:20,256 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ede753aa-a221-473b-84bf-21ffee3e1762 2018-08-13 05:45:20,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0647239685059s 2018-08-13 05:45:20,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ede753aa-a221-473b-84bf-21ffee3e1762 2018-08-13 05:45:20,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 05:45:20,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:20,301 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-08a6a6b1-365e-42f5-8b31-f398a400ba0c Date: Mon, 13 Aug 2018 05:45:20 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:16Z", "updated_at": "2018-08-13T05:44:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "0445dbbd-1939-4557-a449-4c634067d287", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T05:44:17Z", "revision_number": 0, "id": "1359d4e1-96cb-45d3-b1c1-ac23e054fe1f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:17Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": 22, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:17Z", "revision_number": 0, "id": "3b5a549b-2ce3-495f-a00b-d2492f945cb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:17Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:16Z", "revision_number": 0, "id": "78b070da-9ae4-40df-a474-c89eb8f3a3b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:16Z", "security_group_id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 3, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "c1170bc3-19b9-43bd-a7ea-2a4229aeba83", "name": "cinder_test-sg_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:45:20,301 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-08a6a6b1-365e-42f5-8b31-f398a400ba0c 2018-08-13 05:45:20,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0428421497345s 2018-08-13 05:45:20,302 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-08a6a6b1-365e-42f5-8b31-f398a400ba0c 2018-08-13 05:45:20,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-13 05:45:20,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/c1170bc3-19b9-43bd-a7ea-2a4229aeba83.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:20,491 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7f5dc17f-3d8b-42d5-9986-aacb09d70f8c Content-Length: 0 Date: Mon, 13 Aug 2018 05:45:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:45:20,492 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/c1170bc3-19b9-43bd-a7ea-2a4229aeba83.json used request id req-7f5dc17f-3d8b-42d5-9986-aacb09d70f8c 2018-08-13 05:45:20,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.187049150467s 2018-08-13 05:45:20,492 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/c1170bc3-19b9-43bd-a7ea-2a4229aeba83.json used request id req-7f5dc17f-3d8b-42d5-9986-aacb09d70f8c 2018-08-13 05:45:20,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-13 05:45:20,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:20,527 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:45:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f973a05f-f4e4-431a-9f42-9d2a1d1119b7 x-compute-request-id: req-f973a05f-f4e4-431a-9f42-9d2a1d1119b7 Content-Length: 0 Content-Type: application/json 2018-08-13 05:45:20,527 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c used request id req-f973a05f-f4e4-431a-9f42-9d2a1d1119b7 2018-08-13 05:45:20,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0349090099335s 2018-08-13 05:45:20,528 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/cinder_test-kp_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c used request id req-f973a05f-f4e4-431a-9f42-9d2a1d1119b7 2018-08-13 05:45:20,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:45:20,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" -d '{"subnet_id": "515040e8-6ae7-408c-90ec-a635e2f05489"}' 2018-08-13 05:45:22,191 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9ce72647-d240-4f25-8bbe-d5511146d5a0 Date: Mon, 13 Aug 2018 05:45:22 GMT RESP BODY: {"network_id": "b81d558c-08e5-4dbf-a07a-3023d48ac79f", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "subnet_id": "515040e8-6ae7-408c-90ec-a635e2f05489", "subnet_ids": ["515040e8-6ae7-408c-90ec-a635e2f05489"], "port_id": "efd1a75d-f2db-44ab-b509-c13a275e5d56", "id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54"} 2018-08-13 05:45:22,192 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54/remove_router_interface.json used request id req-9ce72647-d240-4f25-8bbe-d5511146d5a0 2018-08-13 05:45:22,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.66351008415s 2018-08-13 05:45:22,192 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54/remove_router_interface.json used request id req-9ce72647-d240-4f25-8bbe-d5511146d5a0 returning object 0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54 2018-08-13 05:45:22,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:45:22,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:22,303 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-691e977b-26bc-48f5-8e87-5d4db51506ef Date: Mon, 13 Aug 2018 05:45:22 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:11Z", "admin_state_up": true, "updated_at": "2018-08-13T05:45:21Z", "revision_number": 4, "routes": [], "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54", "name": "cinder_test-router_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:45:22,303 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-691e977b-26bc-48f5-8e87-5d4db51506ef 2018-08-13 05:45:22,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110306024551s 2018-08-13 05:45:22,303 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-691e977b-26bc-48f5-8e87-5d4db51506ef 2018-08-13 05:45:22,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:45:22,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:23,658 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e168afa5-1469-4748-9d30-64c1fcbb5698 Content-Length: 0 Date: Mon, 13 Aug 2018 05:45:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:45:23,658 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54.json used request id req-e168afa5-1469-4748-9d30-64c1fcbb5698 2018-08-13 05:45:23,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.35303282738s 2018-08-13 05:45:23,658 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/0b93c9f5-17f7-4b84-88a8-0fc7a1d0fc54.json used request id req-e168afa5-1469-4748-9d30-64c1fcbb5698 2018-08-13 05:45:23,659 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:45:23,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:23,699 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-f0c5cbb7-ea99-481c-ad27-92e6a0f765ba Date: Mon, 13 Aug 2018 05:45:23 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:11Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:44:11Z","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":"6ccb48e7b802489d8d520796824b7ec5","id":"515040e8-6ae7-408c-90ec-a635e2f05489","subnetpool_id":null,"name":"cinder_test-subnet_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:45:23,700 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f0c5cbb7-ea99-481c-ad27-92e6a0f765ba 2018-08-13 05:45:23,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0410869121552s 2018-08-13 05:45:23,700 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f0c5cbb7-ea99-481c-ad27-92e6a0f765ba 2018-08-13 05:45:23,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:45:23,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/515040e8-6ae7-408c-90ec-a635e2f05489.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:24,833 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ef69593b-ec42-4c17-a877-67fe08b84089 Date: Mon, 13 Aug 2018 05:45:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:45:24,833 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/515040e8-6ae7-408c-90ec-a635e2f05489.json used request id req-ef69593b-ec42-4c17-a877-67fe08b84089 2018-08-13 05:45:24,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.13246297836s 2018-08-13 05:45:24,833 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/515040e8-6ae7-408c-90ec-a635e2f05489.json used request id req-ef69593b-ec42-4c17-a877-67fe08b84089 2018-08-13 05:45:24,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:45:24,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:24,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1156 X-Openstack-Request-Id: req-979262ab-141d-4d26-8cac-e26ee6916137 Date: Mon, 13 Aug 2018 05:45:24 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":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:37:41Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":false,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","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-08-13T05:45:24Z","tenant_id":"6ccb48e7b802489d8d520796824b7ec5","created_at":"2018-08-13T05:44:10Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6ccb48e7b802489d8d520796824b7ec5","id":"b81d558c-08e5-4dbf-a07a-3023d48ac79f","name":"cinder_test-net_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:45:24,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-979262ab-141d-4d26-8cac-e26ee6916137 2018-08-13 05:45:24,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0905361175537s 2018-08-13 05:45:24,925 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-979262ab-141d-4d26-8cac-e26ee6916137 2018-08-13 05:45:24,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:45:24,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/b81d558c-08e5-4dbf-a07a-3023d48ac79f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:26,063 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f26a4ab1-8681-478c-9fa0-3d22e8bdf708 Date: Mon, 13 Aug 2018 05:45:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:45:26,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b81d558c-08e5-4dbf-a07a-3023d48ac79f.json used request id req-f26a4ab1-8681-478c-9fa0-3d22e8bdf708 2018-08-13 05:45:26,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.13645291328s 2018-08-13 05:45:26,063 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/b81d558c-08e5-4dbf-a07a-3023d48ac79f.json used request id req-f26a4ab1-8681-478c-9fa0-3d22e8bdf708 2018-08-13 05:45:26,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:45:26,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:26,329 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-30920cd2-28a6-4811-978e-7ccb5147678c Date: Mon, 13 Aug 2018 05:45:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:44:15Z", "file": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/file", "owner": "6ccb48e7b802489d8d520796824b7ec5", "id": "f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "size": 12716032, "self": "/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:44:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:45:26,329 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-30920cd2-28a6-4811-978e-7ccb5147678c 2018-08-13 05:45:26,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.261480808258s 2018-08-13 05:45:26,329 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-30920cd2-28a6-4811-978e-7ccb5147678c 2018-08-13 05:45:26,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:45:26,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d362254fdf087043d9469a282d7d7519ee9dda88" 2018-08-13 05:45:26,673 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-efbd2d02-07cc-4f90-8ce3-19a185b8a922 Date: Mon, 13 Aug 2018 05:45:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:45:26,673 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda used request id req-efbd2d02-07cc-4f90-8ce3-19a185b8a922 2018-08-13 05:45:26,673 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.341171979904s 2018-08-13 05:45:26,673 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f743cacd-bf12-4b35-9cc5-42ec3cadcfda used request id req-efbd2d02-07cc-4f90-8ce3-19a185b8a922 2018-08-13 05:45:26,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:45:26,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:45:26,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-91ba0cf9-1fb5-4bf3-bc94-8fd1ab0db405 x-compute-request-id: req-91ba0cf9-1fb5-4bf3-bc94-8fd1ab0db405 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "5161ef43-5d6e-49dd-8b00-a0252e13e998"}]} 2018-08-13 05:45:26,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-91ba0cf9-1fb5-4bf3-bc94-8fd1ab0db405 2018-08-13 05:45:26,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0209951400757s 2018-08-13 05:45:26,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-91ba0cf9-1fb5-4bf3-bc94-8fd1ab0db405 2018-08-13 05:45:26,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:45:26,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:45:26,720 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:45:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-85c87128-dfcc-48e3-90b8-f9ae3d731a01 x-compute-request-id: req-85c87128-dfcc-48e3-90b8-f9ae3d731a01 Content-Length: 0 Content-Type: application/json 2018-08-13 05:45:26,720 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998 used request id req-85c87128-dfcc-48e3-90b8-f9ae3d731a01 2018-08-13 05:45:26,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0237991809845s 2018-08-13 05:45:26,721 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/5161ef43-5d6e-49dd-8b00-a0252e13e998 used request id req-85c87128-dfcc-48e3-90b8-f9ae3d731a01 2018-08-13 05:45:26,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:45:26,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:45:26,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29ff539-5819-41f5-934d-f05b501496ca Content-Encoding: gzip Content-Length: 831 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}, {"name": "cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": {"self": "http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fec77f1018c24b7abfddde4ffdd6914b", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 05:45:26,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c29ff539-5819-41f5-934d-f05b501496ca 2018-08-13 05:45:26,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193747997284s 2018-08-13 05:45:26,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-c29ff539-5819-41f5-934d-f05b501496ca 2018-08-13 05:45:26,921 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 05:45:26,924 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:45:27,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-69849e93-f4e9-487d-9019-fdd2e8869808 Content-Encoding: gzip Content-Length: 226 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c", "links": {"self": "http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "fec77f1018c24b7abfddde4ffdd6914b", "description": null}} 2018-08-13 05:45:27,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b used request id req-69849e93-f4e9-487d-9019-fdd2e8869808 2018-08-13 05:45:27,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196002006531s 2018-08-13 05:45:27,117 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b used request id req-69849e93-f4e9-487d-9019-fdd2e8869808 2018-08-13 05:45:27,118 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 05:45:27,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:45:27,370 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:45:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a9e3b77e-2743-42cf-8f0b-ee4f058e1314 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:45:27,370 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b used request id req-a9e3b77e-2743-42cf-8f0b-ee4f058e1314 2018-08-13 05:45:27,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.252364873886s 2018-08-13 05:45:27,370 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/fec77f1018c24b7abfddde4ffdd6914b used request id req-a9e3b77e-2743-42cf-8f0b-ee4f058e1314 2018-08-13 05:45:27,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 05:45:27,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:45:27,550 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b223476-04d8-42f0-9ffa-c088f88eb279 Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5"}, "tags": [], "enabled": true, "id": "6ccb48e7b802489d8d520796824b7ec5", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_5cf8f4e4-998b-4e87-b2cc-ff4ce4e4352c"}]} 2018-08-13 05:45:27,550 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8b223476-04d8-42f0-9ffa-c088f88eb279 2018-08-13 05:45:27,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.173986911774s 2018-08-13 05:45:27,551 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-8b223476-04d8-42f0-9ffa-c088f88eb279 2018-08-13 05:45:27,556 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 05:45:27,559 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}eada001678642a6cc2a1e877aa25603d805efc82" 2018-08-13 05:45:27,810 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 05:45:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-904645ad-48d1-4eb3-9fe2-71d09e77edb8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 05:45:27,810 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5 used request id req-904645ad-48d1-4eb3-9fe2-71d09e77edb8 2018-08-13 05:45:27,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.254286050797s 2018-08-13 05:45:27,810 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/6ccb48e7b802489d8d520796824b7ec5 used request id req-904645ad-48d1-4eb3-9fe2-71d09e77edb8 2018-08-13 05:45:27,866 - xtesting.ci.run_tests - INFO - Loading test case 'odl'... 2018-08-13 05:45:28,041 - xtesting.ci.run_tests - INFO - Running test case 'odl'... 2018-08-13 05:45:28,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:45:28,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:45:28,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:45:28,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:45:28,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:45:28,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:45:28,042 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:45:28,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:45:28,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:45:28,050 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77e84078-5460-4872-ac8d-2d4bd141b917 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:45:28,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-77e84078-5460-4872-ac8d-2d4bd141b917 2018-08-13 05:45:28,051 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:45:28,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:45:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["I_XM-oMMQ-KQlnnfuU0gjg"], "issued_at": "2018-08-13T05:45:28.000000Z"}} 2018-08-13 05:45:28,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:45:28,450 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:45:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5019ac34-207f-49e1-9324-4fbab9605175 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:45:28,450 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-5019ac34-207f-49e1-9324-4fbab9605175 2018-08-13 05:45:28,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-13 05:45:28,456 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:45:28,462 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:45:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a11d6fe4-170d-45db-8132-edcd48474824 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-13 05:45:28,463 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-a11d6fe4-170d-45db-8132-edcd48474824 2018-08-13 05:45:28,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1b352593ef2ed2ec7b4ba653265e06a4e163ceb4" 2018-08-13 05:45:28,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c9c6dea8-3e9e-4f1e-9c25-a53d37efaa30 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/21f258c431e749459c4f12596fb8da87"}, "enabled": true, "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/24e3d49d06464bc0a438b9247830bd51"}, "enabled": true, "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2851f89e417a49aa8298932265f185d4"}, "enabled": true, "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3135ebb18a0549dd8dde128abe17dbd0"}, "enabled": true, "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/37c435c3e7c7402d972abe4af3ddf2b0"}, "enabled": true, "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/48ba0449e2274d21886d1075c426d61e"}, "enabled": true, "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/70bc961f4c4d4e2da94e19e15342ba3a"}, "enabled": true, "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c72b13cd30045ceb8fcfeafb2c0f663"}, "enabled": true, "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8c63c654d9c74964a2a5e2fdf67824cc"}, "enabled": true, "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9caf46caed3c4622adf4e51538ff6ed3"}, "enabled": true, "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/acaffbd296ed4a5fb92763e0340a8aee"}, "enabled": true, "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b224a6c7857f440b9e8450598c683f3f"}, "enabled": true, "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cd9c93a2f57b4bf9967bd67bdaf6ae3e"}, "enabled": true, "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d517b3042144439b9f119b10c55b0f40"}, "enabled": true, "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f982085f39784825954ee88c90d1e13a"}, "enabled": true, "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-13 05:45:28,621 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-c9c6dea8-3e9e-4f1e-9c25-a53d37efaa30 2018-08-13 05:45:28,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.167281866074s 2018-08-13 05:45:28,621 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-c9c6dea8-3e9e-4f1e-9c25-a53d37efaa30 2018-08-13 05:45:28,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-13 05:45:28,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}1b352593ef2ed2ec7b4ba653265e06a4e163ceb4" 2018-08-13 05:45:28,773 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-55e70a17-5ff4-41bd-af6c-4ee680cd0c07 Content-Encoding: gzip Content-Length: 1964 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/019acb5a06d747a59d10de8b7072fbce"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/041a7a0786a94593a3f76b013d5648fe"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0aefc3f543fa4f8bb7846832fb2f2b76"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1139ee6db09144fcb5d88fdf17f4b4cc"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/17237251987d4d5d8f643c2fc645875b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1c63ed0da9bf4287914ab4d0c00d674e"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1dae1fc355f442a69c16b329e372b4ca"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1db151b4d0644f29b540523ae39d5a34"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1ddc2b50b484477ca32e4626a81f94e3"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2053653e9f9b4e47ac3efdeea0d9877e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/29e945999c04449780d4f741cb4dd89a"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "29e945999c04449780d4f741cb4dd89a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2e3f2cfc0ee847b3a96f36758ab0e667"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3763ba21764e4e8cacc7715931376933"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/41985b5bd319467db1c606f6eaa7dfdc"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/44b7e84e68d740b6b15c20db28cf9415"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4886a48177904a58a98c049934dd6d35"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "4886a48177904a58a98c049934dd6d35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e5200d21a314bdda15c695123fe05b9"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4eeddde9b33641898facc007ee985923"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "4eeddde9b33641898facc007ee985923"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5545cb7c07384ee487fe1557d282a110"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "5545cb7c07384ee487fe1557d282a110"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5963730bfc91443282fb15afc7b43cc6"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/65394ce1b9cf410d9523c2fbe751c8e9"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/66808df5f08d4badbeef1471bb119313"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/69de4b1cffa842128f2f37da28d40566"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "69de4b1cffa842128f2f37da28d40566"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6dbae78a80ae4957a1949813fe2bc615"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "6dbae78a80ae4957a1949813fe2bc615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/73de139bfc05428692fc61d9acf700a9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "73de139bfc05428692fc61d9acf700a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/75529e03cb97488db76b4f935ed81a2a"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "75529e03cb97488db76b4f935ed81a2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7f7b4ce38e68453cb5f1d080af317dad"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/822492ecfcae48eca358370be9bcc2be"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "822492ecfcae48eca358370be9bcc2be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/831761409dfe44fb9df9daf72a646b63"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "831761409dfe44fb9df9daf72a646b63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9a80b82afd6840ce8e6e3a048ec77e05"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a0e7c76910804e9f9065b59bb35686aa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "a0e7c76910804e9f9065b59bb35686aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a382404f926742a683e6a9cf9fbb2a21"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "a382404f926742a683e6a9cf9fbb2a21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/af3ede208ee9484ea9b1a7bfcbc6467c"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b64937d9ae194f2f8719f27914f9adf2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bcd4032d70f14b1db9a661eb6a73686a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cd589d88857d4967bfbaa1454d529410"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "cd589d88857d4967bfbaa1454d529410"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ce33ec13e47e4e19acda76486c7a79b9"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "ce33ec13e47e4e19acda76486c7a79b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d8762bc264a94ec5b4a32dbeb5b134ae"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e3a77e6531ac4540afbb2bf68434edc2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "e3a77e6531ac4540afbb2bf68434edc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e49c740af08f4f0fbe5591ad45343b1c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "e49c740af08f4f0fbe5591ad45343b1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e922748067d24217b69f2401bf0e14af"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "e922748067d24217b69f2401bf0e14af"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-13 05:45:28,774 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-55e70a17-5ff4-41bd-af6c-4ee680cd0c07 2018-08-13 05:45:28,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.144613027573s 2018-08-13 05:45:28,775 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-55e70a17-5ff4-41bd-af6c-4ee680cd0c07 2018-08-13 05:45:46,872 - 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-08-13 05:45:46,903 - xtesting.core.robotframework - INFO - Results were successfully parsed 2018-08-13 05:45:47,017 - xtesting.core.robotframework - INFO - Results were successfully generated 2018-08-13 05:45:47,130 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:45:47,130 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | odl | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-13 05:45:47,188 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-08-13 05:45:47,587 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-13 05:45:47,587 - openstack_tests - INFO - OS Credentials = > 2018-08-13 05:45:48,393 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-13 05:45:49,077 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-08-13 05:45:49,077 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-13 05:45:49,125 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-08-13 05:45:49,215 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-13 05:45:49,215 - openstack_tests - INFO - OS Credentials = > 2018-08-13 05:45:49,966 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-13 05:45:50,626 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-08-13 05:45:50,626 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-08-13 05:45:50,631 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:05 | PASS | | tenantnetwork1 | functest | healthcheck | 00:05 | PASS | | tenantnetwork2 | functest | healthcheck | 00:06 | PASS | | vmready1 | functest | healthcheck | 00:08 | PASS | | vmready2 | functest | healthcheck | 00:07 | PASS | | singlevm1 | functest | healthcheck | 00:28 | PASS | | singlevm2 | functest | healthcheck | 00:34 | PASS | | vping_ssh | functest | healthcheck | 00:35 | PASS | | vping_userdata | functest | healthcheck | 00:32 | PASS | | cinder_test | functest | healthcheck | 01:00 | PASS | | odl | functest | healthcheck | 00:18 | PASS | | api_check | functest | healthcheck | 00:00 | SKIP | | snaps_health_check | functest | healthcheck | 00:00 | SKIP | +----------------------------+------------------+---------------------+------------------+----------------+ 2018-08-13 05:45:50,645 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-08-13 05:45:53,642 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-214 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-13 05:45:53,645 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.22,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=An1uA2EtqxlH8TyZwNtTXRj89 export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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 OS_PROJECT_ID=1dcb5dba3d6d42ea97f37319eab783f3 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=zUhynuowyEkaManBty737ymgK export OS_REGION_NAME=regionOne 2018-08-13 05:45:53,646 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-13 05:45:53,646 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+------------------------------------------+--------------------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+------------------------------------------+--------------------------------------------------+ | smoke | 1 | Set of basic Functional tests to | tempest_smoke neutron-tempest-plugin-api | | | | validate the OPNFV scenarios. | rally_sanity patrole vmtp shaker | | | | | snaps_smoke neutron_trunk networking- | | | | | bgpvpn networking-sfc barbican | +---------------+---------------+------------------------------------------+--------------------------------------------------+ 2018-08-13 05:45:53,673 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:45:54,707 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:45:54,708 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:45:54,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:45:54,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 05:45:54,714 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 05:45:54,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:45:54,722 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:45:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-59cbc84c-e043-4da3-bcc4-6ba6bd2b6c5f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:45:54,722 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-59cbc84c-e043-4da3-bcc4-6ba6bd2b6c5f 2018-08-13 05:45:54,723 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:45:55,111 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:45:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["gIeQEZ3LTdecXgMIkvACnw"], "issued_at": "2018-08-13T05:45:55.000000Z"}} 2018-08-13 05:45:55,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:45:55,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:45:55,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-379a8313-c97c-430a-b023-39d2e3d0bdaf Date: Mon, 13 Aug 2018 05:45:55 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:45:55,357 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-379a8313-c97c-430a-b023-39d2e3d0bdaf 2018-08-13 05:45:55,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.242913007736s 2018-08-13 05:45:55,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-379a8313-c97c-430a-b023-39d2e3d0bdaf 2018-08-13 05:45:55,358 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 05:46:01,028 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 4175af98-59fd-444c-a58e-0059a55ff1e1 | 2018-08-13T05:46:00.671536 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 4175af98-59fd-444c-a58e-0059a55ff1e1 ~/.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-08-13 05:46:05,014 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 05:46:05,015 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 05:46:11,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=2f1e530b-5acb-4b66-8c60-159a5d892bd8) as the default verifier for the future CLI operations. 2018-08-13 05:46:14,839 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-13 05:46:14,840 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:14,850 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-b5ceb419-06f1-40bd-ac7a-7f1d05e09e27 Date: Mon, 13 Aug 2018 05:46:14 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-13 05:46:14,850 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-b5ceb419-06f1-40bd-ac7a-7f1d05e09e27 2018-08-13 05:46:14,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.0109539031982s 2018-08-13 05:46:14,851 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-b5ceb419-06f1-40bd-ac7a-7f1d05e09e27 2018-08-13 05:46:14,859 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-08-13 05:46:14,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:46:14,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"network": {"name": "tempest_smoke-net_c3475dac-1c11-4663-8d1c-d77ce935f277", "admin_state_up": true}}' 2018-08-13 05:46:15,049 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-eef29958-15c0-4ffb-9de6-631ba67f8bb7 Date: Mon, 13 Aug 2018 05:46:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"19d061dd-e750-428f-b029-45d8a4d0dc88","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:46:14Z","is_default":false,"provider:segmentation_id":16,"name":"tempest_smoke-net_c3475dac-1c11-4663-8d1c-d77ce935f277","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:46:14Z","mtu":1450}} 2018-08-13 05:46:15,050 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-eef29958-15c0-4ffb-9de6-631ba67f8bb7 2018-08-13 05:46:15,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.190140008926s 2018-08-13 05:46:15,050 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-eef29958-15c0-4ffb-9de6-631ba67f8bb7 2018-08-13 05:46:15,050 - 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-08-13T05:46:14Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'19d061dd-e750-428f-b029-45d8a4d0dc88', u'provider:segmentation_id': 16, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-net_c3475dac-1c11-4663-8d1c-d77ce935f277', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:46:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:46:15,051 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:46:15,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:15,162 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1351 X-Openstack-Request-Id: req-6034614e-a3fe-4896-9a7a-d78705414847 Date: Mon, 13 Aug 2018 05:46:15 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"19d061dd-e750-428f-b029-45d8a4d0dc88","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:46:14Z","provider:segmentation_id":16,"name":"tempest_smoke-net_c3475dac-1c11-4663-8d1c-d77ce935f277","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:46:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:46:15,162 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6034614e-a3fe-4896-9a7a-d78705414847 2018-08-13 05:46:15,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110878944397s 2018-08-13 05:46:15,163 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-6034614e-a3fe-4896-9a7a-d78705414847 2018-08-13 05:46:15,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:46:15,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"subnet": {"name": "tempest_smoke-subnet_c3475dac-1c11-4663-8d1c-d77ce935f277", "enable_dhcp": true, "network_id": "19d061dd-e750-428f-b029-45d8a4d0dc88", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:46:15,530 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-a778538a-46b3-4771-94b1-778b5531c533 Date: Mon, 13 Aug 2018 05:46:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19d061dd-e750-428f-b029-45d8a4d0dc88","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:46:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:46:15Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"26e2aa91-ef33-479a-8a70-3d37b36dbfda","subnetpool_id":null,"name":"tempest_smoke-subnet_c3475dac-1c11-4663-8d1c-d77ce935f277"}} 2018-08-13 05:46:15,530 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a778538a-46b3-4771-94b1-778b5531c533 2018-08-13 05:46:15,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.365962982178s 2018-08-13 05:46:15,531 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a778538a-46b3-4771-94b1-778b5531c533 2018-08-13 05:46:15,531 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:46:15Z', 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'26e2aa91-ef33-479a-8a70-3d37b36dbfda', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_c3475dac-1c11-4663-8d1c-d77ce935f277', u'enable_dhcp': True, u'network_id': u'19d061dd-e750-428f-b029-45d8a4d0dc88', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:46:15Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:46:15,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:46:15,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "tempest_smoke-router_c3475dac-1c11-4663-8d1c-d77ce935f277", "admin_state_up": true}}' 2018-08-13 05:46:16,835 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-bbf57c33-f4e6-4363-8d4d-74953de3ccfa Date: Mon, 13 Aug 2018 05:46:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:46:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:46:16Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "b581e645-894b-4060-84ba-9a5981ab9a6c", "name": "tempest_smoke-router_c3475dac-1c11-4663-8d1c-d77ce935f277"}} 2018-08-13 05:46:16,836 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-bbf57c33-f4e6-4363-8d4d-74953de3ccfa 2018-08-13 05:46:16,836 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.30386400223s 2018-08-13 05:46:16,836 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-bbf57c33-f4e6-4363-8d4d-74953de3ccfa 2018-08-13 05:46:16,836 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:46:15Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T05:46:16Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'b581e645-894b-4060-84ba-9a5981ab9a6c', u'name': u'tempest_smoke-router_c3475dac-1c11-4663-8d1c-d77ce935f277'}) 2018-08-13 05:46:16,837 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:46:16,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"subnet_id": "26e2aa91-ef33-479a-8a70-3d37b36dbfda"}' 2018-08-13 05:46:18,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8e160408-ee14-43dc-9ede-01b78a196ecb Date: Mon, 13 Aug 2018 05:46:18 GMT RESP BODY: {"network_id": "19d061dd-e750-428f-b029-45d8a4d0dc88", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "26e2aa91-ef33-479a-8a70-3d37b36dbfda", "subnet_ids": ["26e2aa91-ef33-479a-8a70-3d37b36dbfda"], "port_id": "e38ca70b-17c0-4793-917e-49889855b281", "id": "b581e645-894b-4060-84ba-9a5981ab9a6c"} 2018-08-13 05:46:18,382 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c/add_router_interface.json used request id req-8e160408-ee14-43dc-9ede-01b78a196ecb 2018-08-13 05:46:18,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.54484796524s 2018-08-13 05:46:18,382 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c/add_router_interface.json used request id req-8e160408-ee14-43dc-9ede-01b78a196ecb returning object b581e645-894b-4060-84ba-9a5981ab9a6c 2018-08-13 05:46:18,383 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:46:18,509 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:46:18,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:46:18,515 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:46:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:46:18,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:46:18,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:18,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-faa851ec-f27e-4ab2-a977-57c4047182fa Date: Mon, 13 Aug 2018 05:46:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:46:18,787 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-faa851ec-f27e-4ab2-a977-57c4047182fa 2018-08-13 05:46:18,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.269783973694s 2018-08-13 05:46:18,787 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-faa851ec-f27e-4ab2-a977-57c4047182fa 2018-08-13 05:46:18,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:46:18,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277"}' 2018-08-13 05:46:18,862 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-02937b83-e02a-4187-841e-3175f9567adf Date: Mon, 13 Aug 2018 05:46:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:46:18Z", "file": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "size": null, "self": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "checksum": null, "created_at": "2018-08-13T05:46:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:46:18,863 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-02937b83-e02a-4187-841e-3175f9567adf 2018-08-13 05:46:18,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0671029090881s 2018-08-13 05:46:18,863 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-02937b83-e02a-4187-841e-3175f9567adf returning object 2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9 2018-08-13 05:46:18,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:46:18,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '' 2018-08-13 05:46:19,602 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-575bdc20-613a-4680-9ea8-8e92eaf019e7 Date: Mon, 13 Aug 2018 05:46:19 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:46:19,603 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file used request id req-575bdc20-613a-4680-9ea8-8e92eaf019e7 2018-08-13 05:46:19,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.738746881485s 2018-08-13 05:46:19,603 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file used request id req-575bdc20-613a-4680-9ea8-8e92eaf019e7 2018-08-13 05:46:19,607 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:46:19,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:19,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-58e12a75-c569-45fe-bc19-77cc08e46bb7 Date: Mon, 13 Aug 2018 05:46:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:46:19Z", "file": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "size": 12716032, "self": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:46:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:46:19,632 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-58e12a75-c569-45fe-bc19-77cc08e46bb7 2018-08-13 05:46:19,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0254700183868s 2018-08-13 05:46:19,633 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-58e12a75-c569-45fe-bc19-77cc08e46bb7 2018-08-13 05:46:19,635 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap', u'metadata': Munch({})})], 'file': u'/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9', 'size': 12716032, u'self': u'/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:46:19Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T05:46:19Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277', 'created': u'2018-08-13T05:46:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:46:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:46:19,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:46:19,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_c3475dac-1c11-4663-8d1c-d77ce935f277", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:46:19,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:46: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-f93c7fb7-c3cd-4954-88a9-d0994df37aaa x-compute-request-id: req-f93c7fb7-c3cd-4954-88a9-d0994df37aaa Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_c3475dac-1c11-4663-8d1c-d77ce935f277", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "c13248f4-306d-44c4-be62-9b424b16b8e1"}} 2018-08-13 05:46:19,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f93c7fb7-c3cd-4954-88a9-d0994df37aaa 2018-08-13 05:46:19,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.289943933487s 2018-08-13 05:46:19,926 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-f93c7fb7-c3cd-4954-88a9-d0994df37aaa 2018-08-13 05:46:19,927 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_c3475dac-1c11-4663-8d1c-d77ce935f277', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'c13248f4-306d-44c4-be62-9b424b16b8e1', 'swap': 0}) 2018-08-13 05:46:19,928 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:46:19,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"extra_specs": {}}' 2018-08-13 05:46:19,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:46: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-86480ba1-e876-405d-a99f-7039edef7b7e x-compute-request-id: req-86480ba1-e876-405d-a99f-7039edef7b7e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:46:19,949 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1/os-extra_specs used request id req-86480ba1-e876-405d-a99f-7039edef7b7e 2018-08-13 05:46:19,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021497964859s 2018-08-13 05:46:19,950 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1/os-extra_specs used request id req-86480ba1-e876-405d-a99f-7039edef7b7e 2018-08-13 05:46:19,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:46:19,959 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:46:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46cd2fcb-e779-4ea9-803a-b1803e85cf0f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:46:19,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-46cd2fcb-e779-4ea9-803a-b1803e85cf0f 2018-08-13 05:46:19,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:46:19,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:20,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:46:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be39cf0b-57aa-443e-acd0-45fd7913f03f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:46:20,200 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-be39cf0b-57aa-443e-acd0-45fd7913f03f 2018-08-13 05:46:20,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.237347841263s 2018-08-13 05:46:20,201 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-be39cf0b-57aa-443e-acd0-45fd7913f03f 2018-08-13 05:46:20,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:46:20,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:20,397 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:46:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-30fad7fd-4cb1-4340-8610-536263707f33 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:46:20,398 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-30fad7fd-4cb1-4340-8610-536263707f33 2018-08-13 05:46:20,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192065954208s 2018-08-13 05:46:20,398 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-30fad7fd-4cb1-4340-8610-536263707f33 2018-08-13 05:46:20,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-13 05:46:20,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:20,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:46:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6720323b-d761-4dce-a954-ee3173bce9aa x-compute-request-id: req-6720323b-d761-4dce-a954-ee3173bce9aa Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 05:46:20,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-6720323b-d761-4dce-a954-ee3173bce9aa 2018-08-13 05:46:20,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0475721359253s 2018-08-13 05:46:20,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-6720323b-d761-4dce-a954-ee3173bce9aa 2018-08-13 05:46:20,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:46:20,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:20,526 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-a2c1e209-f5cc-41e2-952e-ba1e793d7929 Date: Mon, 13 Aug 2018 05:46:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:46:19Z", "file": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "size": 12716032, "self": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:46:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:46:20,526 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a2c1e209-f5cc-41e2-952e-ba1e793d7929 2018-08-13 05:46:20,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.025582075119s 2018-08-13 05:46:20,527 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-a2c1e209-f5cc-41e2-952e-ba1e793d7929 2018-08-13 05:46:20,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:46:20,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277"}' 2018-08-13 05:46:20,580 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-059fcd73-1709-4a5c-9457-dc69e36dcb64 Date: Mon, 13 Aug 2018 05:46:20 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:46:20Z", "file": "/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "73f03e65-a9bd-4ace-b0ab-6e810fd8fb15", "size": null, "self": "/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "checksum": null, "created_at": "2018-08-13T05:46:20Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:46:20,581 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-059fcd73-1709-4a5c-9457-dc69e36dcb64 2018-08-13 05:46:20,581 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0456969738007s 2018-08-13 05:46:20,581 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-059fcd73-1709-4a5c-9457-dc69e36dcb64 returning object 73f03e65-a9bd-4ace-b0ab-6e810fd8fb15 2018-08-13 05:46:20,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:46:20,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '' 2018-08-13 05:46:21,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d60012d4-ce52-4e86-861f-12c985b8ab2f Date: Mon, 13 Aug 2018 05:46:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:46:21,649 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/file used request id req-d60012d4-ce52-4e86-861f-12c985b8ab2f 2018-08-13 05:46:21,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.06729602814s 2018-08-13 05:46:21,649 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/file used request id req-d60012d4-ce52-4e86-861f-12c985b8ab2f 2018-08-13 05:46:21,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:46:21,656 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:46:21,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-f47c1632-73f7-49b1-8779-61aade56ed37 Date: Mon, 13 Aug 2018 05:46:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:46:21Z", "file": "/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "73f03e65-a9bd-4ace-b0ab-6e810fd8fb15", "size": 12716032, "self": "/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:46:20Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:46:19Z", "file": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "size": 12716032, "self": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:46:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:46:21,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f47c1632-73f7-49b1-8779-61aade56ed37 2018-08-13 05:46:21,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0371191501617s 2018-08-13 05:46:21,691 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f47c1632-73f7-49b1-8779-61aade56ed37 2018-08-13 05:46:21,696 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/snap', u'metadata': Munch({})})], 'file': u'/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'73f03e65-a9bd-4ace-b0ab-6e810fd8fb15', 'size': 12716032, u'self': u'/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:46:21Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T05:46:21Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277', 'created': u'2018-08-13T05:46:20Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:46:20Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_c3475dac-1c11-4663-8d1c-d77ce935f277', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:46:21,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:46:21,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:46:21,749 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:46: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-dffbb2ed-bb6a-43a1-979a-e4e7bb43f952 x-compute-request-id: req-dffbb2ed-bb6a-43a1-979a-e4e7bb43f952 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "15c48b3c-b176-4ae2-9629-7e5120bf286f"}} 2018-08-13 05:46:21,749 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dffbb2ed-bb6a-43a1-979a-e4e7bb43f952 2018-08-13 05:46:21,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0518960952759s 2018-08-13 05:46:21,749 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-dffbb2ed-bb6a-43a1-979a-e4e7bb43f952 2018-08-13 05:46:21,749 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_c3475dac-1c11-4663-8d1c-d77ce935f277', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'15c48b3c-b176-4ae2-9629-7e5120bf286f', 'swap': 0}) 2018-08-13 05:46:21,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:46:21,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"extra_specs": {}}' 2018-08-13 05:46:21,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:46: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-43e9857b-c7bc-4f7b-a94d-7938c51cf3d3 x-compute-request-id: req-43e9857b-c7bc-4f7b-a94d-7938c51cf3d3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:46:21,768 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f/os-extra_specs used request id req-43e9857b-c7bc-4f7b-a94d-7938c51cf3d3 2018-08-13 05:46:21,768 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0180630683899s 2018-08-13 05:46:21,768 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f/os-extra_specs used request id req-43e9857b-c7bc-4f7b-a94d-7938c51cf3d3 2018-08-13 05:46:21,768 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_c3475dac-1c11-4663-8d1c-d77ce935f277', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'15c48b3c-b176-4ae2-9629-7e5120bf286f', 'swap': 0}) 2018-08-13 05:46:25,153 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-13 05:46:25,153 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-13 05:46:25,154 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-13 05:46:25,156 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-13 05:46:25,160 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-13 05:46:29,197 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-2f1e530b-5acb-4b66-8c60-159a5d892bd8/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-08-13 05:46:29,198 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-13 05:46:29,220 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-13 05:46:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/tempest_smoke/test_list.txt', '--concurrency=4']'. 2018-08-13 05:46:38,684 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:38.683 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-08-13 05:46:41,544 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:41.544 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.365s] 2018-08-13 05:46:41,591 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:41.590 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.047s] 2018-08-13 05:46:44,342 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:44.341 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.731s] 2018-08-13 05:46:47,982 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:47.982 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.172s] 2018-08-13 05:46:50,142 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:50.141 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.371s] 2018-08-13 05:46:51,549 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:51.549 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.407s] 2018-08-13 05:46:54,462 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:54.461 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.899s] 2018-08-13 05:46:55,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:46:55.404 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [12.269s] 2018-08-13 05:47:05,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:05.530 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.835s] 2018-08-13 05:47:05,540 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:05.539 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-08-13 05:47:09,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:09.908 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.542s] 2018-08-13 05:47:12,586 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:12.586 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.965s] 2018-08-13 05:47:15,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:15.831 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.075s] 2018-08-13 05:47:15,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:15.832 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-08-13 05:47:18,563 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:18.562 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.384s] 2018-08-13 05:47:24,420 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:24.419 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [1.071s] 2018-08-13 05:47:27,339 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:27.339 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.991s] 2018-08-13 05:47:29,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:29.066 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.075s] 2018-08-13 05:47:29,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:29.067 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-08-13 05:47:34,758 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:34.757 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.395s] 2018-08-13 05:47:35,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:35.821 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.063s] 2018-08-13 05:47:36,857 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:36.856 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.035s] 2018-08-13 05:47:38,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:38.309 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.452s] 2018-08-13 05:47:44,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:44.280 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-08-13 05:47:46,701 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:46.700 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.018s] 2018-08-13 05:47:51,196 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:51.195 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.494s] 2018-08-13 05:47:56,050 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:56.050 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.854s] 2018-08-13 05:47:56,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:56.931 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.078s] 2018-08-13 05:47:56,933 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:47:56.932 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-08-13 05:48:01,227 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:01.226 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [7.774s] 2018-08-13 05:48:01,948 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:01.947 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.721s] 2018-08-13 05:48:02,090 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:02.090 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.142s] 2018-08-13 05:48:02,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:02.175 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.085s] 2018-08-13 05:48:02,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:02.277 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.101s] 2018-08-13 05:48:02,356 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:02.355 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.078s] 2018-08-13 05:48:10,316 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:10.315 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.643s] 2018-08-13 05:48:10,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:10.386 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-08-13 05:48:12,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:12.176 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.858s] 2018-08-13 05:48:12,294 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:12.293 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.120s] 2018-08-13 05:48:13,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:13.153 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.159s] 2018-08-13 05:48:13,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:13.315 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.161s] 2018-08-13 05:48:13,458 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:13.457 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.142s] 2018-08-13 05:48:13,468 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:13.468 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2018-08-13 05:48:18,261 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:18.260 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.505s] 2018-08-13 05:48:18,781 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:18.780 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.520s] 2018-08-13 05:48:18,887 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:18.886 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.105s] 2018-08-13 05:48:18,941 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:18.940 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2018-08-13 05:48:19,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:19.344 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.403s] 2018-08-13 05:48:19,400 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:19.399 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.056s] 2018-08-13 05:48:20,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:20.202 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.250s] 2018-08-13 05:48:20,219 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:20.218 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2018-08-13 05:48:20,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:20.309 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.024s] 2018-08-13 05:48:34,411 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:34.410 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.601s] 2018-08-13 05:48:37,817 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:37.816 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.929s] 2018-08-13 05:48:39,107 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:39.106 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.695s] 2018-08-13 05:48:39,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:39.486 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.141s] 2018-08-13 05:48:39,545 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:39.545 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.059s] 2018-08-13 05:48:39,604 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:39.604 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.058s] 2018-08-13 05:48:39,675 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:39.674 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.071s] 2018-08-13 05:48:44,488 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:44.487 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.671s] 2018-08-13 05:48:51,110 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:51.109 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.621s] 2018-08-13 05:48:52,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:52.531 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.818s] 2018-08-13 05:48:52,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:52.993 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.037s] 2018-08-13 05:48:55,388 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:55.387 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.277s] 2018-08-13 05:48:56,193 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:48:56.192 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.659s] 2018-08-13 05:49:04,378 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:04.377 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.184s] 2018-08-13 05:49:10,519 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:10.518 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.732s] 2018-08-13 05:49:17,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:17.026 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.236s] 2018-08-13 05:49:17,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:17.638 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.476s] 2018-08-13 05:49:20,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:20.280 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.639s] 2018-08-13 05:49:23,287 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:23.287 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [75.496s] 2018-08-13 05:49:23,304 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:23.304 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [3.025s] 2018-08-13 05:49:23,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:23.733 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.707s] 2018-08-13 05:49:25,606 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:25.606 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.872s] 2018-08-13 05:49:25,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:25.657 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.052s] 2018-08-13 05:49:25,731 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:25.731 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.073s] 2018-08-13 05:49:27,937 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:27.936 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2018-08-13 05:49:43,641 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:43.640 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.762s] 2018-08-13 05:49:48,848 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:48.848 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.048s] 2018-08-13 05:49:48,953 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:48.952 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.105s] 2018-08-13 05:49:50,043 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:50.042 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.402s] 2018-08-13 05:49:55,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:55.550 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-08-13 05:49:56,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:56.195 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.151s] 2018-08-13 05:49:59,583 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:59.582 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.195s] 2018-08-13 05:49:59,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:49:59.713 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.518s] 2018-08-13 05:50:08,059 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:08.059 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.111s] 2018-08-13 05:50:12,427 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:12.426 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-08-13 05:50:18,796 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:18.796 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.496s] 2018-08-13 05:50:18,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:18.993 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.197s] 2018-08-13 05:50:19,853 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:19.853 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.376s] 2018-08-13 05:50:26,576 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:26.575 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.722s] 2018-08-13 05:50:28,734 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:28.734 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.157s] 2018-08-13 05:50:28,782 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:28.782 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.048s] 2018-08-13 05:50:28,822 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:28.822 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.040s] 2018-08-13 05:50:31,159 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:31.159 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.292s] 2018-08-13 05:50:33,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:33.572 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.412s] 2018-08-13 05:50:35,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:35.831 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.258s] 2018-08-13 05:50:36,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:36.403 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.503s] 2018-08-13 05:50:37,771 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:37.770 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.364s] 2018-08-13 05:50:37,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:37.809 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.042s] 2018-08-13 05:50:50,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:50:50.929 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [8.749s] 2018-08-13 05:51:02,660 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:51:02.659 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.034s] 2018-08-13 05:51:09,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-08-13 05:51:09.668 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.005s] 2018-08-13 05:51:13,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: ec5981a2-3fed-45cd-8b9a-022b3850b951 2018-08-13 05:51:13,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'ec5981a2-3fed-45cd-8b9a-022b3850b951']'. 2018-08-13 05:51:14,173 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-13 05:51:14,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-13 05:51:14,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 05:51:14,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | ec5981a2-3fed-45cd-8b9a-022b3850b951 | 2018-08-13 05:51:14,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-13 05:51:14,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-13 05:46:31 | 2018-08-13 05:51:14,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-13 05:51:12 | 2018-08-13 05:51:14,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:04:41 | 2018-08-13 05:51:14,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-13 05:51:14,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-13 05:51:14,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-13 05:51:14,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 2f1e530b-5acb-4b66-8c60-159a5d892bd8) | 2018-08-13 05:51:14,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-13 05:51:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 4175af98-59fd-444c-a58e-0059a55ff1e1) | 2018-08-13 05:51:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-08-13 05:51:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 271.028 | 2018-08-13 05:51:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-08-13 05:51:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-08-13 05:51:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-13 05:51:14,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-13 05:51:14,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-13 05:51:14,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 05:51:14,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-13 05:51:14,177 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-13 05:51:14,250 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-08-13 05:51:14,389 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 05:51:14,390 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 04:59 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-13 05:51:14,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:51:14,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:15,762 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66a95375-7c38-42c6-ae75-d99f240251b1 Date: Mon, 13 Aug 2018 05:51:15 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:51:15,762 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15 used request id req-66a95375-7c38-42c6-ae75-d99f240251b1 2018-08-13 05:51:15,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.36571598053s 2018-08-13 05:51:15,763 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/73f03e65-a9bd-4ace-b0ab-6e810fd8fb15 used request id req-66a95375-7c38-42c6-ae75-d99f240251b1 2018-08-13 05:51:15,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:51:15,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:15,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5a00ad53-e3c8-4aaa-ba4b-21ff5b81cae3 x-compute-request-id: req-5a00ad53-e3c8-4aaa-ba4b-21ff5b81cae3 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_alt_c3475dac-1c11-4663-8d1c-d77ce935f277", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "15c48b3c-b176-4ae2-9629-7e5120bf286f"}, {"name": "tempest_smoke-flavor_c3475dac-1c11-4663-8d1c-d77ce935f277", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "c13248f4-306d-44c4-be62-9b424b16b8e1"}]} 2018-08-13 05:51:15,787 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5a00ad53-e3c8-4aaa-ba4b-21ff5b81cae3 2018-08-13 05:51:15,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0235521793365s 2018-08-13 05:51:15,787 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5a00ad53-e3c8-4aaa-ba4b-21ff5b81cae3 2018-08-13 05:51:15,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:51:15,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:15,820 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:51:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d1c912b5-6bcb-4a20-b0a0-ae0e7d73d2c9 x-compute-request-id: req-d1c912b5-6bcb-4a20-b0a0-ae0e7d73d2c9 Content-Length: 0 Content-Type: application/json 2018-08-13 05:51:15,820 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f used request id req-d1c912b5-6bcb-4a20-b0a0-ae0e7d73d2c9 2018-08-13 05:51:15,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0311019420624s 2018-08-13 05:51:15,821 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/15c48b3c-b176-4ae2-9629-7e5120bf286f used request id req-d1c912b5-6bcb-4a20-b0a0-ae0e7d73d2c9 2018-08-13 05:51:15,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 05:51:15,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" -d '{"subnet_id": "26e2aa91-ef33-479a-8a70-3d37b36dbfda"}' 2018-08-13 05:51:17,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-307b109a-e60c-4645-abbe-6c40e605c137 Date: Mon, 13 Aug 2018 05:51:17 GMT RESP BODY: {"network_id": "19d061dd-e750-428f-b029-45d8a4d0dc88", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "26e2aa91-ef33-479a-8a70-3d37b36dbfda", "subnet_ids": ["26e2aa91-ef33-479a-8a70-3d37b36dbfda"], "port_id": "e38ca70b-17c0-4793-917e-49889855b281", "id": "b581e645-894b-4060-84ba-9a5981ab9a6c"} 2018-08-13 05:51:17,497 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c/remove_router_interface.json used request id req-307b109a-e60c-4645-abbe-6c40e605c137 2018-08-13 05:51:17,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.6758480072s 2018-08-13 05:51:17,497 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c/remove_router_interface.json used request id req-307b109a-e60c-4645-abbe-6c40e605c137 returning object b581e645-894b-4060-84ba-9a5981ab9a6c 2018-08-13 05:51:17,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 05:51:17,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:17,608 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 649 X-Openstack-Request-Id: req-b8800cc9-c78f-4e02-ae09-98fc4912c915 Date: Mon, 13 Aug 2018 05:51:17 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:46:15Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:51:16Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "b581e645-894b-4060-84ba-9a5981ab9a6c", "name": "tempest_smoke-router_c3475dac-1c11-4663-8d1c-d77ce935f277"}]} 2018-08-13 05:51:17,608 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b8800cc9-c78f-4e02-ae09-98fc4912c915 2018-08-13 05:51:17,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.11021399498s 2018-08-13 05:51:17,609 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-b8800cc9-c78f-4e02-ae09-98fc4912c915 2018-08-13 05:51:17,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 05:51:17,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:18,946 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7e896e38-9874-4f66-ab8f-9c4f1701e30e Content-Length: 0 Date: Mon, 13 Aug 2018 05:51:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:51:18,946 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c.json used request id req-7e896e38-9874-4f66-ab8f-9c4f1701e30e 2018-08-13 05:51:18,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.33551096916s 2018-08-13 05:51:18,946 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/b581e645-894b-4060-84ba-9a5981ab9a6c.json used request id req-7e896e38-9874-4f66-ab8f-9c4f1701e30e 2018-08-13 05:51:18,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 05:51:18,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:18,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1295 X-Openstack-Request-Id: req-0d26fb36-86cf-4fc8-b1d4-4951c7bb7034 Date: Mon, 13 Aug 2018 05:51:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"19d061dd-e750-428f-b029-45d8a4d0dc88","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:46:15Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:46:15Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"26e2aa91-ef33-479a-8a70-3d37b36dbfda","subnetpool_id":null,"name":"tempest_smoke-subnet_c3475dac-1c11-4663-8d1c-d77ce935f277"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-13 05:51:18,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0d26fb36-86cf-4fc8-b1d4-4951c7bb7034 2018-08-13 05:51:18,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0424199104309s 2018-08-13 05:51:18,989 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-0d26fb36-86cf-4fc8-b1d4-4951c7bb7034 2018-08-13 05:51:18,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 05:51:18,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/26e2aa91-ef33-479a-8a70-3d37b36dbfda.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:20,018 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-425d5d03-7c3e-471d-8923-b29daefd5fb0 Date: Mon, 13 Aug 2018 05:51:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:51:20,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/26e2aa91-ef33-479a-8a70-3d37b36dbfda.json used request id req-425d5d03-7c3e-471d-8923-b29daefd5fb0 2018-08-13 05:51:20,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.02709698677s 2018-08-13 05:51:20,018 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/26e2aa91-ef33-479a-8a70-3d37b36dbfda.json used request id req-425d5d03-7c3e-471d-8923-b29daefd5fb0 2018-08-13 05:51:20,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:51:20,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:20,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1357 X-Openstack-Request-Id: req-d1b9fe55-71b3-4b5d-a801-578eb258062d Date: Mon, 13 Aug 2018 05:51:20 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"19d061dd-e750-428f-b029-45d8a4d0dc88","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:51:19Z","provider:segmentation_id":16,"name":"tempest_smoke-net_c3475dac-1c11-4663-8d1c-d77ce935f277","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:46:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:51:20,108 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d1b9fe55-71b3-4b5d-a801-578eb258062d 2018-08-13 05:51:20,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0887169837952s 2018-08-13 05:51:20,108 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-d1b9fe55-71b3-4b5d-a801-578eb258062d 2018-08-13 05:51:20,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 05:51:20,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/19d061dd-e750-428f-b029-45d8a4d0dc88.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:21,809 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-227029b4-99a3-4d77-84bf-f711c0ba4fe2 Date: Mon, 13 Aug 2018 05:51:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 05:51:21,809 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/19d061dd-e750-428f-b029-45d8a4d0dc88.json used request id req-227029b4-99a3-4d77-84bf-f711c0ba4fe2 2018-08-13 05:51:21,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.69974088669s 2018-08-13 05:51:21,809 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/19d061dd-e750-428f-b029-45d8a4d0dc88.json used request id req-227029b4-99a3-4d77-84bf-f711c0ba4fe2 2018-08-13 05:51:21,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:51:21,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:21,838 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-58723f69-2a1d-42ee-aaee-7a1244ed136b Date: Mon, 13 Aug 2018 05:51:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:46:19Z", "file": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "size": 12716032, "self": "/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_c3475dac-1c11-4663-8d1c-d77ce935f277", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:46:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:51:21,838 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-58723f69-2a1d-42ee-aaee-7a1244ed136b 2018-08-13 05:51:21,838 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0244991779327s 2018-08-13 05:51:21,839 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-58723f69-2a1d-42ee-aaee-7a1244ed136b 2018-08-13 05:51:21,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 05:51:21,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:22,122 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-88b8da0c-018d-46ed-a71e-5c148732a78f Date: Mon, 13 Aug 2018 05:51:22 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:51:22,122 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9 used request id req-88b8da0c-018d-46ed-a71e-5c148732a78f 2018-08-13 05:51:22,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.281968832016s 2018-08-13 05:51:22,123 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/2dc8d79a-4cef-463d-b3f5-9a1ee682b9a9 used request id req-88b8da0c-018d-46ed-a71e-5c148732a78f 2018-08-13 05:51:22,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 05:51:22,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:22,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c44a455f-f524-4be4-8393-1247af8ac922 x-compute-request-id: req-c44a455f-f524-4be4-8393-1247af8ac922 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_c3475dac-1c11-4663-8d1c-d77ce935f277", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "c13248f4-306d-44c4-be62-9b424b16b8e1"}]} 2018-08-13 05:51:22,377 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c44a455f-f524-4be4-8393-1247af8ac922 2018-08-13 05:51:22,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.253798007965s 2018-08-13 05:51:22,377 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-c44a455f-f524-4be4-8393-1247af8ac922 2018-08-13 05:51:22,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 05:51:22,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}d7ef2775b1418b341581f223e51b0629a0ddc752" 2018-08-13 05:51:22,413 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 05:51:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-476fe861-78f0-4240-b3ac-64c63cf8b05c x-compute-request-id: req-476fe861-78f0-4240-b3ac-64c63cf8b05c Content-Length: 0 Content-Type: application/json 2018-08-13 05:51:22,413 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1 used request id req-476fe861-78f0-4240-b3ac-64c63cf8b05c 2018-08-13 05:51:22,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0347638130188s 2018-08-13 05:51:22,414 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/c13248f4-306d-44c4-be62-9b424b16b8e1 used request id req-476fe861-78f0-4240-b3ac-64c63cf8b05c 2018-08-13 05:51:22,469 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-08-13 05:51:22,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 05:51:22,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 05:51:22,512 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 05:51:22,513 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 05:51:22,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:51:22,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f6aaea9-aaea-407d-906e-68dc4c5de4ae Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 05:51:22,524 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1f6aaea9-aaea-407d-906e-68dc4c5de4ae 2018-08-13 05:51:22,524 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 05:51:22,915 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T06:51:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["2IR3mVQ0Q9qc0eoEtnx1qg"], "issued_at": "2018-08-13T05:51:22.000000Z"}} 2018-08-13 05:51:22,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:51:22,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:23,435 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-bfa126c4-5721-40fd-bbaa-9c5d73a66d11 Date: Mon, 13 Aug 2018 05:51:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 05:51:23,436 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bfa126c4-5721-40fd-bbaa-9c5d73a66d11 2018-08-13 05:51:23,436 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.517997026443s 2018-08-13 05:51:23,436 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-bfa126c4-5721-40fd-bbaa-9c5d73a66d11 2018-08-13 05:51:23,437 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 05:51:26,296 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-13 05:51:29,201 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1173865e-16bb-4047-b1ab-91906bcf3c5f | 2018-08-13T05:51:28.805768 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1173865e-16bb-4047-b1ab-91906bcf3c5f ~/.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-08-13 05:51:33,245 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 05:51:33,246 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 05:51:36,169 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-13 05:51:40,119 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=7de164eb-2fbc-49c0-9328-5801d2b415cb) as the default verifier for the future CLI operations. 2018-08-13 05:51:43,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-13 05:51:43,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:43,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-b039b8dc-f136-41bb-a5bb-549ed82ae842 Date: Mon, 13 Aug 2018 05:51:43 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-13 05:51:43,786 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-b039b8dc-f136-41bb-a5bb-549ed82ae842 2018-08-13 05:51:43,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.321460008621s 2018-08-13 05:51:43,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-b039b8dc-f136-41bb-a5bb-549ed82ae842 2018-08-13 05:51:43,795 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-08-13 05:51:43,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 05:51:43,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"network": {"name": "neutron-tempest-plugin-api-net_26974fde-6c32-4e40-a755-ca97492b9c26", "admin_state_up": true}}' 2018-08-13 05:51:44,097 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-e7c1f650-2ffa-4b79-877b-d4e3dafd102b Date: Mon, 13 Aug 2018 05:51:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"bbc2fcab-c486-4f71-927c-60bff405d826","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:51:43Z","is_default":false,"provider:segmentation_id":4,"name":"neutron-tempest-plugin-api-net_26974fde-6c32-4e40-a755-ca97492b9c26","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:51:43Z","mtu":1450}} 2018-08-13 05:51:44,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e7c1f650-2ffa-4b79-877b-d4e3dafd102b 2018-08-13 05:51:44,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.301604032516s 2018-08-13 05:51:44,098 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-e7c1f650-2ffa-4b79-877b-d4e3dafd102b 2018-08-13 05:51:44,098 - 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-08-13T05:51:43Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bbc2fcab-c486-4f71-927c-60bff405d826', u'provider:segmentation_id': 4, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-net_26974fde-6c32-4e40-a755-ca97492b9c26', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:51:43Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:51:44,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 05:51:44,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:44,205 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1363 X-Openstack-Request-Id: req-a0e9cfe6-eac1-486c-ab24-b2905bbb9c59 Date: Mon, 13 Aug 2018 05:51:44 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:37:41Z","is_default":false,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"bbc2fcab-c486-4f71-927c-60bff405d826","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T05:51:43Z","provider:segmentation_id":4,"name":"neutron-tempest-plugin-api-net_26974fde-6c32-4e40-a755-ca97492b9c26","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:51:43Z","provider:network_type":"vxlan"}]} 2018-08-13 05:51:44,205 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a0e9cfe6-eac1-486c-ab24-b2905bbb9c59 2018-08-13 05:51:44,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106132030487s 2018-08-13 05:51:44,206 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-a0e9cfe6-eac1-486c-ab24-b2905bbb9c59 2018-08-13 05:51:44,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 05:51:44,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_26974fde-6c32-4e40-a755-ca97492b9c26", "enable_dhcp": true, "network_id": "bbc2fcab-c486-4f71-927c-60bff405d826", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 05:51:44,727 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-33f62820-891f-43e8-a5ba-46b2d22d1183 Date: Mon, 13 Aug 2018 05:51:44 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc2fcab-c486-4f71-927c-60bff405d826","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:51:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:51:44Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"891af65f-5131-4406-9c8d-20d4006dbbc1","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_26974fde-6c32-4e40-a755-ca97492b9c26"}} 2018-08-13 05:51:44,727 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-33f62820-891f-43e8-a5ba-46b2d22d1183 2018-08-13 05:51:44,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.517935991287s 2018-08-13 05:51:44,727 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-33f62820-891f-43e8-a5ba-46b2d22d1183 2018-08-13 05:51:44,728 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T05:51:44Z', 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'891af65f-5131-4406-9c8d-20d4006dbbc1', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_26974fde-6c32-4e40-a755-ca97492b9c26', u'enable_dhcp': True, u'network_id': u'bbc2fcab-c486-4f71-927c-60bff405d826', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:51:44Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 05:51:44,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 05:51:44,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "neutron-tempest-plugin-api-router_26974fde-6c32-4e40-a755-ca97492b9c26", "admin_state_up": true}}' 2018-08-13 05:51:45,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 659 X-Openstack-Request-Id: req-8855039f-807a-4a2d-ad4a-919cb1bae854 Date: Mon, 13 Aug 2018 05:51:45 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:51:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T05:51:45Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "0fb34e6f-1806-404f-8ee2-4520e2aa909a", "name": "neutron-tempest-plugin-api-router_26974fde-6c32-4e40-a755-ca97492b9c26"}} 2018-08-13 05:51:45,892 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8855039f-807a-4a2d-ad4a-919cb1bae854 2018-08-13 05:51:45,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.16378808022s 2018-08-13 05:51:45,893 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-8855039f-807a-4a2d-ad4a-919cb1bae854 2018-08-13 05:51:45,893 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T05:51:44Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T05:51:45Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'0fb34e6f-1806-404f-8ee2-4520e2aa909a', u'name': u'neutron-tempest-plugin-api-router_26974fde-6c32-4e40-a755-ca97492b9c26'}) 2018-08-13 05:51:45,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 05:51:45,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"subnet_id": "891af65f-5131-4406-9c8d-20d4006dbbc1"}' 2018-08-13 05:51:47,517 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-039c859d-a91c-462e-8f9a-194762a0f533 Date: Mon, 13 Aug 2018 05:51:47 GMT RESP BODY: {"network_id": "bbc2fcab-c486-4f71-927c-60bff405d826", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "891af65f-5131-4406-9c8d-20d4006dbbc1", "subnet_ids": ["891af65f-5131-4406-9c8d-20d4006dbbc1"], "port_id": "56a33452-a0ab-47a3-8dc9-275f610ba25a", "id": "0fb34e6f-1806-404f-8ee2-4520e2aa909a"} 2018-08-13 05:51:47,517 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a/add_router_interface.json used request id req-039c859d-a91c-462e-8f9a-194762a0f533 2018-08-13 05:51:47,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.62341308594s 2018-08-13 05:51:47,518 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a/add_router_interface.json used request id req-039c859d-a91c-462e-8f9a-194762a0f533 returning object 0fb34e6f-1806-404f-8ee2-4520e2aa909a 2018-08-13 05:51:47,518 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 05:51:47,650 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 05:51:47,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:51:47,657 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 05:51:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 05:51:47,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:51:47,664 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:47,927 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-b1f7ce3e-edea-4428-ada6-ecad36aa3111 Date: Mon, 13 Aug 2018 05:51:47 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:51:47,927 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b1f7ce3e-edea-4428-ada6-ecad36aa3111 2018-08-13 05:51:47,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.266088962555s 2018-08-13 05:51:47,927 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b1f7ce3e-edea-4428-ada6-ecad36aa3111 2018-08-13 05:51:47,936 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:51:47,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26"}' 2018-08-13 05:51:47,984 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-3226b0ca-9c1a-4529-bc72-c882696ff339 Date: Mon, 13 Aug 2018 05:51:47 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:51:47Z", "file": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9fb6b8c2-35ba-4c63-9501-4154075de86a", "size": null, "self": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "checksum": null, "created_at": "2018-08-13T05:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:51:47,984 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-3226b0ca-9c1a-4529-bc72-c882696ff339 2018-08-13 05:51:47,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0486550331116s 2018-08-13 05:51:47,985 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-3226b0ca-9c1a-4529-bc72-c882696ff339 returning object 9fb6b8c2-35ba-4c63-9501-4154075de86a 2018-08-13 05:51:47,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:51:47,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '' 2018-08-13 05:51:48,393 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a39b0d3d-618d-46ab-9bed-5027852e1d3a Date: Mon, 13 Aug 2018 05:51:48 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:51:48,393 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file used request id req-a39b0d3d-618d-46ab-9bed-5027852e1d3a 2018-08-13 05:51:48,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.407883882523s 2018-08-13 05:51:48,394 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file used request id req-a39b0d3d-618d-46ab-9bed-5027852e1d3a 2018-08-13 05:51:48,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:51:48,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:48,421 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-60f35a56-f1c8-403c-aad6-1c60e3049a7c Date: Mon, 13 Aug 2018 05:51:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:51:48Z", "file": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9fb6b8c2-35ba-4c63-9501-4154075de86a", "size": 12716032, "self": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:51:48,422 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-60f35a56-f1c8-403c-aad6-1c60e3049a7c 2018-08-13 05:51:48,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0239720344543s 2018-08-13 05:51:48,422 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-60f35a56-f1c8-403c-aad6-1c60e3049a7c 2018-08-13 05:51:48,424 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'9fb6b8c2-35ba-4c63-9501-4154075de86a', 'size': 12716032, u'self': u'/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:51:48Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T05:51:48Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26', 'created': u'2018-08-13T05:51:47Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:51:47Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:51:48,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:51:48,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_26974fde-6c32-4e40-a755-ca97492b9c26", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:51:48,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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-d168c790-5695-4129-a9c2-8800e34caf0b x-compute-request-id: req-d168c790-5695-4129-a9c2-8800e34caf0b Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_26974fde-6c32-4e40-a755-ca97492b9c26", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "25e52523-f313-43e3-a6aa-ce068a7d5e5b"}} 2018-08-13 05:51:48,722 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d168c790-5695-4129-a9c2-8800e34caf0b 2018-08-13 05:51:48,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.297090053558s 2018-08-13 05:51:48,722 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d168c790-5695-4129-a9c2-8800e34caf0b 2018-08-13 05:51:48,723 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_26974fde-6c32-4e40-a755-ca97492b9c26', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'25e52523-f313-43e3-a6aa-ce068a7d5e5b', 'swap': 0}) 2018-08-13 05:51:48,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:51:48,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"extra_specs": {}}' 2018-08-13 05:51:48,746 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05: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 x-openstack-request-id: req-29cb191c-38c2-4e01-bc0f-b8f0d90ee915 x-compute-request-id: req-29cb191c-38c2-4e01-bc0f-b8f0d90ee915 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:51:48,746 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b/os-extra_specs used request id req-29cb191c-38c2-4e01-bc0f-b8f0d90ee915 2018-08-13 05:51:48,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0227000713348s 2018-08-13 05:51:48,747 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b/os-extra_specs used request id req-29cb191c-38c2-4e01-bc0f-b8f0d90ee915 2018-08-13 05:51:48,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 05:51:48,756 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 05:51:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25e3e08f-596f-445c-afeb-ad8723f42dc7 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 05:51:48,757 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-25e3e08f-596f-445c-afeb-ad8723f42dc7 2018-08-13 05:51:48,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:51:48,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:48,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da105c35-8ca9-43e2-b6ce-b30db567cdcb Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:51:48,973 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-da105c35-8ca9-43e2-b6ce-b30db567cdcb 2018-08-13 05:51:48,973 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.213104963303s 2018-08-13 05:51:48,973 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-da105c35-8ca9-43e2-b6ce-b30db567cdcb 2018-08-13 05:51:48,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 05:51:48,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:49,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b07c5853-2dc2-4e83-bfe4-202957d5fdc5 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 05:51:49,127 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b07c5853-2dc2-4e83-bfe4-202957d5fdc5 2018-08-13 05:51:49,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.145663976669s 2018-08-13 05:51:49,127 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b07c5853-2dc2-4e83-bfe4-202957d5fdc5 2018-08-13 05:51:49,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-13 05:51:49,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:49,176 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51: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-49dde880-2a45-4e1f-a1fd-d5fd2a77d88c x-compute-request-id: req-49dde880-2a45-4e1f-a1fd-d5fd2a77d88c Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 05:51:49,176 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-49dde880-2a45-4e1f-a1fd-d5fd2a77d88c 2018-08-13 05:51:49,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.035749912262s 2018-08-13 05:51:49,177 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-49dde880-2a45-4e1f-a1fd-d5fd2a77d88c 2018-08-13 05:51:49,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:51:49,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:49,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-d3b64625-ca75-4a72-b762-c431c5765214 Date: Mon, 13 Aug 2018 05:51:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:51:48Z", "file": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9fb6b8c2-35ba-4c63-9501-4154075de86a", "size": 12716032, "self": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:51:49,208 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d3b64625-ca75-4a72-b762-c431c5765214 2018-08-13 05:51:49,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0274040699005s 2018-08-13 05:51:49,209 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d3b64625-ca75-4a72-b762-c431c5765214 2018-08-13 05:51:49,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 05:51:49,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26"}' 2018-08-13 05:51:49,254 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-55f8b4e8-c0e1-4b8a-9a2c-8ef6b0b1c600 Date: Mon, 13 Aug 2018 05:51:49 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:51:49Z", "file": "/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a1e19457-6daa-4282-ab60-1a16822b3d2c", "size": null, "self": "/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "checksum": null, "created_at": "2018-08-13T05:51:49Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 05:51:49,254 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-55f8b4e8-c0e1-4b8a-9a2c-8ef6b0b1c600 2018-08-13 05:51:49,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0398149490356s 2018-08-13 05:51:49,254 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-55f8b4e8-c0e1-4b8a-9a2c-8ef6b0b1c600 returning object a1e19457-6daa-4282-ab60-1a16822b3d2c 2018-08-13 05:51:49,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 05:51:49,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '' 2018-08-13 05:51:50,522 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4700be51-5131-4188-8bf8-8775d5bdcfe3 Date: Mon, 13 Aug 2018 05:51:50 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 05:51:50,523 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/file used request id req-4700be51-5131-4188-8bf8-8775d5bdcfe3 2018-08-13 05:51:50,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.26766610146s 2018-08-13 05:51:50,523 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/file used request id req-4700be51-5131-4188-8bf8-8775d5bdcfe3 2018-08-13 05:51:50,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 05:51:50,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 05:51:50,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-6a190b5c-1a7d-45df-9e52-342a88b4fd38 Date: Mon, 13 Aug 2018 05:51:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:51:50Z", "file": "/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a1e19457-6daa-4282-ab60-1a16822b3d2c", "size": 12716032, "self": "/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:51:49Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:51:48Z", "file": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9fb6b8c2-35ba-4c63-9501-4154075de86a", "size": 12716032, "self": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 05:51:50,561 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6a190b5c-1a7d-45df-9e52-342a88b4fd38 2018-08-13 05:51:50,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0343980789185s 2018-08-13 05:51:50,562 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6a190b5c-1a7d-45df-9e52-342a88b4fd38 2018-08-13 05:51:50,564 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'a1e19457-6daa-4282-ab60-1a16822b3d2c', 'size': 12716032, u'self': u'/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a1e19457-6daa-4282-ab60-1a16822b3d2c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T05:51:50Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T05:51:50Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26', 'created': u'2018-08-13T05:51:49Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T05:51:49Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_26974fde-6c32-4e40-a755-ca97492b9c26', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 05:51:50,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 05:51:50,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 05:51:50,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-92a74580-4797-4833-9862-7984a85004bf x-compute-request-id: req-92a74580-4797-4833-9862-7984a85004bf Content-Encoding: gzip Content-Length: 325 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ebf2563f-0c81-4d3c-bbe5-bb606408382f"}} 2018-08-13 05:51:50,624 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-92a74580-4797-4833-9862-7984a85004bf 2018-08-13 05:51:50,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0585749149323s 2018-08-13 05:51:50,624 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-92a74580-4797-4833-9862-7984a85004bf 2018-08-13 05:51:50,625 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_26974fde-6c32-4e40-a755-ca97492b9c26', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'ebf2563f-0c81-4d3c-bbe5-bb606408382f', 'swap': 0}) 2018-08-13 05:51:50,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 05:51:50,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"extra_specs": {}}' 2018-08-13 05:51:50,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 05:51:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0c8c018-51c6-4d82-ad76-cb23fe3aef68 x-compute-request-id: req-f0c8c018-51c6-4d82-ad76-cb23fe3aef68 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 05:51:50,647 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f/os-extra_specs used request id req-f0c8c018-51c6-4d82-ad76-cb23fe3aef68 2018-08-13 05:51:50,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210180282593s 2018-08-13 05:51:50,647 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f/os-extra_specs used request id req-f0c8c018-51c6-4d82-ad76-cb23fe3aef68 2018-08-13 05:51:50,647 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_26974fde-6c32-4e40-a755-ca97492b9c26', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'ebf2563f-0c81-4d3c-bbe5-bb606408382f', 'swap': 0}) 2018-08-13 05:51:54,173 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-13 05:51:54,174 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-13 05:51:54,174 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-13 05:51:54,176 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-13 05:51:54,178 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-13 05:51:57,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-7de164eb-2fbc-49c0-9328-5801d2b415cb/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-08-13 05:51:57,786 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-13 05:51:57,809 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-13 05:51:57,810 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt', u'--concurrency=4']'. 2018-08-13 06:03:16,425 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: fe96a823-b40a-4d3b-ada5-b073c523c55c 2018-08-13 06:03:16,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', 'fe96a823-b40a-4d3b-ada5-b073c523c55c']'. 2018-08-13 06:03:17,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-13 06:03:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-13 06:03:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 06:03:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | fe96a823-b40a-4d3b-ada5-b073c523c55c | 2018-08-13 06:03:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-13 06:03:17,448 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-13 05:52:00 | 2018-08-13 06:03:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-13 06:03:16 | 2018-08-13 06:03:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:11:16 | 2018-08-13 06:03:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-13 06:03:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-13 06:03:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-13 06:03:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 7de164eb-2fbc-49c0-9328-5801d2b415cb) | 2018-08-13 06:03:17,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-13 06:03:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1173865e-16bb-4047-b1ab-91906bcf3c5f) | 2018-08-13 06:03:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 546 | 2018-08-13 06:03:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 664.586 | 2018-08-13 06:03:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 370 | 2018-08-13 06:03:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 173 | 2018-08-13 06:03:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-13 06:03:17,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-13 06:03:17,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 3 | 2018-08-13 06:03:17,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 06:03:17,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-13 06:03:17,451 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-13 06:03:17,678 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 99.1957104558% 2018-08-13 06:03:17,892 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'neutron-tempest-plugin-api'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-13 06:03:17,894 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 11:34 | FAIL | +------------------------------------+------------------+------------------+----------------+ 2018-08-13 06:03:17,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 06:03:17,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:18,418 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1fc40103-6387-4809-8d40-117aac2c46fa Date: Mon, 13 Aug 2018 06:03:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:03:18,418 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c used request id req-1fc40103-6387-4809-8d40-117aac2c46fa 2018-08-13 06:03:18,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.515844106674s 2018-08-13 06:03:18,418 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a1e19457-6daa-4282-ab60-1a16822b3d2c used request id req-1fc40103-6387-4809-8d40-117aac2c46fa 2018-08-13 06:03:18,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 06:03:18,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:18,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95eb3934-2b48-4d95-8346-f01ac38b288a x-compute-request-id: req-95eb3934-2b48-4d95-8346-f01ac38b288a Content-Encoding: gzip Content-Length: 375 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_26974fde-6c32-4e40-a755-ca97492b9c26", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "25e52523-f313-43e3-a6aa-ce068a7d5e5b"}, {"name": "neutron-tempest-plugin-api-flavor_alt_26974fde-6c32-4e40-a755-ca97492b9c26", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "ebf2563f-0c81-4d3c-bbe5-bb606408382f"}]} 2018-08-13 06:03:18,709 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-95eb3934-2b48-4d95-8346-f01ac38b288a 2018-08-13 06:03:18,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.290225028992s 2018-08-13 06:03:18,709 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-95eb3934-2b48-4d95-8346-f01ac38b288a 2018-08-13 06:03:18,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 06:03:18,713 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:18,746 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 06:03:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4a873cf4-fbaf-45c4-92b1-6a018f8a3d05 x-compute-request-id: req-4a873cf4-fbaf-45c4-92b1-6a018f8a3d05 Content-Length: 0 Content-Type: application/json 2018-08-13 06:03:18,747 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f used request id req-4a873cf4-fbaf-45c4-92b1-6a018f8a3d05 2018-08-13 06:03:18,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0354309082031s 2018-08-13 06:03:18,747 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/ebf2563f-0c81-4d3c-bbe5-bb606408382f used request id req-4a873cf4-fbaf-45c4-92b1-6a018f8a3d05 2018-08-13 06:03:18,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 06:03:18,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" -d '{"subnet_id": "891af65f-5131-4406-9c8d-20d4006dbbc1"}' 2018-08-13 06:03:20,627 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-51abacc6-ff00-41ae-bc1f-e21861ffc6f5 Date: Mon, 13 Aug 2018 06:03:20 GMT RESP BODY: {"network_id": "bbc2fcab-c486-4f71-927c-60bff405d826", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "891af65f-5131-4406-9c8d-20d4006dbbc1", "subnet_ids": ["891af65f-5131-4406-9c8d-20d4006dbbc1"], "port_id": "56a33452-a0ab-47a3-8dc9-275f610ba25a", "id": "0fb34e6f-1806-404f-8ee2-4520e2aa909a"} 2018-08-13 06:03:20,627 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a/remove_router_interface.json used request id req-51abacc6-ff00-41ae-bc1f-e21861ffc6f5 2018-08-13 06:03:20,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87963199615s 2018-08-13 06:03:20,627 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a/remove_router_interface.json used request id req-51abacc6-ff00-41ae-bc1f-e21861ffc6f5 returning object 0fb34e6f-1806-404f-8ee2-4520e2aa909a 2018-08-13 06:03:20,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 06:03:20,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:20,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 662 X-Openstack-Request-Id: req-3f2d8398-9a28-4bf9-a36a-c858dad84b49 Date: Mon, 13 Aug 2018 06:03:20 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:51:44Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:03:19Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "0fb34e6f-1806-404f-8ee2-4520e2aa909a", "name": "neutron-tempest-plugin-api-router_26974fde-6c32-4e40-a755-ca97492b9c26"}]} 2018-08-13 06:03:20,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3f2d8398-9a28-4bf9-a36a-c858dad84b49 2018-08-13 06:03:20,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.10728096962s 2018-08-13 06:03:20,735 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3f2d8398-9a28-4bf9-a36a-c858dad84b49 2018-08-13 06:03:20,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 06:03:20,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:22,099 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2104db5a-25dd-4de3-b134-2e9050803b40 Content-Length: 0 Date: Mon, 13 Aug 2018 06:03:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:03:22,099 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a.json used request id req-2104db5a-25dd-4de3-b134-2e9050803b40 2018-08-13 06:03:22,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.36271190643s 2018-08-13 06:03:22,099 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/0fb34e6f-1806-404f-8ee2-4520e2aa909a.json used request id req-2104db5a-25dd-4de3-b134-2e9050803b40 2018-08-13 06:03:22,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 06:03:22,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:22,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1308 X-Openstack-Request-Id: req-ca6c995a-e1de-4ee6-952f-ea1d5d875774 Date: Mon, 13 Aug 2018 06:03:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"bbc2fcab-c486-4f71-927c-60bff405d826","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:51:44Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T05:51:44Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"891af65f-5131-4406-9c8d-20d4006dbbc1","subnetpool_id":null,"name":"neutron-tempest-plugin-api-subnet_26974fde-6c32-4e40-a755-ca97492b9c26"}]} 2018-08-13 06:03:22,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ca6c995a-e1de-4ee6-952f-ea1d5d875774 2018-08-13 06:03:22,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0388379096985s 2018-08-13 06:03:22,139 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-ca6c995a-e1de-4ee6-952f-ea1d5d875774 2018-08-13 06:03:22,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 06:03:22,142 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/891af65f-5131-4406-9c8d-20d4006dbbc1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:23,178 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-14d3c41a-91f5-4834-a5c8-c7c59c065780 Date: Mon, 13 Aug 2018 06:03:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:03:23,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/891af65f-5131-4406-9c8d-20d4006dbbc1.json used request id req-14d3c41a-91f5-4834-a5c8-c7c59c065780 2018-08-13 06:03:23,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.0374109745s 2018-08-13 06:03:23,179 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/891af65f-5131-4406-9c8d-20d4006dbbc1.json used request id req-14d3c41a-91f5-4834-a5c8-c7c59c065780 2018-08-13 06:03:23,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:03:23,180 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:23,278 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1368 X-Openstack-Request-Id: req-ee7774d5-1917-4fbc-9829-14aec348a73d Date: Mon, 13 Aug 2018 06:03:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bbc2fcab-c486-4f71-927c-60bff405d826","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T06:03:23Z","provider:segmentation_id":4,"name":"neutron-tempest-plugin-api-net_26974fde-6c32-4e40-a755-ca97492b9c26","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T05:51:43Z","provider:network_type":"vxlan"}]} 2018-08-13 06:03:23,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ee7774d5-1917-4fbc-9829-14aec348a73d 2018-08-13 06:03:23,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0984029769897s 2018-08-13 06:03:23,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ee7774d5-1917-4fbc-9829-14aec348a73d 2018-08-13 06:03:23,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 06:03:23,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/bbc2fcab-c486-4f71-927c-60bff405d826.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:25,018 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f1d1a170-c729-4bb2-b4d4-ea0be9f028de Date: Mon, 13 Aug 2018 06:03:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:03:25,018 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/bbc2fcab-c486-4f71-927c-60bff405d826.json used request id req-f1d1a170-c729-4bb2-b4d4-ea0be9f028de 2018-08-13 06:03:25,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.73859190941s 2018-08-13 06:03:25,018 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/bbc2fcab-c486-4f71-927c-60bff405d826.json used request id req-f1d1a170-c729-4bb2-b4d4-ea0be9f028de 2018-08-13 06:03:25,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:03:25,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:25,047 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-aa596fb8-1971-4728-bdc4-fd439722cbbf Date: Mon, 13 Aug 2018 06:03:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T05:51:48Z", "file": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9fb6b8c2-35ba-4c63-9501-4154075de86a", "size": 12716032, "self": "/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9fb6b8c2-35ba-4c63-9501-4154075de86a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_26974fde-6c32-4e40-a755-ca97492b9c26", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T05:51:47Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:03:25,047 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-aa596fb8-1971-4728-bdc4-fd439722cbbf 2018-08-13 06:03:25,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0246739387512s 2018-08-13 06:03:25,047 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-aa596fb8-1971-4728-bdc4-fd439722cbbf 2018-08-13 06:03:25,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 06:03:25,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:26,114 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4335a5a-f29d-4e96-ace1-fa8f4468409d Date: Mon, 13 Aug 2018 06:03:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:03:26,114 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a used request id req-c4335a5a-f29d-4e96-ace1-fa8f4468409d 2018-08-13 06:03:26,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.0653591156s 2018-08-13 06:03:26,115 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/9fb6b8c2-35ba-4c63-9501-4154075de86a used request id req-c4335a5a-f29d-4e96-ace1-fa8f4468409d 2018-08-13 06:03:26,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 06:03:26,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:26,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03: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-78a191fa-f369-4714-8222-5cad2bbd24aa x-compute-request-id: req-78a191fa-f369-4714-8222-5cad2bbd24aa Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_26974fde-6c32-4e40-a755-ca97492b9c26", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "25e52523-f313-43e3-a6aa-ce068a7d5e5b"}]} 2018-08-13 06:03:26,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-78a191fa-f369-4714-8222-5cad2bbd24aa 2018-08-13 06:03:26,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0239341259003s 2018-08-13 06:03:26,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-78a191fa-f369-4714-8222-5cad2bbd24aa 2018-08-13 06:03:26,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 06:03:26,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}41e3b8199849695b2b17bd276acf9e7ddda0105d" 2018-08-13 06:03:26,167 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 06:03: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-2b297e4d-f0fb-46eb-beb4-407aef8597b1 x-compute-request-id: req-2b297e4d-f0fb-46eb-beb4-407aef8597b1 Content-Length: 0 Content-Type: application/json 2018-08-13 06:03:26,167 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b used request id req-2b297e4d-f0fb-46eb-beb4-407aef8597b1 2018-08-13 06:03:26,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0258128643036s 2018-08-13 06:03:26,167 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/25e52523-f313-43e3-a6aa-ce068a7d5e5b used request id req-2b297e4d-f0fb-46eb-beb4-407aef8597b1 2018-08-13 06:03:26,168 - xtesting.ci.run_tests - ERROR - The test case 'neutron-tempest-plugin-api' failed. 2018-08-13 06:03:26,218 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 06:03:26,263 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 06:03:26,264 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 06:03:26,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 06:03:26,265 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 06:03:26,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:03:26,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0069bff3-3363-4461-9d1f-64e0d87af152 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 06:03:26,272 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0069bff3-3363-4461-9d1f-64e0d87af152 2018-08-13 06:03:26,272 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 06:03:26,668 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T07:03:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["O3F3B_BlSZa4zU6mVhoWzA"], "issued_at": "2018-08-13T06:03:26.000000Z"}} 2018-08-13 06:03:26,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:03:26,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:03:27,014 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-9e228cfd-50b2-4d0c-9942-bcb2657696ed Date: Mon, 13 Aug 2018 06:03:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 06:03:27,014 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9e228cfd-50b2-4d0c-9942-bcb2657696ed 2018-08-13 06:03:27,015 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.343667984009s 2018-08-13 06:03:27,015 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9e228cfd-50b2-4d0c-9942-bcb2657696ed 2018-08-13 06:03:27,016 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-08-13 06:03:27,382 - xtesting.energy.energy - INFO - Energy recorder API is not available, cause='status' 2018-08-13 06:03:27,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 06:03:27,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"network": {"shared": true, "name": "rally_sanity-net_614d904e-c641-452a-8af5-9a9450056808", "admin_state_up": true}}' 2018-08-13 06:03:27,904 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-65663005-99d6-4c75-a570-64c082c700c2 Date: Mon, 13 Aug 2018 06:03:27 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"provider:network_type":"vxlan","id":"8761ef95-2440-4f5c-9094-c4e347739b93","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T06:03:27Z","is_default":false,"provider:segmentation_id":6,"name":"rally_sanity-net_614d904e-c641-452a-8af5-9a9450056808","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:03:27Z","mtu":1450}} 2018-08-13 06:03:27,904 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-65663005-99d6-4c75-a570-64c082c700c2 2018-08-13 06:03:27,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.521307945251s 2018-08-13 06:03:27,905 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-65663005-99d6-4c75-a570-64c082c700c2 2018-08-13 06:03:27,905 - 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-08-13T06:03:27Z', u'is_default': False, u'revision_number': 0, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'8761ef95-2440-4f5c-9094-c4e347739b93', u'provider:segmentation_id': 6, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-net_614d904e-c641-452a-8af5-9a9450056808', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T06:03:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': True, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 06:03:27,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:03:27,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:03:28,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1347 X-Openstack-Request-Id: req-0422cfdc-d990-4ca8-bb62-110fbcefea01 Date: Mon, 13 Aug 2018 06:03:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":0,"port_security_enabled":true,"mtu":1450,"id":"8761ef95-2440-4f5c-9094-c4e347739b93","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":true,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T06:03:27Z","provider:segmentation_id":6,"name":"rally_sanity-net_614d904e-c641-452a-8af5-9a9450056808","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:03:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 06:03:28,006 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0422cfdc-d990-4ca8-bb62-110fbcefea01 2018-08-13 06:03:28,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100096940994s 2018-08-13 06:03:28,006 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0422cfdc-d990-4ca8-bb62-110fbcefea01 2018-08-13 06:03:28,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 06:03:28,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"subnet": {"name": "rally_sanity-subnet_614d904e-c641-452a-8af5-9a9450056808", "enable_dhcp": true, "network_id": "8761ef95-2440-4f5c-9094-c4e347739b93", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 06:03:28,485 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-a110a3c9-df77-4aa0-9a51-9fc39ed0c894 Date: Mon, 13 Aug 2018 06:03:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8761ef95-2440-4f5c-9094-c4e347739b93","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:03:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:03:28Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"7ccea9a7-060f-4a2f-af07-1dba38796a82","subnetpool_id":null,"name":"rally_sanity-subnet_614d904e-c641-452a-8af5-9a9450056808"}} 2018-08-13 06:03:28,485 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a110a3c9-df77-4aa0-9a51-9fc39ed0c894 2018-08-13 06:03:28,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.47683095932s 2018-08-13 06:03:28,485 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-a110a3c9-df77-4aa0-9a51-9fc39ed0c894 2018-08-13 06:03:28,486 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T06:03:28Z', 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'7ccea9a7-060f-4a2f-af07-1dba38796a82', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_614d904e-c641-452a-8af5-9a9450056808', u'enable_dhcp': True, u'network_id': u'8761ef95-2440-4f5c-9094-c4e347739b93', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T06:03:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 06:03:28,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 06:03:28,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "rally_sanity-router_614d904e-c641-452a-8af5-9a9450056808", "admin_state_up": true}}' 2018-08-13 06:03:29,602 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-c3772bd6-1565-4257-9caf-41ca3f186723 Date: Mon, 13 Aug 2018 06:03:29 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T06:03:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:03:29Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "129d8612-f5af-4a81-baec-2a2ef777c83b", "name": "rally_sanity-router_614d904e-c641-452a-8af5-9a9450056808"}} 2018-08-13 06:03:29,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c3772bd6-1565-4257-9caf-41ca3f186723 2018-08-13 06:03:29,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.1161301136s 2018-08-13 06:03:29,603 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-c3772bd6-1565-4257-9caf-41ca3f186723 2018-08-13 06:03:29,604 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T06:03:28Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T06:03:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'129d8612-f5af-4a81-baec-2a2ef777c83b', u'name': u'rally_sanity-router_614d904e-c641-452a-8af5-9a9450056808'}) 2018-08-13 06:03:29,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 06:03:29,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"subnet_id": "7ccea9a7-060f-4a2f-af07-1dba38796a82"}' 2018-08-13 06:03:31,562 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f3adae16-d7fd-41f5-8ad5-25ca848363c7 Date: Mon, 13 Aug 2018 06:03:31 GMT RESP BODY: {"network_id": "8761ef95-2440-4f5c-9094-c4e347739b93", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "7ccea9a7-060f-4a2f-af07-1dba38796a82", "subnet_ids": ["7ccea9a7-060f-4a2f-af07-1dba38796a82"], "port_id": "5d593131-8ea9-4257-88bf-8305a00a45dd", "id": "129d8612-f5af-4a81-baec-2a2ef777c83b"} 2018-08-13 06:03:31,562 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b/add_router_interface.json used request id req-f3adae16-d7fd-41f5-8ad5-25ca848363c7 2018-08-13 06:03:31,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.95792198181s 2018-08-13 06:03:31,563 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b/add_router_interface.json used request id req-f3adae16-d7fd-41f5-8ad5-25ca848363c7 returning object 129d8612-f5af-4a81-baec-2a2ef777c83b 2018-08-13 06:03:31,563 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 06:03:31,712 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 06:03:31,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:03:31,718 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 06:03:31 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 06:03:31,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:03:31,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:03:31,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-7d394674-1f75-404c-a8c0-c8f8d1db63ea Date: Mon, 13 Aug 2018 06:03:31 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:03:31,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7d394674-1f75-404c-a8c0-c8f8d1db63ea 2018-08-13 06:03:31,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.264846086502s 2018-08-13 06:03:31,986 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7d394674-1f75-404c-a8c0-c8f8d1db63ea 2018-08-13 06:03:31,993 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 06:03:31,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808"}' 2018-08-13 06:03:32,035 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-323be603-4820-4b1c-9673-3abdb614056a Date: Mon, 13 Aug 2018 06:03:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:03:32Z", "file": "/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "e349c56f-c925-4324-bfc3-92ba57498b86", "size": null, "self": "/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808", "checksum": null, "created_at": "2018-08-13T06:03:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 06:03:32,035 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-323be603-4820-4b1c-9673-3abdb614056a 2018-08-13 06:03:32,035 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0419428348541s 2018-08-13 06:03:32,035 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-323be603-4820-4b1c-9673-3abdb614056a returning object e349c56f-c925-4324-bfc3-92ba57498b86 2018-08-13 06:03:32,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 06:03:32,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '' 2018-08-13 06:03:32,432 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9d0a1fef-58b0-44ff-a699-7a187ffe93cf Date: Mon, 13 Aug 2018 06:03:32 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:03:32,432 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86/file used request id req-9d0a1fef-58b0-44ff-a699-7a187ffe93cf 2018-08-13 06:03:32,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.396335840225s 2018-08-13 06:03:32,432 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86/file used request id req-9d0a1fef-58b0-44ff-a699-7a187ffe93cf 2018-08-13 06:03:32,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:03:32,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:03:32,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-913d08a8-bdb9-4a66-8625-deafd98fbd43 Date: Mon, 13 Aug 2018 06:03:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:03:32Z", "file": "/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "e349c56f-c925-4324-bfc3-92ba57498b86", "size": 12716032, "self": "/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e349c56f-c925-4324-bfc3-92ba57498b86/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e349c56f-c925-4324-bfc3-92ba57498b86/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T06:03:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:03:32,461 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-913d08a8-bdb9-4a66-8625-deafd98fbd43 2018-08-13 06:03:32,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0249078273773s 2018-08-13 06:03:32,462 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-913d08a8-bdb9-4a66-8625-deafd98fbd43 2018-08-13 06:03:32,464 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e349c56f-c925-4324-bfc3-92ba57498b86/snap', u'metadata': Munch({})})], 'file': u'/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'e349c56f-c925-4324-bfc3-92ba57498b86', 'size': 12716032, u'self': u'/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e349c56f-c925-4324-bfc3-92ba57498b86/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T06:03:32Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T06:03:32Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'created': u'2018-08-13T06:03:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T06:03:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 06:03:32,465 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 06:03:32,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 06:03:32,759 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03: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-97820fa9-6ec7-4931-b725-77cd93a0a352 x-compute-request-id: req-97820fa9-6ec7-4931-b725-77cd93a0a352 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0cf04de3-3181-4b33-8d7f-ba370153a807"}} 2018-08-13 06:03:32,760 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-97820fa9-6ec7-4931-b725-77cd93a0a352 2018-08-13 06:03:32,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.294906139374s 2018-08-13 06:03:32,760 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-97820fa9-6ec7-4931-b725-77cd93a0a352 2018-08-13 06:03:32,761 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'0cf04de3-3181-4b33-8d7f-ba370153a807', 'swap': 0}) 2018-08-13 06:03:32,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 06:03:32,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"extra_specs": {}}' 2018-08-13 06:03:32,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03: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-533d054d-1289-4b8c-92b9-9092d6c75bdb x-compute-request-id: req-533d054d-1289-4b8c-92b9-9092d6c75bdb Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 06:03:32,782 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807/os-extra_specs used request id req-533d054d-1289-4b8c-92b9-9092d6c75bdb 2018-08-13 06:03:32,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200729370117s 2018-08-13 06:03:32,782 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807/os-extra_specs used request id req-533d054d-1289-4b8c-92b9-9092d6c75bdb 2018-08-13 06:03:32,782 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 06:03:35,763 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-13 06:03:38,751 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 72df55c4-f064-485f-a78d-bffc404213ed | 2018-08-13T06:03:38.345625 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 72df55c4-f064-485f-a78d-bffc404213ed ~/.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-08-13 06:03:42,766 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 06:03:42,766 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-08-13 06:03:42,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-13 06:03:42,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:03:42,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03: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-17d952c1-55ee-4510-8221-8086383ad84c x-compute-request-id: req-17d952c1-55ee-4510-8221-8086383ad84c Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 06:03:42,808 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-17d952c1-55ee-4510-8221-8086383ad84c 2018-08-13 06:03:42,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0408930778503s 2018-08-13 06:03:42,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-17d952c1-55ee-4510-8221-8086383ad84c 2018-08-13 06:03:42,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 06:03:42,810 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_614d904e-c641-452a-8af5-9a9450056808", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 06:03:42,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03: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-87030a7c-501c-4508-b02b-4a17819ea050 x-compute-request-id: req-87030a7c-501c-4508-b02b-4a17819ea050 Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_614d904e-c641-452a-8af5-9a9450056808", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "922c5c05-e189-4fa2-8366-64d1916ab4de"}} 2018-08-13 06:03:42,856 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-87030a7c-501c-4508-b02b-4a17819ea050 2018-08-13 06:03:42,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0473990440369s 2018-08-13 06:03:42,856 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-87030a7c-501c-4508-b02b-4a17819ea050 2018-08-13 06:03:42,857 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_614d904e-c641-452a-8af5-9a9450056808', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'922c5c05-e189-4fa2-8366-64d1916ab4de', 'swap': 0}) 2018-08-13 06:03:42,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 06:03:42,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"extra_specs": {}}' 2018-08-13 06:03:42,879 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:03: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-05630fdd-c627-4870-b2d0-6bc3e668ed6f x-compute-request-id: req-05630fdd-c627-4870-b2d0-6bc3e668ed6f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 06:03:42,879 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de/os-extra_specs used request id req-05630fdd-c627-4870-b2d0-6bc3e668ed6f 2018-08-13 06:03:42,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0210089683533s 2018-08-13 06:03:42,879 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de/os-extra_specs used request id req-05630fdd-c627-4870-b2d0-6bc3e668ed6f 2018-08-13 06:03:42,880 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_614d904e-c641-452a-8af5-9a9450056808', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'922c5c05-e189-4fa2-8366-64d1916ab4de', 'swap': 0}) 2018-08-13 06:03:42,880 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-08-13 06:03:42,880 - 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-08-13 06:03:42,881 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:03:42,895 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:03:42,896 - 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': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:04:59,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 5360e67e-3db7-4b9c-8649-b53d7f990df6 2018-08-13 06:04:59,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-08-13 06:04:59,797 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '5360e67e-3db7-4b9c-8649-b53d7f990df6'] 2018-08-13 06:05:00,863 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 5360e67e-3db7-4b9c-8649-b53d7f990df6 -------------------------------------------------------------------------------- Task 5360e67e-3db7-4b9c-8649-b53d7f990df6: finished -------------------------------------------------------------------------------- test scenario Authenticate.keystone args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5360e67e-3db7-4b9c-8649-b53d7f990df6 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.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | total | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> duration | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 0.563 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.563471 Full duration: 8.766033 -------------------------------------------------------------------------------- test scenario Authenticate.validate_cinder args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5360e67e-3db7-4b9c-8649-b53d7f990df6 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.527 | 0.527 | 0.527 | 0.527 | 0.527 | 0.527 | 100.0% | 1 | | total | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | -> duration | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.981537 Full duration: 9.290913 -------------------------------------------------------------------------------- test scenario Authenticate.validate_glance args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5360e67e-3db7-4b9c-8649-b53d7f990df6 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.3 | 0.3 | 0.3 | 0.3 | 0.3 | 0.3 | 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.744251 Full duration: 9.070578 -------------------------------------------------------------------------------- test scenario Authenticate.validate_heat args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5360e67e-3db7-4b9c-8649-b53d7f990df6 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 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | total | 1.955 | 1.955 | 1.955 | 1.955 | 1.955 | 1.955 | 100.0% | 1 | | -> duration | 1.955 | 1.955 | 1.955 | 1.955 | 1.955 | 1.955 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.955258 Full duration: 10.564422 -------------------------------------------------------------------------------- test scenario Authenticate.validate_neutron args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5360e67e-3db7-4b9c-8649-b53d7f990df6 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.442 | 0.442 | 0.442 | 0.442 | 0.442 | 0.442 | 100.0% | 1 | | total | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> duration | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 0.853 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.853417 Full duration: 9.536698 -------------------------------------------------------------------------------- test scenario Authenticate.validate_nova args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "repetitions": 2 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 5360e67e-3db7-4b9c-8649-b53d7f990df6 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.287 | 0.287 | 0.287 | 0.287 | 0.287 | 0.287 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.7564 Full duration: 8.974984 HINTS: * To plot HTML graphics with this data, run: rally task report 5360e67e-3db7-4b9c-8649-b53d7f990df6 --out output.html * To generate a JUnit report, run: rally task export 5360e67e-3db7-4b9c-8649-b53d7f990df6 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 5360e67e-3db7-4b9c-8649-b53d7f990df6 --json --out output.json 2018-08-13 06:05:00,864 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '5360e67e-3db7-4b9c-8649-b53d7f990df6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-08-13 06:05:03,565 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 5360e67e-3db7-4b9c-8649-b53d7f990df6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-08-13 06:05:03.420 766 INFO rally.api [-] Building 'json' report for the following task(s): '5360e67e-3db7-4b9c-8649-b53d7f990df6'. 2018-08-13 06:05:03.426 766 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:05:03,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '5360e67e-3db7-4b9c-8649-b53d7f990df6', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-08-13 06:05:06,251 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 5360e67e-3db7-4b9c-8649-b53d7f990df6 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-08-13 06:05:06.070 769 INFO rally.api [-] Building 'html' report for the following task(s): '5360e67e-3db7-4b9c-8649-b53d7f990df6'. 2018-08-13 06:05:06.094 769 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:05:06,258 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-08-13 06:05:06,258 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-08-13 06:05:06,258 - 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-08-13 06:05:06,258 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:05:06,274 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:05:06,274 - 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': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:06:44,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 442528ea-5913-482a-bdcf-986a6e8884b8 2018-08-13 06:06:44,973 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '442528ea-5913-482a-bdcf-986a6e8884b8'] 2018-08-13 06:06:46,013 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 442528ea-5913-482a-bdcf-986a6e8884b8 -------------------------------------------------------------------------------- Task 442528ea-5913-482a-bdcf-986a6e8884b8: finished -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_delete_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 442528ea-5913-482a-bdcf-986a6e8884b8 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.573 | 3.573 | 3.573 | 3.573 | 3.573 | 3.573 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 0.047 | 100.0% | 1 | | -> glance_v2.upload_data | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 1.171 | 100.0% | 1 | | glance_v2.delete_image | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | total | 4.621 | 4.621 | 4.621 | 4.621 | 4.621 | 4.621 | 100.0% | 1 | | -> duration | 4.621 | 4.621 | 4.621 | 4.621 | 4.621 | 4.621 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.620535 Full duration: 14.869907 -------------------------------------------------------------------------------- test scenario GlanceImages.create_and_list_image args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 442528ea-5913-482a-bdcf-986a6e8884b8 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.649 | 3.649 | 3.649 | 3.649 | 3.649 | 3.649 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 0.042 | 100.0% | 1 | | -> glance_v2.upload_data | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 1.271 | 100.0% | 1 | | glance_v2.list_images | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 0.057 | 100.0% | 1 | | total | 3.707 | 3.707 | 3.707 | 3.707 | 3.707 | 3.707 | 100.0% | 1 | | -> duration | 3.707 | 3.707 | 3.707 | 3.707 | 3.707 | 3.707 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.70664 Full duration: 15.982585 -------------------------------------------------------------------------------- test scenario GlanceImages.list_images args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 442528ea-5913-482a-bdcf-986a6e8884b8 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.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | -> duration | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.292328 Full duration: 9.501859 -------------------------------------------------------------------------------- test scenario GlanceImages.create_image_and_boot_instances args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "nova": { "ram": -1, "floating_ips": -1, "security_group_rules": -1, "instances": -1, "cores": -1, "security_groups": -1 } } }, "args": { "image_location": "/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img", "container_format": "bare", "disk_format": "qcow2", "number_instances": 2, "nics": [ { "net-id": "8761ef95-2440-4f5c-9094-c4e347739b93" } ], "flavor": { "name": "rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 442528ea-5913-482a-bdcf-986a6e8884b8 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.518 | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 0.131 | 100.0% | 1 | | -> glance_v2.upload_data | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | nova.boot_servers | 14.255 | 14.255 | 14.255 | 14.255 | 14.255 | 14.255 | 100.0% | 1 | | total | 17.774 | 17.774 | 17.774 | 17.774 | 17.774 | 17.774 | 100.0% | 1 | | -> duration | 16.774 | 16.774 | 16.774 | 16.774 | 16.774 | 16.774 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 16.774317 Full duration: 39.293673 HINTS: * To plot HTML graphics with this data, run: rally task report 442528ea-5913-482a-bdcf-986a6e8884b8 --out output.html * To generate a JUnit report, run: rally task export 442528ea-5913-482a-bdcf-986a6e8884b8 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 442528ea-5913-482a-bdcf-986a6e8884b8 --json --out output.json 2018-08-13 06:06:46,013 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '442528ea-5913-482a-bdcf-986a6e8884b8', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-08-13 06:06:48,647 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 442528ea-5913-482a-bdcf-986a6e8884b8 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-08-13 06:06:48.486 1322 INFO rally.api [-] Building 'json' report for the following task(s): '442528ea-5913-482a-bdcf-986a6e8884b8'. 2018-08-13 06:06:48.491 1322 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:06:48,648 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '442528ea-5913-482a-bdcf-986a6e8884b8', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-08-13 06:06:51,244 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 442528ea-5913-482a-bdcf-986a6e8884b8 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-08-13 06:06:51.065 1325 INFO rally.api [-] Building 'html' report for the following task(s): '442528ea-5913-482a-bdcf-986a6e8884b8'. 2018-08-13 06:06:51.088 1325 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:06:51,250 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-08-13 06:06:51,251 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-08-13 06:06:51,251 - 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-08-13 06:06:51,251 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:06:51,268 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:06:51,269 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['cinder'], 'concurrency': 4, 'netid': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:10:19,561 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c51dd899-2186-410d-bee4-4f237f26453f 2018-08-13 06:10:19,562 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c51dd899-2186-410d-bee4-4f237f26453f'] 2018-08-13 06:10:20,635 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c51dd899-2186-410d-bee4-4f237f26453f -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f: finished -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_snapshot args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "force": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.267 | 3.267 | 3.267 | 3.267 | 3.267 | 3.267 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.654 | 2.654 | 2.654 | 2.654 | 2.654 | 2.654 | 100.0% | 1 | | total | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> duration | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 5.921 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.920949 Full duration: 24.543743 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": { "max": 1, "min": 1 } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.356 | 3.356 | 3.356 | 3.356 | 3.356 | 3.356 | 100.0% | 1 | | cinder_v2.delete_volume | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | total | 3.948 | 3.948 | 3.948 | 3.948 | 3.948 | 3.948 | 100.0% | 1 | | -> duration | 3.948 | 3.948 | 3.948 | 3.948 | 3.948 | 3.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.948235 Full duration: 16.047005 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "image": { "name": "rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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 | 6.009 | 6.009 | 6.009 | 6.009 | 6.009 | 6.009 | 100.0% | 1 | | cinder_v2.delete_volume | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 0.372 | 100.0% | 1 | | total | 6.381 | 6.381 | 6.381 | 6.381 | 6.381 | 6.381 | 100.0% | 1 | | -> duration | 6.381 | 6.381 | 6.381 | 6.381 | 6.381 | 6.381 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.38146 Full duration: 19.381078 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.535 | 3.535 | 3.535 | 3.535 | 3.535 | 3.535 | 100.0% | 1 | | cinder_v2.delete_volume | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 0.552 | 100.0% | 1 | | total | 4.087 | 4.087 | 4.087 | 4.087 | 4.087 | 4.087 | 100.0% | 1 | | -> duration | 4.087 | 4.087 | 4.087 | 4.087 | 4.087 | 4.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.087302 Full duration: 16.182892 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_and_extend_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "new_size": 2, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.463 | 3.463 | 3.463 | 3.463 | 3.463 | 3.463 | 100.0% | 1 | | cinder_v2.extend_volume | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 0.68 | 100.0% | 1 | | cinder_v2.delete_volume | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 0.451 | 100.0% | 1 | | total | 4.594 | 4.594 | 4.594 | 4.594 | 4.594 | 4.594 | 100.0% | 1 | | -> duration | 4.594 | 4.594 | 4.594 | 4.594 | 4.594 | 4.594 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.593853 Full duration: 17.399316 -------------------------------------------------------------------------------- test scenario CinderVolumes.create_from_volume_and_delete_volume args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "volumes": { "volumes_per_tenant": 1, "size": 1 }, "quotas": { "cinder": { "gigabytes": -1, "volumes": -1, "snapshots": -1 } } }, "args": { "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.478 | 3.478 | 3.478 | 3.478 | 3.478 | 3.478 | 100.0% | 1 | | cinder_v2.delete_volume | 2.753 | 2.753 | 2.753 | 2.753 | 2.753 | 2.753 | 100.0% | 1 | | total | 6.232 | 6.232 | 6.232 | 6.232 | 6.232 | 6.232 | 100.0% | 1 | | -> duration | 6.232 | 6.232 | 6.232 | 6.232 | 6.232 | 6.232 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.231504 Full duration: 24.741495 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_list_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "write_iops_sec": "10", "consumer": "both", "read_iops_sec": "1000" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.716 | 0.716 | 0.716 | 0.716 | 0.716 | 0.716 | 100.0% | 1 | | cinder_v2.list_qos | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 0.267 | 100.0% | 1 | | total | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | -> duration | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 0.983 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.983124 Full duration: 14.93611 -------------------------------------------------------------------------------- test scenario CinderQos.create_and_set_qos args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "set_read_iops_sec": "1001", "set_consumer": "both", "read_iops_sec": "1000", "set_write_iops_sec": "11", "write_iops_sec": "10", "consumer": "back-end" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.727 | 0.727 | 0.727 | 0.727 | 0.727 | 0.727 | 100.0% | 1 | | cinder_v2.set_qos | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 0.292 | 100.0% | 1 | | total | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> duration | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 1.02 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.019719 Full duration: 15.289073 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_and_list_volume_types args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "description": "rally tests creating types" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.711 | 0.711 | 0.711 | 0.711 | 0.711 | 0.711 | 100.0% | 1 | | cinder_v2.list_types | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 0.276 | 100.0% | 1 | | total | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | -> duration | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 0.988 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.987502 Full duration: 13.99612 -------------------------------------------------------------------------------- test scenario CinderVolumeTypes.create_volume_type_and_encryption_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "control_location": "front-end", "cipher": "aes-xts-plain64", "description": "rally tests creating types", "key_size": 512, "provider": "LuksEncryptor" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c51dd899-2186-410d-bee4-4f237f26453f 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.737 | 0.737 | 0.737 | 0.737 | 0.737 | 0.737 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | -> duration | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 1.03 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.030167 Full duration: 15.073684 HINTS: * To plot HTML graphics with this data, run: rally task report c51dd899-2186-410d-bee4-4f237f26453f --out output.html * To generate a JUnit report, run: rally task export c51dd899-2186-410d-bee4-4f237f26453f --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c51dd899-2186-410d-bee4-4f237f26453f --json --out output.json 2018-08-13 06:10:20,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c51dd899-2186-410d-bee4-4f237f26453f', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-08-13 06:10:23,279 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c51dd899-2186-410d-bee4-4f237f26453f --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-08-13 06:10:23.112 3114 INFO rally.api [-] Building 'json' report for the following task(s): 'c51dd899-2186-410d-bee4-4f237f26453f'. 2018-08-13 06:10:23.123 3114 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:10:23,279 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c51dd899-2186-410d-bee4-4f237f26453f', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-08-13 06:10:25,960 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c51dd899-2186-410d-bee4-4f237f26453f --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-08-13 06:10:25.778 3117 INFO rally.api [-] Building 'html' report for the following task(s): 'c51dd899-2186-410d-bee4-4f237f26453f'. 2018-08-13 06:10:25.807 3117 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:10:25,975 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-08-13 06:10:25,975 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-08-13 06:10:25,975 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Scenario fetched from : /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/sanity/opnfv-gnocchi.yaml 2018-08-13 06:10:25,976 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:10:25,991 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:10:25,992 - 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': ['gnocchi'], 'concurrency': 4, 'netid': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:12:44,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : ce52a90c-f318-4d6d-b009-8b89b9e730d0 2018-08-13 06:12:44,691 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'ce52a90c-f318-4d6d-b009-8b89b9e730d0'] 2018-08-13 06:12:45,796 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid ce52a90c-f318-4d6d-b009-8b89b9e730d0 -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0: finished -------------------------------------------------------------------------------- test scenario Gnocchi.list_capabilities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_capabilities | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | total | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> duration | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 0.688 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.688224 Full duration: 8.883941 -------------------------------------------------------------------------------- test scenario Gnocchi.get_status args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "detailed": false }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +-----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.get_status | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | total | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> duration | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 0.677 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.67724 Full duration: 9.32237 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.list_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy_rule | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | total | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> duration | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 0.672 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.671672 Full duration: 8.769143 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicyRule.create_delete_archive_policy_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "metric_pattern": "cpu_*", "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy_rule | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 0.722 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 0.226 | 100.0% | 1 | | total | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> duration | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.948121 Full duration: 10.496593 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.list_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_archive_policy | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687463 Full duration: 8.995247 -------------------------------------------------------------------------------- test scenario GnocchiArchivePolicy.create_delete_archive_policy args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "definition": [ { "timespan": "1:00:00", "granularity": "0:00:01" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_archive_policy | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 0.275 | 100.0% | 1 | | total | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 100.0% | 1 | | -> duration | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.028933 Full duration: 9.780597 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.list_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +-------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_resource_type | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | total | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> duration | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 0.662 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.661923 Full duration: 9.005932 -------------------------------------------------------------------------------- test scenario GnocchiResourceType.create_delete_resource_type args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "attributes": { "foo": { "required": false, "type": "string" }, "bar": { "required": true, "type": "number" } } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource_type | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 0.403 | 100.0% | 1 | | total | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 100.0% | 1 | | -> duration | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 1.53 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.530498 Full duration: 10.881972 -------------------------------------------------------------------------------- test scenario GnocchiMetric.list_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "limit": 10000 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.list_metric | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | total | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> duration | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 0.664 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.664465 Full duration: 8.83503 -------------------------------------------------------------------------------- test scenario GnocchiMetric.create_delete_metric args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "archive_policy_name": "low" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +--------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_metric | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 0.993 | 100.0% | 1 | | gnocchi.delete_metric | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 0.273 | 100.0% | 1 | | total | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> duration | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 1.266 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.265721 Full duration: 10.250873 -------------------------------------------------------------------------------- test scenario GnocchiResource.create_delete_resource args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task ce52a90c-f318-4d6d-b009-8b89b9e730d0 has 0 error(s) -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | gnocchi.create_resource | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 0.671 | 100.0% | 1 | | gnocchi.delete_resource | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 0.263 | 100.0% | 1 | | total | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> duration | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 0.935 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.934672 Full duration: 10.126952 HINTS: * To plot HTML graphics with this data, run: rally task report ce52a90c-f318-4d6d-b009-8b89b9e730d0 --out output.html * To generate a JUnit report, run: rally task export ce52a90c-f318-4d6d-b009-8b89b9e730d0 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report ce52a90c-f318-4d6d-b009-8b89b9e730d0 --json --out output.json 2018-08-13 06:12:45,796 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'ce52a90c-f318-4d6d-b009-8b89b9e730d0', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-08-13 06:12:48,451 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid ce52a90c-f318-4d6d-b009-8b89b9e730d0 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-08-13 06:12:48.292 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'ce52a90c-f318-4d6d-b009-8b89b9e730d0'. 2018-08-13 06:12:48.301 4252 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:12:48,452 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'ce52a90c-f318-4d6d-b009-8b89b9e730d0', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-08-13 06:12:51,096 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid ce52a90c-f318-4d6d-b009-8b89b9e730d0 --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-08-13 06:12:50.961 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'ce52a90c-f318-4d6d-b009-8b89b9e730d0'. 2018-08-13 06:12:50.990 4255 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:12:51,110 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-08-13 06:12:51,111 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-08-13 06:12:51,111 - 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-08-13 06:12:51,111 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:12:51,127 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:12:51,128 - 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': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:14:35,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 023c6137-da48-4a28-92a4-6d8004f54868 2018-08-13 06:14:35,812 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '023c6137-da48-4a28-92a4-6d8004f54868'] 2018-08-13 06:14:36,822 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 023c6137-da48-4a28-92a4-6d8004f54868 -------------------------------------------------------------------------------- Task 023c6137-da48-4a28-92a4-6d8004f54868: finished -------------------------------------------------------------------------------- test scenario HeatStacks.create_update_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 023c6137-da48-4a28-92a4-6d8004f54868 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 | 8.389 | 8.389 | 8.389 | 8.389 | 8.389 | 8.389 | 100.0% | 1 | | heat.update_stack | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 2.933 | 100.0% | 1 | | heat.delete_stack | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 3.386 | 100.0% | 1 | | total | 14.708 | 14.708 | 14.708 | 14.708 | 14.708 | 14.708 | 100.0% | 1 | | -> duration | 10.708 | 10.708 | 10.708 | 10.708 | 10.708 | 10.708 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 10.707944 Full duration: 25.442455 -------------------------------------------------------------------------------- test scenario HeatStacks.create_check_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 023c6137-da48-4a28-92a4-6d8004f54868 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 | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 5.499 | 100.0% | 1 | | heat.check_stack | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | heat.delete_stack | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 1.524 | 100.0% | 1 | | total | 8.149 | 8.149 | 8.149 | 8.149 | 8.149 | 8.149 | 100.0% | 1 | | -> duration | 6.149 | 6.149 | 6.149 | 6.149 | 6.149 | 6.149 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.14921 Full duration: 20.447413 -------------------------------------------------------------------------------- test scenario HeatStacks.create_suspend_resume_delete_stack args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "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 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 023c6137-da48-4a28-92a4-6d8004f54868 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 | 5.556 | 5.556 | 5.556 | 5.556 | 5.556 | 5.556 | 100.0% | 1 | | heat.suspend_stack | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 0.511 | 100.0% | 1 | | heat.resume_stack | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 0.505 | 100.0% | 1 | | heat.delete_stack | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 1.476 | 100.0% | 1 | | total | 8.048 | 8.048 | 8.048 | 8.048 | 8.048 | 8.048 | 100.0% | 1 | | -> duration | 6.048 | 6.048 | 6.048 | 6.048 | 6.048 | 6.048 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.048366 Full duration: 20.730593 -------------------------------------------------------------------------------- test scenario HeatStacks.list_stacks_and_resources args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "heat_stack_owner" ] }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 023c6137-da48-4a28-92a4-6d8004f54868 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.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | total | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> duration | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 0.687 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.687024 Full duration: 10.669831 HINTS: * To plot HTML graphics with this data, run: rally task report 023c6137-da48-4a28-92a4-6d8004f54868 --out output.html * To generate a JUnit report, run: rally task export 023c6137-da48-4a28-92a4-6d8004f54868 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 023c6137-da48-4a28-92a4-6d8004f54868 --json --out output.json 2018-08-13 06:14:36,823 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '023c6137-da48-4a28-92a4-6d8004f54868', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-08-13 06:14:39,507 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 023c6137-da48-4a28-92a4-6d8004f54868 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-08-13 06:14:39.350 5168 INFO rally.api [-] Building 'json' report for the following task(s): '023c6137-da48-4a28-92a4-6d8004f54868'. 2018-08-13 06:14:39.356 5168 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:14:39,507 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '023c6137-da48-4a28-92a4-6d8004f54868', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-08-13 06:14:42,091 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 023c6137-da48-4a28-92a4-6d8004f54868 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-08-13 06:14:41.962 5171 INFO rally.api [-] Building 'html' report for the following task(s): '023c6137-da48-4a28-92a4-6d8004f54868'. 2018-08-13 06:14:41.985 5171 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:14:42,094 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-08-13 06:14:42,094 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-08-13 06:14:42,094 - 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-08-13 06:14:42,094 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:14:42,101 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:14:42,102 - 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': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:18:40,468 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 2018-08-13 06:18:40,469 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '902da1bf-5db8-4dac-8fcd-2f63e4ed1290'] 2018-08-13 06:18:41,354 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290: finished -------------------------------------------------------------------------------- test scenario KeystoneBasic.add_and_remove_user_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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.684 | 0.684 | 0.684 | 0.684 | 0.684 | 0.684 | 100.0% | 1 | | keystone_v3.add_role | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 0.141 | 100.0% | 1 | | keystone_v3.revoke_role | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> duration | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 1.042 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.041887 Full duration: 18.313844 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_add_and_list_user_roles args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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.76 | 0.76 | 0.76 | 0.76 | 0.76 | 0.76 | 100.0% | 1 | | keystone_v3.add_role | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 0.289 | 100.0% | 1 | | keystone_v3.list_roles | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 0.208 | 100.0% | 1 | | total | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> duration | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 1.258 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.257858 Full duration: 17.966585 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_tenants args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 1.029 | 100.0% | 1 | | keystone_v3.list_projects | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 0.177 | 100.0% | 1 | | total | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> duration | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 1.207 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.206914 Full duration: 18.052711 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_role args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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.679 | 0.679 | 0.679 | 0.679 | 0.679 | 0.679 | 100.0% | 1 | | keystone_v3.delete_role | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 0.12 | 100.0% | 1 | | total | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> duration | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.79876 Full duration: 15.410839 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_delete_service args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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.694 | 0.694 | 0.694 | 0.694 | 0.694 | 0.694 | 100.0% | 1 | | keystone_v3.delete_service | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> duration | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 0.821 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.820605 Full duration: 15.112651 -------------------------------------------------------------------------------- test scenario KeystoneBasic.get_entities args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 1.113 | 100.0% | 1 | | keystone_v3.create_user | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 0.838 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 0.18 | 100.0% | 1 | | -> keystone_v3.add_role | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 0.164 | 100.0% | 1 | | keystone_v3.create_role | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 0.137 | 100.0% | 1 | | keystone_v3.get_project | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 0.102 | 100.0% | 1 | | keystone_v3.get_user | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | keystone_v3.get_role | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 0.125 | 100.0% | 1 | | keystone_v3.list_services | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 0.098 | 100.0% | 1 | | keystone_v3.get_services | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 0.104 | 100.0% | 1 | | total | 2.777 | 2.777 | 2.777 | 2.777 | 2.777 | 2.777 | 100.0% | 1 | | -> duration | 2.777 | 2.777 | 2.777 | 2.777 | 2.777 | 2.777 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.77655 Full duration: 24.318242 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_update_and_delete_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 1.043 | 100.0% | 1 | | keystone_v3.update_project | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 0.205 | 100.0% | 1 | | keystone_v3.delete_project | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 0.229 | 100.0% | 1 | | total | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | -> duration | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 1.477 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.476766 Full duration: 16.582351 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 1.073 | 100.0% | 1 | | total | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 100.0% | 1 | | -> duration | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 1.311 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.310827 Full duration: 18.332818 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | total | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | -> duration | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 0.967 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.967485 Full duration: 18.082736 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_and_list_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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.926 | 0.926 | 0.926 | 0.926 | 0.926 | 0.926 | 100.0% | 1 | | keystone_v3.list_users | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 0.124 | 100.0% | 1 | | total | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 100.0% | 1 | | -> duration | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 1.167 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.166839 Full duration: 18.706454 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant_with_users args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": { "users_per_tenant": 10 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 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 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | keystone_v3.create_users | 6.82 | 6.82 | 6.82 | 6.82 | 6.82 | 6.82 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 6.82 | 6.82 | 6.82 | 6.82 | 6.82 | 6.82 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 1.243 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 1.705 | 1.705 | 1.705 | 1.705 | 1.705 | 1.705 | 100.0% | 1 | | total | 9.087 | 9.087 | 9.087 | 9.087 | 9.087 | 9.087 | 100.0% | 1 | | -> duration | 9.087 | 9.087 | 9.087 | 9.087 | 9.087 | 9.087 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.086681 Full duration: 31.103157 HINTS: * To plot HTML graphics with this data, run: rally task report 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 --out output.html * To generate a JUnit report, run: rally task export 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 --json --out output.json 2018-08-13 06:18:41,354 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '902da1bf-5db8-4dac-8fcd-2f63e4ed1290', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-08-13 06:18:44,050 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-08-13 06:18:43.886 7086 INFO rally.api [-] Building 'json' report for the following task(s): '902da1bf-5db8-4dac-8fcd-2f63e4ed1290'. 2018-08-13 06:18:43.898 7086 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:18:44,051 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '902da1bf-5db8-4dac-8fcd-2f63e4ed1290', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-08-13 06:18:46,926 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 902da1bf-5db8-4dac-8fcd-2f63e4ed1290 --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-08-13 06:18:46.744 7089 INFO rally.api [-] Building 'html' report for the following task(s): '902da1bf-5db8-4dac-8fcd-2f63e4ed1290'. 2018-08-13 06:18:46.775 7089 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:18:46,941 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-08-13 06:18:46,941 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-08-13 06:18:46,942 - 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-08-13 06:18:46,942 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:18:46,956 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:18:46,958 - 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': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:24:24,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 2798903f-7baf-4c6e-b827-d63589912729 2018-08-13 06:24:24,518 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '2798903f-7baf-4c6e-b827-d63589912729'] 2018-08-13 06:24:25,613 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 2798903f-7baf-4c6e-b827-d63589912729 -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729: finished -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.013 | 1.013 | 1.013 | 1.013 | 1.013 | 1.013 | 100.0% | 1 | | neutron.delete_network | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 1.256 | 100.0% | 1 | | total | 2.269 | 2.269 | 2.269 | 2.269 | 2.269 | 2.269 | 100.0% | 1 | | -> duration | 2.269 | 2.269 | 2.269 | 2.269 | 2.269 | 2.269 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.268834 Full duration: 18.205161 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.431 | 1.431 | 1.431 | 1.431 | 1.431 | 1.431 | 100.0% | 1 | | neutron.delete_port | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 0.868 | 100.0% | 1 | | total | 2.299 | 2.299 | 2.299 | 2.299 | 2.299 | 2.299 | 100.0% | 1 | | -> duration | 2.299 | 2.299 | 2.299 | 2.299 | 2.299 | 2.299 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.299023 Full duration: 29.819942 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "router": -1, "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | neutron.create_subnet | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 0.592 | 100.0% | 1 | | neutron.create_router | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 0.099 | 100.0% | 1 | | neutron.add_interface_router | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 2.031 | 100.0% | 1 | | neutron.remove_interface_router | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 1.513 | 100.0% | 1 | | neutron.delete_router | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 0.643 | 100.0% | 1 | | total | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 100.0% | 1 | | -> duration | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 5.883 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.883335 Full duration: 38.449628 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_delete_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.268 | 1.268 | 1.268 | 1.268 | 1.268 | 1.268 | 100.0% | 1 | | neutron.delete_subnet | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 0.609 | 100.0% | 1 | | total | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 100.0% | 1 | | -> duration | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 1.877 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.877299 Full duration: 29.790094 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_networks args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "network": -1 } } }, "args": { "network_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.095 | 1.095 | 1.095 | 1.095 | 1.095 | 1.095 | 100.0% | 1 | | neutron.list_networks | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | -> duration | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.220842 Full duration: 19.157231 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_ports args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "network": -1, "port": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "ports_per_network": 1, "port_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.585 | 1.585 | 1.585 | 1.585 | 1.585 | 1.585 | 100.0% | 1 | | neutron.list_ports | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 0.096 | 100.0% | 1 | | total | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | -> duration | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 1.681 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.680805 Full duration: 31.338236 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_routers args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1, "router": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_cidr_start": "1.1.0.0/30", "subnets_per_network": 1, "router_create_args": {}, "subnet_create_args": {} }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.79 | 0.79 | 0.79 | 0.79 | 0.79 | 0.79 | 100.0% | 1 | | neutron.create_subnet | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 0.529 | 100.0% | 1 | | neutron.create_router | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 0.13 | 100.0% | 1 | | neutron.add_interface_router | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 1.964 | 100.0% | 1 | | neutron.list_routers | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 0.126 | 100.0% | 1 | | total | 3.54 | 3.54 | 3.54 | 3.54 | 3.54 | 3.54 | 100.0% | 1 | | -> duration | 3.54 | 3.54 | 3.54 | 3.54 | 3.54 | 3.54 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.539675 Full duration: 40.85752 -------------------------------------------------------------------------------- test scenario NeutronNetworks.create_and_list_subnets args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "quotas": { "neutron": { "subnet": -1, "network": -1 } }, "users": { "users_per_tenant": 1, "tenants": 1 }, "network": {} }, "args": { "network_create_args": {}, "subnet_create_args": {}, "subnets_per_network": 1, "subnet_cidr_start": "1.1.0.0/30" }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.866 | 0.866 | 0.866 | 0.866 | 0.866 | 0.866 | 100.0% | 1 | | neutron.create_subnet | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 0.586 | 100.0% | 1 | | neutron.list_subnets | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 0.127 | 100.0% | 1 | | total | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 100.0% | 1 | | -> duration | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 1.579 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.578994 Full duration: 34.176921 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_groups args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | neutron.delete_security_group | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 0.182 | 100.0% | 1 | | total | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> duration | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 1.143 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.142923 Full duration: 16.517398 -------------------------------------------------------------------------------- test scenario NeutronSecurityGroup.create_and_delete_security_group_rule args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "quotas": { "neutron": { "security_group": -1 } } }, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.949 | 0.949 | 0.949 | 0.949 | 0.949 | 0.949 | 100.0% | 1 | | neutron.create_security_group_rule | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 0.179 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 0.084 | 100.0% | 1 | | neutron.delete_security_group | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | total | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | -> duration | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 1.412 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.411728 Full duration: 17.620398 -------------------------------------------------------------------------------- test scenario NeutronNetworks.set_and_clear_router_gateway args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 }, "roles": [ "admin" ], "quotas": { "neutron": { "router": -1, "network": -1 } } }, "args": { "network_create_args": { "router:external": true } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 2798903f-7baf-4c6e-b827-d63589912729 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.221 | 1.221 | 1.221 | 1.221 | 1.221 | 1.221 | 100.0% | 1 | | neutron.create_router | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 0.243 | 100.0% | 1 | | neutron.add_gateway_router | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 1.276 | 100.0% | 1 | | neutron.remove_gateway_router | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 1.161 | 100.0% | 1 | | total | 3.901 | 3.901 | 3.901 | 3.901 | 3.901 | 3.901 | 100.0% | 1 | | -> duration | 3.901 | 3.901 | 3.901 | 3.901 | 3.901 | 3.901 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.900808 Full duration: 29.762783 HINTS: * To plot HTML graphics with this data, run: rally task report 2798903f-7baf-4c6e-b827-d63589912729 --out output.html * To generate a JUnit report, run: rally task export 2798903f-7baf-4c6e-b827-d63589912729 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 2798903f-7baf-4c6e-b827-d63589912729 --json --out output.json 2018-08-13 06:24:25,614 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '2798903f-7baf-4c6e-b827-d63589912729', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-08-13 06:24:28,318 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 2798903f-7baf-4c6e-b827-d63589912729 --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-08-13 06:24:28.168 10384 INFO rally.api [-] Building 'json' report for the following task(s): '2798903f-7baf-4c6e-b827-d63589912729'. 2018-08-13 06:24:28.180 10384 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:24:28,318 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '2798903f-7baf-4c6e-b827-d63589912729', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-08-13 06:24:31,070 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 2798903f-7baf-4c6e-b827-d63589912729 --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-08-13 06:24:30.887 10387 INFO rally.api [-] Building 'html' report for the following task(s): '2798903f-7baf-4c6e-b827-d63589912729'. 2018-08-13 06:24:30.919 10387 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:24:31,087 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-08-13 06:24:31,087 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-08-13 06:24:31,088 - 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-08-13 06:24:31,088 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:24:31,103 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:24:31,104 - 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': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:25:42,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 61268966-0056-4f31-8714-9b395532aefe 2018-08-13 06:25:42,110 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '61268966-0056-4f31-8714-9b395532aefe'] 2018-08-13 06:25:43,146 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 61268966-0056-4f31-8714-9b395532aefe -------------------------------------------------------------------------------- Task 61268966-0056-4f31-8714-9b395532aefe: aborted -------------------------------------------------------------------------------- test scenario NovaServers.boot_and_live_migrate_server args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "block_migration": false, "flavor": { "name": "rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808" }, "image": { "name": "rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808" }, "nics": [ { "net-id": "8761ef95-2440-4f5c-9094-c4e347739b93" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 61268966-0056-4f31-8714-9b395532aefe has 1 error(s) -------------------------------------------------------------------------------- RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/rally/task/runner.py", line 71, in _run_scenario_once getattr(scenario_inst, method_name)(**scenario_kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/servers.py", line 720, in run self._live_migrate(server, block_migration, disk_over_commit) File "/usr/lib/python2.7/site-packages/rally/task/atomic.py", line 91, in func_atomic_actions f = func(self, *args, **kwargs) File "/usr/lib/python2.7/site-packages/rally_openstack/scenarios/nova/utils.py", line 819, in _live_migrate "but instance did not change host: %s" % host_pre_migrate) RallyException: Live Migration failed: Migration complete but instance did not change host: overcloud-novacompute-1.opnfvlf.org -------------------------------------------------------------------------------- +----------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | nova.boot_server | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 10.125 | 100.0% | 1 | | nova.live_migrate | 8.127 | 8.127 | 8.127 | 8.127 | 8.127 | 8.127 | 0.0% | 1 | | total | 18.253 | 18.253 | 18.253 | 18.253 | 18.253 | 18.253 | 0.0% | 1 | | -> duration | 17.253 | 17.253 | 17.253 | 17.253 | 17.253 | 17.253 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 17.25261 Full duration: 34.978302 HINTS: * To plot HTML graphics with this data, run: rally task report 61268966-0056-4f31-8714-9b395532aefe --out output.html * To generate a JUnit report, run: rally task export 61268966-0056-4f31-8714-9b395532aefe --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 61268966-0056-4f31-8714-9b395532aefe --json --out output.json At least one workload did not pass SLA criteria. 2018-08-13 06:25:43,147 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '61268966-0056-4f31-8714-9b395532aefe', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-08-13 06:25:45,854 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 61268966-0056-4f31-8714-9b395532aefe --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-08-13 06:25:45.700 10622 INFO rally.api [-] Building 'json' report for the following task(s): '61268966-0056-4f31-8714-9b395532aefe'. 2018-08-13 06:25:45.703 10622 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:25:45,854 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '61268966-0056-4f31-8714-9b395532aefe', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-08-13 06:25:48,458 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 61268966-0056-4f31-8714-9b395532aefe --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-08-13 06:25:48.332 10625 INFO rally.api [-] Building 'html' report for the following task(s): '61268966-0056-4f31-8714-9b395532aefe'. 2018-08-13 06:25:48.350 10625 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:25:48,459 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-08-13 06:25:48,460 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-08-13 06:25:48,460 - 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-08-13 06:25:48,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-08-13 06:25:48,467 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-08-13 06:25:48,468 - 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': '8761ef95-2440-4f5c-9094-c4e347739b93', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808', 'flavor_name': 'rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808', '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_614d904e-c641-452a-8af5-9a9450056808', '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-08-13 06:26:49,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 41b9d694-d02c-4cdf-a753-00c964f2f325 2018-08-13 06:26:49,618 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '41b9d694-d02c-4cdf-a753-00c964f2f325'] 2018-08-13 06:26:50,578 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 41b9d694-d02c-4cdf-a753-00c964f2f325 -------------------------------------------------------------------------------- Task 41b9d694-d02c-4cdf-a753-00c964f2f325: finished -------------------------------------------------------------------------------- test scenario Quotas.cinder_update_and_delete args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 41b9d694-d02c-4cdf-a753-00c964f2f325 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.008 | 1.008 | 1.008 | 1.008 | 1.008 | 1.008 | 100.0% | 1 | | quotas.delete_quotas | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 0.272 | 100.0% | 1 | | total | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | -> duration | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 1.28 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.280128 Full duration: 11.229982 -------------------------------------------------------------------------------- test scenario Quotas.cinder_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 41b9d694-d02c-4cdf-a753-00c964f2f325 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.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | total | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> duration | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 0.804 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.804448 Full duration: 10.052716 -------------------------------------------------------------------------------- test scenario Quotas.neutron_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 41b9d694-d02c-4cdf-a753-00c964f2f325 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.381 | 0.381 | 0.381 | 0.381 | 0.381 | 0.381 | 100.0% | 1 | | total | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> duration | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 0.8 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.799926 Full duration: 10.226673 -------------------------------------------------------------------------------- test scenario Quotas.nova_update args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": { "users": { "users_per_tenant": 1, "tenants": 1 } }, "args": { "max_quota": 1024 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task 41b9d694-d02c-4cdf-a753-00c964f2f325 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.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | total | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | -> duration | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 1.078 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.078244 Full duration: 10.459317 HINTS: * To plot HTML graphics with this data, run: rally task report 41b9d694-d02c-4cdf-a753-00c964f2f325 --out output.html * To generate a JUnit report, run: rally task export 41b9d694-d02c-4cdf-a753-00c964f2f325 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 41b9d694-d02c-4cdf-a753-00c964f2f325 --json --out output.json 2018-08-13 06:26:50,579 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '41b9d694-d02c-4cdf-a753-00c964f2f325', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-08-13 06:26:53,291 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 41b9d694-d02c-4cdf-a753-00c964f2f325 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-08-13 06:26:53.135 11138 INFO rally.api [-] Building 'json' report for the following task(s): '41b9d694-d02c-4cdf-a753-00c964f2f325'. 2018-08-13 06:26:53.139 11138 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:26:53,291 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '41b9d694-d02c-4cdf-a753-00c964f2f325', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-08-13 06:26:55,909 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 41b9d694-d02c-4cdf-a753-00c964f2f325 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-08-13 06:26:55.738 11141 INFO rally.api [-] Building 'html' report for the following task(s): '41b9d694-d02c-4cdf-a753-00c964f2f325'. 2018-08-13 06:26:55.760 11141 INFO rally.api [-] The report has been successfully built. 2018-08-13 06:26:55,914 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-08-13 06:26:55,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 00:56 | 6 | 100.00% | | glance | 01:19 | 4 | 100.00% | | cinder | 02:57 | 10 | 100.00% | | gnocchi | 01:45 | 11 | 100.00% | | heat | 01:17 | 4 | 100.00% | | keystone | 03:31 | 11 | 100.00% | | neutron | 05:05 | 11 | 100.00% | | nova | 00:34 | 1 | 0.00% | | quotas | 00:41 | 4 | 100.00% | | | | | | | TOTAL: | 00:18:10 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-08-13 06:26:55,918 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-08-13 06:26:56,045 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 06:26:56,045 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 23:29 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-08-13 06:26:56,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 06:26:56,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:26:56,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:26: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-4c313ffb-2da1-4627-bd09-c19992d03d94 x-compute-request-id: req-4c313ffb-2da1-4627-bd09-c19992d03d94 Content-Encoding: gzip Content-Length: 367 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0cf04de3-3181-4b33-8d7f-ba370153a807"}, {"name": "rally_sanity-flavor_alt_614d904e-c641-452a-8af5-9a9450056808", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "922c5c05-e189-4fa2-8366-64d1916ab4de"}]} 2018-08-13 06:26:56,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-4c313ffb-2da1-4627-bd09-c19992d03d94 2018-08-13 06:26:56,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.275507926941s 2018-08-13 06:26:56,326 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-4c313ffb-2da1-4627-bd09-c19992d03d94 2018-08-13 06:26:56,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 06:26:56,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:26:56,359 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 06:26: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-dc82e1c7-2a77-42b0-8943-99429495b646 x-compute-request-id: req-dc82e1c7-2a77-42b0-8943-99429495b646 Content-Length: 0 Content-Type: application/json 2018-08-13 06:26:56,359 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de used request id req-dc82e1c7-2a77-42b0-8943-99429495b646 2018-08-13 06:26:56,359 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0307669639587s 2018-08-13 06:26:56,359 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/922c5c05-e189-4fa2-8366-64d1916ab4de used request id req-dc82e1c7-2a77-42b0-8943-99429495b646 2018-08-13 06:26:56,360 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 06:26:56,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" -d '{"subnet_id": "7ccea9a7-060f-4a2f-af07-1dba38796a82"}' 2018-08-13 06:26:58,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-06847ef0-17a6-4225-a20c-607202049e6b Date: Mon, 13 Aug 2018 06:26:58 GMT RESP BODY: {"network_id": "8761ef95-2440-4f5c-9094-c4e347739b93", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "7ccea9a7-060f-4a2f-af07-1dba38796a82", "subnet_ids": ["7ccea9a7-060f-4a2f-af07-1dba38796a82"], "port_id": "5d593131-8ea9-4257-88bf-8305a00a45dd", "id": "129d8612-f5af-4a81-baec-2a2ef777c83b"} 2018-08-13 06:26:58,377 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b/remove_router_interface.json used request id req-06847ef0-17a6-4225-a20c-607202049e6b 2018-08-13 06:26:58,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.0170519352s 2018-08-13 06:26:58,377 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b/remove_router_interface.json used request id req-06847ef0-17a6-4225-a20c-607202049e6b returning object 129d8612-f5af-4a81-baec-2a2ef777c83b 2018-08-13 06:26:58,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 06:26:58,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:26:58,488 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 648 X-Openstack-Request-Id: req-66b158dc-be36-402c-822c-048491ecc4a8 Date: Mon, 13 Aug 2018 06:26:58 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T06:03:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:26:57Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "129d8612-f5af-4a81-baec-2a2ef777c83b", "name": "rally_sanity-router_614d904e-c641-452a-8af5-9a9450056808"}]} 2018-08-13 06:26:58,488 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-66b158dc-be36-402c-822c-048491ecc4a8 2018-08-13 06:26:58,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.110166072845s 2018-08-13 06:26:58,488 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-66b158dc-be36-402c-822c-048491ecc4a8 2018-08-13 06:26:58,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 06:26:58,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:26:59,866 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-487bbc14-b887-41d2-9211-612d63b4cb8a Content-Length: 0 Date: Mon, 13 Aug 2018 06:26:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:26:59,866 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b.json used request id req-487bbc14-b887-41d2-9211-612d63b4cb8a 2018-08-13 06:26:59,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.37644410133s 2018-08-13 06:26:59,867 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/129d8612-f5af-4a81-baec-2a2ef777c83b.json used request id req-487bbc14-b887-41d2-9211-612d63b4cb8a 2018-08-13 06:26:59,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 06:26:59,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:26:59,907 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1294 X-Openstack-Request-Id: req-b9436152-c9f6-4e8e-a168-cb4e853cc971 Date: Mon, 13 Aug 2018 06:26:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8761ef95-2440-4f5c-9094-c4e347739b93","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:03:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:03:28Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"7ccea9a7-060f-4a2f-af07-1dba38796a82","subnetpool_id":null,"name":"rally_sanity-subnet_614d904e-c641-452a-8af5-9a9450056808"}]} 2018-08-13 06:26:59,907 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b9436152-c9f6-4e8e-a168-cb4e853cc971 2018-08-13 06:26:59,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0399839878082s 2018-08-13 06:26:59,907 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-b9436152-c9f6-4e8e-a168-cb4e853cc971 2018-08-13 06:26:59,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 06:26:59,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/7ccea9a7-060f-4a2f-af07-1dba38796a82.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:27:00,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fa5c0fd1-8344-4e5a-bf25-2d815b786c74 Date: Mon, 13 Aug 2018 06:27:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:27:00,957 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7ccea9a7-060f-4a2f-af07-1dba38796a82.json used request id req-fa5c0fd1-8344-4e5a-bf25-2d815b786c74 2018-08-13 06:27:00,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 1.04698300362s 2018-08-13 06:27:00,957 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/7ccea9a7-060f-4a2f-af07-1dba38796a82.json used request id req-fa5c0fd1-8344-4e5a-bf25-2d815b786c74 2018-08-13 06:27:00,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:27:00,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:27:01,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1353 X-Openstack-Request-Id: req-3081a764-5ad1-468c-b88b-032e0c5cb9d9 Date: Mon, 13 Aug 2018 06:27:01 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"8761ef95-2440-4f5c-9094-c4e347739b93","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":true,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T06:27:00Z","provider:segmentation_id":6,"name":"rally_sanity-net_614d904e-c641-452a-8af5-9a9450056808","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:03:27Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 06:27:01,056 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3081a764-5ad1-468c-b88b-032e0c5cb9d9 2018-08-13 06:27:01,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0979869365692s 2018-08-13 06:27:01,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-3081a764-5ad1-468c-b88b-032e0c5cb9d9 2018-08-13 06:27:01,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 06:27:01,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/8761ef95-2440-4f5c-9094-c4e347739b93.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:27:02,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ebf742bf-cc15-4590-ad3c-73311fbb75a9 Date: Mon, 13 Aug 2018 06:27:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:27:02,071 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/8761ef95-2440-4f5c-9094-c4e347739b93.json used request id req-ebf742bf-cc15-4590-ad3c-73311fbb75a9 2018-08-13 06:27:02,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.01312804222s 2018-08-13 06:27:02,071 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/8761ef95-2440-4f5c-9094-c4e347739b93.json used request id req-ebf742bf-cc15-4590-ad3c-73311fbb75a9 2018-08-13 06:27:02,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:27:02,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:27:02,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-2d6a5ac5-cb64-4bcf-9b7f-0148b5fafa36 Date: Mon, 13 Aug 2018 06:27:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:03:32Z", "file": "/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "e349c56f-c925-4324-bfc3-92ba57498b86", "size": 12716032, "self": "/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e349c56f-c925-4324-bfc3-92ba57498b86/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e349c56f-c925-4324-bfc3-92ba57498b86/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_614d904e-c641-452a-8af5-9a9450056808", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T06:03:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:27:02,354 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2d6a5ac5-cb64-4bcf-9b7f-0148b5fafa36 2018-08-13 06:27:02,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.279653072357s 2018-08-13 06:27:02,354 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-2d6a5ac5-cb64-4bcf-9b7f-0148b5fafa36 2018-08-13 06:27:02,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 06:27:02,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:27:02,744 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fe0f4a0a-a6b8-449f-ae74-63a2bcfb0b43 Date: Mon, 13 Aug 2018 06:27:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:27:02,744 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86 used request id req-fe0f4a0a-a6b8-449f-ae74-63a2bcfb0b43 2018-08-13 06:27:02,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.388113975525s 2018-08-13 06:27:02,745 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e349c56f-c925-4324-bfc3-92ba57498b86 used request id req-fe0f4a0a-a6b8-449f-ae74-63a2bcfb0b43 2018-08-13 06:27:02,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 06:27:02,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:27:02,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27: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-217c1015-735c-4683-a054-c2f85622a6c8 x-compute-request-id: req-217c1015-735c-4683-a054-c2f85622a6c8 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_614d904e-c641-452a-8af5-9a9450056808", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "0cf04de3-3181-4b33-8d7f-ba370153a807"}]} 2018-08-13 06:27:02,767 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-217c1015-735c-4683-a054-c2f85622a6c8 2018-08-13 06:27:02,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215818881989s 2018-08-13 06:27:02,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-217c1015-735c-4683-a054-c2f85622a6c8 2018-08-13 06:27:02,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 06:27:02,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}88b197d13fa0583a5ea0ccb31a9a7fac630c1a6d" 2018-08-13 06:27:02,804 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 06:27: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-c0f65f0f-1486-4cd8-9044-98e3f8907468 x-compute-request-id: req-c0f65f0f-1486-4cd8-9044-98e3f8907468 Content-Length: 0 Content-Type: application/json 2018-08-13 06:27:02,804 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807 used request id req-c0f65f0f-1486-4cd8-9044-98e3f8907468 2018-08-13 06:27:02,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0349261760712s 2018-08-13 06:27:02,804 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/0cf04de3-3181-4b33-8d7f-ba370153a807 used request id req-c0f65f0f-1486-4cd8-9044-98e3f8907468 2018-08-13 06:27:02,805 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-08-13 06:27:02,862 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 06:27:02,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 06:27:02,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 06:27:02,909 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 06:27:02,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:27:02,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2343248b-f2b9-4fc2-9df5-a946d5ed4ace Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 06:27:02,915 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2343248b-f2b9-4fc2-9df5-a946d5ed4ace 2018-08-13 06:27:02,915 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 06:27:03,298 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T07:27:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["fxdI2g8jQiKv1DN9ZOPDwA"], "issued_at": "2018-08-13T06:27:03.000000Z"}} 2018-08-13 06:27:03,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:27:03,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:03,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-90df4fca-f94a-4ffd-a3d7-4b7968cb3e1b Date: Mon, 13 Aug 2018 06:27:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 06:27:03,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-90df4fca-f94a-4ffd-a3d7-4b7968cb3e1b 2018-08-13 06:27:03,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.327995061874s 2018-08-13 06:27:03,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-90df4fca-f94a-4ffd-a3d7-4b7968cb3e1b 2018-08-13 06:27:03,629 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 06:27:06,564 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-13 06:27:09,505 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 415da729-1f98-4aa4-be76-833268ed8e98 | 2018-08-13T06:27:09.078459 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 415da729-1f98-4aa4-be76-833268ed8e98 ~/.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-08-13 06:27:13,459 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 06:27:13,460 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 06:27:16,273 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-13 06:27:20,016 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=e741a426-6fcc-4ace-ae0a-d30d4d76beee) as the default verifier for the future CLI operations. 2018-08-13 06:27:23,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-13 06:27:23,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:23,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-a8ac3b4a-6766-4fb4-8570-ae2efcb5dc75 Date: Mon, 13 Aug 2018 06:27:23 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-13 06:27:23,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-a8ac3b4a-6766-4fb4-8570-ae2efcb5dc75 2018-08-13 06:27:23,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.262434005737s 2018-08-13 06:27:23,604 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-a8ac3b4a-6766-4fb4-8570-ae2efcb5dc75 2018-08-13 06:27:23,611 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-08-13 06:27:23,612 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 06:27:23,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"network": {"name": "patrole-net_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "admin_state_up": true}}' 2018-08-13 06:27:23,962 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5c2a4de4-9937-4087-a846-26c892165d84 Date: Mon, 13 Aug 2018 06:27:23 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"fd432f4c-4416-44d2-841d-0e53fdd58807","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T06:27:23Z","is_default":false,"provider:segmentation_id":97,"name":"patrole-net_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:27:23Z","mtu":1450}} 2018-08-13 06:27:23,962 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5c2a4de4-9937-4087-a846-26c892165d84 2018-08-13 06:27:23,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.349915027618s 2018-08-13 06:27:23,962 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-5c2a4de4-9937-4087-a846-26c892165d84 2018-08-13 06:27:23,963 - 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-08-13T06:27:23Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'fd432f4c-4416-44d2-841d-0e53fdd58807', u'provider:segmentation_id': 97, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-net_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T06:27:23Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 06:27:23,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:27:23,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:24,063 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1344 X-Openstack-Request-Id: req-341ce945-ebac-4d0d-ad1e-8d70e7177cd9 Date: Mon, 13 Aug 2018 06:27:24 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fd432f4c-4416-44d2-841d-0e53fdd58807","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T06:27:23Z","provider:segmentation_id":97,"name":"patrole-net_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:27:23Z","provider:network_type":"vxlan"}]} 2018-08-13 06:27:24,064 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-341ce945-ebac-4d0d-ad1e-8d70e7177cd9 2018-08-13 06:27:24,064 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.100098133087s 2018-08-13 06:27:24,064 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-341ce945-ebac-4d0d-ad1e-8d70e7177cd9 2018-08-13 06:27:24,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 06:27:24,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"subnet": {"name": "patrole-subnet_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "enable_dhcp": true, "network_id": "fd432f4c-4416-44d2-841d-0e53fdd58807", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 06:27:24,514 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 675 X-Openstack-Request-Id: req-cc0fffa0-8e5d-4435-bdbc-e7a82ced3507 Date: Mon, 13 Aug 2018 06:27:24 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd432f4c-4416-44d2-841d-0e53fdd58807","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:27:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:27:24Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"3c68d888-caca-4e8f-ace0-679f1ffdfa71","subnetpool_id":null,"name":"patrole-subnet_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e"}} 2018-08-13 06:27:24,514 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cc0fffa0-8e5d-4435-bdbc-e7a82ced3507 2018-08-13 06:27:24,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.448276996613s 2018-08-13 06:27:24,515 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-cc0fffa0-8e5d-4435-bdbc-e7a82ced3507 2018-08-13 06:27:24,515 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T06:27:24Z', 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'3c68d888-caca-4e8f-ace0-679f1ffdfa71', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', u'enable_dhcp': True, u'network_id': u'fd432f4c-4416-44d2-841d-0e53fdd58807', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T06:27:24Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 06:27:24,516 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 06:27:24,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "patrole-router_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "admin_state_up": true}}' 2018-08-13 06:27:25,828 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-a847f80d-a029-4a25-b289-70b9630ea300 Date: Mon, 13 Aug 2018 06:27:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T06:27:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:27:25Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "46886823-17a6-4eb9-877c-fc1e49c1cf85", "name": "patrole-router_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e"}} 2018-08-13 06:27:25,829 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a847f80d-a029-4a25-b289-70b9630ea300 2018-08-13 06:27:25,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.31291604042s 2018-08-13 06:27:25,829 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a847f80d-a029-4a25-b289-70b9630ea300 2018-08-13 06:27:25,830 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.200'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T06:27:24Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T06:27:25Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'46886823-17a6-4eb9-877c-fc1e49c1cf85', u'name': u'patrole-router_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e'}) 2018-08-13 06:27:25,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 06:27:25,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"subnet_id": "3c68d888-caca-4e8f-ace0-679f1ffdfa71"}' 2018-08-13 06:27:27,531 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-371fbdfb-90de-497b-af9a-e78165171e61 Date: Mon, 13 Aug 2018 06:27:27 GMT RESP BODY: {"network_id": "fd432f4c-4416-44d2-841d-0e53fdd58807", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "3c68d888-caca-4e8f-ace0-679f1ffdfa71", "subnet_ids": ["3c68d888-caca-4e8f-ace0-679f1ffdfa71"], "port_id": "1107fcf2-4c37-4c87-8427-678d29cdf2f4", "id": "46886823-17a6-4eb9-877c-fc1e49c1cf85"} 2018-08-13 06:27:27,531 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85/add_router_interface.json used request id req-371fbdfb-90de-497b-af9a-e78165171e61 2018-08-13 06:27:27,531 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.70093607903s 2018-08-13 06:27:27,532 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85/add_router_interface.json used request id req-371fbdfb-90de-497b-af9a-e78165171e61 returning object 46886823-17a6-4eb9-877c-fc1e49c1cf85 2018-08-13 06:27:27,532 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 06:27:27,664 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 06:27:27,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:27:27,670 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 06:27:27 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 06:27:27,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:27:27,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:27,950 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-83d435e4-9083-4594-803a-4f92467eaf42 Date: Mon, 13 Aug 2018 06:27:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:27:27,950 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-83d435e4-9083-4594-803a-4f92467eaf42 2018-08-13 06:27:27,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.277752876282s 2018-08-13 06:27:27,950 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-83d435e4-9083-4594-803a-4f92467eaf42 2018-08-13 06:27:27,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 06:27:27,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e"}' 2018-08-13 06:27:28,007 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b2486825-fe2b-4710-8cca-0e574bb316fb Date: Mon, 13 Aug 2018 06:27:28 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:27:27Z", "file": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "size": null, "self": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "checksum": null, "created_at": "2018-08-13T06:27:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 06:27:28,007 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b2486825-fe2b-4710-8cca-0e574bb316fb 2018-08-13 06:27:28,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0484750270844s 2018-08-13 06:27:28,007 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-b2486825-fe2b-4710-8cca-0e574bb316fb returning object a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c 2018-08-13 06:27:28,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 06:27:28,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '' 2018-08-13 06:27:28,740 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e6796c83-feed-4e4d-9d00-cbdcb7e3d20a Date: Mon, 13 Aug 2018 06:27:28 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:27:28,740 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file used request id req-e6796c83-feed-4e4d-9d00-cbdcb7e3d20a 2018-08-13 06:27:28,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.732234954834s 2018-08-13 06:27:28,741 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file used request id req-e6796c83-feed-4e4d-9d00-cbdcb7e3d20a 2018-08-13 06:27:28,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:27:28,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:28,770 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-705e3a49-6fd4-4ede-b4e8-84e9c75ec357 Date: Mon, 13 Aug 2018 06:27:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:27:28Z", "file": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "size": 12716032, "self": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T06:27:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:27:28,770 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-705e3a49-6fd4-4ede-b4e8-84e9c75ec357 2018-08-13 06:27:28,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0252170562744s 2018-08-13 06:27:28,770 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-705e3a49-6fd4-4ede-b4e8-84e9c75ec357 2018-08-13 06:27:28,772 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c', 'size': 12716032, u'self': u'/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T06:27:28Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T06:27:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', 'created': u'2018-08-13T06:27:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T06:27:27Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 06:27:28,773 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 06:27:28,775 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 06:27:29,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27: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-594a7033-be80-46b9-87b7-7772afaef65d x-compute-request-id: req-594a7033-be80-46b9-87b7-7772afaef65d Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/40634fac-5f1f-425d-9605-c301c60485dd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "40634fac-5f1f-425d-9605-c301c60485dd"}} 2018-08-13 06:27:29,063 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-594a7033-be80-46b9-87b7-7772afaef65d 2018-08-13 06:27:29,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.289743900299s 2018-08-13 06:27:29,063 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-594a7033-be80-46b9-87b7-7772afaef65d 2018-08-13 06:27:29,064 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'40634fac-5f1f-425d-9605-c301c60485dd', 'swap': 0}) 2018-08-13 06:27:29,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 06:27:29,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"extra_specs": {}}' 2018-08-13 06:27:29,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27: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-32b0af5f-6df7-4f5b-a245-6a16c7b8eaa0 x-compute-request-id: req-32b0af5f-6df7-4f5b-a245-6a16c7b8eaa0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 06:27:29,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd/os-extra_specs used request id req-32b0af5f-6df7-4f5b-a245-6a16c7b8eaa0 2018-08-13 06:27:29,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0258951187134s 2018-08-13 06:27:29,091 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd/os-extra_specs used request id req-32b0af5f-6df7-4f5b-a245-6a16c7b8eaa0 2018-08-13 06:27:29,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:27:29,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 06:27:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c42729f-ac9d-453f-8a5a-9301c48adfb9 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 06:27:29,100 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-2c42729f-ac9d-453f-8a5a-9301c48adfb9 2018-08-13 06:27:29,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 06:27:29,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:29,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f9797ca5-8839-4fd6-ba30-7b6d733deff0 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 06:27:29,273 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f9797ca5-8839-4fd6-ba30-7b6d733deff0 2018-08-13 06:27:29,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.170379161835s 2018-08-13 06:27:29,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-f9797ca5-8839-4fd6-ba30-7b6d733deff0 2018-08-13 06:27:29,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 06:27:29,281 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:29,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fcdbebfe-185d-4de4-8295-a0f02a3bd10f Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 06:27:29,455 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fcdbebfe-185d-4de4-8295-a0f02a3bd10f 2018-08-13 06:27:29,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176932096481s 2018-08-13 06:27:29,456 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-fcdbebfe-185d-4de4-8295-a0f02a3bd10f 2018-08-13 06:27:29,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-13 06:27:29,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:29,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27: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-1ff0d261-e3e4-4f6c-89a5-8ca0306ba398 x-compute-request-id: req-1ff0d261-e3e4-4f6c-89a5-8ca0306ba398 Content-Encoding: gzip Content-Length: 711 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "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": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 148, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 06:27:29,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-1ff0d261-e3e4-4f6c-89a5-8ca0306ba398 2018-08-13 06:27:29,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0332288742065s 2018-08-13 06:27:29,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-1ff0d261-e3e4-4f6c-89a5-8ca0306ba398 2018-08-13 06:27:29,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:27:29,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:29,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-f9f676f3-abbf-4701-af32-f885e0c508ba Date: Mon, 13 Aug 2018 06:27:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:27:28Z", "file": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "size": 12716032, "self": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T06:27:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:27:29,671 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f9f676f3-abbf-4701-af32-f885e0c508ba 2018-08-13 06:27:29,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.165750026703s 2018-08-13 06:27:29,671 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f9f676f3-abbf-4701-af32-f885e0c508ba 2018-08-13 06:27:29,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 06:27:29,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e"}' 2018-08-13 06:27:29,855 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/0e4188c7-e06c-4951-acde-f6e917816710 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-9cbcb158-c037-4732-bdf1-250691141852 Date: Mon, 13 Aug 2018 06:27:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:27:29Z", "file": "/v2/images/0e4188c7-e06c-4951-acde-f6e917816710/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "0e4188c7-e06c-4951-acde-f6e917816710", "size": null, "self": "/v2/images/0e4188c7-e06c-4951-acde-f6e917816710", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "checksum": null, "created_at": "2018-08-13T06:27:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 06:27:29,855 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9cbcb158-c037-4732-bdf1-250691141852 2018-08-13 06:27:29,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.175899028778s 2018-08-13 06:27:29,856 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-9cbcb158-c037-4732-bdf1-250691141852 returning object 0e4188c7-e06c-4951-acde-f6e917816710 2018-08-13 06:27:29,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 06:27:29,860 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/0e4188c7-e06c-4951-acde-f6e917816710/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '' 2018-08-13 06:27:31,071 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c70e499e-460b-42f8-b1bb-d32345716d1d Date: Mon, 13 Aug 2018 06:27:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:27:31,071 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0e4188c7-e06c-4951-acde-f6e917816710/file used request id req-c70e499e-460b-42f8-b1bb-d32345716d1d 2018-08-13 06:27:31,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.21484398842s 2018-08-13 06:27:31,072 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0e4188c7-e06c-4951-acde-f6e917816710/file used request id req-c70e499e-460b-42f8-b1bb-d32345716d1d 2018-08-13 06:27:31,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:27:31,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:27:31,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-b4fc3459-926d-47bb-81f2-d05ac7fbb9c4 Date: Mon, 13 Aug 2018 06:27:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:27:31Z", "file": "/v2/images/0e4188c7-e06c-4951-acde-f6e917816710/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "0e4188c7-e06c-4951-acde-f6e917816710", "size": 12716032, "self": "/v2/images/0e4188c7-e06c-4951-acde-f6e917816710", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/0e4188c7-e06c-4951-acde-f6e917816710/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/0e4188c7-e06c-4951-acde-f6e917816710/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T06:27:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:27:28Z", "file": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "size": 12716032, "self": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T06:27:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:27:31,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b4fc3459-926d-47bb-81f2-d05ac7fbb9c4 2018-08-13 06:27:31,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0265460014343s 2018-08-13 06:27:31,103 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-b4fc3459-926d-47bb-81f2-d05ac7fbb9c4 2018-08-13 06:27:31,105 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/0e4188c7-e06c-4951-acde-f6e917816710/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0e4188c7-e06c-4951-acde-f6e917816710/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'0e4188c7-e06c-4951-acde-f6e917816710', 'size': 12716032, u'self': u'/v2/images/0e4188c7-e06c-4951-acde-f6e917816710', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/0e4188c7-e06c-4951-acde-f6e917816710/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T06:27:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T06:27:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0e4188c7-e06c-4951-acde-f6e917816710', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', 'created': u'2018-08-13T06:27:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T06:27:29Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/0e4188c7-e06c-4951-acde-f6e917816710', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 06:27:31,106 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 06:27:31,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 06:27:31,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d04f50c3-6b2d-4904-9fcc-e75c76e3ce89 x-compute-request-id: req-d04f50c3-6b2d-4904-9fcc-e75c76e3ce89 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/89eb6223-6795-4076-b13a-c138eba9562a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "89eb6223-6795-4076-b13a-c138eba9562a"}} 2018-08-13 06:27:31,160 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d04f50c3-6b2d-4904-9fcc-e75c76e3ce89 2018-08-13 06:27:31,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0535359382629s 2018-08-13 06:27:31,160 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d04f50c3-6b2d-4904-9fcc-e75c76e3ce89 2018-08-13 06:27:31,161 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'89eb6223-6795-4076-b13a-c138eba9562a', 'swap': 0}) 2018-08-13 06:27:31,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 06:27:31,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"extra_specs": {}}' 2018-08-13 06:27:31,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:27:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ce1986ae-5c76-4c41-94da-b9279c235b69 x-compute-request-id: req-ce1986ae-5c76-4c41-94da-b9279c235b69 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 06:27:31,183 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a/os-extra_specs used request id req-ce1986ae-5c76-4c41-94da-b9279c235b69 2018-08-13 06:27:31,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.021861076355s 2018-08-13 06:27:31,184 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a/os-extra_specs used request id req-ce1986ae-5c76-4c41-94da-b9279c235b69 2018-08-13 06:27:31,184 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'89eb6223-6795-4076-b13a-c138eba9562a', 'swap': 0}) 2018-08-13 06:27:34,655 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-13 06:27:34,656 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-13 06:27:34,656 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-13 06:27:34,659 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-13 06:27:34,671 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-13 06:27:38,498 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-e741a426-6fcc-4ace-ae0a-d30d4d76beee/repo; stestr list '(?!.*test_networks_multiprovider_rbac)(?=patrole_tempest_plugin.tests.api.(image|network))' >/home/opnfv/functest/results/patrole/test_list.txt 2>/dev/null) 2018-08-13 06:27:38,498 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-13 06:27:38,512 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-13 06:27:38,513 - 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-08-13 06:29:32,100 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9613e222-5a75-4a60-9667-ee23412a8513 2018-08-13 06:29:32,101 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9613e222-5a75-4a60-9667-ee23412a8513']'. 2018-08-13 06:29:33,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-13 06:29:33,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-13 06:29:33,093 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 06:29:33,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9613e222-5a75-4a60-9667-ee23412a8513 | 2018-08-13 06:29:33,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-13 06:29:33,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-13 06:27:41 | 2018-08-13 06:29:33,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-13 06:29:31 | 2018-08-13 06:29:33,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:50 | 2018-08-13 06:29:33,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-13 06:29:33,094 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-13 06:29:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: e741a426-6fcc-4ace-ae0a-d30d4d76beee) | 2018-08-13 06:29:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-13 06:29:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 415da729-1f98-4aa4-be76-833268ed8e98) | 2018-08-13 06:29:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-08-13 06:29:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 88.054 | 2018-08-13 06:29:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 124 | 2018-08-13 06:29:33,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 12 | 2018-08-13 06:29:33,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-13 06:29:33,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-13 06:29:33,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-13 06:29:33,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 06:29:33,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-13 06:29:33,096 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-13 06:29:33,202 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-08-13 06:29:33,377 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 06:29:33,377 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 02:10 | PASS | +-------------------+------------------+------------------+----------------+ 2018-08-13 06:29:33,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 06:29:33,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/0e4188c7-e06c-4951-acde-f6e917816710 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:34,826 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7be1e340-9c32-433a-91f5-b7d74bca4255 Date: Mon, 13 Aug 2018 06:29:34 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:29:34,827 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0e4188c7-e06c-4951-acde-f6e917816710 used request id req-7be1e340-9c32-433a-91f5-b7d74bca4255 2018-08-13 06:29:34,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.44726109505s 2018-08-13 06:29:34,827 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0e4188c7-e06c-4951-acde-f6e917816710 used request id req-7be1e340-9c32-433a-91f5-b7d74bca4255 2018-08-13 06:29:34,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 06:29:34,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:34,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29: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-18391757-f3f9-4707-88d4-7c2665fab5f0 x-compute-request-id: req-18391757-f3f9-4707-88d4-7c2665fab5f0 Content-Encoding: gzip Content-Length: 361 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/40634fac-5f1f-425d-9605-c301c60485dd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "40634fac-5f1f-425d-9605-c301c60485dd"}, {"name": "patrole-flavor_alt_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/89eb6223-6795-4076-b13a-c138eba9562a", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "89eb6223-6795-4076-b13a-c138eba9562a"}]} 2018-08-13 06:29:34,850 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-18391757-f3f9-4707-88d4-7c2665fab5f0 2018-08-13 06:29:34,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0225579738617s 2018-08-13 06:29:34,851 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-18391757-f3f9-4707-88d4-7c2665fab5f0 2018-08-13 06:29:34,853 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 06:29:34,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:34,885 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 06:29: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-1d8e9366-3d59-4272-914e-a2fd38cbee71 x-compute-request-id: req-1d8e9366-3d59-4272-914e-a2fd38cbee71 Content-Length: 0 Content-Type: application/json 2018-08-13 06:29:34,885 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a used request id req-1d8e9366-3d59-4272-914e-a2fd38cbee71 2018-08-13 06:29:34,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0326511859894s 2018-08-13 06:29:34,885 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/89eb6223-6795-4076-b13a-c138eba9562a used request id req-1d8e9366-3d59-4272-914e-a2fd38cbee71 2018-08-13 06:29:34,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 06:29:34,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" -d '{"subnet_id": "3c68d888-caca-4e8f-ace0-679f1ffdfa71"}' 2018-08-13 06:29:36,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ec8e1d91-b2d1-4861-b654-020eaa99cd4a Date: Mon, 13 Aug 2018 06:29:36 GMT RESP BODY: {"network_id": "fd432f4c-4416-44d2-841d-0e53fdd58807", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "3c68d888-caca-4e8f-ace0-679f1ffdfa71", "subnet_ids": ["3c68d888-caca-4e8f-ace0-679f1ffdfa71"], "port_id": "1107fcf2-4c37-4c87-8427-678d29cdf2f4", "id": "46886823-17a6-4eb9-877c-fc1e49c1cf85"} 2018-08-13 06:29:36,759 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85/remove_router_interface.json used request id req-ec8e1d91-b2d1-4861-b654-020eaa99cd4a 2018-08-13 06:29:36,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.87323117256s 2018-08-13 06:29:36,759 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85/remove_router_interface.json used request id req-ec8e1d91-b2d1-4861-b654-020eaa99cd4a returning object 46886823-17a6-4eb9-877c-fc1e49c1cf85 2018-08-13 06:29:36,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 06:29:36,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:36,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-257fd150-7fe0-4f3a-9b00-7141358c3a8e Date: Mon, 13 Aug 2018 06:29:36 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T06:27:24Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:29:36Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "46886823-17a6-4eb9-877c-fc1e49c1cf85", "name": "patrole-router_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e"}]} 2018-08-13 06:29:36,873 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-257fd150-7fe0-4f3a-9b00-7141358c3a8e 2018-08-13 06:29:36,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113168001175s 2018-08-13 06:29:36,873 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-257fd150-7fe0-4f3a-9b00-7141358c3a8e 2018-08-13 06:29:36,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 06:29:36,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:38,642 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-22be81a9-2f43-4dd1-8290-f1ca54b1820c Content-Length: 0 Date: Mon, 13 Aug 2018 06:29:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:29:38,643 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85.json used request id req-22be81a9-2f43-4dd1-8290-f1ca54b1820c 2018-08-13 06:29:38,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.76801395416s 2018-08-13 06:29:38,643 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46886823-17a6-4eb9-877c-fc1e49c1cf85.json used request id req-22be81a9-2f43-4dd1-8290-f1ca54b1820c 2018-08-13 06:29:38,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 06:29:38,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:38,688 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1289 X-Openstack-Request-Id: req-f2abd5a3-62c6-44e0-aa6c-fc3278f0cb27 Date: Mon, 13 Aug 2018 06:29:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"fd432f4c-4416-44d2-841d-0e53fdd58807","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:27:24Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:27:24Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"3c68d888-caca-4e8f-ace0-679f1ffdfa71","subnetpool_id":null,"name":"patrole-subnet_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-13 06:29:38,688 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f2abd5a3-62c6-44e0-aa6c-fc3278f0cb27 2018-08-13 06:29:38,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0442950725555s 2018-08-13 06:29:38,688 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-f2abd5a3-62c6-44e0-aa6c-fc3278f0cb27 2018-08-13 06:29:38,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 06:29:38,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/3c68d888-caca-4e8f-ace0-679f1ffdfa71.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:39,526 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-192c5e7d-3961-479a-99d6-9ca52ff33695 Date: Mon, 13 Aug 2018 06:29:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:29:39,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3c68d888-caca-4e8f-ace0-679f1ffdfa71.json used request id req-192c5e7d-3961-479a-99d6-9ca52ff33695 2018-08-13 06:29:39,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.836015939713s 2018-08-13 06:29:39,526 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/3c68d888-caca-4e8f-ace0-679f1ffdfa71.json used request id req-192c5e7d-3961-479a-99d6-9ca52ff33695 2018-08-13 06:29:39,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:29:39,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:39,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1350 X-Openstack-Request-Id: req-73f14eb7-e0c6-49d0-a308-cc22bc73c912 Date: Mon, 13 Aug 2018 06:29:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"fd432f4c-4416-44d2-841d-0e53fdd58807","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T06:29:39Z","provider:segmentation_id":97,"name":"patrole-net_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T06:27:23Z","provider:network_type":"vxlan"}]} 2018-08-13 06:29:39,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-73f14eb7-e0c6-49d0-a308-cc22bc73c912 2018-08-13 06:29:39,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0912189483643s 2018-08-13 06:29:39,619 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-73f14eb7-e0c6-49d0-a308-cc22bc73c912 2018-08-13 06:29:39,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 06:29:39,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/fd432f4c-4416-44d2-841d-0e53fdd58807.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:40,994 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-07a7eeec-f336-4952-b779-7342fb92c203 Date: Mon, 13 Aug 2018 06:29:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 06:29:40,994 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fd432f4c-4416-44d2-841d-0e53fdd58807.json used request id req-07a7eeec-f336-4952-b779-7342fb92c203 2018-08-13 06:29:40,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.37456488609s 2018-08-13 06:29:40,995 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/fd432f4c-4416-44d2-841d-0e53fdd58807.json used request id req-07a7eeec-f336-4952-b779-7342fb92c203 2018-08-13 06:29:40,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:29:41,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:41,024 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-5ff8ea5c-4975-43b2-8d7e-0e2214979fc2 Date: Mon, 13 Aug 2018 06:29:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:27:28Z", "file": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "size": 12716032, "self": "/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T06:27:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:29:41,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5ff8ea5c-4975-43b2-8d7e-0e2214979fc2 2018-08-13 06:29:41,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0255620479584s 2018-08-13 06:29:41,025 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5ff8ea5c-4975-43b2-8d7e-0e2214979fc2 2018-08-13 06:29:41,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 06:29:41,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:41,305 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f4d812f0-ad0a-407b-8cfc-0731d4d91dc8 Date: Mon, 13 Aug 2018 06:29:41 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:29:41,305 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c used request id req-f4d812f0-ad0a-407b-8cfc-0731d4d91dc8 2018-08-13 06:29:41,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.27797794342s 2018-08-13 06:29:41,305 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/a4f2ec4b-58d7-4d88-8fdf-499d5d262c4c used request id req-f4d812f0-ad0a-407b-8cfc-0731d4d91dc8 2018-08-13 06:29:41,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 06:29:41,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:41,327 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-376c493a-0953-408c-a1aa-8f9d3bf6e92b x-compute-request-id: req-376c493a-0953-408c-a1aa-8f9d3bf6e92b Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_1935cdc3-b50f-4cfd-98b4-b022fa8f9e8e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/40634fac-5f1f-425d-9605-c301c60485dd", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "40634fac-5f1f-425d-9605-c301c60485dd"}]} 2018-08-13 06:29:41,327 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-376c493a-0953-408c-a1aa-8f9d3bf6e92b 2018-08-13 06:29:41,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215749740601s 2018-08-13 06:29:41,328 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-376c493a-0953-408c-a1aa-8f9d3bf6e92b 2018-08-13 06:29:41,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 06:29:41,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ba9bed3bff5a097c03977886cdf031134f4c0586" 2018-08-13 06:29:41,357 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 06:29:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2fdd02a9-2753-46f6-9f6d-62923909fb68 x-compute-request-id: req-2fdd02a9-2753-46f6-9f6d-62923909fb68 Content-Length: 0 Content-Type: application/json 2018-08-13 06:29:41,357 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd used request id req-2fdd02a9-2753-46f6-9f6d-62923909fb68 2018-08-13 06:29:41,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0275990962982s 2018-08-13 06:29:41,357 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/40634fac-5f1f-425d-9605-c301c60485dd used request id req-2fdd02a9-2753-46f6-9f6d-62923909fb68 2018-08-13 06:29:41,413 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-08-13 06:29:41,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 06:29:41,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 06:29:41,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 06:29:41,456 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 06:29:41,457 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 06:29:41,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 06:29:41,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 06:29:41,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 06:29:41,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 06:29:41,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 06:29:41,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 06:29:41,458 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 06:29:41,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:29:41,465 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdb40b15-5d28-48f4-81c7-506e382bf752 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 06:29:41,465 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cdb40b15-5d28-48f4-81c7-506e382bf752 2018-08-13 06:29:41,465 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 06:29:41,859 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T07:29:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["QBxRg_mtT2iv6K-A-lQJJQ"], "issued_at": "2018-08-13T06:29:41.000000Z"}} 2018-08-13 06:29:41,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 06:29:41,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:42,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4f49c703-0048-4178-912c-ce4661dadb2b Date: Mon, 13 Aug 2018 06:29:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 06:29:42,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f49c703-0048-4178-912c-ce4661dadb2b 2018-08-13 06:29:42,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.569086074829s 2018-08-13 06:29:42,432 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4f49c703-0048-4178-912c-ce4661dadb2b 2018-08-13 06:29:42,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:29:42,443 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 06:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-15d91ef6-43c9-41b6-adc0-b10a45c15cce Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 06:29:42,443 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-15d91ef6-43c9-41b6-adc0-b10a45c15cce 2018-08-13 06:29:42,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 06:29:42,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:42,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac46cb52-ca57-45ee-8589-640614010636 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 06:29:42,547 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ac46cb52-ca57-45ee-8589-640614010636 2018-08-13 06:29:42,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103335142136s 2018-08-13 06:29:42,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-ac46cb52-ca57-45ee-8589-640614010636 2018-08-13 06:29:42,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 06:29:42,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}}' 2018-08-13 06:29:42,769 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 06:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc389bfe-68ef-4548-ae54-654c62e41b5f Content-Length: 354 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de"}, "tags": [], "enabled": true, "id": "5116394dc2864fe6b3f81cb62352c7de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}} 2018-08-13 06:29:42,769 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-bc389bfe-68ef-4548-ae54-654c62e41b5f 2018-08-13 06:29:42,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.214238882065s 2018-08-13 06:29:42,769 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-bc389bfe-68ef-4548-ae54-654c62e41b5f 2018-08-13 06:29:42,770 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: vmtp', u'tags': [], 'enabled': True, 'id': u'5116394dc2864fe6b3f81cb62352c7de', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2'}) 2018-08-13 06:29:42,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 06:29:42,780 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "70e4bf5d-f80d-4c9a-aae6-9cde1a54399a", "email": null, "name": "vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}}' 2018-08-13 06:29:43,229 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 06:29:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0e9f5f53-2ae1-4a5e-a65a-f5b96b6161a4 Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "links": {"self": "http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5148d846fbbf4636b6ea4c601d51ce53", "domain_id": "default", "password_expires_at": null}} 2018-08-13 06:29:43,229 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-0e9f5f53-2ae1-4a5e-a65a-f5b96b6161a4 2018-08-13 06:29:43,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.453440189362s 2018-08-13 06:29:43,230 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-0e9f5f53-2ae1-4a5e-a65a-f5b96b6161a4 2018-08-13 06:29:43,230 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'5148d846fbbf4636b6ea4c601d51ce53', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2'}) 2018-08-13 06:29:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 06:29:43,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:43,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2592a113-10ac-473a-945d-efeb65f6282b Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 06:29:43,410 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2592a113-10ac-473a-945d-efeb65f6282b 2018-08-13 06:29:43,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.1761469841s 2018-08-13 06:29:43,410 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2592a113-10ac-473a-945d-efeb65f6282b 2018-08-13 06:29:43,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 06:29:43,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:43,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0e89475c-0e58-4e17-84d7-1180a52946be Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 06:29:43,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0e89475c-0e58-4e17-84d7-1180a52946be 2018-08-13 06:29:43,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100138902664s 2018-08-13 06:29:43,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-0e89475c-0e58-4e17-84d7-1180a52946be 2018-08-13 06:29:43,520 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 06:29:43,523 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:43,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2224ee00-eb40-4c8a-a813-134d6eae4f5a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 06:29:43,693 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2224ee00-eb40-4c8a-a813-134d6eae4f5a 2018-08-13 06:29:43,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.173871994019s 2018-08-13 06:29:43,694 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-2224ee00-eb40-4c8a-a813-134d6eae4f5a 2018-08-13 06:29:43,699 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 06:29:43,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:43,876 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a436a3e8-74c5-45ad-9405-18f5639bcab3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 06:29:43,876 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a436a3e8-74c5-45ad-9405-18f5639bcab3 2018-08-13 06:29:43,876 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177404880524s 2018-08-13 06:29:43,876 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-a436a3e8-74c5-45ad-9405-18f5639bcab3 2018-08-13 06:29:43,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 06:29:43,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:44,085 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25dac110-26c2-480d-a385-7e97c5e843ba Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "links": {"self": "http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5148d846fbbf4636b6ea4c601d51ce53", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 06:29:44,086 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-25dac110-26c2-480d-a385-7e97c5e843ba 2018-08-13 06:29:44,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208406209946s 2018-08-13 06:29:44,086 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-25dac110-26c2-480d-a385-7e97c5e843ba 2018-08-13 06:29:44,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 06:29:44,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:44,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6abca2f6-e6e1-4a4b-a0b5-2150f62250d5 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de"}, "tags": [], "enabled": true, "id": "5116394dc2864fe6b3f81cb62352c7de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}]} 2018-08-13 06:29:44,284 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6abca2f6-e6e1-4a4b-a0b5-2150f62250d5 2018-08-13 06:29:44,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186470031738s 2018-08-13 06:29:44,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-6abca2f6-e6e1-4a4b-a0b5-2150f62250d5 2018-08-13 06:29:44,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 06:29:44,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5116394dc2864fe6b3f81cb62352c7de" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:44,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65400c49-b13e-4cd5-b449-05f949b4a5ac Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5116394dc2864fe6b3f81cb62352c7de", "previous": null, "next": null}} 2018-08-13 06:29:44,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5116394dc2864fe6b3f81cb62352c7de used request id req-65400c49-b13e-4cd5-b449-05f949b4a5ac 2018-08-13 06:29:44,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109407186508s 2018-08-13 06:29:44,402 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5116394dc2864fe6b3f81cb62352c7de used request id req-65400c49-b13e-4cd5-b449-05f949b4a5ac 2018-08-13 06:29:44,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 06:29:44,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de/users/5148d846fbbf4636b6ea4c601d51ce53/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:44,557 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-23319a1b-44cb-4f0e-b95b-0527ed530b30 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 06:29:44,558 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de/users/5148d846fbbf4636b6ea4c601d51ce53/roles/178c76b5dcf840798988d37683e957fc used request id req-23319a1b-44cb-4f0e-b95b-0527ed530b30 2018-08-13 06:29:44,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.15231013298s 2018-08-13 06:29:44,558 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de/users/5148d846fbbf4636b6ea4c601d51ce53/roles/178c76b5dcf840798988d37683e957fc used request id req-23319a1b-44cb-4f0e-b95b-0527ed530b30 2018-08-13 06:29:44,559 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'5116394dc2864fe6b3f81cb62352c7de', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '70e4bf5d-f80d-4c9a-aae6-9cde1a54399a', 'username': u'vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 06:29:44,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 06:29:44,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 06:29:44,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 06:29:44,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 06:29:44,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 06:29:44,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 06:29:44,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 06:29:44,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 06:29:44,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 06:29:44,563 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 06:29:44,564 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'password': '70e4bf5d-f80d-4c9a-aae6-9cde1a54399a', 'project_name': 'vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '5116394dc2864fe6b3f81cb62352c7de', 'project_domain_name': 'Default'} 2018-08-13 06:29:44,570 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-08-13 06:29:44,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:29:44,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a7c4693-bba4-453b-80c0-dbb69edf9a6d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 06:29:44,578 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3a7c4693-bba4-453b-80c0-dbb69edf9a6d 2018-08-13 06:29:44,579 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 06:29:44,975 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T07:29:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5116394dc2864fe6b3f81cb62352c7de", "name": "vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/5116394dc2864fe6b3f81cb62352c7de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/5116394dc2864fe6b3f81cb62352c7de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/5116394dc2864fe6b3f81cb62352c7de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/5116394dc2864fe6b3f81cb62352c7de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/5116394dc2864fe6b3f81cb62352c7de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/5116394dc2864fe6b3f81cb62352c7de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/5116394dc2864fe6b3f81cb62352c7de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/5116394dc2864fe6b3f81cb62352c7de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/5116394dc2864fe6b3f81cb62352c7de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/5116394dc2864fe6b3f81cb62352c7de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/5116394dc2864fe6b3f81cb62352c7de", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/5116394dc2864fe6b3f81cb62352c7de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_5116394dc2864fe6b3f81cb62352c7de", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_5116394dc2864fe6b3f81cb62352c7de", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "id": "5148d846fbbf4636b6ea4c601d51ce53"}, "audit_ids": ["TuriM3g5TD2qYzpLrAH9tw"], "issued_at": "2018-08-13T06:29:44.000000Z"}} 2018-08-13 06:29:44,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 06:29:44,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "admin_state_up": true}}' 2018-08-13 06:29:46,353 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 615 X-Openstack-Request-Id: req-3dbf0363-f3b5-4045-8c1d-7a65716198ef Date: Mon, 13 Aug 2018 06:29:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "updated_at": "2018-08-13T06:29:46Z", "revision_number": 2, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}} 2018-08-13 06:29:46,353 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3dbf0363-f3b5-4045-8c1d-7a65716198ef 2018-08-13 06:29:46,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37436795235s 2018-08-13 06:29:46,354 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-3dbf0363-f3b5-4045-8c1d-7a65716198ef 2018-08-13 06:29:46,354 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.201'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5116394dc2864fe6b3f81cb62352c7de', u'created_at': u'2018-08-13T06:29:45Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T06:29:46Z', u'revision_number': 2, u'routes': [], u'project_id': u'5116394dc2864fe6b3f81cb62352c7de', u'id': u'14f29cd2-7377-4608-b206-014a82548dd8', u'name': u'vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2'}) 2018-08-13 06:29:46,355 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-08-13 06:29:47,843 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:81360220b4382d4b91eef0ebaf46a661 sha256:c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e 2018-08-13 06:29:47,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 06:29:47,848 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 06:29:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 06:29:47,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:29:47,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 06:29:48,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-77ddf969-6126-4bba-a2cf-e95b3a083774 Date: Mon, 13 Aug 2018 06:29:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:29:48,122 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-77ddf969-6126-4bba-a2cf-e95b3a083774 2018-08-13 06:29:48,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.271249055862s 2018-08-13 06:29:48,122 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-77ddf969-6126-4bba-a2cf-e95b3a083774 2018-08-13 06:29:48,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 06:29:48,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" -d '{"owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "owner_specified.shade.object": "images/vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}' 2018-08-13 06:29:48,187 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f02d4853-d72f-458d-bd44-4911bb3be2d7 Date: Mon, 13 Aug 2018 06:29:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:29:48Z", "file": "/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/file", "owner": "5116394dc2864fe6b3f81cb62352c7de", "id": "c8d43de4-5057-47f2-84da-0825e2fbdd7c", "size": null, "self": "/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "checksum": null, "created_at": "2018-08-13T06:29:48Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 06:29:48,187 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f02d4853-d72f-458d-bd44-4911bb3be2d7 2018-08-13 06:29:48,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0568630695343s 2018-08-13 06:29:48,188 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f02d4853-d72f-458d-bd44-4911bb3be2d7 returning object c8d43de4-5057-47f2-84da-0825e2fbdd7c 2018-08-13 06:29:48,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 06:29:48,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" -d '' 2018-08-13 06:29:52,610 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5647db11-a963-4165-9d1d-3659c8c21beb Date: Mon, 13 Aug 2018 06:29:52 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 06:29:52,611 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/file used request id req-5647db11-a963-4165-9d1d-3659c8c21beb 2018-08-13 06:29:52,611 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.42220592499s 2018-08-13 06:29:52,611 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/file used request id req-5647db11-a963-4165-9d1d-3659c8c21beb 2018-08-13 06:29:52,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 06:29:52,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 06:29:52,657 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-0d606508-320b-40a8-9f36-793e39880424 Date: Mon, 13 Aug 2018 06:29:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:29:52Z", "file": "/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/file", "owner": "5116394dc2864fe6b3f81cb62352c7de", "id": "c8d43de4-5057-47f2-84da-0825e2fbdd7c", "size": 263062016, "self": "/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-13T06:29:48Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 06:29:52,657 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0d606508-320b-40a8-9f36-793e39880424 2018-08-13 06:29:52,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0419039726257s 2018-08-13 06:29:52,657 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-0d606508-320b-40a8-9f36-793e39880424 2018-08-13 06:29:52,659 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/file', 'owner': u'5116394dc2864fe6b3f81cb62352c7de', 'id': u'c8d43de4-5057-47f2-84da-0825e2fbdd7c', 'size': 263062016, u'self': u'/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5116394dc2864fe6b3f81cb62352c7de', 'name': 'vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T06:29:52Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T06:29:52Z', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', 'properties': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'created': u'2018-08-13T06:29:48Z', 'checksum': u'81360220b4382d4b91eef0ebaf46a661', 'created_at': u'2018-08-13T06:29:48Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', 'metadata': {u'os_hash_value': u'3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350', u'self': u'/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e', u'owner_specified.shade.object': u'images/vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2', u'owner_specified.shade.md5': u'81360220b4382d4b91eef0ebaf46a661', u'schema': u'/v2/schemas/image'}}) 2018-08-13 06:29:52,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 06:29:52,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": null, "swap": 0}}' 2018-08-13 06:29:52,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06: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-3e56325c-a663-4411-833a-f445a0079bfb x-compute-request-id: req-3e56325c-a663-4411-833a-f445a0079bfb Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "bdb07ebf-0060-41f3-91af-5954ae9a3a9a"}} 2018-08-13 06:29:52,959 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3e56325c-a663-4411-833a-f445a0079bfb 2018-08-13 06:29:52,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.299327135086s 2018-08-13 06:29:52,959 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-3e56325c-a663-4411-833a-f445a0079bfb 2018-08-13 06:29:52,960 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'ephemeral': 0, 'ram': 2048, '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'1dcb5dba3d6d42ea97f37319eab783f3', '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': 0, 'id': u'bdb07ebf-0060-41f3-91af-5954ae9a3a9a', 'swap': 0}) 2018-08-13 06:29:52,961 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 06:29:52,964 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" -d '{"extra_specs": {}}' 2018-08-13 06:29:52,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06: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 x-openstack-request-id: req-6d782cdd-12bc-40c4-bc25-54d8ed5751db x-compute-request-id: req-6d782cdd-12bc-40c4-bc25-54d8ed5751db Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 06:29:52,980 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a/os-extra_specs used request id req-6d782cdd-12bc-40c4-bc25-54d8ed5751db 2018-08-13 06:29:52,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0185928344727s 2018-08-13 06:29:52,980 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a/os-extra_specs used request id req-6d782cdd-12bc-40c4-bc25-54d8ed5751db 2018-08-13 06:29:52,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 06:29:52,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:53,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81ab612-5d73-4b01-8e30-00334d5da6b4 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 06:29:53,089 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c81ab612-5d73-4b01-8e30-00334d5da6b4 2018-08-13 06:29:53,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105791091919s 2018-08-13 06:29:53,090 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-c81ab612-5d73-4b01-8e30-00334d5da6b4 2018-08-13 06:29:53,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 06:29:53,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:53,281 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03cbe8c3-72d9-4e94-bf58-e0a29a59b85a Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 06:29:53,282 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-03cbe8c3-72d9-4e94-bf58-e0a29a59b85a 2018-08-13 06:29:53,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187123060226s 2018-08-13 06:29:53,282 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-03cbe8c3-72d9-4e94-bf58-e0a29a59b85a 2018-08-13 06:29:53,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 06:29:53,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:53,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf76d26e-3b50-46ae-9161-a76ba8302c4b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 06:29:53,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-cf76d26e-3b50-46ae-9161-a76ba8302c4b 2018-08-13 06:29:53,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.101393938065s 2018-08-13 06:29:53,388 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-cf76d26e-3b50-46ae-9161-a76ba8302c4b 2018-08-13 06:29:53,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 06:29:53,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:53,512 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187740b1-11c8-414b-aaa3-e3d5f4db3a39 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "links": {"self": "http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5148d846fbbf4636b6ea4c601d51ce53", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 06:29:53,513 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-187740b1-11c8-414b-aaa3-e3d5f4db3a39 2018-08-13 06:29:53,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.123262882233s 2018-08-13 06:29:53,513 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-187740b1-11c8-414b-aaa3-e3d5f4db3a39 2018-08-13 06:29:53,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 06:29:53,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:53,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af2c0617-2549-4fff-be07-902f7d6cff13 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de"}, "tags": [], "enabled": true, "id": "5116394dc2864fe6b3f81cb62352c7de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}]} 2018-08-13 06:29:53,691 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-af2c0617-2549-4fff-be07-902f7d6cff13 2018-08-13 06:29:53,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.167963981628s 2018-08-13 06:29:53,691 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-af2c0617-2549-4fff-be07-902f7d6cff13 2018-08-13 06:29:53,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 06:29:53,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5116394dc2864fe6b3f81cb62352c7de" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:53,877 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e02ee43f-a95f-42a2-b192-1b7c29b92b17 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5116394dc2864fe6b3f81cb62352c7de", "previous": null, "next": null}} 2018-08-13 06:29:53,877 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5116394dc2864fe6b3f81cb62352c7de used request id req-e02ee43f-a95f-42a2-b192-1b7c29b92b17 2018-08-13 06:29:53,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.178428888321s 2018-08-13 06:29:53,877 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=5148d846fbbf4636b6ea4c601d51ce53&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5116394dc2864fe6b3f81cb62352c7de used request id req-e02ee43f-a95f-42a2-b192-1b7c29b92b17 2018-08-13 06:29:53,880 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 06:29:53,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de/users/5148d846fbbf4636b6ea4c601d51ce53/roles/1af22b0960704f3c9a15cf7b53bd46e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 06:29:54,009 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 06:29:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d2d17aa1-c68b-4f91-a06f-07648b0b29ba Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 06:29:54,009 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de/users/5148d846fbbf4636b6ea4c601d51ce53/roles/1af22b0960704f3c9a15cf7b53bd46e0 used request id req-d2d17aa1-c68b-4f91-a06f-07648b0b29ba 2018-08-13 06:29:54,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.129487991333s 2018-08-13 06:29:54,010 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de/users/5148d846fbbf4636b6ea4c601d51ce53/roles/1af22b0960704f3c9a15cf7b53bd46e0 used request id req-d2d17aa1-c68b-4f91-a06f-07648b0b29ba 2018-08-13 06:29:54,010 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2' 2018-08-13 06:29:54,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-13 06:29:54,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" -d '{"keypair": {"name": "vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}}' 2018-08-13 06:29:54,470 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 06:29: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-b787da92-bd2e-4449-b412-18c167070af5 x-compute-request-id: req-b787da92-bd2e-4449-b412-18c167070af5 Content-Encoding: gzip Content-Length: 1795 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDf3+oOXguRCAZkI4XZ26la3AQq4pIixVK+3jFW4UqWDWtEfRljuP01fU1H5inT55E0ZrVXloaXmxLaXB86R0Jw/FjbpMVreiohqoOkJPmSsC++Pefcg7NDa5IWCKzS+np972AHmhDVxP8q85bm5WjmSbC0TWLE2Bdg7gX4AfrMH47xj7K8DggOrMPaPWFm2TiTvjC6u/5eYrOOrejhDNYtrvEF1SwWlrrgrcGcvemmlsaTPtkumYqHlOC9gmBDxbQ1301+B77VzwuxAP2WBDwnNz92Aic4j7kxcrbUQHMsNxJ/kDNSVuT1FV8Ox4ei8+dP2BZiPiuEFv6lax5l2wev Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA39/qDl4LkQgGZCOF2dupWtwEKuKSIsVSvt4xVuFKlg1rRH0Z\nY7j9NX1NR+Yp0+eRNGa1V5aGl5sS2lwfOkdCcPxY26TFa3oqIaqDpCT5krAvvj3n\n3IOzQ2uSFgis0vp6fe9gB5oQ1cT/KvOW5uVo5kmwtE1ixNgXYO4F+AH6zB+O8Y+y\nvA4IDqzD2j1hZtk4k74wurv+XmKzjq3o4QzWLa7xBdUsFpa64K3BnL3pppbGkz7Z\nLpmKh5TgvYJgQ8W0Nd9Nfge+1c8LsQD9lgQ8Jzc/dgInOI+5MXK21EBzLDcSf5Az\nUlbk9RVfDseHovPnT9gWYj4rhBb+pWseZdsHrwIDAQABAoIBAC3I4lo724u2o2/5\nX9d1OAZv9p46pf5ccpa8ZETLYHCdn/Fq0DV30LkOvi5VIPrIYgbgdnfKPg5lVY64\nxl4p0qm+wgFxijp3yoQGFlQMh8n7JFh42qFbgd7o8gB1l7qyJTj6Kp6DYKwHVNQY\n6ySfiDuImI3XQbrWIrndE/VrmjoCXDxCovRq+hgeTdXc6+x38yvffrJW39LkPz/J\nKv7wIy+PsI2yvRAUeWs8mEnGVDNvbCGCBxKe6lU/C+8FxGkU63iaElagqhUMninc\nK5t8xLrwfBs7arSUUZAiclyqq/001gBMUgvoydBGB62RLq3+FdOqvEkXK8QhzIv1\nN8l79HkCgYEA+cXal3oXaz2txf8oQEUsqiZ5YNcp+ypUmBlDac9DqAPNxuy0GGhR\ngfUogC7XGdgQ7udEYjEgqS27bfJL0AW0X7d9NUuUHLj7+dVGRvKVxMuDjopmFvPh\nIfw0smbuB5RLgRYG827cuISEXBtDNgtnj8LfgyTqA1HN3tndb/5qtTMCgYEA5XTE\npmHrVWsDMc4ePonUcceoRmirM9skbsXqVpM0zr6nRQDAdBoedWCuT50bA1f0ujh5\n93b85tlHWPgQ7YL5k/QlCEXz9DXybaArJbtRlSQY3S5RDumJDlisRfUpdPlVpYWv\nBe8mjuZq7TkQORVFLZeeQE9P+hBLq7CM3WVwK5UCgYEAlFyByxgqcPjiD4nQTtzH\n+wl/b5ZeyWILfY0EDgWfGl2oDVDsaNMOFzOYKwunmSJObJnSdMDZtaQEgPo7LgU1\nbuV+6flKsQTwJyYX6GyPqaV5L2Hl4hxazeURKCcbnETp1HNRDaf8U13jgRJwidmc\nWjhWq39xwScGMikW7z8gAyECgYEAt5c/RPUyC61M6AvIjTdQwR0EGhnjaeFcfDll\nL5Im/Yj0YzSfyAWh+z65GcBVfc5hZKKNjCAraDXPbXNGcBOMyAHfo4f9EpgbefVe\nsJj5RMCWGFrXxnu7CryOUoc/fXWGPqMBEFlyW4InadlvjozjRgB7QW90SVvCgAQK\nIZbpMiUCgYAqeiqSaFuedDY1SbiG8w6TiI2OqVeOotCvygtt93h8egPOSxK1tRcP\n5Mr0pIXxn5J0mIsmT3f6VoW9PTYujqmj5k5n7+8MYyS6NV91G3pF0NDPluxDR17B\n1t1CxLdIJy890ECRfKiDVSN6H38GjPkcssG/UY2GodcsXFXAiMNkGA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "5148d846fbbf4636b6ea4c601d51ce53", "name": "vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "fingerprint": "3c:9a:20:43:b0:d7:0d:ef:8e:96:1f:51:ae:2e:97:4e"}} 2018-08-13 06:29:54,470 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-b787da92-bd2e-4449-b412-18c167070af5 2018-08-13 06:29:54,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.460016965866s 2018-08-13 06:29:54,471 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-b787da92-bd2e-4449-b412-18c167070af5 2018-08-13 06:29:54,472 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDf3+oOXguRCAZkI4XZ26la3AQq4pIixVK+3jFW4UqWDWtEfRljuP01fU1H5inT55E0ZrVXloaXmxLaXB86R0Jw/FjbpMVreiohqoOkJPmSsC++Pefcg7NDa5IWCKzS+np972AHmhDVxP8q85bm5WjmSbC0TWLE2Bdg7gX4AfrMH47xj7K8DggOrMPaPWFm2TiTvjC6u/5eYrOOrejhDNYtrvEF1SwWlrrgrcGcvemmlsaTPtkumYqHlOC9gmBDxbQ1301+B77VzwuxAP2WBDwnNz92Aic4j7kxcrbUQHMsNxJ/kDNSVuT1FV8Ox4ei8+dP2BZiPiuEFv6lax5l2wev Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA39/qDl4LkQgGZCOF2dupWtwEKuKSIsVSvt4xVuFKlg1rRH0Z\nY7j9NX1NR+Yp0+eRNGa1V5aGl5sS2lwfOkdCcPxY26TFa3oqIaqDpCT5krAvvj3n\n3IOzQ2uSFgis0vp6fe9gB5oQ1cT/KvOW5uVo5kmwtE1ixNgXYO4F+AH6zB+O8Y+y\nvA4IDqzD2j1hZtk4k74wurv+XmKzjq3o4QzWLa7xBdUsFpa64K3BnL3pppbGkz7Z\nLpmKh5TgvYJgQ8W0Nd9Nfge+1c8LsQD9lgQ8Jzc/dgInOI+5MXK21EBzLDcSf5Az\nUlbk9RVfDseHovPnT9gWYj4rhBb+pWseZdsHrwIDAQABAoIBAC3I4lo724u2o2/5\nX9d1OAZv9p46pf5ccpa8ZETLYHCdn/Fq0DV30LkOvi5VIPrIYgbgdnfKPg5lVY64\nxl4p0qm+wgFxijp3yoQGFlQMh8n7JFh42qFbgd7o8gB1l7qyJTj6Kp6DYKwHVNQY\n6ySfiDuImI3XQbrWIrndE/VrmjoCXDxCovRq+hgeTdXc6+x38yvffrJW39LkPz/J\nKv7wIy+PsI2yvRAUeWs8mEnGVDNvbCGCBxKe6lU/C+8FxGkU63iaElagqhUMninc\nK5t8xLrwfBs7arSUUZAiclyqq/001gBMUgvoydBGB62RLq3+FdOqvEkXK8QhzIv1\nN8l79HkCgYEA+cXal3oXaz2txf8oQEUsqiZ5YNcp+ypUmBlDac9DqAPNxuy0GGhR\ngfUogC7XGdgQ7udEYjEgqS27bfJL0AW0X7d9NUuUHLj7+dVGRvKVxMuDjopmFvPh\nIfw0smbuB5RLgRYG827cuISEXBtDNgtnj8LfgyTqA1HN3tndb/5qtTMCgYEA5XTE\npmHrVWsDMc4ePonUcceoRmirM9skbsXqVpM0zr6nRQDAdBoedWCuT50bA1f0ujh5\n93b85tlHWPgQ7YL5k/QlCEXz9DXybaArJbtRlSQY3S5RDumJDlisRfUpdPlVpYWv\nBe8mjuZq7TkQORVFLZeeQE9P+hBLq7CM3WVwK5UCgYEAlFyByxgqcPjiD4nQTtzH\n+wl/b5ZeyWILfY0EDgWfGl2oDVDsaNMOFzOYKwunmSJObJnSdMDZtaQEgPo7LgU1\nbuV+6flKsQTwJyYX6GyPqaV5L2Hl4hxazeURKCcbnETp1HNRDaf8U13jgRJwidmc\nWjhWq39xwScGMikW7z8gAyECgYEAt5c/RPUyC61M6AvIjTdQwR0EGhnjaeFcfDll\nL5Im/Yj0YzSfyAWh+z65GcBVfc5hZKKNjCAraDXPbXNGcBOMyAHfo4f9EpgbefVe\nsJj5RMCWGFrXxnu7CryOUoc/fXWGPqMBEFlyW4InadlvjozjRgB7QW90SVvCgAQK\nIZbpMiUCgYAqeiqSaFuedDY1SbiG8w6TiI2OqVeOotCvygtt93h8egPOSxK1tRcP\n5Mr0pIXxn5J0mIsmT3f6VoW9PTYujqmj5k5n7+8MYyS6NV91G3pF0NDPluxDR17B\n1t1CxLdIJy890ECRfKiDVSN6H38GjPkcssG/UY2GodcsXFXAiMNkGA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'5148d846fbbf4636b6ea4c601d51ce53', 'name': u'vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'created_at': '2018-08-13T06:29:54.472079', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5116394dc2864fe6b3f81cb62352c7de', 'name': 'vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'3c:9a:20:43:b0:d7:0d:ef:8e:96:1f:51:ae:2e:97:4e', 'type': 'ssh', 'id': u'vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2'}) 2018-08-13 06:29:54,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-13 06:29:54,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 06:29:54,509 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 06:29: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-ab767908-83be-4a04-bf0f-9f268dfb8f0f x-compute-request-id: req-ab767908-83be-4a04-bf0f-9f268dfb8f0f Content-Length: 0 Content-Type: application/json 2018-08-13 06:29:54,509 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2 used request id req-ab767908-83be-4a04-bf0f-9f268dfb8f0f 2018-08-13 06:29:54,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0368070602417s 2018-08-13 06:29:54,510 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/vmtp_a1609824-0b8e-4e15-89fb-0717ce7b14a2 used request id req-ab767908-83be-4a04-bf0f-9f268dfb8f0f 2018-08-13 06:29:55,484 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -sc # # VMTP default configuration file # # This configuration file is ALWAYS loaded by VMTP and should never be modified by users. # To specify your own property values, always define them in a separate config file # and pass that file to the script using -c or --config # Property values in that config file will override the default values in the current file # --- # Name of the image to use for launching the test VMs. This name must be # the exact same name used in OpenStack (as shown from 'nova image-list') # Any image running Linux should work (Fedora, Ubuntu, CentOS...) image_name: 'Ubuntu Server 14.04' #image_name: 'Fedora 21' # User name to use to ssh to the test VMs # This is specific to the image being used ssh_vm_username: 'ubuntu' #ssh_vm_username: fedora # Flavor name to use for all VMs created by VMTP. # If this flavor is unspecified, flavor name will be set to default name "vmtp". # If this flavor exists it will be re-used as-is by VMTP. # Otherwise, a flavor with attributes specified in flavor property will be created. flavor_type: 'vmtp' # Custom flavor attributes # This flavor attributes is used to create a new flavor # if flavor_type is unspecified or doesn't exist in openstack. # Any created flavor will be deleted after vmtp ends. flavor: # Number of vCPUs for the flavor vcpus: 1 # Memory for the flavor in MB ram: 2048 # Size of local disk in GB disk: 0 # metadata are supported and can be added if needed, optional # extra_specs: # "hw:cpu_policy": dedicated # "hw:mem_page_size": 2048 # Name of the availability zone to use for the test VMs # Must be one of the zones listed by 'nova availability-zone-list' # If the zone selected contains more than 1 compute node, the script # will determine inter-node and intra-node throughput. If it contains only # 1 compute node, only intra-node troughput will be measured. # If empty (default), VMTP will automatically pick the first 2 hosts # that are compute nodes regardless of the availability zone #availability_zone: 'nova' availability_zone: # DNS server IP addresses to use for the VM (list of 1 or more DNS servers) # This default DNS server is available on the Internet, # Change this to use a different DNS server if necessary, dns_nameservers: [ '8.8.8.8' ] # VMTP can automatically download a VM image if the image named by # image_name is missing, for that you need to specify a URL where # the image can be retrieved # # A link to a Ubuntu Server 14.04 qcow2 image can be used here: # https://cloud-images.ubuntu.com/trusty/current/trusty-server-cloudimg-amd64-disk1.img # # To upload the image as a file, prepend it with file:// like below # file:// vm_image_url: '' # ----------------------------------------------------------------------------- # These variables are not likely to be changed # Set this variable to a network name if you want the script to reuse # a specific existing external network. If empty, the script will reuse the # first external network it can find (the cloud must have at least 1 # external network defined and available for use) # # NOTE: When set, router and floating ip creation will be ignored, and the # existing management network will be used for tests. This is used for runnig # VMTP on a provider network. reuse_network_name: # Use of the script for special deployments floating_ip: True # Set this to an existing VM name if the script should not create new VM # and reuse existing VM reuse_existing_vm: # Set config drive to true to bypass metadata service and use config drive # An option of config_drive to True is provided to nova boot to enable this config_drive: # The location of the user_data file, which will be passed to every instance # when booting. user_data_file: # ipv6 mode. Set this to one of the following 3 modes # slaac : VM obtains IPV6 address from Openstack radvd using SLAAC # dhcpv6-stateful : VM obtains ipv6 address from dnsmasq using DHCPv6 stateful # dhcpv6-stateless : VM obtains ipv6 address from Openstack radvd using SLAAC and options from dnsmasq # If left blank use ipv4 ipv6_mode: # Default name for the router to use to connect the internal mgmt network # with the external network. If a router exists with this name it will be # reused, otherwise a new router will be created router_name: 'pns-router' # Defaul names for the internal networks used by the # script. If an existing network with this name exists it will be reused. # Otherwise a new internal network will be created with that name. # 2 networks are needed to test the case of network to network communication internal_network_name: ['pns-internal-net', 'pns-internal-net2'] # Name of the subnets associated to the internal mgmt network internal_subnet_name: ['pns-internal-subnet', 'pns-internal-subnet2'] # Name of the subnets for ipv6 internal_subnet_name_v6: ['pns-internal-v6-subnet','pns-internal-v6-subnet2'] # Default CIDRs to use for the internal mgmt subnet internal_cidr: ['192.168.1.0/24' , '192.168.2.0/24'] # Default CIDRs to use for data network for ipv6 internal_cidr_v6: ['2001:45::/64','2001:46::/64'] # The public and private keys to use to ssh to all targets (VMs, containers, hosts) # By default the SSH library will try several methods to authenticate: # - password if provided on the command line # - user's own key pair (under the home directory $HOME) if already setup # - the below key pair if not empty # If you want to use a specific key pair, specify the key pair files here. # This can be a pathname that is absolute or relative to the current directory public_key_file: private_key_file: # Name of the P&S public key in OpenStack to create for all test VMs public_key_name: 'pns_public_key' # name of the server VM vm_name_server: 'TestServer' # name of the client VM vm_name_client: 'TestClient' # name of the security group to create and use security_group_name: 'pns-security' # ping variables ping_count: 2 ping_pass_threshold: 80 # Max retry count for ssh to a VM (5 seconds between retries) ssh_retry_count: 50 # General retry count generic_retry_count: 50 # Times to run when measuring TCP Throughput tcp_tp_loop_count: 3 # TCP throughput list of packet sizes to measure # Can be overridden at the command line using --tcpbuf tcp_pkt_sizes: [65536] # UDP throughput list of packet sizes to measure # By default we measure for small, medium and large packets # Can be overridden at the command line using --udpbuf udp_pkt_sizes: [128, 1024, 8192] # List of packet sizes to measure with ping # By default we measure for 64 (small), 391 (IMIX average) and 1500 (large) icmp_pkt_sizes: [64, 391, 1500] # UDP packet loss rate threshold in percentage beyond which bandwidth # iterations stop and below which iteration with a higher # bandwidth continues # The first number is the minimal loss rate (inclusive) # The second number is the maximum loss rate (inclusive) # Iteration to find the "optimal" bandwidth will stop as soon as the loss rate # falls within that range: min <= loss_rate <= max # The final throughput measurement may return a loss rate out of this range # as that measurement is taken on a longer time than when iterating to find # the optimal throughput udp_loss_rate_range: [2, 5] # The default bandwidth limit (in Kbps) for TCP/UDP flow measurement # 0 means unlimited, which can be overridden at the command line using --bandwidth vm_bandwidth: 0 # Internal network name for OpenStack to hold data plane traffic os_dataplane_network: 'physnet1' ####################################### # VMTP MongoDB Connection information ####################################### ######################################## # Default MongoDB port is 27017, to override #vmtp_mongod_port: ######################################## # MongoDB pns database. # use "official_db" for official runs only. ######################################## vmtp_db: "client_db" ######################################## # MongoDB collection name. ######################################## vmtp_collection: "pns_web_entry" # When enabled, all logs will be sent to a fluentd server at the requested IP and port # The fluentd "tag" and "label" fields for every message will be set to "nfvbench" fluentd: # by default (logging_tag is empty) nfvbench log messages are not sent to fluentd # to enable logging to fluents, specify a valid fluentd tag name to be used for the # log records logging_tag: # IP address of the server, defaults to loopback ip: 127.0.0.1 # port # to use, by default, use the default fluentd forward port port: 24224 2018-08-13 07:11:23,000 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - vmtp -d --json /home/opnfv/functest/results/vmtp/vmtp.json -c /home/opnfv/functest/results/vmtp/vmtp.conf 2018-08-13 06:29:56,281 INFO Using http://172.30.9.22:5000/v3 2018-08-13 06:29:56,281 INFO VM public key: /tmp/tmpH8g55S 2018-08-13 06:29:56,281 INFO VM private key: /tmp/tmp8WGQZ4 2018-08-13 06:29:57,950 INFO Found image vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2 to launch VM, will continue 2018-08-13 06:29:58,513 INFO Using external router: vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2 2018-08-13 06:29:58,514 INFO Using external network: external. 2018-08-13 06:29:59,938 INFO Created internal network: pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2. 2018-08-13 06:30:00,677 INFO Created internal network: pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2. 2018-08-13 06:30:02,619 DEBUG Ext router associated to pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2 2018-08-13 06:30:04,508 DEBUG Ext router associated to pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2 2018-08-13 06:30:04,539 INFO OpenStack agent: Unknown agent 2018-08-13 06:30:04,539 INFO OpenStack network type: vxlan 2018-08-13 06:30:05,558 INFO [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Creating server VM... 2018-08-13 06:30:05,558 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-13 06:30:07,807 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 1 of 50... 2018-08-13 06:30:10,449 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 2 of 50... 2018-08-13 06:30:13,085 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 3 of 50... 2018-08-13 06:30:15,571 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 4 of 50... 2018-08-13 06:30:18,057 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 5 of 50... 2018-08-13 06:30:20,768 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 6 of 50... 2018-08-13 06:30:23,141 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 7 of 50... 2018-08-13 06:30:25,569 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 8 of 50... 2018-08-13 06:30:28,138 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 9 of 50... 2018-08-13 06:30:30,535 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 10 of 50... 2018-08-13 06:30:33,117 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 11 of 50... 2018-08-13 06:30:35,448 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 12 of 50... 2018-08-13 06:30:37,815 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 13 of 50... 2018-08-13 06:30:40,261 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 14 of 50... 2018-08-13 06:30:42,573 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 15 of 50... 2018-08-13 06:30:45,060 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 16 of 50... 2018-08-13 06:30:47,375 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 17 of 50... 2018-08-13 06:30:49,760 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 18 of 50... 2018-08-13 06:30:51,914 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 19 of 50... 2018-08-13 06:30:54,060 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 20 of 50... 2018-08-13 06:30:56,474 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 21 of 50... 2018-08-13 06:30:58,865 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 22 of 50... 2018-08-13 06:31:01,522 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 23 of 50... 2018-08-13 06:31:03,829 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 24 of 50... 2018-08-13 06:31:05,978 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 25 of 50... 2018-08-13 06:31:08,500 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 26 of 50... 2018-08-13 06:31:10,820 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 27 of 50... 2018-08-13 06:31:13,218 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 28 of 50... 2018-08-13 06:31:15,366 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 29 of 50... 2018-08-13 06:31:17,770 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 30 of 50... 2018-08-13 06:31:20,158 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 31 of 50... 2018-08-13 06:31:22,550 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 32 of 50... 2018-08-13 06:31:25,040 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 33 of 50... 2018-08-13 06:31:27,184 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 34 of 50... 2018-08-13 06:31:29,669 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 35 of 50... 2018-08-13 06:31:31,979 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 36 of 50... 2018-08-13 06:31:34,461 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 37 of 50... 2018-08-13 06:31:36,607 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 38 of 50... 2018-08-13 06:31:39,011 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 39 of 50... 2018-08-13 06:31:41,442 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 40 of 50... 2018-08-13 06:31:43,588 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 41 of 50... 2018-08-13 06:31:45,735 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 42 of 50... 2018-08-13 06:31:48,131 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 43 of 50... 2018-08-13 06:31:50,278 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 44 of 50... 2018-08-13 06:31:54,667 INFO [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Internal network IP: 192.168.1.4 2018-08-13 06:31:54,667 INFO [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] SSH IP: 172.30.9.212 2018-08-13 06:31:54,668 INFO [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Setup SSH for ubuntu@172.30.9.212 2018-08-13 06:33:30,141 INFO [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Installing nuttcp-8.1.4... 2018-08-13 06:33:30,186 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Copying nuttcp-8.1.4 to target... 2018-08-13 06:33:30,397 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Starting nuttcp-8.1.4 server... 2018-08-13 06:33:30,439 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] 2018-08-13 06:33:30,484 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Creating client VM... 2018-08-13 06:33:30,485 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-13 06:33:32,045 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 1 of 50... 2018-08-13 06:33:34,395 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 2 of 50... 2018-08-13 06:33:36,780 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 3 of 50... 2018-08-13 06:33:38,935 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 4 of 50... 2018-08-13 06:33:41,082 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 5 of 50... 2018-08-13 06:33:43,452 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] VM status=BUILD, retrying 6 of 50... 2018-08-13 06:33:47,756 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Internal network IP: 192.168.1.11 2018-08-13 06:33:47,756 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] SSH IP: 172.30.9.211 2018-08-13 06:33:47,756 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Setup SSH for ubuntu@172.30.9.211 2018-08-13 06:35:25,226 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Installing nuttcp-8.1.4... 2018-08-13 06:35:25,269 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Copying nuttcp-8.1.4 to target... 2018-08-13 06:35:25,433 INFO ============================================================ 2018-08-13 06:35:25,433 INFO Flow 1: VM to VM same network fixed IP (intra-node) 2018-08-13 06:35:34,476 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.745 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.249 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.114 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.224 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.146 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.289 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.188 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.124 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.153 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.109 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.109/0.234/0.745/0.179 ms 2018-08-13 06:35:43,520 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.129 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.162 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.122 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.098 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.104 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.232 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.142 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.100 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.085 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.101 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.085/0.127/0.232/0.042 ms 2018-08-13 06:35:52,560 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.389 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.271 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.122 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.181 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.165 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.161 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.239 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.146 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.342 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.164 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.122/0.218/0.389/0.085 ms 2018-08-13 06:35:52,561 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Measuring TCP Throughput (packet size=65536)... 2018-08-13 06:35:52,561 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:02,661 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=20643.6250 real_seconds=10.00 rate_Mbps=17313.3102 tx_cpu=38 rx_cpu=54 retrans=0 cwnd=3137 rtt_ms=0.15 2018-08-13 06:36:02,663 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:12,760 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=21166.5561 real_seconds=10.00 rate_Mbps=17753.9141 tx_cpu=37 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.23 2018-08-13 06:36:12,760 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:22,856 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=20067.2874 real_seconds=10.00 rate_Mbps=16829.8286 tx_cpu=35 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.11 2018-08-13 06:36:22,857 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Measuring UDP Throughput (packet size=128)... 2018-08-13 06:36:22,857 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:26,182 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=26.2946 real_seconds=1.00 rate_Mbps=220.4539 tx_cpu=20 rx_cpu=31 drop=93 pkt=215498 data_loss=0.04296 2018-08-13 06:36:26,184 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=128 throughput=1<225744/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:36:26,185 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R677232K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:29,536 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=28.4609 real_seconds=1.00 rate_Mbps=238.4110 tx_cpu=18 rx_cpu=34 drop=0 pkt=233152 data_loss=0.00000 2018-08-13 06:36:29,537 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=128 throughput=1<244132/677232<677232 Kbps loss-rate=0 2018-08-13 06:36:29,537 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R460682K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:32,889 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=29.0469 real_seconds=1.00 rate_Mbps=243.2692 tx_cpu=19 rx_cpu=34 drop=0 pkt=237952 data_loss=0.00000 2018-08-13 06:36:32,889 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=128 throughput=1<249107/460682<460682 Kbps loss-rate=0 2018-08-13 06:36:32,890 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R354894K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:36,217 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=28.8411 real_seconds=1.00 rate_Mbps=241.5099 tx_cpu=20 rx_cpu=34 drop=0 pkt=236266 data_loss=0.00000 2018-08-13 06:36:36,218 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=128 throughput=1<247306/354894<354894 Kbps loss-rate=0 2018-08-13 06:36:36,218 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R301100K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:39,546 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=27.2919 real_seconds=1.00 rate_Mbps=228.7064 tx_cpu=17 rx_cpu=37 drop=2 pkt=223577 data_loss=0.00073 2018-08-13 06:36:39,546 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=128 throughput=1<234195/301100<301100 Kbps loss-rate=0 2018-08-13 06:36:39,547 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R267647K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:42,873 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=29.2006 real_seconds=1.00 rate_Mbps=244.6563 tx_cpu=20 rx_cpu=38 drop=0 pkt=239211 data_loss=0.00000 2018-08-13 06:36:42,873 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=128 throughput=1<250528/267647<267647 Kbps loss-rate=0 2018-08-13 06:36:42,874 DEBUG undershot, min=250528 kbps=259087 max=267647 2018-08-13 06:36:42,874 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R259087K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:46,227 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=28.8726 real_seconds=1.00 rate_Mbps=241.8929 tx_cpu=21 rx_cpu=39 drop=2 pkt=236527 data_loss=0.00104 2018-08-13 06:36:46,227 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=128 throughput=250528<247698/259087<267647 Kbps loss-rate=0 2018-08-13 06:36:46,228 DEBUG undershot, min=259087 kbps=263367 max=267647 2018-08-13 06:36:46,228 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Measuring UDP Throughput (packet size=1024)... 2018-08-13 06:36:46,228 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:49,580 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=224.2910 real_seconds=1.00 rate_Mbps=1879.8784 tx_cpu=34 rx_cpu=37 drop=0 pkt=229674 data_loss=0.00000 2018-08-13 06:36:49,581 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=1024 throughput=1<1924995/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:36:49,581 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3462497K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:52,905 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=214.6953 real_seconds=1.00 rate_Mbps=1800.1344 tx_cpu=32 rx_cpu=36 drop=5 pkt=219853 data_loss=0.00228 2018-08-13 06:36:52,905 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=1024 throughput=1<1843337/3462497<3462497 Kbps loss-rate=0 2018-08-13 06:36:52,906 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2652917K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:56,230 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=206.5254 real_seconds=1.00 rate_Mbps=1731.8042 tx_cpu=28 rx_cpu=35 drop=0 pkt=211482 data_loss=0.00000 2018-08-13 06:36:56,230 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=1024 throughput=1<1773367/2652917<2652917 Kbps loss-rate=0 2018-08-13 06:36:56,231 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2213142K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:36:59,581 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=177.2979 real_seconds=1.00 rate_Mbps=1486.0888 tx_cpu=24 rx_cpu=34 drop=0 pkt=181553 data_loss=0.00000 2018-08-13 06:36:59,582 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=1024 throughput=1<1521754/2213142<2213142 Kbps loss-rate=0 2018-08-13 06:36:59,582 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1867448K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:37:02,910 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=195.6846 real_seconds=1.00 rate_Mbps=1640.2959 tx_cpu=25 rx_cpu=33 drop=0 pkt=200381 data_loss=0.00000 2018-08-13 06:37:02,910 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=1024 throughput=1<1679663/1867448<1867448 Kbps loss-rate=0 2018-08-13 06:37:02,911 DEBUG undershot, min=1679663 kbps=1773555 max=1867448 2018-08-13 06:37:02,911 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1773555K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:37:06,262 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=190.5518 real_seconds=1.00 rate_Mbps=1596.6869 tx_cpu=33 rx_cpu=33 drop=0 pkt=195125 data_loss=0.00000 2018-08-13 06:37:06,262 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=1024 throughput=1679663<1635007/1773555<1867448 Kbps loss-rate=0 2018-08-13 06:37:06,263 DEBUG undershot, min=1773555 kbps=1820501 max=1867448 2018-08-13 06:37:06,263 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1820501K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:37:09,590 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=217.0186 real_seconds=1.00 rate_Mbps=1820.5528 tx_cpu=70 rx_cpu=34 drop=0 pkt=222227 data_loss=0.00000 2018-08-13 06:37:09,590 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=1024 throughput=1773555<1864246/1820501<1867448 Kbps loss-rate=0 2018-08-13 06:37:09,591 DEBUG undershot, min=1864246 kbps=1865847 max=1867448 2018-08-13 06:37:09,591 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Measuring UDP Throughput (packet size=8192)... 2018-08-13 06:37:09,591 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:37:12,942 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=595.9531 real_seconds=1.00 rate_Mbps=4999.5671 tx_cpu=99 rx_cpu=20 drop=12 pkt=76294 data_loss=0.01574 2018-08-13 06:37:12,942 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=8192 throughput=1<5119556/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:37:12,943 DEBUG undershot, min=5119556 kbps=7559778 max=10000000 2018-08-13 06:37:12,943 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559778K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:37:16,296 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=901.1641 real_seconds=1.00 rate_Mbps=7560.1774 tx_cpu=99 rx_cpu=28 drop=4 pkt=115353 data_loss=0.00346 2018-08-13 06:37:16,297 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=8192 throughput=5119556<7741621/7559778<10000000 Kbps loss-rate=0 2018-08-13 06:37:16,297 DEBUG undershot, min=7741621 kbps=8870810 max=10000000 2018-08-13 06:37:16,298 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8870810K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:37:19,650 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=1056.3047 real_seconds=1.00 rate_Mbps=8861.0766 tx_cpu=99 rx_cpu=31 drop=151 pkt=135358 data_loss=0.11156 2018-08-13 06:37:19,651 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=8192 throughput=7741621<9073742/8870810<10000000 Kbps loss-rate=0 2018-08-13 06:37:19,651 DEBUG undershot, min=9073742 kbps=9536871 max=10000000 2018-08-13 06:37:19,652 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9536871K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:37:23,002 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] megabytes=1133.2812 real_seconds=1.00 rate_Mbps=9499.3092 tx_cpu=99 rx_cpu=33 drop=458 pkt=145518 data_loss=0.31474 2018-08-13 06:37:23,003 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] pkt-size=8192 throughput=9073742<9727292/9536871<10000000 Kbps loss-rate=0 2018-08-13 06:37:23,003 DEBUG undershot, min=9727292 kbps=9863646 max=10000000 2018-08-13 06:37:23,015 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.11', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.15, 'throughput_kbps': 17728829, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.23, 'throughput_kbps': 18180008, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.11, 'throughput_kbps': 17233744, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 247698, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1864246, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.31, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9727292, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.234', 'rtt_max_ms': '0.745', 'rtt_min_ms': '0.109', 'rtt_stddev': '0.179', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.127', 'rtt_max_ms': '0.232', 'rtt_min_ms': '0.085', 'rtt_stddev': '0.042', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.218', 'rtt_max_ms': '0.389', 'rtt_min_ms': '0.122', 'rtt_stddev': '0.085', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} No handlers could be found for logger "vmtp_file" 2018-08-13 06:37:23,017 INFO Deleting floating ip f3930f4b-f6d4-4fc3-bc90-ea27d8b37230 2018-08-13 06:37:24,138 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Floating IP 172.30.9.211 deleted 2018-08-13 06:37:24,589 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Instance deleted 2018-08-13 06:37:24,653 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Creating client VM... 2018-08-13 06:37:24,653 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-08-13 06:37:27,401 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] VM status=BUILD, retrying 1 of 50... 2018-08-13 06:37:30,024 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] VM status=BUILD, retrying 2 of 50... 2018-08-13 06:37:32,163 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] VM status=BUILD, retrying 3 of 50... 2018-08-13 06:37:35,377 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] VM status=BUILD, retrying 4 of 50... 2018-08-13 06:37:37,819 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] VM status=BUILD, retrying 5 of 50... 2018-08-13 06:37:42,378 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Internal network IP: 192.168.2.4 2018-08-13 06:37:42,378 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] SSH IP: 172.30.9.200 2018-08-13 06:37:42,378 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Setup SSH for ubuntu@172.30.9.200 2018-08-13 06:39:19,856 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Installing nuttcp-8.1.4... 2018-08-13 06:39:19,897 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Copying nuttcp-8.1.4 to target... 2018-08-13 06:39:20,061 INFO ============================================================ 2018-08-13 06:39:20,061 INFO Flow 2: VM to VM different network fixed IP (intra-node) 2018-08-13 06:39:29,105 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.871 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.421 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.251 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.300 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.125 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.094 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.257 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.241 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.388 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.122 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.094/0.307/0.871/0.214 ms 2018-08-13 06:39:38,149 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.137 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.189 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.343 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.250 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.350 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.352 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.317 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.204 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.107 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.219 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.107/0.246/0.352/0.087 ms 2018-08-13 06:39:47,190 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.512 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.289 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.404 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.375 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.284 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.196 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.411 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.365 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.370 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.200 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.196/0.340/0.512/0.095 ms 2018-08-13 06:39:47,190 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring TCP Throughput (packet size=65536)... 2018-08-13 06:39:47,191 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:39:57,291 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=19574.3524 real_seconds=10.00 rate_Mbps=16416.4944 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.26 2018-08-13 06:39:57,292 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:07,390 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=19727.3616 real_seconds=10.00 rate_Mbps=16544.8721 tx_cpu=35 rx_cpu=49 retrans=0 cwnd=3137 rtt_ms=0.33 2018-08-13 06:40:07,391 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:17,488 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=19272.5105 real_seconds=10.00 rate_Mbps=16165.2853 tx_cpu=36 rx_cpu=50 retrans=0 cwnd=3137 rtt_ms=0.25 2018-08-13 06:40:17,489 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring UDP Throughput (packet size=128)... 2018-08-13 06:40:17,489 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:20,841 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.6516 real_seconds=1.00 rate_Mbps=240.5020 tx_cpu=20 rx_cpu=40 drop=0 pkt=234714 data_loss=0.00000 2018-08-13 06:40:20,841 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<246274/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:40:20,842 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R738822K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:24,165 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=27.9728 real_seconds=1.00 rate_Mbps=234.3644 tx_cpu=19 rx_cpu=35 drop=612 pkt=229765 data_loss=0.26633 2018-08-13 06:40:24,166 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<239989/738822<738822 Kbps loss-rate=0 2018-08-13 06:40:24,166 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R489405K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:27,518 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.1913 real_seconds=1.00 rate_Mbps=236.1869 tx_cpu=21 rx_cpu=38 drop=0 pkt=230943 data_loss=0.00000 2018-08-13 06:40:27,518 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<241855/489405<489405 Kbps loss-rate=0 2018-08-13 06:40:27,518 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R365630K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:30,846 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.2781 real_seconds=1.00 rate_Mbps=236.9161 tx_cpu=19 rx_cpu=34 drop=41 pkt=231695 data_loss=0.01768 2018-08-13 06:40:30,847 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<242602/365630<365630 Kbps loss-rate=0 2018-08-13 06:40:30,847 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R304116K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:34,174 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=27.6777 real_seconds=1.00 rate_Mbps=231.9214 tx_cpu=20 rx_cpu=37 drop=650 pkt=227386 data_loss=0.28605 2018-08-13 06:40:34,175 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<237487/304116<304116 Kbps loss-rate=0 2018-08-13 06:40:34,175 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R270801K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:37,502 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.2544 real_seconds=1.00 rate_Mbps=236.7118 tx_cpu=19 rx_cpu=32 drop=0 pkt=231460 data_loss=0.00000 2018-08-13 06:40:37,503 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<242392/270801<270801 Kbps loss-rate=0 2018-08-13 06:40:37,503 DEBUG undershot, min=242392 kbps=256596 max=270801 2018-08-13 06:40:37,503 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R256596K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:40,855 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.3171 real_seconds=1.00 rate_Mbps=237.1207 tx_cpu=19 rx_cpu=37 drop=0 pkt=231974 data_loss=0.00000 2018-08-13 06:40:40,855 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=242392<242811/256596<270801 Kbps loss-rate=0 2018-08-13 06:40:40,856 DEBUG undershot, min=242811 kbps=256806 max=270801 2018-08-13 06:40:40,856 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R256806K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:44,208 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.8396 real_seconds=1.00 rate_Mbps=241.5215 tx_cpu=19 rx_cpu=35 drop=95 pkt=236349 data_loss=0.04021 2018-08-13 06:40:44,208 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=242811<247318/256806<270801 Kbps loss-rate=0 2018-08-13 06:40:44,208 DEBUG undershot, min=247318 kbps=259059 max=270801 2018-08-13 06:40:44,209 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R259059K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:47,535 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=29.6593 real_seconds=1.00 rate_Mbps=248.3872 tx_cpu=21 rx_cpu=41 drop=0 pkt=242969 data_loss=0.00000 2018-08-13 06:40:47,536 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=247318<254348/259059<270801 Kbps loss-rate=0 2018-08-13 06:40:47,536 DEBUG undershot, min=254348 kbps=262574 max=270801 2018-08-13 06:40:47,536 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R262574K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:50,887 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=27.2277 real_seconds=1.00 rate_Mbps=228.0189 tx_cpu=22 rx_cpu=34 drop=0 pkt=223049 data_loss=0.00000 2018-08-13 06:40:50,887 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=254348<233491/262574<270801 Kbps loss-rate=0 2018-08-13 06:40:50,887 DEBUG undershot, min=262574 kbps=266687 max=270801 2018-08-13 06:40:50,888 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring UDP Throughput (packet size=1024)... 2018-08-13 06:40:50,888 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:54,240 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=217.7568 real_seconds=1.00 rate_Mbps=1824.7972 tx_cpu=34 rx_cpu=39 drop=914 pkt=223897 data_loss=0.40823 2018-08-13 06:40:54,240 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<1868592/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:40:54,241 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3434296K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:40:57,567 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=203.5859 real_seconds=1.00 rate_Mbps=1706.4341 tx_cpu=34 rx_cpu=34 drop=121 pkt=208593 data_loss=0.05803 2018-08-13 06:40:57,567 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<1747388/3434296<3434296 Kbps loss-rate=0 2018-08-13 06:40:57,568 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2590842K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:00,896 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=198.1250 real_seconds=1.00 rate_Mbps=1660.5416 tx_cpu=32 rx_cpu=35 drop=0 pkt=202880 data_loss=0.00000 2018-08-13 06:41:00,896 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<1700394/2590842<2590842 Kbps loss-rate=0 2018-08-13 06:41:00,897 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2145618K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:04,251 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=201.5596 real_seconds=1.00 rate_Mbps=1689.3835 tx_cpu=33 rx_cpu=37 drop=507 pkt=206904 data_loss=0.24503 2018-08-13 06:41:04,251 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<1729928/2145618<2145618 Kbps loss-rate=0 2018-08-13 06:41:04,252 DEBUG undershot, min=1729928 kbps=1937773 max=2145618 2018-08-13 06:41:04,252 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1937773K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:07,605 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=211.7422 real_seconds=1.00 rate_Mbps=1774.5346 tx_cpu=35 rx_cpu=38 drop=0 pkt=216824 data_loss=0.00000 2018-08-13 06:41:07,606 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1729928<1817123/1937773<2145618 Kbps loss-rate=0 2018-08-13 06:41:07,606 DEBUG undershot, min=1817123 kbps=1981370 max=2145618 2018-08-13 06:41:07,606 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R1981370K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:10,958 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=211.1523 real_seconds=1.00 rate_Mbps=1769.4871 tx_cpu=38 rx_cpu=32 drop=0 pkt=216220 data_loss=0.00000 2018-08-13 06:41:10,958 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1817123<1811954/1981370<2145618 Kbps loss-rate=0 2018-08-13 06:41:10,959 DEBUG undershot, min=1981370 kbps=2063494 max=2145618 2018-08-13 06:41:10,959 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2063494K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:14,288 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=233.9434 real_seconds=1.00 rate_Mbps=1961.1961 tx_cpu=31 rx_cpu=41 drop=680 pkt=240238 data_loss=0.28303 2018-08-13 06:41:14,289 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1981370<2008264/2063494<2145618 Kbps loss-rate=0 2018-08-13 06:41:14,289 DEBUG undershot, min=2008264 kbps=2076941 max=2145618 2018-08-13 06:41:14,290 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2076941K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:17,641 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=214.3086 real_seconds=1.00 rate_Mbps=1795.6929 tx_cpu=38 rx_cpu=33 drop=112 pkt=219564 data_loss=0.05102 2018-08-13 06:41:17,641 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=2008264<1838789/2076941<2145618 Kbps loss-rate=0 2018-08-13 06:41:17,642 DEBUG undershot, min=2076941 kbps=2111279 max=2145618 2018-08-13 06:41:17,642 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring UDP Throughput (packet size=8192)... 2018-08-13 06:41:17,642 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:20,993 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=595.3438 real_seconds=1.00 rate_Mbps=4994.5499 tx_cpu=99 rx_cpu=21 drop=90 pkt=76294 data_loss=0.11796 2018-08-13 06:41:20,993 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=1<5114419/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:41:20,994 DEBUG undershot, min=5114419 kbps=7557209 max=10000000 2018-08-13 06:41:20,994 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7557209K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:24,345 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=897.9609 real_seconds=1.00 rate_Mbps=7533.0416 tx_cpu=99 rx_cpu=31 drop=374 pkt=115313 data_loss=0.32434 2018-08-13 06:41:24,345 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=5114419<7713834/7557209<10000000 Kbps loss-rate=0 2018-08-13 06:41:24,346 DEBUG undershot, min=7713834 kbps=8856917 max=10000000 2018-08-13 06:41:24,346 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8856917K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:27,696 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=1055.3203 real_seconds=1.00 rate_Mbps=8853.8371 tx_cpu=76 rx_cpu=34 drop=64 pkt=135145 data_loss=0.04736 2018-08-13 06:41:27,697 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=7713834<9066329/8856917<10000000 Kbps loss-rate=0 2018-08-13 06:41:27,697 DEBUG undershot, min=9066329 kbps=9533164 max=10000000 2018-08-13 06:41:27,697 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9533164K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:41:31,023 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=1035.1797 real_seconds=1.00 rate_Mbps=8670.5980 tx_cpu=32 rx_cpu=31 drop=107 pkt=132610 data_loss=0.08068 2018-08-13 06:41:31,024 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=9066329<8878692/9533164<10000000 Kbps loss-rate=0 2018-08-13 06:41:31,024 DEBUG undershot, min=9533164 kbps=9766582 max=10000000 2018-08-13 06:41:31,034 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.4', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.26, 'throughput_kbps': 16810490, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.33, 'throughput_kbps': 16941949, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 16553252, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 233491, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 1838789, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.08, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 8878692, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.307', 'rtt_max_ms': '0.871', 'rtt_min_ms': '0.094', 'rtt_stddev': '0.214', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.246', 'rtt_max_ms': '0.352', 'rtt_min_ms': '0.107', 'rtt_stddev': '0.087', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.340', 'rtt_max_ms': '0.512', 'rtt_min_ms': '0.196', 'rtt_stddev': '0.095', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-13 06:41:31,035 INFO ============================================================ 2018-08-13 06:41:31,035 INFO Flow 3: VM to VM different network floating IP (intra-node) 2018-08-13 06:41:40,104 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] PING 172.30.9.212 (172.30.9.212) 64(92) bytes of data. 72 bytes from 172.30.9.212: icmp_seq=1 ttl=64 time=0.472 ms 72 bytes from 172.30.9.212: icmp_seq=2 ttl=64 time=0.364 ms 72 bytes from 172.30.9.212: icmp_seq=3 ttl=64 time=0.166 ms 72 bytes from 172.30.9.212: icmp_seq=4 ttl=64 time=0.164 ms 72 bytes from 172.30.9.212: icmp_seq=5 ttl=64 time=0.221 ms 72 bytes from 172.30.9.212: icmp_seq=6 ttl=64 time=0.292 ms 72 bytes from 172.30.9.212: icmp_seq=7 ttl=64 time=0.105 ms 72 bytes from 172.30.9.212: icmp_seq=8 ttl=64 time=0.287 ms 72 bytes from 172.30.9.212: icmp_seq=9 ttl=64 time=0.114 ms 72 bytes from 172.30.9.212: icmp_seq=10 ttl=64 time=0.459 ms --- 172.30.9.212 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8998ms rtt min/avg/max/mdev = 0.105/0.264/0.472/0.128 ms 2018-08-13 06:41:49,148 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] PING 172.30.9.212 (172.30.9.212) 391(419) bytes of data. 399 bytes from 172.30.9.212: icmp_seq=1 ttl=64 time=0.170 ms 399 bytes from 172.30.9.212: icmp_seq=2 ttl=64 time=0.099 ms 399 bytes from 172.30.9.212: icmp_seq=3 ttl=64 time=0.166 ms 399 bytes from 172.30.9.212: icmp_seq=4 ttl=64 time=0.079 ms 399 bytes from 172.30.9.212: icmp_seq=5 ttl=64 time=0.281 ms 399 bytes from 172.30.9.212: icmp_seq=6 ttl=64 time=0.150 ms 399 bytes from 172.30.9.212: icmp_seq=7 ttl=64 time=0.302 ms 399 bytes from 172.30.9.212: icmp_seq=8 ttl=64 time=0.176 ms 399 bytes from 172.30.9.212: icmp_seq=9 ttl=64 time=0.144 ms 399 bytes from 172.30.9.212: icmp_seq=10 ttl=64 time=0.197 ms --- 172.30.9.212 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8996ms rtt min/avg/max/mdev = 0.079/0.176/0.302/0.067 ms 2018-08-13 06:41:58,192 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] PING 172.30.9.212 (172.30.9.212) 1500(1528) bytes of data. 1508 bytes from 172.30.9.212: icmp_seq=1 ttl=64 time=0.436 ms 1508 bytes from 172.30.9.212: icmp_seq=2 ttl=64 time=0.162 ms 1508 bytes from 172.30.9.212: icmp_seq=3 ttl=64 time=0.147 ms 1508 bytes from 172.30.9.212: icmp_seq=4 ttl=64 time=0.329 ms 1508 bytes from 172.30.9.212: icmp_seq=5 ttl=64 time=0.205 ms 1508 bytes from 172.30.9.212: icmp_seq=6 ttl=64 time=0.177 ms 1508 bytes from 172.30.9.212: icmp_seq=7 ttl=64 time=0.151 ms 1508 bytes from 172.30.9.212: icmp_seq=8 ttl=64 time=0.161 ms 1508 bytes from 172.30.9.212: icmp_seq=9 ttl=64 time=0.110 ms 1508 bytes from 172.30.9.212: icmp_seq=10 ttl=64 time=0.143 ms --- 172.30.9.212 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.110/0.202/0.436/0.096 ms 2018-08-13 06:41:58,193 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring TCP Throughput (packet size=65536)... 2018-08-13 06:41:58,193 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:08,318 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=20241.3631 real_seconds=10.00 rate_Mbps=16976.1601 tx_cpu=36 rx_cpu=52 retrans=0 cwnd=3137 rtt_ms=0.41 2018-08-13 06:42:08,319 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:18,416 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=19653.9566 real_seconds=10.00 rate_Mbps=16484.6687 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.27 2018-08-13 06:42:18,416 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:28,517 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=19305.7438 real_seconds=10.00 rate_Mbps=16191.2518 tx_cpu=35 rx_cpu=51 retrans=0 cwnd=3137 rtt_ms=0.25 2018-08-13 06:42:28,517 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring UDP Throughput (packet size=128)... 2018-08-13 06:42:28,517 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:31,845 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=31.7898 real_seconds=1.00 rate_Mbps=266.7570 tx_cpu=23 rx_cpu=38 drop=1377 pkt=261799 data_loss=0.52600 2018-08-13 06:42:31,846 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<273159/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:42:31,846 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R819477K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:35,198 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=31.8838 real_seconds=1.00 rate_Mbps=267.0923 tx_cpu=20 rx_cpu=37 drop=25 pkt=261217 data_loss=0.00941 2018-08-13 06:42:35,198 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<273502/819477<819477 Kbps loss-rate=0 2018-08-13 06:42:35,199 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R546489K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:38,524 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=31.1080 real_seconds=1.00 rate_Mbps=260.6177 tx_cpu=22 rx_cpu=37 drop=0 pkt=254837 data_loss=0.00000 2018-08-13 06:42:38,524 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<266872/546489<546489 Kbps loss-rate=0 2018-08-13 06:42:38,525 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R406680K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:41,852 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=31.0084 real_seconds=1.00 rate_Mbps=259.7502 tx_cpu=21 rx_cpu=34 drop=40 pkt=254061 data_loss=0.01580 2018-08-13 06:42:41,852 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<265984/406680<406680 Kbps loss-rate=0 2018-08-13 06:42:41,853 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R336332K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:45,205 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.8197 real_seconds=1.00 rate_Mbps=241.5082 tx_cpu=21 rx_cpu=33 drop=0 pkt=236091 data_loss=0.00000 2018-08-13 06:42:45,206 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<247304/336332<336332 Kbps loss-rate=0 2018-08-13 06:42:45,206 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R291818K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:48,557 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=28.5206 real_seconds=1.00 rate_Mbps=239.0075 tx_cpu=20 rx_cpu=35 drop=0 pkt=233641 data_loss=0.00000 2018-08-13 06:42:48,557 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=1<244743/291818<291818 Kbps loss-rate=0 2018-08-13 06:42:48,557 DEBUG undershot, min=244743 kbps=268280 max=291818 2018-08-13 06:42:48,558 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R268280K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:51,908 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=30.6422 real_seconds=1.00 rate_Mbps=256.7390 tx_cpu=23 rx_cpu=36 drop=0 pkt=251021 data_loss=0.00000 2018-08-13 06:42:51,909 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=244743<262900/268280<291818 Kbps loss-rate=0 2018-08-13 06:42:51,909 DEBUG undershot, min=262900 kbps=277359 max=291818 2018-08-13 06:42:51,910 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R277359K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:55,262 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=31.3868 real_seconds=1.00 rate_Mbps=262.9099 tx_cpu=23 rx_cpu=38 drop=641 pkt=257761 data_loss=0.24853 2018-08-13 06:42:55,262 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=262900<269219/277359<291818 Kbps loss-rate=0 2018-08-13 06:42:55,262 DEBUG undershot, min=269219 kbps=280518 max=291818 2018-08-13 06:42:55,263 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R280518K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:42:58,614 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=30.8187 real_seconds=1.00 rate_Mbps=258.1269 tx_cpu=20 rx_cpu=34 drop=0 pkt=252467 data_loss=0.00000 2018-08-13 06:42:58,615 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=128 throughput=269219<264321/280518<291818 Kbps loss-rate=0 2018-08-13 06:42:58,615 DEBUG undershot, min=280518 kbps=286168 max=291818 2018-08-13 06:42:58,616 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring UDP Throughput (packet size=1024)... 2018-08-13 06:42:58,616 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:01,967 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=231.0117 real_seconds=1.00 rate_Mbps=1936.9428 tx_cpu=38 rx_cpu=34 drop=0 pkt=236556 data_loss=0.00000 2018-08-13 06:43:01,968 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<1983429/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:43:01,968 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3491714K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:05,293 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=221.3809 real_seconds=1.00 rate_Mbps=1856.0138 tx_cpu=43 rx_cpu=32 drop=0 pkt=226694 data_loss=0.00000 2018-08-13 06:43:05,294 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<1900558/3491714<3491714 Kbps loss-rate=0 2018-08-13 06:43:05,294 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2696136K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:08,619 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=247.8555 real_seconds=1.00 rate_Mbps=2077.4339 tx_cpu=32 rx_cpu=40 drop=9 pkt=253813 data_loss=0.00355 2018-08-13 06:43:08,620 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<2127292/2696136<2696136 Kbps loss-rate=0 2018-08-13 06:43:08,620 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2411714K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:11,944 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=255.9688 real_seconds=1.00 rate_Mbps=2146.1913 tx_cpu=34 rx_cpu=39 drop=97 pkt=262209 data_loss=0.03698 2018-08-13 06:43:11,945 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=1<2197699/2411714<2411714 Kbps loss-rate=0 2018-08-13 06:43:11,945 DEBUG undershot, min=2197699 kbps=2304706 max=2411714 2018-08-13 06:43:11,946 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2304706K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:15,297 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=241.3330 real_seconds=1.00 rate_Mbps=2023.3412 tx_cpu=32 rx_cpu=43 drop=22 pkt=247147 data_loss=0.00891 2018-08-13 06:43:15,297 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=1024 throughput=2197699<2071901/2304706<2411714 Kbps loss-rate=0 2018-08-13 06:43:15,297 DEBUG undershot, min=2304706 kbps=2358210 max=2411714 2018-08-13 06:43:15,298 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Measuring UDP Throughput (packet size=8192)... 2018-08-13 06:43:15,298 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:18,648 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=595.8281 real_seconds=1.00 rate_Mbps=4999.5134 tx_cpu=99 rx_cpu=20 drop=28 pkt=76294 data_loss=0.03671 2018-08-13 06:43:18,648 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=1<5119501/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:43:18,649 DEBUG undershot, min=5119501 kbps=7559750 max=10000000 2018-08-13 06:43:18,649 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R7559750K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:22,001 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=901.1953 real_seconds=1.00 rate_Mbps=7560.0539 tx_cpu=99 rx_cpu=30 drop=0 pkt=115353 data_loss=0.00000 2018-08-13 06:43:22,001 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=5119501<7741495/7559750<10000000 Kbps loss-rate=0 2018-08-13 06:43:22,002 DEBUG undershot, min=7741495 kbps=8870747 max=10000000 2018-08-13 06:43:22,002 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R8870747K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:25,354 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=1029.4453 real_seconds=1.00 rate_Mbps=8619.9593 tx_cpu=82 rx_cpu=33 drop=188 pkt=131957 data_loss=0.14248 2018-08-13 06:43:25,354 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=7741495<8826838/8870747<10000000 Kbps loss-rate=0 2018-08-13 06:43:25,354 DEBUG undershot, min=8826838 kbps=9413419 max=10000000 2018-08-13 06:43:25,355 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9413419K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:28,681 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=1067.2344 real_seconds=1.00 rate_Mbps=8948.8791 tx_cpu=46 rx_cpu=32 drop=15 pkt=136621 data_loss=0.01098 2018-08-13 06:43:28,681 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=8826838<9163652/9413419<10000000 Kbps loss-rate=0 2018-08-13 06:43:28,682 DEBUG undershot, min=9163652 kbps=9581826 max=10000000 2018-08-13 06:43:28,682 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9581826K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:32,034 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=1094.1641 real_seconds=1.00 rate_Mbps=9174.4950 tx_cpu=65 rx_cpu=32 drop=88 pkt=140141 data_loss=0.06279 2018-08-13 06:43:32,034 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=9163652<9394682/9581826<10000000 Kbps loss-rate=0 2018-08-13 06:43:32,034 DEBUG undershot, min=9394682 kbps=9697341 max=10000000 2018-08-13 06:43:32,035 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9697341K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:35,385 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=1102.4375 real_seconds=1.00 rate_Mbps=9240.4867 tx_cpu=38 rx_cpu=33 drop=17 pkt=141129 data_loss=0.01204 2018-08-13 06:43:35,385 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=9394682<9462258/9697341<10000000 Kbps loss-rate=0 2018-08-13 06:43:35,386 DEBUG undershot, min=9462258 kbps=9731129 max=10000000 2018-08-13 06:43:35,386 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R9731129K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:43:38,713 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] megabytes=1099.5547 real_seconds=1.00 rate_Mbps=9215.5130 tx_cpu=62 rx_cpu=34 drop=28 pkt=140771 data_loss=0.01989 2018-08-13 06:43:38,713 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] pkt-size=8192 throughput=9462258<9436685/9731129<10000000 Kbps loss-rate=0 2018-08-13 06:43:38,714 DEBUG undershot, min=9731129 kbps=9865564 max=10000000 2018-08-13 06:43:38,724 INFO { 'az_from': u'nova:overcloud-novacompute-1.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (intra-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.4', 'ip_to': u'172.30.9.212', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.41, 'throughput_kbps': 17383587, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.27, 'throughput_kbps': 16880300, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'rtt_ms': 0.25, 'throughput_kbps': 16579841, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 264321, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.01, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2071901, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.02, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 9436685, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.264', 'rtt_max_ms': '0.472', 'rtt_min_ms': '0.105', 'rtt_stddev': '0.128', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.176', 'rtt_max_ms': '0.302', 'rtt_min_ms': '0.079', 'rtt_stddev': '0.067', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.202', 'rtt_max_ms': '0.436', 'rtt_min_ms': '0.110', 'rtt_stddev': '0.096', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-13 06:43:38,726 INFO Deleting floating ip 033a5cc9-78df-41d6-9e6f-1caaaef433ed 2018-08-13 06:43:40,049 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Floating IP 172.30.9.200 deleted 2018-08-13 06:43:40,861 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a22] Instance deleted 2018-08-13 06:43:40,976 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Creating client VM... 2018-08-13 06:43:40,976 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-13 06:43:45,095 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 1 of 50... 2018-08-13 06:43:48,628 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 2 of 50... 2018-08-13 06:43:51,647 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 3 of 50... 2018-08-13 06:43:54,437 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 4 of 50... 2018-08-13 06:43:56,577 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 5 of 50... 2018-08-13 06:43:59,297 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 6 of 50... 2018-08-13 06:44:02,179 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 7 of 50... 2018-08-13 06:44:05,262 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 8 of 50... 2018-08-13 06:44:08,269 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 9 of 50... 2018-08-13 06:44:11,118 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 10 of 50... 2018-08-13 06:44:13,513 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 11 of 50... 2018-08-13 06:44:15,884 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 12 of 50... 2018-08-13 06:44:18,027 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 13 of 50... 2018-08-13 06:44:20,417 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 14 of 50... 2018-08-13 06:44:22,826 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 15 of 50... 2018-08-13 06:44:24,976 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 16 of 50... 2018-08-13 06:44:27,377 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 17 of 50... 2018-08-13 06:44:29,680 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 18 of 50... 2018-08-13 06:44:31,997 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 19 of 50... 2018-08-13 06:44:34,386 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 20 of 50... 2018-08-13 06:44:36,774 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 21 of 50... 2018-08-13 06:44:39,701 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 22 of 50... 2018-08-13 06:44:42,095 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 23 of 50... 2018-08-13 06:44:44,669 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 24 of 50... 2018-08-13 06:44:46,811 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 25 of 50... 2018-08-13 06:44:48,953 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 26 of 50... 2018-08-13 06:44:51,360 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 27 of 50... 2018-08-13 06:44:53,768 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 28 of 50... 2018-08-13 06:44:55,920 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 29 of 50... 2018-08-13 06:44:58,235 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 30 of 50... 2018-08-13 06:45:00,969 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 31 of 50... 2018-08-13 06:45:03,297 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 32 of 50... 2018-08-13 06:45:05,469 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 33 of 50... 2018-08-13 06:45:07,625 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 34 of 50... 2018-08-13 06:45:10,121 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 35 of 50... 2018-08-13 06:45:12,508 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 36 of 50... 2018-08-13 06:45:14,653 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 37 of 50... 2018-08-13 06:45:16,799 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 38 of 50... 2018-08-13 06:45:19,215 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 39 of 50... 2018-08-13 06:45:21,360 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 40 of 50... 2018-08-13 06:45:23,506 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 41 of 50... 2018-08-13 06:45:25,907 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 42 of 50... 2018-08-13 06:45:28,046 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 43 of 50... 2018-08-13 06:45:30,359 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] VM status=BUILD, retrying 44 of 50... 2018-08-13 06:45:34,659 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Internal network IP: 192.168.1.3 2018-08-13 06:45:34,659 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] SSH IP: 172.30.9.200 2018-08-13 06:45:34,659 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Setup SSH for ubuntu@172.30.9.200 2018-08-13 06:47:10,125 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Installing nuttcp-8.1.4... 2018-08-13 06:47:10,167 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Copying nuttcp-8.1.4 to target... 2018-08-13 06:47:10,336 INFO ============================================================ 2018-08-13 06:47:10,336 INFO Flow 4: VM to VM same network fixed IP (inter-node) 2018-08-13 06:47:19,382 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.41 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.370 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.179 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.152 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.178 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.153 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.144 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.134 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.176 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.188 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9000ms rtt min/avg/max/mdev = 0.134/0.308/1.415/0.374 ms 2018-08-13 06:47:28,423 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.199 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.166 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.149 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.229 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.400 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.164 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.163 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.172 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.133 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.156 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.133/0.193/0.400/0.073 ms 2018-08-13 06:47:37,468 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.559 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.193 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.218 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.208 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.206 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.195 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.221 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.192 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.218 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.192 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.192/0.240/0.559/0.107 ms 2018-08-13 06:47:37,469 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Measuring TCP Throughput (packet size=65536)... 2018-08-13 06:47:37,469 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:47:47,569 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=6832.3027 real_seconds=10.00 rate_Mbps=5730.1888 tx_cpu=10 rx_cpu=18 retrans=17 cwnd=460 rtt_ms=0.67 2018-08-13 06:47:47,570 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:47:57,669 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=6810.4902 real_seconds=10.00 rate_Mbps=5712.0451 tx_cpu=10 rx_cpu=18 retrans=6 cwnd=543 rtt_ms=0.54 2018-08-13 06:47:57,669 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:07,794 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=7287.2223 real_seconds=10.00 rate_Mbps=6111.0493 tx_cpu=11 rx_cpu=19 retrans=23 cwnd=592 rtt_ms=0.33 2018-08-13 06:48:07,795 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Measuring UDP Throughput (packet size=128)... 2018-08-13 06:48:07,795 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:11,119 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=34.3762 real_seconds=1.00 rate_Mbps=288.3983 tx_cpu=25 rx_cpu=31 drop=7640 pkt=289250 data_loss=2.64127 2018-08-13 06:48:11,119 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=1<295319/5000000<10000000 Kbps loss-rate=2 2018-08-13 06:48:11,120 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R885957K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:14,443 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=34.1854 real_seconds=1.00 rate_Mbps=286.4310 tx_cpu=25 rx_cpu=30 drop=4162 pkt=284209 data_loss=1.46454 2018-08-13 06:48:14,444 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=1<293305/885957<885957 Kbps loss-rate=1 2018-08-13 06:48:14,444 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R589631K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:17,772 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=34.6754 real_seconds=1.00 rate_Mbps=290.4066 tx_cpu=25 rx_cpu=31 drop=2568 pkt=286629 data_loss=0.89600 2018-08-13 06:48:17,772 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=1<297376/589631<589631 Kbps loss-rate=0 2018-08-13 06:48:17,773 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R443503K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:21,124 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=32.8215 real_seconds=1.00 rate_Mbps=274.9761 tx_cpu=23 rx_cpu=32 drop=3101 pkt=271975 data_loss=1.14036 2018-08-13 06:48:21,124 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=1<281575/443503<443503 Kbps loss-rate=1 2018-08-13 06:48:21,125 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R362539K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:24,451 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=34.6825 real_seconds=1.00 rate_Mbps=290.2772 tx_cpu=26 rx_cpu=32 drop=1719 pkt=285838 data_loss=0.60128 2018-08-13 06:48:24,451 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=1<297243/362539<362539 Kbps loss-rate=0 2018-08-13 06:48:24,452 DEBUG undershot, min=297243 kbps=329891 max=362539 2018-08-13 06:48:24,452 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R329891K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:27,778 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=34.8906 real_seconds=1.00 rate_Mbps=292.3052 tx_cpu=25 rx_cpu=32 drop=1789 pkt=287613 data_loss=0.62206 2018-08-13 06:48:27,778 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=297243<299320/329891<362539 Kbps loss-rate=0 2018-08-13 06:48:27,779 DEBUG undershot, min=299320 kbps=330929 max=362539 2018-08-13 06:48:27,779 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R330929K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:31,103 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=34.1721 real_seconds=1.00 rate_Mbps=286.3538 tx_cpu=24 rx_cpu=32 drop=1339 pkt=281277 data_loss=0.47618 2018-08-13 06:48:31,104 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=299320<293226/330929<362539 Kbps loss-rate=0 2018-08-13 06:48:31,104 DEBUG undershot, min=330929 kbps=346734 max=362539 2018-08-13 06:48:31,105 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R346734K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:34,455 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=34.0167 real_seconds=1.00 rate_Mbps=285.0753 tx_cpu=23 rx_cpu=32 drop=1772 pkt=280437 data_loss=0.63185 2018-08-13 06:48:34,456 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=128 throughput=330929<291917/346734<362539 Kbps loss-rate=0 2018-08-13 06:48:34,456 DEBUG undershot, min=346734 kbps=354636 max=362539 2018-08-13 06:48:34,456 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Measuring UDP Throughput (packet size=1024)... 2018-08-13 06:48:34,457 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:37,808 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=258.5391 real_seconds=1.00 rate_Mbps=2166.7180 tx_cpu=47 rx_cpu=35 drop=98 pkt=264842 data_loss=0.03700 2018-08-13 06:48:37,809 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=1024 throughput=1<2218719/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:48:37,809 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3609359K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:41,137 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=260.2959 real_seconds=1.00 rate_Mbps=2182.2436 tx_cpu=49 rx_cpu=34 drop=2340 pkt=268883 data_loss=0.87028 2018-08-13 06:48:41,137 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=1024 throughput=1<2234617/3609359<3609359 Kbps loss-rate=0 2018-08-13 06:48:41,137 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2921988K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:44,464 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=254.7275 real_seconds=1.00 rate_Mbps=2135.8419 tx_cpu=38 rx_cpu=34 drop=758 pkt=261599 data_loss=0.28978 2018-08-13 06:48:44,464 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=1024 throughput=1<2187102/2921988<2921988 Kbps loss-rate=0 2018-08-13 06:48:44,464 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2554545K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:47,791 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=267.8545 real_seconds=1.00 rate_Mbps=2246.2008 tx_cpu=42 rx_cpu=34 drop=101 pkt=274384 data_loss=0.03680 2018-08-13 06:48:47,791 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=1024 throughput=1<2300109/2554545<2554545 Kbps loss-rate=0 2018-08-13 06:48:47,792 DEBUG undershot, min=2300109 kbps=2427327 max=2554545 2018-08-13 06:48:47,792 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2427327K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:51,115 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=249.8379 real_seconds=1.00 rate_Mbps=2095.2767 tx_cpu=37 rx_cpu=34 drop=0 pkt=255834 data_loss=0.00000 2018-08-13 06:48:51,116 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=1024 throughput=2300109<2145563/2427327<2554545 Kbps loss-rate=0 2018-08-13 06:48:51,116 DEBUG undershot, min=2427327 kbps=2490936 max=2554545 2018-08-13 06:48:51,116 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Measuring UDP Throughput (packet size=8192)... 2018-08-13 06:48:51,117 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:54,467 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=346.8750 real_seconds=1.00 rate_Mbps=2905.5708 tx_cpu=99 rx_cpu=14 drop=31894 pkt=76294 data_loss=41.80408 2018-08-13 06:48:54,468 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=8192 throughput=1<2975304/5000000<10000000 Kbps loss-rate=41 2018-08-13 06:48:54,468 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3987652K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:48:57,797 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=354.3828 real_seconds=1.00 rate_Mbps=2968.1423 tx_cpu=99 rx_cpu=13 drop=15486 pkt=60847 data_loss=25.45073 2018-08-13 06:48:57,797 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=8192 throughput=1<3039377/3987652<3987652 Kbps loss-rate=25 2018-08-13 06:48:57,798 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3513514K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:49:01,124 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=357.1484 real_seconds=1.00 rate_Mbps=2991.6015 tx_cpu=99 rx_cpu=13 drop=7897 pkt=53612 data_loss=14.72993 2018-08-13 06:49:01,124 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=8192 throughput=1<3063399/3513514<3513514 Kbps loss-rate=14 2018-08-13 06:49:01,124 DEBUG overshot, min=1 kbps=3063399 max=3513514 2018-08-13 06:49:01,125 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3063399K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:49:04,476 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] megabytes=357.6328 real_seconds=1.00 rate_Mbps=3000.4615 tx_cpu=99 rx_cpu=14 drop=967 pkt=46744 data_loss=2.06872 2018-08-13 06:49:04,476 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] pkt-size=8192 throughput=1<3072472/3063399<3513514 Kbps loss-rate=2 2018-08-13 06:49:04,487 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM same network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.1.3', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 17, 'rtt_ms': 0.67, 'throughput_kbps': 5867713, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 6, 'rtt_ms': 0.54, 'throughput_kbps': 5849134, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 23, 'rtt_ms': 0.33, 'throughput_kbps': 6257714, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.63, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 291917, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.0, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2145563, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 2.07, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 3072472, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.308', 'rtt_max_ms': '1.415', 'rtt_min_ms': '0.134', 'rtt_stddev': '0.374', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.193', 'rtt_max_ms': '0.400', 'rtt_min_ms': '0.133', 'rtt_stddev': '0.073', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.240', 'rtt_max_ms': '0.559', 'rtt_min_ms': '0.192', 'rtt_stddev': '0.107', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-13 06:49:04,489 INFO Deleting floating ip 5dd65fde-2432-4122-9e84-f5420a605bc8 2018-08-13 06:49:05,843 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Floating IP 172.30.9.200 deleted 2018-08-13 06:49:06,307 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a23] Instance deleted 2018-08-13 06:49:06,422 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Creating client VM... 2018-08-13 06:49:06,422 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Starting on zone nova:overcloud-novacompute-0.opnfvlf.org 2018-08-13 06:49:09,442 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] VM status=BUILD, retrying 1 of 50... 2018-08-13 06:49:12,149 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] VM status=BUILD, retrying 2 of 50... 2018-08-13 06:49:14,715 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] VM status=BUILD, retrying 3 of 50... 2018-08-13 06:49:17,102 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] VM status=BUILD, retrying 4 of 50... 2018-08-13 06:49:19,249 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] VM status=BUILD, retrying 5 of 50... 2018-08-13 06:49:21,647 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] VM status=BUILD, retrying 6 of 50... 2018-08-13 06:49:27,030 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Internal network IP: 192.168.2.5 2018-08-13 06:49:27,030 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] SSH IP: 172.30.9.202 2018-08-13 06:49:27,030 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Setup SSH for ubuntu@172.30.9.202 2018-08-13 06:50:02,417 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Installing nuttcp-8.1.4... 2018-08-13 06:50:02,459 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Copying nuttcp-8.1.4 to target... 2018-08-13 06:50:02,563 INFO ============================================================ 2018-08-13 06:50:02,563 INFO Flow 5: VM to VM different network fixed IP (inter-node) 2018-08-13 06:50:11,605 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] PING 192.168.1.4 (192.168.1.4) 64(92) bytes of data. 72 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=1.35 ms 72 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.423 ms 72 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.267 ms 72 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.396 ms 72 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.367 ms 72 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.333 ms 72 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.313 ms 72 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.341 ms 72 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.478 ms 72 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.363 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 9001ms rtt min/avg/max/mdev = 0.267/0.463/1.350/0.300 ms 2018-08-13 06:50:20,641 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] PING 192.168.1.4 (192.168.1.4) 391(419) bytes of data. 399 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.257 ms 399 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.586 ms 399 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.182 ms 399 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.417 ms 399 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.285 ms 399 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.304 ms 399 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.299 ms 399 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.309 ms 399 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.346 ms 399 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.324 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.182/0.330/0.586/0.105 ms 2018-08-13 06:50:29,676 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] PING 192.168.1.4 (192.168.1.4) 1500(1528) bytes of data. 1508 bytes from 192.168.1.4: icmp_seq=1 ttl=64 time=0.706 ms 1508 bytes from 192.168.1.4: icmp_seq=2 ttl=64 time=0.319 ms 1508 bytes from 192.168.1.4: icmp_seq=3 ttl=64 time=0.454 ms 1508 bytes from 192.168.1.4: icmp_seq=4 ttl=64 time=0.578 ms 1508 bytes from 192.168.1.4: icmp_seq=5 ttl=64 time=0.485 ms 1508 bytes from 192.168.1.4: icmp_seq=6 ttl=64 time=0.249 ms 1508 bytes from 192.168.1.4: icmp_seq=7 ttl=64 time=0.401 ms 1508 bytes from 192.168.1.4: icmp_seq=8 ttl=64 time=0.391 ms 1508 bytes from 192.168.1.4: icmp_seq=9 ttl=64 time=0.313 ms 1508 bytes from 192.168.1.4: icmp_seq=10 ttl=64 time=0.285 ms --- 192.168.1.4 ping statistics --- 10 packets transmitted, 10 received, 0% packet loss, time 8997ms rtt min/avg/max/mdev = 0.249/0.418/0.706/0.135 ms 2018-08-13 06:50:29,677 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring TCP Throughput (packet size=65536)... 2018-08-13 06:50:29,678 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:50:39,797 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=6615.0089 real_seconds=10.00 rate_Mbps=5550.6236 tx_cpu=10 rx_cpu=17 retrans=13 cwnd=455 rtt_ms=0.29 2018-08-13 06:50:39,797 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:50:49,891 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=6694.2277 real_seconds=10.00 rate_Mbps=5617.1575 tx_cpu=10 rx_cpu=17 retrans=17 cwnd=427 rtt_ms=0.26 2018-08-13 06:50:49,892 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:50:59,986 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=7583.4006 real_seconds=10.00 rate_Mbps=6363.2775 tx_cpu=11 rx_cpu=20 retrans=40 cwnd=522 rtt_ms=0.30 2018-08-13 06:50:59,987 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring UDP Throughput (packet size=128)... 2018-08-13 06:50:59,987 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:03,313 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=34.4924 real_seconds=1.00 rate_Mbps=290.4723 tx_cpu=22 rx_cpu=31 drop=4968 pkt=287529 data_loss=1.72769 2018-08-13 06:51:03,313 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=1<297443/5000000<10000000 Kbps loss-rate=1 2018-08-13 06:51:03,314 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R892329K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:06,641 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=29.8937 real_seconds=1.00 rate_Mbps=249.9600 tx_cpu=20 rx_cpu=33 drop=915 pkt=245804 data_loss=0.37227 2018-08-13 06:51:06,642 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=1<255959/892329<892329 Kbps loss-rate=0 2018-08-13 06:51:06,642 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R574144K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:09,992 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=33.6290 real_seconds=1.00 rate_Mbps=281.9197 tx_cpu=23 rx_cpu=32 drop=548 pkt=276037 data_loss=0.19854 2018-08-13 06:51:09,992 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=1<288685/574144<574144 Kbps loss-rate=0 2018-08-13 06:51:09,993 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R431414K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:13,316 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=30.1659 real_seconds=1.00 rate_Mbps=252.7349 tx_cpu=19 rx_cpu=32 drop=0 pkt=247119 data_loss=0.00000 2018-08-13 06:51:13,317 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=1<258800/431414<431414 Kbps loss-rate=0 2018-08-13 06:51:13,317 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R345107K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:16,642 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=32.1447 real_seconds=1.00 rate_Mbps=269.4506 tx_cpu=22 rx_cpu=32 drop=197 pkt=263527 data_loss=0.07492 2018-08-13 06:51:16,642 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=1<275917/345107<345107 Kbps loss-rate=0 2018-08-13 06:51:16,642 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R310512K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:19,969 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=31.1083 real_seconds=1.00 rate_Mbps=260.8419 tx_cpu=25 rx_cpu=33 drop=1469 pkt=256308 data_loss=0.57307 2018-08-13 06:51:19,969 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=1<267102/310512<310512 Kbps loss-rate=0 2018-08-13 06:51:19,970 DEBUG undershot, min=267102 kbps=288807 max=310512 2018-08-13 06:51:19,970 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R288807K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:23,322 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=32.5016 real_seconds=1.00 rate_Mbps=272.5055 tx_cpu=26 rx_cpu=33 drop=0 pkt=266253 data_loss=0.00000 2018-08-13 06:51:23,323 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=267102<279045/288807<310512 Kbps loss-rate=0 2018-08-13 06:51:23,323 DEBUG undershot, min=279045 kbps=294778 max=310512 2018-08-13 06:51:23,324 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R294778K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:26,675 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=32.5571 real_seconds=1.00 rate_Mbps=273.5406 tx_cpu=23 rx_cpu=32 drop=396 pkt=267104 data_loss=0.14844 2018-08-13 06:51:26,675 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=279045<280105/294778<310512 Kbps loss-rate=0 2018-08-13 06:51:26,676 DEBUG undershot, min=280105 kbps=295308 max=310512 2018-08-13 06:51:26,676 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R295308K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:29,999 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=33.9905 real_seconds=1.00 rate_Mbps=284.9032 tx_cpu=24 rx_cpu=31 drop=3937 pkt=282387 data_loss=1.39421 2018-08-13 06:51:29,999 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=280105<291740/295308<310512 Kbps loss-rate=1 2018-08-13 06:51:30,000 DEBUG undershot, min=291740 kbps=301126 max=310512 2018-08-13 06:51:30,000 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R301126K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:33,352 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=31.2720 real_seconds=1.00 rate_Mbps=261.2569 tx_cpu=25 rx_cpu=31 drop=128 pkt=256308 data_loss=0.04986 2018-08-13 06:51:33,353 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=128 throughput=291740<267527/301126<310512 Kbps loss-rate=0 2018-08-13 06:51:33,353 DEBUG undershot, min=301126 kbps=305819 max=310512 2018-08-13 06:51:33,353 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring UDP Throughput (packet size=1024)... 2018-08-13 06:51:33,354 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:36,705 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=249.9199 real_seconds=1.00 rate_Mbps=2098.3310 tx_cpu=46 rx_cpu=34 drop=837 pkt=256755 data_loss=0.32600 2018-08-13 06:51:36,705 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=1024 throughput=1<2148690/5000000<10000000 Kbps loss-rate=0 2018-08-13 06:51:36,706 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R3574345K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:40,055 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=267.7197 real_seconds=1.00 rate_Mbps=2245.7172 tx_cpu=43 rx_cpu=34 drop=765 pkt=274910 data_loss=0.27828 2018-08-13 06:51:40,055 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=1024 throughput=1<2299614/3574345<3574345 Kbps loss-rate=0 2018-08-13 06:51:40,056 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2936979K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:43,380 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=254.6572 real_seconds=1.00 rate_Mbps=2136.9163 tx_cpu=37 rx_cpu=33 drop=3656 pkt=264425 data_loss=1.38262 2018-08-13 06:51:43,381 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=1024 throughput=1<2188202/2936979<2936979 Kbps loss-rate=1 2018-08-13 06:51:43,381 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2562590K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:46,707 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=255.5107 real_seconds=1.00 rate_Mbps=2144.0205 tx_cpu=46 rx_cpu=34 drop=389 pkt=262032 data_loss=0.14846 2018-08-13 06:51:46,707 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=1024 throughput=1<2195476/2562590<2562590 Kbps loss-rate=0 2018-08-13 06:51:46,707 DEBUG undershot, min=2195476 kbps=2379033 max=2562590 2018-08-13 06:51:46,708 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2379033K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:50,032 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=261.1025 real_seconds=1.00 rate_Mbps=2190.1313 tx_cpu=50 rx_cpu=34 drop=806 pkt=268175 data_loss=0.30055 2018-08-13 06:51:50,033 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=1024 throughput=2195476<2242694/2379033<2562590 Kbps loss-rate=0 2018-08-13 06:51:50,033 DEBUG undershot, min=2242694 kbps=2402642 max=2562590 2018-08-13 06:51:50,034 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2402642K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:53,358 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=248.6436 real_seconds=1.00 rate_Mbps=2084.3747 tx_cpu=35 rx_cpu=33 drop=963 pkt=255574 data_loss=0.37679 2018-08-13 06:51:53,358 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=1024 throughput=2242694<2134399/2402642<2562590 Kbps loss-rate=0 2018-08-13 06:51:53,359 DEBUG undershot, min=2402642 kbps=2482616 max=2562590 2018-08-13 06:51:53,359 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R2482616K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:51:56,685 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=266.2617 real_seconds=1.00 rate_Mbps=2233.1387 tx_cpu=38 rx_cpu=32 drop=3595 pkt=276247 data_loss=1.30139 2018-08-13 06:51:56,685 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=1024 throughput=2402642<2286734/2482616<2562590 Kbps loss-rate=1 2018-08-13 06:51:56,686 DEBUG undershot, min=2482616 kbps=2522603 max=2562590 2018-08-13 06:51:56,686 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring UDP Throughput (packet size=8192)... 2018-08-13 06:51:56,686 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:52:00,035 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=340.7031 real_seconds=1.00 rate_Mbps=2854.7648 tx_cpu=99 rx_cpu=13 drop=32684 pkt=76294 data_loss=42.83955 2018-08-13 06:52:00,035 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=8192 throughput=1<2923279/5000000<10000000 Kbps loss-rate=42 2018-08-13 06:52:00,036 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3961639K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:52:03,385 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=321.6094 real_seconds=1.00 rate_Mbps=2695.2487 tx_cpu=99 rx_cpu=13 drop=19284 pkt=60450 data_loss=31.90074 2018-08-13 06:52:03,386 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=8192 throughput=1<2759934/3961639<3961639 Kbps loss-rate=31 2018-08-13 06:52:03,386 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R3360786K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:52:06,709 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=346.7266 real_seconds=1.00 rate_Mbps=2905.9030 tx_cpu=99 rx_cpu=12 drop=6901 pkt=51282 data_loss=13.45695 2018-08-13 06:52:06,709 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=8192 throughput=1<2975644/3360786<3360786 Kbps loss-rate=13 2018-08-13 06:52:06,710 DEBUG overshot, min=1 kbps=2975644 max=3360786 2018-08-13 06:52:06,710 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R2975644K -p5001 -P5002 -fparse 192.168.1.4 2018-08-13 06:52:10,059 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] megabytes=342.2891 real_seconds=1.00 rate_Mbps=2873.0066 tx_cpu=99 rx_cpu=13 drop=1592 pkt=45405 data_loss=3.50622 2018-08-13 06:52:10,060 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] pkt-size=8192 throughput=1<2941958/2975644<3360786 Kbps loss-rate=3 2018-08-13 06:52:10,073 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network fixed IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'192.168.1.4', 'results': [ { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 13, 'rtt_ms': 0.29, 'throughput_kbps': 5683838, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 17, 'rtt_ms': 0.26, 'throughput_kbps': 5751969, 'tool': 'nuttcp-8.1.4'}, { 'pkt_size': 65536, 'protocol': 'TCP', 'retrans': 40, 'rtt_ms': 0.3, 'throughput_kbps': 6515996, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 0.05, 'pkt_size': 128, 'protocol': 'UDP', 'throughput_kbps': 267527, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 1.3, 'pkt_size': 1024, 'protocol': 'UDP', 'throughput_kbps': 2286734, 'tool': 'nuttcp-8.1.4'}, { 'loss_rate': 3.51, 'pkt_size': 8192, 'protocol': 'UDP', 'throughput_kbps': 2941958, 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'packet_size': 64, 'rtt_avg_ms': '0.463', 'rtt_max_ms': '1.350', 'rtt_min_ms': '0.267', 'rtt_stddev': '0.300', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 391, 'rtt_avg_ms': '0.330', 'rtt_max_ms': '0.586', 'rtt_min_ms': '0.182', 'rtt_stddev': '0.105', 'rx_packets': '10', 'tx_packets': '10'}, { 'packet_size': 1500, 'rtt_avg_ms': '0.418', 'rtt_max_ms': '0.706', 'rtt_min_ms': '0.249', 'rtt_stddev': '0.135', 'rx_packets': '10', 'tx_packets': '10'}], 'tool': 'ping'}]} 2018-08-13 06:52:10,079 INFO ============================================================ 2018-08-13 06:52:10,079 INFO Flow 6: VM to VM different network floating IP (inter-node) 2018-08-13 06:52:29,213 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] ERROR cmd=ping -c 10 -s 64 172.30.9.212 2018-08-13 06:52:29,214 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] PING 172.30.9.212 (172.30.9.212) 64(92) bytes of data. --- 172.30.9.212 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9072ms 2018-08-13 06:52:48,319 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] ERROR cmd=ping -c 10 -s 391 172.30.9.212 2018-08-13 06:52:48,320 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] PING 172.30.9.212 (172.30.9.212) 391(419) bytes of data. --- 172.30.9.212 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms 2018-08-13 06:53:07,426 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] ERROR cmd=ping -c 10 -s 1500 172.30.9.212 2018-08-13 06:53:07,426 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] PING 172.30.9.212 (172.30.9.212) 1500(1528) bytes of data. --- 172.30.9.212 ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9072ms 2018-08-13 06:53:07,427 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring TCP Throughput (packet size=65536)... 2018-08-13 06:53:07,428 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:53:37,527 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202 2018-08-13 06:53:37,527 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:54:07,566 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202 2018-08-13 06:54:07,567 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:54:37,602 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202 2018-08-13 06:54:37,602 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring UDP Throughput (packet size=128)... 2018-08-13 06:54:37,603 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:54:58,626 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202 2018-08-13 06:54:58,626 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring UDP Throughput (packet size=1024)... 2018-08-13 06:54:58,626 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:55:19,654 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202 2018-08-13 06:55:19,654 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Measuring UDP Throughput (packet size=8192)... 2018-08-13 06:55:19,654 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] /tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212 2018-08-13 06:55:40,683 INFO [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] SSH Error:Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202 2018-08-13 06:55:40,691 INFO { 'az_from': u'nova:overcloud-novacompute-0.opnfvlf.org', 'az_to': u'nova:overcloud-novacompute-1.opnfvlf.org', 'desc': 'VM to VM different network floating IP (inter-node)', 'distro_id': 'Ubuntu', 'distro_version': '14.04', 'ip_from': u'192.168.2.5', 'ip_to': u'172.30.9.212', 'results': [ { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T10 -l65536 -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202', 'protocol': 'TCP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l128 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l1024 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'error': 'Timeout executing command "/tmp/nuttcp-8.1.4 -a -T1 -l8192 -u -R5000000K -p5001 -P5002 -fparse 172.30.9.212" on host 172.30.9.202', 'protocol': 'UDP', 'tool': 'nuttcp-8.1.4'}, { 'protocol': 'ICMP', 'results': [ { 'error': 'ping failed', 'packet_size': 64}, { 'error': 'ping failed', 'packet_size': 391}, { 'error': 'ping failed', 'packet_size': 1500}], 'tool': 'ping'}]} 2018-08-13 06:55:40,692 INFO Deleting floating ip 0b9597bd-481b-4d01-9fa4-a318e9f53b73 2018-08-13 06:55:42,107 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Floating IP 172.30.9.202 deleted 2018-08-13 06:55:42,503 DEBUG [TestClient_a1609824-0b8e-4e15-89fb-0717ce7b14a24] Instance deleted 2018-08-13 06:55:42,618 INFO Cleaning up... 2018-08-13 06:55:42,618 DEBUG [TestServer_a1609824-0b8e-4e15-89fb-0717ce7b14a21] Terminating nuttcp-8.1.4 2018-08-13 07:11:22,892 ERROR [Errno 110] Operation timed out Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1255, in main run_vmtp(opts) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 1217, in run_vmtp vmtp_instance.run() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 489, in run self.teardown() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 446, in teardown self.server.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_instance.py", line 106, in dispose self.tp_tool.dispose() File "/usr/lib/python2.7/site-packages/vmtp/perf_tool.py", line 77, in dispose self.instance.ssh.kill_proc(self.pid) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 384, in kill_proc self.execute(cmd) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 323, in execute timeout=timeout, raise_on_error=False) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 241, in run timeout=timeout) File "/usr/lib/python2.7/site-packages/vmtp/sshutils.py", line 247, in _run session = transport.open_session() File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 767, in open_session timeout=timeout) File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 891, in open_channel raise e error: [Errno 110] Operation timed out 2018-08-13 07:11:23,360 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp_genchart', '-c', '/home/opnfv/functest/results/vmtp/vmtp.html', '/home/opnfv/functest/results/vmtp/vmtp.json'] Error: No such file %s: /home/opnfv/functest/results/vmtp/vmtp.json 2018-08-13 07:11:23,483 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 07:11:23,484 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 41:39 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-13 07:11:23,489 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 07:11:23,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 07:11:23,859 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 640 X-Openstack-Request-Id: req-990111f9-7803-49d1-8335-215bd6cb5bc0 Date: Mon, 13 Aug 2018 07:11:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:30:03Z", "revision_number": 4, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}]} 2018-08-13 07:11:23,859 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-990111f9-7803-49d1-8335-215bd6cb5bc0 2018-08-13 07:11:23,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.370540857315s 2018-08-13 07:11:23,860 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-990111f9-7803-49d1-8335-215bd6cb5bc0 2018-08-13 07:11:23,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 07:11:23,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/14f29cd2-7377-4608-b206-014a82548dd8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 07:11:24,408 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 129 X-Openstack-Request-Id: req-6c393c5b-74ef-416c-b5bd-4d44280010eb Date: Mon, 13 Aug 2018 07:11:24 GMT RESP BODY: {"NeutronError": {"message": "Router 14f29cd2-7377-4608-b206-014a82548dd8 still has ports", "type": "RouterInUse", "detail": ""}} 2018-08-13 07:11:24,408 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/14f29cd2-7377-4608-b206-014a82548dd8.json used request id req-6c393c5b-74ef-416c-b5bd-4d44280010eb 2018-08-13 07:11:24,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 0.546962022781s 2018-08-13 07:11:24,409 - functest.core.tenantnetwork - ERROR - cannot clean all ressources Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/core/tenantnetwork.py", line 250, in clean self.cloud.delete_router(self.router.id) File "/usr/lib/python2.7/site-packages/shade/openstackcloud.py", line 4410, in delete_router error_message="Error deleting router {0}".format(name_or_id)) File "/usr/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 319, in delete return self.request(url, 'DELETE', **kwargs) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 158, in request return self._munch_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/_adapter.py", line 114, in _munch_response exc.raise_from_response(response, error_message=error_message) File "/usr/lib/python2.7/site-packages/shade/exc.py", line 165, in raise_from_response raise OpenStackCloudHTTPError(msg, response=response) OpenStackCloudHTTPError: Error deleting router 14f29cd2-7377-4608-b206-014a82548dd8. (409) Client Error for url: http://172.30.9.22:9696/v2.0/routers/14f29cd2-7377-4608-b206-014a82548dd8.json Router 14f29cd2-7377-4608-b206-014a82548dd8 still has ports 2018-08-13 07:11:24,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 07:11:24,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 07:11:25,111 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-698e5ba8-df64-402a-b957-4bb5eef05b18 Date: Mon, 13 Aug 2018 07:11:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T06:29:52Z", "file": "/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/file", "owner": "5116394dc2864fe6b3f81cb62352c7de", "id": "c8d43de4-5057-47f2-84da-0825e2fbdd7c", "size": 263062016, "self": "/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c32842906fda865db9034d5a3159ad979a5432d2fec0864c6f6bed7b7de7338e", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "81360220b4382d4b91eef0ebaf46a661", "name": "vmtp-img_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "checksum": "81360220b4382d4b91eef0ebaf46a661", "created_at": "2018-08-13T06:29:48Z", "os_hidden": false, "protected": false, "os_hash_value": "3819082dc373086dbf6ec58c3faa2b9f8c81ced05572cc4584eabe85c4866648968af1e9a41f21e130218d4177c0b94d6b35c91053de745b8cc60b1e87bbf350"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 07:11:25,111 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-698e5ba8-df64-402a-b957-4bb5eef05b18 2018-08-13 07:11:25,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.666088104248s 2018-08-13 07:11:25,111 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-698e5ba8-df64-402a-b957-4bb5eef05b18 2018-08-13 07:11:25,112 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 07:11:25,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 07:11:25,984 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b2ebcb9b-4a5e-4c22-accd-6d1faea8114f Date: Mon, 13 Aug 2018 07:11:25 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 07:11:25,984 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c used request id req-b2ebcb9b-4a5e-4c22-accd-6d1faea8114f 2018-08-13 07:11:25,984 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.871657848358s 2018-08-13 07:11:25,984 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c8d43de4-5057-47f2-84da-0825e2fbdd7c used request id req-b2ebcb9b-4a5e-4c22-accd-6d1faea8114f 2018-08-13 07:11:25,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 07:11:25,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 07:11:26,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11: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-dd2629c5-a811-443d-b3d1-8f32512ce448 x-compute-request-id: req-dd2629c5-a811-443d-b3d1-8f32512ce448 Content-Encoding: gzip Content-Length: 306 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a", "rel": "bookmark"}], "ram": 2048, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 0, "id": "bdb07ebf-0060-41f3-91af-5954ae9a3a9a"}]} 2018-08-13 07:11:26,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-dd2629c5-a811-443d-b3d1-8f32512ce448 2018-08-13 07:11:26,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.300148010254s 2018-08-13 07:11:26,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-dd2629c5-a811-443d-b3d1-8f32512ce448 2018-08-13 07:11:26,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 07:11:26,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 07:11:26,314 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 07:11: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-224a7bb6-0d0b-46fd-baf6-c126ff31f01f x-compute-request-id: req-224a7bb6-0d0b-46fd-baf6-c126ff31f01f Content-Length: 0 Content-Type: application/json 2018-08-13 07:11:26,314 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a used request id req-224a7bb6-0d0b-46fd-baf6-c126ff31f01f 2018-08-13 07:11:26,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0279569625854s 2018-08-13 07:11:26,314 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/bdb07ebf-0060-41f3-91af-5954ae9a3a9a used request id req-224a7bb6-0d0b-46fd-baf6-c126ff31f01f 2018-08-13 07:11:26,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 07:11:26,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 07:11:26,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-13861389-c7d7-4392-b07b-14f6b1625999 Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "links": {"self": "http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "5148d846fbbf4636b6ea4c601d51ce53", "domain_id": "default", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 07:11:26,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-13861389-c7d7-4392-b07b-14f6b1625999 2018-08-13 07:11:26,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.193230867386s 2018-08-13 07:11:26,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-13861389-c7d7-4392-b07b-14f6b1625999 2018-08-13 07:11:26,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 07:11:26,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 07:11:26,700 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3c9de5cd-d701-4eea-8752-d63ffba72463 Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_a1609824-0b8e-4e15-89fb-0717ce7b14a2", "links": {"self": "http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "5148d846fbbf4636b6ea4c601d51ce53", "description": null}} 2018-08-13 07:11:26,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53 used request id req-3c9de5cd-d701-4eea-8752-d63ffba72463 2018-08-13 07:11:26,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.187829017639s 2018-08-13 07:11:26,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53 used request id req-3c9de5cd-d701-4eea-8752-d63ffba72463 2018-08-13 07:11:26,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 07:11:26,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 07:11:26,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 07:11:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-656771e4-ed09-4078-9564-8d87fe635b0e Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 07:11:26,997 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53 used request id req-656771e4-ed09-4078-9564-8d87fe635b0e 2018-08-13 07:11:26,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.296810865402s 2018-08-13 07:11:26,998 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/5148d846fbbf4636b6ea4c601d51ce53 used request id req-656771e4-ed09-4078-9564-8d87fe635b0e 2018-08-13 07:11:27,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 07:11:27,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 07:11:27,183 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-98b8c86f-f77b-4d97-8a1a-41f2e913a0cf Content-Encoding: gzip Content-Length: 380 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de"}, "tags": [], "enabled": true, "id": "5116394dc2864fe6b3f81cb62352c7de", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-13 07:11:27,183 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-98b8c86f-f77b-4d97-8a1a-41f2e913a0cf 2018-08-13 07:11:27,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181838989258s 2018-08-13 07:11:27,183 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-98b8c86f-f77b-4d97-8a1a-41f2e913a0cf 2018-08-13 07:11:27,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 07:11:27,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}ecb81e98f3a274e0f820fd6eb7f147a612cffe36" 2018-08-13 07:11:27,424 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 07:11:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6cb98888-64f4-4f5a-8f9c-b0b90d2720b8 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 07:11:27,424 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de used request id req-6cb98888-64f4-4f5a-8f9c-b0b90d2720b8 2018-08-13 07:11:27,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.237617015839s 2018-08-13 07:11:27,424 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5116394dc2864fe6b3f81cb62352c7de used request id req-6cb98888-64f4-4f5a-8f9c-b0b90d2720b8 2018-08-13 07:11:27,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 07:11:27,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 07:11:27,514 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2092 X-Openstack-Request-Id: req-2973ae48-e7f0-483c-9dea-3f8c84a8f448 Date: Mon, 13 Aug 2018 07:11:27 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"}]} 2018-08-13 07:11:27,514 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2973ae48-e7f0-483c-9dea-3f8c84a8f448 2018-08-13 07:11:27,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0892570018768s 2018-08-13 07:11:27,514 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-2973ae48-e7f0-483c-9dea-3f8c84a8f448 2018-08-13 07:11:27,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 07:11:27,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/3c0ee642-e04c-42e2-9905-402562238f37.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}30fdfa5c3f8d0abac7348bca986e5da8559554ed" 2018-08-13 07:11:27,630 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 205 X-Openstack-Request-Id: req-56d6f8a0-9cd8-48fa-9d92-696671df8116 Date: Mon, 13 Aug 2018 07:11:27 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on network 3c0ee642-e04c-42e2-9905-402562238f37. There are one or more ports still in use on the network.", "type": "NetworkInUse", "detail": ""}} 2018-08-13 07:11:27,630 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/3c0ee642-e04c-42e2-9905-402562238f37.json used request id req-56d6f8a0-9cd8-48fa-9d92-696671df8116 2018-08-13 07:11:27,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.114949226379s 2018-08-13 07:11:27,631 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-08-13 07:11:27,658 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 07:11:27,684 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 07:11:27,685 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 07:11:27,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 07:11:27,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b30e69e-0359-46be-b2ea-c48a67d4c5a4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 07:11:27,690 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7b30e69e-0359-46be-b2ea-c48a67d4c5a4 2018-08-13 07:11:27,691 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 07:11:28,094 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T08:11:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["86qJcYA7RT6aTvs4tqHqWw"], "issued_at": "2018-08-13T07:11:28.000000Z"}} 2018-08-13 07:11:28,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 07:11:28,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:28,668 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a7a675db-2bd9-4257-b2d6-915140ec7a64 Date: Mon, 13 Aug 2018 07:11:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 07:11:28,668 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a7a675db-2bd9-4257-b2d6-915140ec7a64 2018-08-13 07:11:28,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.573413848877s 2018-08-13 07:11:28,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a7a675db-2bd9-4257-b2d6-915140ec7a64 2018-08-13 07:11:28,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 07:11:28,675 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 07:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d0a0d1b-5df3-44fa-adfa-45b91c987015 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 07:11:28,676 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-7d0a0d1b-5df3-44fa-adfa-45b91c987015 2018-08-13 07:11:28,676 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 07:11:28,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:28,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f417b2d-a096-42b6-9f9f-a61e13521ccd Content-Encoding: gzip Content-Length: 223 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.22:5000/v3/domains/3e3b2eea058f4bd8973ae46803d92c67"}, "tags": [], "enabled": true, "id": "3e3b2eea058f4bd8973ae46803d92c67", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.22:5000/v3/domains", "previous": null, "next": null}} 2018-08-13 07:11:28,860 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-1f417b2d-a096-42b6-9f9f-a61e13521ccd 2018-08-13 07:11:28,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183682203293s 2018-08-13 07:11:28,860 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains used request id req-1f417b2d-a096-42b6-9f9f-a61e13521ccd 2018-08-13 07:11:28,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-08-13 07:11:28,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}}' 2018-08-13 07:11:28,992 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 07:11:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f3130d4c-57ad-4dc8-b475-56953997973b Content-Length: 358 Content-Type: application/json RESP BODY: {"project": {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272"}, "tags": [], "enabled": true, "id": "5dd9e789f4da48f196af753fdea21272", "parent_id": "default", "domain_id": "default", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}} 2018-08-13 07:11:28,992 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-f3130d4c-57ad-4dc8-b475-56953997973b 2018-08-13 07:11:28,993 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.125318050385s 2018-08-13 07:11:28,993 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/projects used request id req-f3130d4c-57ad-4dc8-b475-56953997973b 2018-08-13 07:11:28,993 - functest.core.tenantnetwork - DEBUG - project: Munch({'is_enabled': True, 'is_domain': False, 'description': u'Created by OPNFV Functest: shaker', u'tags': [], 'enabled': True, 'id': u'5dd9e789f4da48f196af753fdea21272', 'parent_id': u'default', 'properties': Munch({u'tags': []}), 'location': Munch({'project': Munch({'domain_id': u'default', 'id': u'default', 'name': None, 'domain_name': None}), 'zone': None, 'region_name': None, 'cloud': 'envvars'}), 'domain_id': u'default', 'name': u'shaker-project_48949639-d629-4906-b8a7-57ec90f5428e'}) 2018-08-13 07:11:28,998 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-08-13 07:11:29,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "c0edc75c-1c88-4ef3-bbb0-12f4bab7e544", "email": null, "name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e"}}' 2018-08-13 07:11:29,465 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 07:11:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-09a2271e-f8b3-4ef5-b45a-f0459ea10128 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "links": {"self": "http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1fd85935e2ec446ba5f29578927c87df", "domain_id": "default", "password_expires_at": null}} 2018-08-13 07:11:29,466 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-09a2271e-f8b3-4ef5-b45a-f0459ea10128 2018-08-13 07:11:29,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.467923164368s 2018-08-13 07:11:29,466 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/users used request id req-09a2271e-f8b3-4ef5-b45a-f0459ea10128 2018-08-13 07:11:29,467 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'1fd85935e2ec446ba5f29578927c87df', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_48949639-d629-4906-b8a7-57ec90f5428e'}) 2018-08-13 07:11:29,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 07:11:29,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:29,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46d892d1-4434-4efb-9456-23bef2e3d09e Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 07:11:29,647 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-46d892d1-4434-4efb-9456-23bef2e3d09e 2018-08-13 07:11:29,647 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176630973816s 2018-08-13 07:11:29,647 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-46d892d1-4434-4efb-9456-23bef2e3d09e 2018-08-13 07:11:29,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 07:11:29,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:29,831 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e73d4915-2d6d-412f-8f7a-6bdbd92c8aea Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 07:11:29,831 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e73d4915-2d6d-412f-8f7a-6bdbd92c8aea 2018-08-13 07:11:29,831 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178858995438s 2018-08-13 07:11:29,831 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e73d4915-2d6d-412f-8f7a-6bdbd92c8aea 2018-08-13 07:11:29,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 07:11:29,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:30,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-71ac61f9-1688-450d-891d-be823c41ba21 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 07:11:30,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-71ac61f9-1688-450d-891d-be823c41ba21 2018-08-13 07:11:30,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176717996597s 2018-08-13 07:11:30,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-71ac61f9-1688-450d-891d-be823c41ba21 2018-08-13 07:11:30,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 07:11:30,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:30,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae497361-fc0b-4bd4-9a7e-fa793045c579 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 07:11:30,117 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-ae497361-fc0b-4bd4-9a7e-fa793045c579 2018-08-13 07:11:30,117 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.0991280078888s 2018-08-13 07:11:30,118 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-ae497361-fc0b-4bd4-9a7e-fa793045c579 2018-08-13 07:11:30,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 07:11:30,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:30,301 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9be047b-28ff-4fbb-a3ed-b9dcd1892da8 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "links": {"self": "http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1fd85935e2ec446ba5f29578927c87df", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 07:11:30,301 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e9be047b-28ff-4fbb-a3ed-b9dcd1892da8 2018-08-13 07:11:30,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.182537078857s 2018-08-13 07:11:30,302 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-e9be047b-28ff-4fbb-a3ed-b9dcd1892da8 2018-08-13 07:11:30,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 07:11:30,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:30,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89e0bbf0-9e5e-470b-adc8-9271ba16d979 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272"}, "tags": [], "enabled": true, "id": "5dd9e789f4da48f196af753fdea21272", "parent_id": "default", "domain_id": "default", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 07:11:30,495 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-89e0bbf0-9e5e-470b-adc8-9271ba16d979 2018-08-13 07:11:30,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18200802803s 2018-08-13 07:11:30,495 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-89e0bbf0-9e5e-470b-adc8-9271ba16d979 2018-08-13 07:11:30,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 07:11:30,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5dd9e789f4da48f196af753fdea21272" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:30,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35397c9c-3e0e-4ae7-8fae-c4d1c0d0d3dc Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5dd9e789f4da48f196af753fdea21272", "previous": null, "next": null}} 2018-08-13 07:11:30,606 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5dd9e789f4da48f196af753fdea21272 used request id req-35397c9c-3e0e-4ae7-8fae-c4d1c0d0d3dc 2018-08-13 07:11:30,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103710889816s 2018-08-13 07:11:30,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=178c76b5dcf840798988d37683e957fc&scope.project.id=5dd9e789f4da48f196af753fdea21272 used request id req-35397c9c-3e0e-4ae7-8fae-c4d1c0d0d3dc 2018-08-13 07:11:30,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 07:11:30,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/178c76b5dcf840798988d37683e957fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:11:30,752 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 07:11:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9ff5085f-27c7-4b3f-a9f2-c113fe7c4106 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 07:11:30,752 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/178c76b5dcf840798988d37683e957fc used request id req-9ff5085f-27c7-4b3f-a9f2-c113fe7c4106 2018-08-13 07:11:30,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.141918897629s 2018-08-13 07:11:30,753 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/178c76b5dcf840798988d37683e957fc used request id req-9ff5085f-27c7-4b3f-a9f2-c113fe7c4106 2018-08-13 07:11:30,753 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_48949639-d629-4906-b8a7-57ec90f5428e', u'compute_api_version': u'2', 'key': None, u'database_api_version': u'1.0', 'tenant_name': 'admin', 'user_domain_name': 'Default', 'api_timeout': None, u'baremetal_api_version': u'1', 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', 'project_id': u'5dd9e789f4da48f196af753fdea21272', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'c0edc75c-1c88-4ef3-bbb0-12f4bab7e544', 'username': u'shaker-user_48949639-d629-4906-b8a7-57ec90f5428e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.22:5000/v3', u'dns_api_version': u'2', u'object_store_api_version': u'1', u'interface': u'public', u'disable_vendor_agent': {}}}} 2018-08-13 07:11:30,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 07:11:30,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 07:11:30,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 07:11:30,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 07:11:30,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 07:11:30,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 07:11:30,755 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 07:11:30,756 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 07:11:30,757 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 07:11:30,759 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_48949639-d629-4906-b8a7-57ec90f5428e', 'password': 'c0edc75c-1c88-4ef3-bbb0-12f4bab7e544', 'project_name': 'shaker-project_48949639-d629-4906-b8a7-57ec90f5428e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.22:5000/v3', 'project_id': '5dd9e789f4da48f196af753fdea21272', 'project_domain_name': 'Default'} 2018-08-13 07:11:30,760 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-08-13 07:11:30,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 07:11:30,767 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-56ed5e5a-6959-4c9f-93f0-7c41a881368f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 07:11:30,767 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-56ed5e5a-6959-4c9f-93f0-7c41a881368f 2018-08-13 07:11:30,767 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 07:11:31,167 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T08:11:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5dd9e789f4da48f196af753fdea21272", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "id": "1fd85935e2ec446ba5f29578927c87df"}, "audit_ids": ["KBUiAZiJSd6EeuUse6qVEg"], "issued_at": "2018-08-13T07:11:31.000000Z"}} 2018-08-13 07:11:31,170 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 07:11:31,170 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"network": {"name": "shaker-net_48949639-d629-4906-b8a7-57ec90f5428e", "admin_state_up": true}}' 2018-08-13 07:11:31,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 584 X-Openstack-Request-Id: req-75c98f69-b7a0-43b1-a750-9d87c978e3c1 Date: Mon, 13 Aug 2018 07:11:31 GMT RESP BODY: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T07:11:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5dd9e789f4da48f196af753fdea21272","id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","name":"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e"}} 2018-08-13 07:11:31,832 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-75c98f69-b7a0-43b1-a750-9d87c978e3c1 2018-08-13 07:11:31,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.662135124207s 2018-08-13 07:11:31,832 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-75c98f69-b7a0-43b1-a750-9d87c978e3c1 2018-08-13 07:11:31,833 - functest.core.tenantnetwork - DEBUG - network: Munch({u'status': u'ACTIVE', u'subnets': [], u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T07:11:31Z', u'ipv6_address_scope': None, u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'id': u'0782e0fd-9460-4a7b-9ce3-e0e712976f09', u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_48949639-d629-4906-b8a7-57ec90f5428e', u'admin_state_up': True, u'tenant_id': u'5dd9e789f4da48f196af753fdea21272', u'created_at': u'2018-08-13T07:11:31Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'5dd9e789f4da48f196af753fdea21272'}) 2018-08-13 07:11:31,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 07:11:31,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:31,978 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1144 X-Openstack-Request-Id: req-030a12c0-3c2b-4f2e-991a-d4a39c98f74a Date: Mon, 13 Aug 2018 07:11:31 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-08-13T07:11:31Z","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":1,"admin_state_up":true,"shared":false,"project_id":"5dd9e789f4da48f196af753fdea21272","id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","name":"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:53:11Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 07:11:31,978 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-030a12c0-3c2b-4f2e-991a-d4a39c98f74a 2018-08-13 07:11:31,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.144491195679s 2018-08-13 07:11:31,978 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-030a12c0-3c2b-4f2e-991a-d4a39c98f74a 2018-08-13 07:11:31,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 07:11:31,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"subnet": {"name": "shaker-subnet_48949639-d629-4906-b8a7-57ec90f5428e", "enable_dhcp": true, "network_id": "0782e0fd-9460-4a7b-9ce3-e0e712976f09", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 07:11:32,728 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-9e772031-337e-4f6d-ae52-a6428b6c2235 Date: Mon, 13 Aug 2018 07:11:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T07:11:32Z","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":"5dd9e789f4da48f196af753fdea21272","id":"127a8f8d-dba2-412e-82fe-f4d58804811b","subnetpool_id":null,"name":"shaker-subnet_48949639-d629-4906-b8a7-57ec90f5428e"}} 2018-08-13 07:11:32,728 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9e772031-337e-4f6d-ae52-a6428b6c2235 2018-08-13 07:11:32,728 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.748291015625s 2018-08-13 07:11:32,728 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9e772031-337e-4f6d-ae52-a6428b6c2235 2018-08-13 07:11:32,729 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T07:11:32Z', 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'127a8f8d-dba2-412e-82fe-f4d58804811b', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_48949639-d629-4906-b8a7-57ec90f5428e', u'enable_dhcp': True, u'network_id': u'0782e0fd-9460-4a7b-9ce3-e0e712976f09', u'tenant_id': u'5dd9e789f4da48f196af753fdea21272', u'created_at': u'2018-08-13T07:11:32Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'5dd9e789f4da48f196af753fdea21272'}) 2018-08-13 07:11:32,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 07:11:32,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "shaker-router_48949639-d629-4906-b8a7-57ec90f5428e", "admin_state_up": true}}' 2018-08-13 07:11:33,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 617 X-Openstack-Request-Id: req-1367af38-2170-4b07-8314-e2443bba0965 Date: Mon, 13 Aug 2018 07:11:33 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:32Z", "admin_state_up": true, "updated_at": "2018-08-13T07:11:33Z", "revision_number": 2, "routes": [], "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "eefcc149-11fd-4b0e-9c2d-9e76773bb6e7", "name": "shaker-router_48949639-d629-4906-b8a7-57ec90f5428e"}} 2018-08-13 07:11:33,646 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1367af38-2170-4b07-8314-e2443bba0965 2018-08-13 07:11:33,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 0.916209936142s 2018-08-13 07:11:33,646 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1367af38-2170-4b07-8314-e2443bba0965 2018-08-13 07:11:33,647 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.205'}]}, u'description': u'', u'tags': [], u'tenant_id': u'5dd9e789f4da48f196af753fdea21272', u'created_at': u'2018-08-13T07:11:32Z', u'admin_state_up': True, u'updated_at': u'2018-08-13T07:11:33Z', u'revision_number': 2, u'routes': [], u'project_id': u'5dd9e789f4da48f196af753fdea21272', u'id': u'eefcc149-11fd-4b0e-9c2d-9e76773bb6e7', u'name': u'shaker-router_48949639-d629-4906-b8a7-57ec90f5428e'}) 2018-08-13 07:11:33,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 07:11:33,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"subnet_id": "127a8f8d-dba2-412e-82fe-f4d58804811b"}' 2018-08-13 07:11:35,787 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c9b7dc0d-3ffb-4960-b22b-a1883c72e60d Date: Mon, 13 Aug 2018 07:11:35 GMT RESP BODY: {"network_id": "0782e0fd-9460-4a7b-9ce3-e0e712976f09", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "subnet_id": "127a8f8d-dba2-412e-82fe-f4d58804811b", "subnet_ids": ["127a8f8d-dba2-412e-82fe-f4d58804811b"], "port_id": "12935139-3ab3-49d0-8dac-2cdd20885815", "id": "eefcc149-11fd-4b0e-9c2d-9e76773bb6e7"} 2018-08-13 07:11:35,787 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7/add_router_interface.json used request id req-c9b7dc0d-3ffb-4960-b22b-a1883c72e60d 2018-08-13 07:11:35,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.14018797874s 2018-08-13 07:11:35,788 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7/add_router_interface.json used request id req-c9b7dc0d-3ffb-4960-b22b-a1883c72e60d returning object eefcc149-11fd-4b0e-9c2d-9e76773bb6e7 2018-08-13 07:11:35,788 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-08-13 07:11:39,421 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-08-13 07:11:39,423 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 07:11:39,427 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 07:11:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 07:11:39,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 07:11:39,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:40,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-cb6fb46b-42c7-4397-9bcd-57e7c9ac191e Date: Mon, 13 Aug 2018 07:11:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 07:11:40,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-cb6fb46b-42c7-4397-9bcd-57e7c9ac191e 2018-08-13 07:11:40,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.59579706192s 2018-08-13 07:11:40,025 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-cb6fb46b-42c7-4397-9bcd-57e7c9ac191e 2018-08-13 07:11:40,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 07:11:40,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_48949639-d629-4906-b8a7-57ec90f5428e"}' 2018-08-13 07:11:40,086 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-89189ecd-91c1-4782-bc82-70c14360fa2b Date: Mon, 13 Aug 2018 07:11:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T07:11:40Z", "file": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file", "owner": "5dd9e789f4da48f196af753fdea21272", "id": "41470580-5b4a-4c34-9061-15b26d9817d4", "size": null, "self": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "checksum": null, "created_at": "2018-08-13T07:11:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 07:11:40,086 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-89189ecd-91c1-4782-bc82-70c14360fa2b 2018-08-13 07:11:40,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0578560829163s 2018-08-13 07:11:40,087 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-89189ecd-91c1-4782-bc82-70c14360fa2b returning object 41470580-5b4a-4c34-9061-15b26d9817d4 2018-08-13 07:11:40,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 07:11:40,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '' 2018-08-13 07:11:50,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-61a2ee76-356c-4007-b49a-e9b100239318 Date: Mon, 13 Aug 2018 07:11:49 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 07:11:50,001 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file used request id req-61a2ee76-356c-4007-b49a-e9b100239318 2018-08-13 07:11:50,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.91434001923s 2018-08-13 07:11:50,001 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file used request id req-61a2ee76-356c-4007-b49a-e9b100239318 2018-08-13 07:11:50,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 07:11:50,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:50,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-5d6709cb-3086-4471-981a-340cdd4f0e14 Date: Mon, 13 Aug 2018 07:11:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T07:11:49Z", "file": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file", "owner": "5dd9e789f4da48f196af753fdea21272", "id": "41470580-5b4a-4c34-9061-15b26d9817d4", "size": 666173440, "self": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-13T07:11:40Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 07:11:50,058 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5d6709cb-3086-4471-981a-340cdd4f0e14 2018-08-13 07:11:50,058 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0523779392242s 2018-08-13 07:11:50,058 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5d6709cb-3086-4471-981a-340cdd4f0e14 2018-08-13 07:11:50,060 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap', u'metadata': Munch({})})], 'file': u'/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file', 'owner': u'5dd9e789f4da48f196af753fdea21272', 'id': u'41470580-5b4a-4c34-9061-15b26d9817d4', 'size': 666173440, u'self': u'/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5dd9e789f4da48f196af753fdea21272', 'name': 'shaker-project_48949639-d629-4906-b8a7-57ec90f5428e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T07:11:49Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-08-13T07:11:49Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e', 'min_disk': 0, 'is_public': False, 'virtual_size': 0, u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', 'properties': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_48949639-d629-4906-b8a7-57ec90f5428e', 'created': u'2018-08-13T07:11:40Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-08-13T07:11:40Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', 'metadata': {u'os_hash_value': u'9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408', u'self': u'/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-08-13 07:11:50,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 07:11:50,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_48949639-d629-4906-b8a7-57ec90f5428e", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": null, "swap": 0}}' 2018-08-13 07:11:50,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11: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-feec9dbc-20d3-4abe-bd63-2b884f748175 x-compute-request-id: req-feec9dbc-20d3-4abe-bd63-2b884f748175 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_48949639-d629-4906-b8a7-57ec90f5428e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "e6ec8323-6601-420b-ada9-07edb6af97d3"}} 2018-08-13 07:11:50,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-feec9dbc-20d3-4abe-bd63-2b884f748175 2018-08-13 07:11:50,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.329684972763s 2018-08-13 07:11:50,391 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-feec9dbc-20d3-4abe-bd63-2b884f748175 2018-08-13 07:11:50,392 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_48949639-d629-4906-b8a7-57ec90f5428e', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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': 3, 'id': u'e6ec8323-6601-420b-ada9-07edb6af97d3', 'swap': 0}) 2018-08-13 07:11:50,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 07:11:50,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" -d '{"extra_specs": {}}' 2018-08-13 07:11:50,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11: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-e55cb670-165b-42ba-be1d-8310d5480b7d x-compute-request-id: req-e55cb670-165b-42ba-be1d-8310d5480b7d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 07:11:50,413 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3/os-extra_specs used request id req-e55cb670-165b-42ba-be1d-8310d5480b7d 2018-08-13 07:11:50,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0205760002136s 2018-08-13 07:11:50,414 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3/os-extra_specs used request id req-e55cb670-165b-42ba-be1d-8310d5480b7d 2018-08-13 07:11:50,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-08-13 07:11:50,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/os-keypairs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"keypair": {"name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e"}}' 2018-08-13 07:11:50,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11: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-f4cfadc7-0153-49a4-9b09-87bcea68462e x-compute-request-id: req-f4cfadc7-0153-49a4-9b09-87bcea68462e Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnagh5lfRXiHT5GEB2zpy9jTvmMc1Ps1gC6QlH6JUqYsKf5X6c8kYGoyJNGkB7N7O1RqKsnrawFQp5KqxLXtFc9+6x6Ncgni6EJ1iRwJMBylfFgXzouQTb3RETW5bc2Cec0xRj3nXm11mKMj891KBi+gtkp9bqaEi1Yn9WS8QnvlAVnvjVLfoBKOqj8dqF4/KBhPKJOsUX4Hfb2REgJeQSzQfe8J6vuKLKz3ii1ivMCy1/F17En01XeQNBIMOwaDV7iJTLWvTDrDxTw2fw2zTD2+Su2V0VW8ebg1E3DqpxA6YSYsGm3WOgo7SiaR7PGkcp7EhjVB0vYlrvR8ac/x+N Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAp2oIeZX0V4h0+RhAds6cvY075jHNT7NYAukJR+iVKmLCn+V+\nnPJGBqMiTRpAezeztUairJ62sBUKeSqsS17RXPfusejXIJ4uhCdYkcCTAcpXxYF8\n6LkE290RE1uW3NgnnNMUY9515tdZijI/PdSgYvoLZKfW6mhItWJ/VkvEJ75QFZ74\n1S36ASjqo/HahePygYTyiTrFF+B329kRICXkEs0H3vCer7iiys94otYrzAstfxde\nxJ9NV3kDQSDDsGg1e4iUy1r0w6w8U8Nn8Ns0w9vkrtldFVvHm4NRNw6qcQOmEmLB\npt1joKO0omkezxpHKexIY1QdL2Ja70fGnP8fjQIDAQABAoIBAEj+q4lP/8S2w8Hk\neB8VQTRIw2hAKLPqj6JdN2W6HGfpvdB4APevjybPtGIH4zuWcu3ESaOYZDFsSy+/\nknYedozhsZqy2jHnpoKKoUyTucVbE2ATcIIMQfkXb52QHrxWJxdy1X4h/ihTlz/x\nXq+36OKfAZ62q7dzFti3hKv8xx9IX/R17HHvQ80W43dsjXwdtBdfBwIw3v5DojkZ\nBLizAE+HavW0WI/RXlVJw1NgqGoD5++nK4nbMcUwppCo51f8aDpLmSLHTKr93Vq6\ntungxj9Zj9TSJ+++IocCz8PTvQwsMzFfPXQzGGsUeoVrYSJvlVlnwzP581A9Fa1f\n3mkwF4UCgYEA19jSD8FOPXdRB7x33mmLOaW3jMKjOH1RE8NOmHAKc8BwhgMgU9Dk\ntmKfKPQGaRWsAqBLaaY5DDRNHxgwIMOg9Q8IPBvbwRFI3W/SBMcUlxi6Yu9C3M9z\nu3jpx4W1PBgisQLxFCm4R/6a9qE1CySC1URQDn+FtdOJHoNTIcnaGRsCgYEAxo64\ntYL3eI4nwjzBg2kj8Ygkq+v8yG4QkJH1XIheOiSDIjHTOoTdBjrELlh5mJBUWHdL\nN3fNb+0Z0H4N2e71IxqlR6/p/ysWHXnujz6ZXQwF26yYXd8zgXEBPSkJFHj1UUlw\noY067R3rILJW2/PnlYIxS+P+NvYSd1J9VyIDnHcCgYBRx/33KDe7xDx4YOlN5NFy\nex5rf8eV/K0+fq6FxVXAe7ZmoEKcXzZ5AC7rtmHDaQmuSQupsOhGfn6F/IUntNeE\nYjithaSipyjjdZ2uX7umcCEWoS7FOPjRnEN/bGK5rS9fwAyVpiUDai1Oqs/NM/06\nTtLCW4DO3qJCZGGYGMHA5wKBgCe477zoWYfVsKCMNQ6MHzO3z9ZRHL4gPtIdUR/U\n7DznhxB1NVPUtr8DTLIU4yahYS5dlz+eiQvmPC7YuP6rboE6WGxyBfcVcJQvC4m+\ntUHHIPjkm4rUF2LC78ODjRx6YmGDtrOrJGnBfYOKChRwxBjF9gS/tODb86/JYefn\nlx9bAoGBAJbMHdzRddyFk4pTcQLS+JAcpB+ew5EE8OWKvEa6R8hxAVqGQ9KOtIlD\nUexlNPDu0lnNCU9D/0aLdDToGT7S52ZU2xdySC0OssE7UWq9mY1FUG9NyOjfIWrV\nyu17Ms2OoPd2G7+nbmvNynoBUB1oo/eKWLDubzS2LeUW0UvcnNHX\n-----END RSA PRIVATE KEY-----\n", "user_id": "1fd85935e2ec446ba5f29578927c87df", "name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "fingerprint": "1f:ed:e7:11:c3:05:9d:74:cd:47:c2:a6:4e:30:3c:1a"}} 2018-08-13 07:11:50,737 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-f4cfadc7-0153-49a4-9b09-87bcea68462e 2018-08-13 07:11:50,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.322718858719s 2018-08-13 07:11:50,737 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/os-keypairs used request id req-f4cfadc7-0153-49a4-9b09-87bcea68462e 2018-08-13 07:11:50,738 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCnagh5lfRXiHT5GEB2zpy9jTvmMc1Ps1gC6QlH6JUqYsKf5X6c8kYGoyJNGkB7N7O1RqKsnrawFQp5KqxLXtFc9+6x6Ncgni6EJ1iRwJMBylfFgXzouQTb3RETW5bc2Cec0xRj3nXm11mKMj891KBi+gtkp9bqaEi1Yn9WS8QnvlAVnvjVLfoBKOqj8dqF4/KBhPKJOsUX4Hfb2REgJeQSzQfe8J6vuKLKz3ii1ivMCy1/F17En01XeQNBIMOwaDV7iJTLWvTDrDxTw2fw2zTD2+Su2V0VW8ebg1E3DqpxA6YSYsGm3WOgo7SiaR7PGkcp7EhjVB0vYlrvR8ac/x+N Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAp2oIeZX0V4h0+RhAds6cvY075jHNT7NYAukJR+iVKmLCn+V+\nnPJGBqMiTRpAezeztUairJ62sBUKeSqsS17RXPfusejXIJ4uhCdYkcCTAcpXxYF8\n6LkE290RE1uW3NgnnNMUY9515tdZijI/PdSgYvoLZKfW6mhItWJ/VkvEJ75QFZ74\n1S36ASjqo/HahePygYTyiTrFF+B329kRICXkEs0H3vCer7iiys94otYrzAstfxde\nxJ9NV3kDQSDDsGg1e4iUy1r0w6w8U8Nn8Ns0w9vkrtldFVvHm4NRNw6qcQOmEmLB\npt1joKO0omkezxpHKexIY1QdL2Ja70fGnP8fjQIDAQABAoIBAEj+q4lP/8S2w8Hk\neB8VQTRIw2hAKLPqj6JdN2W6HGfpvdB4APevjybPtGIH4zuWcu3ESaOYZDFsSy+/\nknYedozhsZqy2jHnpoKKoUyTucVbE2ATcIIMQfkXb52QHrxWJxdy1X4h/ihTlz/x\nXq+36OKfAZ62q7dzFti3hKv8xx9IX/R17HHvQ80W43dsjXwdtBdfBwIw3v5DojkZ\nBLizAE+HavW0WI/RXlVJw1NgqGoD5++nK4nbMcUwppCo51f8aDpLmSLHTKr93Vq6\ntungxj9Zj9TSJ+++IocCz8PTvQwsMzFfPXQzGGsUeoVrYSJvlVlnwzP581A9Fa1f\n3mkwF4UCgYEA19jSD8FOPXdRB7x33mmLOaW3jMKjOH1RE8NOmHAKc8BwhgMgU9Dk\ntmKfKPQGaRWsAqBLaaY5DDRNHxgwIMOg9Q8IPBvbwRFI3W/SBMcUlxi6Yu9C3M9z\nu3jpx4W1PBgisQLxFCm4R/6a9qE1CySC1URQDn+FtdOJHoNTIcnaGRsCgYEAxo64\ntYL3eI4nwjzBg2kj8Ygkq+v8yG4QkJH1XIheOiSDIjHTOoTdBjrELlh5mJBUWHdL\nN3fNb+0Z0H4N2e71IxqlR6/p/ysWHXnujz6ZXQwF26yYXd8zgXEBPSkJFHj1UUlw\noY067R3rILJW2/PnlYIxS+P+NvYSd1J9VyIDnHcCgYBRx/33KDe7xDx4YOlN5NFy\nex5rf8eV/K0+fq6FxVXAe7ZmoEKcXzZ5AC7rtmHDaQmuSQupsOhGfn6F/IUntNeE\nYjithaSipyjjdZ2uX7umcCEWoS7FOPjRnEN/bGK5rS9fwAyVpiUDai1Oqs/NM/06\nTtLCW4DO3qJCZGGYGMHA5wKBgCe477zoWYfVsKCMNQ6MHzO3z9ZRHL4gPtIdUR/U\n7DznhxB1NVPUtr8DTLIU4yahYS5dlz+eiQvmPC7YuP6rboE6WGxyBfcVcJQvC4m+\ntUHHIPjkm4rUF2LC78ODjRx6YmGDtrOrJGnBfYOKChRwxBjF9gS/tODb86/JYefn\nlx9bAoGBAJbMHdzRddyFk4pTcQLS+JAcpB+ew5EE8OWKvEa6R8hxAVqGQ9KOtIlD\nUexlNPDu0lnNCU9D/0aLdDToGT7S52ZU2xdySC0OssE7UWq9mY1FUG9NyOjfIWrV\nyu17Ms2OoPd2G7+nbmvNynoBUB1oo/eKWLDubzS2LeUW0UvcnNHX\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'1fd85935e2ec446ba5f29578927c87df', 'name': u'shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e', 'created_at': '2018-08-13T07:11:50.738622', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5dd9e789f4da48f196af753fdea21272', 'name': 'shaker-project_48949639-d629-4906-b8a7-57ec90f5428e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'1f:ed:e7:11:c3:05:9d:74:cd:47:c2:a6:4e:30:3c:1a', 'type': 'ssh', 'id': u'shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e'}) 2018-08-13 07:11:50,739 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAp2oIeZX0V4h0+RhAds6cvY075jHNT7NYAukJR+iVKmLCn+V+ nPJGBqMiTRpAezeztUairJ62sBUKeSqsS17RXPfusejXIJ4uhCdYkcCTAcpXxYF8 6LkE290RE1uW3NgnnNMUY9515tdZijI/PdSgYvoLZKfW6mhItWJ/VkvEJ75QFZ74 1S36ASjqo/HahePygYTyiTrFF+B329kRICXkEs0H3vCer7iiys94otYrzAstfxde xJ9NV3kDQSDDsGg1e4iUy1r0w6w8U8Nn8Ns0w9vkrtldFVvHm4NRNw6qcQOmEmLB pt1joKO0omkezxpHKexIY1QdL2Ja70fGnP8fjQIDAQABAoIBAEj+q4lP/8S2w8Hk eB8VQTRIw2hAKLPqj6JdN2W6HGfpvdB4APevjybPtGIH4zuWcu3ESaOYZDFsSy+/ knYedozhsZqy2jHnpoKKoUyTucVbE2ATcIIMQfkXb52QHrxWJxdy1X4h/ihTlz/x Xq+36OKfAZ62q7dzFti3hKv8xx9IX/R17HHvQ80W43dsjXwdtBdfBwIw3v5DojkZ BLizAE+HavW0WI/RXlVJw1NgqGoD5++nK4nbMcUwppCo51f8aDpLmSLHTKr93Vq6 tungxj9Zj9TSJ+++IocCz8PTvQwsMzFfPXQzGGsUeoVrYSJvlVlnwzP581A9Fa1f 3mkwF4UCgYEA19jSD8FOPXdRB7x33mmLOaW3jMKjOH1RE8NOmHAKc8BwhgMgU9Dk tmKfKPQGaRWsAqBLaaY5DDRNHxgwIMOg9Q8IPBvbwRFI3W/SBMcUlxi6Yu9C3M9z u3jpx4W1PBgisQLxFCm4R/6a9qE1CySC1URQDn+FtdOJHoNTIcnaGRsCgYEAxo64 tYL3eI4nwjzBg2kj8Ygkq+v8yG4QkJH1XIheOiSDIjHTOoTdBjrELlh5mJBUWHdL N3fNb+0Z0H4N2e71IxqlR6/p/ysWHXnujz6ZXQwF26yYXd8zgXEBPSkJFHj1UUlw oY067R3rILJW2/PnlYIxS+P+NvYSd1J9VyIDnHcCgYBRx/33KDe7xDx4YOlN5NFy ex5rf8eV/K0+fq6FxVXAe7ZmoEKcXzZ5AC7rtmHDaQmuSQupsOhGfn6F/IUntNeE YjithaSipyjjdZ2uX7umcCEWoS7FOPjRnEN/bGK5rS9fwAyVpiUDai1Oqs/NM/06 TtLCW4DO3qJCZGGYGMHA5wKBgCe477zoWYfVsKCMNQ6MHzO3z9ZRHL4gPtIdUR/U 7DznhxB1NVPUtr8DTLIU4yahYS5dlz+eiQvmPC7YuP6rboE6WGxyBfcVcJQvC4m+ tUHHIPjkm4rUF2LC78ODjRx6YmGDtrOrJGnBfYOKChRwxBjF9gS/tODb86/JYefn lx9bAoGBAJbMHdzRddyFk4pTcQLS+JAcpB+ew5EE8OWKvEa6R8hxAVqGQ9KOtIlD UexlNPDu0lnNCU9D/0aLdDToGT7S52ZU2xdySC0OssE7UWq9mY1FUG9NyOjfIWrV yu17Ms2OoPd2G7+nbmvNynoBUB1oo/eKWLDubzS2LeUW0UvcnNHX -----END RSA PRIVATE KEY----- 2018-08-13 07:11:50,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-08-13 07:11:50,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"security_group": {"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e", "description": "created by OPNFV Functest (shaker)"}}' 2018-08-13 07:11:51,132 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-31392eca-27fe-4dc3-8f4e-8596c7059fd3 Date: Mon, 13 Aug 2018 07:11:51 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:50Z", "updated_at": "2018-08-13T07:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "a60436f8-99dd-4e74-a229-8a8b2f927bae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:50Z", "revision_number": 0, "id": "b8d8f8d6-c6f1-45c4-ad89-823f2fc8ac0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:50Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}} 2018-08-13 07:11:51,132 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-31392eca-27fe-4dc3-8f4e-8596c7059fd3 2018-08-13 07:11:51,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.390436172485s 2018-08-13 07:11:51,133 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-31392eca-27fe-4dc3-8f4e-8596c7059fd3 2018-08-13 07:11:51,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 07:11:51,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:51,225 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-a300339a-6d53-4a18-8f03-94fd7af230ce Date: Mon, 13 Aug 2018 07:11:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:50Z", "updated_at": "2018-08-13T07:11:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "a60436f8-99dd-4e74-a229-8a8b2f927bae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:50Z", "revision_number": 0, "id": "b8d8f8d6-c6f1-45c4-ad89-823f2fc8ac0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:50Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 07:11:51,225 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a300339a-6d53-4a18-8f03-94fd7af230ce 2018-08-13 07:11:51,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.088219165802s 2018-08-13 07:11:51,225 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-a300339a-6d53-4a18-8f03-94fd7af230ce 2018-08-13 07:11:51,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 07:11:51,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -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": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd"}}' 2018-08-13 07:11:51,395 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-62f96133-5232-454e-a003-2b780e66e79a Date: Mon, 13 Aug 2018 07:11:51 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-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "port_range_min": 22, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:51Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "0cefb44d-89cb-4a6f-880b-2821435cc169"}} 2018-08-13 07:11:51,395 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-62f96133-5232-454e-a003-2b780e66e79a 2018-08-13 07:11:51,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165690898895s 2018-08-13 07:11:51,396 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-62f96133-5232-454e-a003-2b780e66e79a 2018-08-13 07:11:51,399 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 07:11:51,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:51,447 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-2ac757e3-3783-49a9-a375-9d115d305786 Date: Mon, 13 Aug 2018 07:11:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:50Z", "updated_at": "2018-08-13T07:11:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "0cefb44d-89cb-4a6f-880b-2821435cc169", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "a60436f8-99dd-4e74-a229-8a8b2f927bae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:50Z", "revision_number": 0, "id": "b8d8f8d6-c6f1-45c4-ad89-823f2fc8ac0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:50Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 2, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 07:11:51,447 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-2ac757e3-3783-49a9-a375-9d115d305786 2018-08-13 07:11:51,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0485079288483s 2018-08-13 07:11:51,448 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-2ac757e3-3783-49a9-a375-9d115d305786 2018-08-13 07:11:51,451 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 07:11:51,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -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": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd"}}' 2018-08-13 07:11:51,618 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-d01b0e39-552a-4157-90ec-a6f1ec42ec0f Date: Mon, 13 Aug 2018 07:11:51 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-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:51Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "ee31be4d-bdf8-48cb-bbd9-d44ddea21c88"}} 2018-08-13 07:11:51,618 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d01b0e39-552a-4157-90ec-a6f1ec42ec0f 2018-08-13 07:11:51,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.166741132736s 2018-08-13 07:11:51,618 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d01b0e39-552a-4157-90ec-a6f1ec42ec0f 2018-08-13 07:11:51,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 07:11:51,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:51,669 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-d951ef34-1d0e-4889-8d72-ecc3b1b4ac77 Date: Mon, 13 Aug 2018 07:11:51 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:50Z", "updated_at": "2018-08-13T07:11:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "0cefb44d-89cb-4a6f-880b-2821435cc169", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "a60436f8-99dd-4e74-a229-8a8b2f927bae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:50Z", "revision_number": 0, "id": "b8d8f8d6-c6f1-45c4-ad89-823f2fc8ac0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:50Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "ee31be4d-bdf8-48cb-bbd9-d44ddea21c88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 3, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 07:11:51,669 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d951ef34-1d0e-4889-8d72-ecc3b1b4ac77 2018-08-13 07:11:51,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0475478172302s 2018-08-13 07:11:51,669 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-d951ef34-1d0e-4889-8d72-ecc3b1b4ac77 2018-08-13 07:11:51,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-08-13 07:11:51,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-group-rules.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"security_group_rule": {"remote_group_id": null, "direction": "ingress", "port_range_min": 9000, "remote_ip_prefix": null, "protocol": "tcp", "port_range_max": 9000, "ethertype": "IPv4", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd"}}' 2018-08-13 07:11:51,883 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-d63bbb93-e6fc-4014-849f-b60bd3b924bd Date: Mon, 13 Aug 2018 07:11:51 GMT RESP BODY: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 9000, "updated_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "port_range_min": 9000, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:51Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "14f3a8c9-90ea-44a0-9035-d83c3b883345"}} 2018-08-13 07:11:51,883 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d63bbb93-e6fc-4014-849f-b60bd3b924bd 2018-08-13 07:11:51,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.21103310585s 2018-08-13 07:11:51,884 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules.json used request id req-d63bbb93-e6fc-4014-849f-b60bd3b924bd 2018-08-13 07:11:51,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 07:11:51,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:51,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-f5d45517-1fa6-41d6-a0c8-cfe894a5a40e Date: Mon, 13 Aug 2018 07:11:51 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["127a8f8d-dba2-412e-82fe-f4d58804811b"],"updated_at":"2018-08-13T07:11:32Z","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5dd9e789f4da48f196af753fdea21272","id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","name":"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:53:11Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 07:11:51,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f5d45517-1fa6-41d6-a0c8-cfe894a5a40e 2018-08-13 07:11:51,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0974099636078s 2018-08-13 07:11:51,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f5d45517-1fa6-41d6-a0c8-cfe894a5a40e 2018-08-13 07:11:51,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 07:11:51,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:52,023 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-6841ffea-8d10-449f-b335-0915842a51f0 Date: Mon, 13 Aug 2018 07:11:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T07:11:49Z", "file": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file", "owner": "5dd9e789f4da48f196af753fdea21272", "id": "41470580-5b4a-4c34-9061-15b26d9817d4", "size": 666173440, "self": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-13T07:11:40Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 07:11:52,023 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6841ffea-8d10-449f-b335-0915842a51f0 2018-08-13 07:11:52,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0351161956787s 2018-08-13 07:11:52,023 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-6841ffea-8d10-449f-b335-0915842a51f0 2018-08-13 07:11:52,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 07:11:52,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:52,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-594cde8d-8e2d-45b2-948d-54dbe55335b8 x-compute-request-id: req-594cde8d-8e2d-45b2-948d-54dbe55335b8 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_48949639-d629-4906-b8a7-57ec90f5428e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "e6ec8323-6601-420b-ada9-07edb6af97d3"}]} 2018-08-13 07:11:52,047 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-594cde8d-8e2d-45b2-948d-54dbe55335b8 2018-08-13 07:11:52,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0226240158081s 2018-08-13 07:11:52,048 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-594cde8d-8e2d-45b2-948d-54dbe55335b8 2018-08-13 07:11:52,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-08-13 07:11:52,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"server": {"name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "imageRef": "41470580-5b4a-4c34-9061-15b26d9817d4", "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "flavorRef": "e6ec8323-6601-420b-ada9-07edb6af97d3", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0782e0fd-9460-4a7b-9ce3-e0e712976f09"}], "security_groups": [{"name": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd"}]}}' 2018-08-13 07:11:53,852 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 07:11:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f39ebbf4-1150-4d2e-b4c5-edb4ace8f764 x-compute-request-id: req-f39ebbf4-1150-4d2e-b4c5-edb4ace8f764 Content-Length: 403 location: http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd"}], "OS-DCF:diskConfig": "MANUAL", "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "adminPass": "3VMzvMZMHLfg"}} 2018-08-13 07:11:53,853 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f39ebbf4-1150-4d2e-b4c5-edb4ace8f764 2018-08-13 07:11:53,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 1.80341792107s 2018-08-13 07:11:53,853 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f39ebbf4-1150-4d2e-b4c5-edb4ace8f764 2018-08-13 07:11:53,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:11:53,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:54,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11: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-47623d8b-7a32-4dc8-ac01-165633cfcc64 x-compute-request-id: req-47623d8b-7a32-4dc8-ac01-165633cfcc64 Content-Encoding: gzip Content-Length: 602 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:11:54,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-47623d8b-7a32-4dc8-ac01-165633cfcc64 2018-08-13 07:11:54,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.327956914902s 2018-08-13 07:11:54,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-47623d8b-7a32-4dc8-ac01-165633cfcc64 2018-08-13 07:11:54,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 07:11:54,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:54,486 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-f8022b46-95b6-46cc-82bb-7365fc36eaf5 Date: Mon, 13 Aug 2018 07:11:54 GMT RESP BODY: {"networks":[{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["127a8f8d-dba2-412e-82fe-f4d58804811b"],"updated_at":"2018-08-13T07:11:32Z","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5dd9e789f4da48f196af753fdea21272","id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","name":"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:53:11Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 07:11:54,486 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f8022b46-95b6-46cc-82bb-7365fc36eaf5 2018-08-13 07:11:54,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296960115433s 2018-08-13 07:11:54,487 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-f8022b46-95b6-46cc-82bb-7365fc36eaf5 2018-08-13 07:11:54,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 07:11:54,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:54,530 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-8af1e77d-e5dd-4bbf-9273-ff4b5e39a30b Date: Mon, 13 Aug 2018 07:11:54 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T07:11:32Z","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":"5dd9e789f4da48f196af753fdea21272","id":"127a8f8d-dba2-412e-82fe-f4d58804811b","subnetpool_id":null,"name":"shaker-subnet_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 07:11:54,530 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8af1e77d-e5dd-4bbf-9273-ff4b5e39a30b 2018-08-13 07:11:54,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0424859523773s 2018-08-13 07:11:54,531 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-8af1e77d-e5dd-4bbf-9273-ff4b5e39a30b 2018-08-13 07:11:54,531 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:11:56,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:11:56,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:57,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11: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-f7b074b2-79cf-4d01-92e8-90dee47e3ae5 x-compute-request-id: req-f7b074b2-79cf-4d01-92e8-90dee47e3ae5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:11:57,013 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f7b074b2-79cf-4d01-92e8-90dee47e3ae5 2018-08-13 07:11:57,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.478515148163s 2018-08-13 07:11:57,014 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f7b074b2-79cf-4d01-92e8-90dee47e3ae5 2018-08-13 07:11:57,017 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:11:59,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:11:59,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:11:59,198 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:11:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9019da5c-44da-4538-ac35-54c448121fc2 x-compute-request-id: req-9019da5c-44da-4538-ac35-54c448121fc2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:11:59,198 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9019da5c-44da-4538-ac35-54c448121fc2 2018-08-13 07:11:59,198 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178016901016s 2018-08-13 07:11:59,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9019da5c-44da-4538-ac35-54c448121fc2 2018-08-13 07:11:59,202 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:01,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:01,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:01,631 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1af2f412-e14e-4f90-b479-fdb31a9bb6ec x-compute-request-id: req-1af2f412-e14e-4f90-b479-fdb31a9bb6ec Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:01,631 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1af2f412-e14e-4f90-b479-fdb31a9bb6ec 2018-08-13 07:12:01,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.425642967224s 2018-08-13 07:12:01,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1af2f412-e14e-4f90-b479-fdb31a9bb6ec 2018-08-13 07:12:01,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:03,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:03,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:04,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-8783c295-c727-4690-a064-46bf9aa72185 x-compute-request-id: req-8783c295-c727-4690-a064-46bf9aa72185 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:04,296 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8783c295-c727-4690-a064-46bf9aa72185 2018-08-13 07:12:04,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.657683849335s 2018-08-13 07:12:04,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8783c295-c727-4690-a064-46bf9aa72185 2018-08-13 07:12:04,300 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:06,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:06,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:06,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-fa5edbfa-4bb7-45d8-8498-57093cb5593c x-compute-request-id: req-fa5edbfa-4bb7-45d8-8498-57093cb5593c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:06,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fa5edbfa-4bb7-45d8-8498-57093cb5593c 2018-08-13 07:12:06,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.17370390892s 2018-08-13 07:12:06,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fa5edbfa-4bb7-45d8-8498-57093cb5593c 2018-08-13 07:12:06,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:08,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:08,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:09,084 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a39c3c2c-c295-4233-a583-94763092e5a2 x-compute-request-id: req-a39c3c2c-c295-4233-a583-94763092e5a2 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:09,084 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a39c3c2c-c295-4233-a583-94763092e5a2 2018-08-13 07:12:09,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.601047039032s 2018-08-13 07:12:09,085 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-a39c3c2c-c295-4233-a583-94763092e5a2 2018-08-13 07:12:09,089 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:11,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:11,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:11,483 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-656cb312-7c82-441c-970b-17b885902ea9 x-compute-request-id: req-656cb312-7c82-441c-970b-17b885902ea9 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:11,483 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-656cb312-7c82-441c-970b-17b885902ea9 2018-08-13 07:12:11,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.391870975494s 2018-08-13 07:12:11,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-656cb312-7c82-441c-970b-17b885902ea9 2018-08-13 07:12:11,488 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:13,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:13,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:14,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c15c25ae-f823-4385-a343-71c780dfb07e x-compute-request-id: req-c15c25ae-f823-4385-a343-71c780dfb07e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:14,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c15c25ae-f823-4385-a343-71c780dfb07e 2018-08-13 07:12:14,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.654452085495s 2018-08-13 07:12:14,145 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c15c25ae-f823-4385-a343-71c780dfb07e 2018-08-13 07:12:14,149 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:16,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:16,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:17,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-8caadfae-7d94-4004-aadd-9bcfbfe2aa27 x-compute-request-id: req-8caadfae-7d94-4004-aadd-9bcfbfe2aa27 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:17,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8caadfae-7d94-4004-aadd-9bcfbfe2aa27 2018-08-13 07:12:17,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.866425991058s 2018-08-13 07:12:17,019 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8caadfae-7d94-4004-aadd-9bcfbfe2aa27 2018-08-13 07:12:17,023 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:19,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:19,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:19,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-3cd2c2ac-9985-4335-947b-54bb060ffbc5 x-compute-request-id: req-3cd2c2ac-9985-4335-947b-54bb060ffbc5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:19,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3cd2c2ac-9985-4335-947b-54bb060ffbc5 2018-08-13 07:12:19,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.42809009552s 2018-08-13 07:12:19,454 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3cd2c2ac-9985-4335-947b-54bb060ffbc5 2018-08-13 07:12:19,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:21,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:21,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:22,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-63aacd13-f74f-499b-9dad-75d2ac46fbf1 x-compute-request-id: req-63aacd13-f74f-499b-9dad-75d2ac46fbf1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:22,142 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-63aacd13-f74f-499b-9dad-75d2ac46fbf1 2018-08-13 07:12:22,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681873083115s 2018-08-13 07:12:22,142 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-63aacd13-f74f-499b-9dad-75d2ac46fbf1 2018-08-13 07:12:22,146 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:24,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:24,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:24,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-bde7f567-504b-4c88-baa2-da5ed496e21e x-compute-request-id: req-bde7f567-504b-4c88-baa2-da5ed496e21e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:24,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bde7f567-504b-4c88-baa2-da5ed496e21e 2018-08-13 07:12:24,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.445451974869s 2018-08-13 07:12:24,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bde7f567-504b-4c88-baa2-da5ed496e21e 2018-08-13 07:12:24,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:26,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:26,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:26,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18151b15-37e0-4f00-b002-7271c8a079a6 x-compute-request-id: req-18151b15-37e0-4f00-b002-7271c8a079a6 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:26,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18151b15-37e0-4f00-b002-7271c8a079a6 2018-08-13 07:12:26,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337918043137s 2018-08-13 07:12:26,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-18151b15-37e0-4f00-b002-7271c8a079a6 2018-08-13 07:12:26,944 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:28,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:28,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:29,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-df9e880a-48cc-486e-9993-8d39ee3afd9e x-compute-request-id: req-df9e880a-48cc-486e-9993-8d39ee3afd9e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:29,117 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-df9e880a-48cc-486e-9993-8d39ee3afd9e 2018-08-13 07:12:29,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170512914658s 2018-08-13 07:12:29,118 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-df9e880a-48cc-486e-9993-8d39ee3afd9e 2018-08-13 07:12:29,122 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:31,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:31,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:31,308 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd638468-29da-4674-95f6-c5eb78695b60 x-compute-request-id: req-fd638468-29da-4674-95f6-c5eb78695b60 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:31,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fd638468-29da-4674-95f6-c5eb78695b60 2018-08-13 07:12:31,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.183345079422s 2018-08-13 07:12:31,309 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fd638468-29da-4674-95f6-c5eb78695b60 2018-08-13 07:12:31,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:33,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:33,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:33,843 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7213d973-b427-414f-8b0e-d8f5ce772208 x-compute-request-id: req-7213d973-b427-414f-8b0e-d8f5ce772208 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:33,844 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7213d973-b427-414f-8b0e-d8f5ce772208 2018-08-13 07:12:33,844 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52829003334s 2018-08-13 07:12:33,844 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7213d973-b427-414f-8b0e-d8f5ce772208 2018-08-13 07:12:33,848 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:35,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:35,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:36,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ac411ce-a551-45b5-968c-560a0a02ff79 x-compute-request-id: req-5ac411ce-a551-45b5-968c-560a0a02ff79 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:36,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5ac411ce-a551-45b5-968c-560a0a02ff79 2018-08-13 07:12:36,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.427083969116s 2018-08-13 07:12:36,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5ac411ce-a551-45b5-968c-560a0a02ff79 2018-08-13 07:12:36,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:38,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:38,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:38,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce175540-f900-4f4c-8267-03e71b5f0c44 x-compute-request-id: req-ce175540-f900-4f4c-8267-03e71b5f0c44 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:38,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ce175540-f900-4f4c-8267-03e71b5f0c44 2018-08-13 07:12:38,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.176584005356s 2018-08-13 07:12:38,462 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ce175540-f900-4f4c-8267-03e71b5f0c44 2018-08-13 07:12:38,466 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:40,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:40,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:40,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79d8f144-e00a-47ad-b546-3046265f3c29 x-compute-request-id: req-79d8f144-e00a-47ad-b546-3046265f3c29 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:40,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-79d8f144-e00a-47ad-b546-3046265f3c29 2018-08-13 07:12:40,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.501405954361s 2018-08-13 07:12:40,971 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-79d8f144-e00a-47ad-b546-3046265f3c29 2018-08-13 07:12:40,975 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:42,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:42,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:43,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-10eba4fd-d64e-454e-b416-bbc78795d528 x-compute-request-id: req-10eba4fd-d64e-454e-b416-bbc78795d528 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:43,391 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-10eba4fd-d64e-454e-b416-bbc78795d528 2018-08-13 07:12:43,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41323018074s 2018-08-13 07:12:43,391 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-10eba4fd-d64e-454e-b416-bbc78795d528 2018-08-13 07:12:43,395 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:45,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:45,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:45,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6d81b81-8b92-42dc-801c-cc4adfaf2fec x-compute-request-id: req-b6d81b81-8b92-42dc-801c-cc4adfaf2fec Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:45,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b6d81b81-8b92-42dc-801c-cc4adfaf2fec 2018-08-13 07:12:45,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168088912964s 2018-08-13 07:12:45,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b6d81b81-8b92-42dc-801c-cc4adfaf2fec 2018-08-13 07:12:45,568 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:47,570 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:47,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:47,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-5081af73-77ab-4a78-9bc9-b435b4bdc717 x-compute-request-id: req-5081af73-77ab-4a78-9bc9-b435b4bdc717 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:47,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5081af73-77ab-4a78-9bc9-b435b4bdc717 2018-08-13 07:12:47,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167438030243s 2018-08-13 07:12:47,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5081af73-77ab-4a78-9bc9-b435b4bdc717 2018-08-13 07:12:47,742 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:49,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:49,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:50,069 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-7356d0bc-fa71-4631-bb6b-a8b6bb015f77 x-compute-request-id: req-7356d0bc-fa71-4631-bb6b-a8b6bb015f77 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:50,069 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7356d0bc-fa71-4631-bb6b-a8b6bb015f77 2018-08-13 07:12:50,069 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.324023962021s 2018-08-13 07:12:50,070 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7356d0bc-fa71-4631-bb6b-a8b6bb015f77 2018-08-13 07:12:50,074 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:52,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:52,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:52,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-307503e2-6b57-4031-9451-67d212203df7 x-compute-request-id: req-307503e2-6b57-4031-9451-67d212203df7 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:52,478 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-307503e2-6b57-4031-9451-67d212203df7 2018-08-13 07:12:52,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.401913166046s 2018-08-13 07:12:52,479 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-307503e2-6b57-4031-9451-67d212203df7 2018-08-13 07:12:52,482 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:54,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:54,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:55,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-b996d1c4-fdcf-43d6-b617-54d269f31641 x-compute-request-id: req-b996d1c4-fdcf-43d6-b617-54d269f31641 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:55,150 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b996d1c4-fdcf-43d6-b617-54d269f31641 2018-08-13 07:12:55,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665418863297s 2018-08-13 07:12:55,150 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b996d1c4-fdcf-43d6-b617-54d269f31641 2018-08-13 07:12:55,154 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:57,157 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:57,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:57,510 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12: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-67eb45e9-6745-4ecc-9c65-9909e2f918ab x-compute-request-id: req-67eb45e9-6745-4ecc-9c65-9909e2f918ab Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:57,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-67eb45e9-6745-4ecc-9c65-9909e2f918ab 2018-08-13 07:12:57,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35326385498s 2018-08-13 07:12:57,511 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-67eb45e9-6745-4ecc-9c65-9909e2f918ab 2018-08-13 07:12:57,515 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:12:59,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:12:59,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:12:59,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:12:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33eccd58-e008-4c27-9ec1-1f07c583a50f x-compute-request-id: req-33eccd58-e008-4c27-9ec1-1f07c583a50f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:12:59,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-33eccd58-e008-4c27-9ec1-1f07c583a50f 2018-08-13 07:12:59,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170075178146s 2018-08-13 07:12:59,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-33eccd58-e008-4c27-9ec1-1f07c583a50f 2018-08-13 07:12:59,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:01,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:01,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:02,140 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-e573a1df-a72a-49cd-a547-eb1d0287fa10 x-compute-request-id: req-e573a1df-a72a-49cd-a547-eb1d0287fa10 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:02,140 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e573a1df-a72a-49cd-a547-eb1d0287fa10 2018-08-13 07:13:02,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444260120392s 2018-08-13 07:13:02,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e573a1df-a72a-49cd-a547-eb1d0287fa10 2018-08-13 07:13:02,144 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:04,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:04,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:04,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-e8b36b52-9814-4d37-8058-fac83b917784 x-compute-request-id: req-e8b36b52-9814-4d37-8058-fac83b917784 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:04,551 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e8b36b52-9814-4d37-8058-fac83b917784 2018-08-13 07:13:04,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.404383897781s 2018-08-13 07:13:04,552 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e8b36b52-9814-4d37-8058-fac83b917784 2018-08-13 07:13:04,556 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:06,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:06,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:06,783 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa635027-4acb-445a-9257-e2b70a622a1d x-compute-request-id: req-fa635027-4acb-445a-9257-e2b70a622a1d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:06,783 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fa635027-4acb-445a-9257-e2b70a622a1d 2018-08-13 07:13:06,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.225161075592s 2018-08-13 07:13:06,784 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fa635027-4acb-445a-9257-e2b70a622a1d 2018-08-13 07:13:06,788 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:08,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:08,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:09,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-170a33a8-cd0c-4c48-8638-46355a57cde4 x-compute-request-id: req-170a33a8-cd0c-4c48-8638-46355a57cde4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:09,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-170a33a8-cd0c-4c48-8638-46355a57cde4 2018-08-13 07:13:09,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.547121047974s 2018-08-13 07:13:09,338 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-170a33a8-cd0c-4c48-8638-46355a57cde4 2018-08-13 07:13:09,342 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:11,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:11,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:11,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-671c35c5-a8a7-43a8-83ca-2602fda92b66 x-compute-request-id: req-671c35c5-a8a7-43a8-83ca-2602fda92b66 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:11,511 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-671c35c5-a8a7-43a8-83ca-2602fda92b66 2018-08-13 07:13:11,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166636943817s 2018-08-13 07:13:11,512 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-671c35c5-a8a7-43a8-83ca-2602fda92b66 2018-08-13 07:13:11,516 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:13,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:13,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:13,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3f5c21c3-8f1c-4564-82d4-65465b88c511 x-compute-request-id: req-3f5c21c3-8f1c-4564-82d4-65465b88c511 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:13,688 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f5c21c3-8f1c-4564-82d4-65465b88c511 2018-08-13 07:13:13,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170011043549s 2018-08-13 07:13:13,689 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-3f5c21c3-8f1c-4564-82d4-65465b88c511 2018-08-13 07:13:13,693 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:15,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:15,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:16,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-558d9e13-4fa5-4975-a81b-c967e1fd859b x-compute-request-id: req-558d9e13-4fa5-4975-a81b-c967e1fd859b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:16,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-558d9e13-4fa5-4975-a81b-c967e1fd859b 2018-08-13 07:13:16,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.582304954529s 2018-08-13 07:13:16,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-558d9e13-4fa5-4975-a81b-c967e1fd859b 2018-08-13 07:13:16,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:18,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:18,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e24e0f14-ea11-4601-b940-75516e04d74d x-compute-request-id: req-e24e0f14-ea11-4601-b940-75516e04d74d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:18,889 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e24e0f14-ea11-4601-b940-75516e04d74d 2018-08-13 07:13:18,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.603450059891s 2018-08-13 07:13:18,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e24e0f14-ea11-4601-b940-75516e04d74d 2018-08-13 07:13:18,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:20,896 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:20,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:21,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5419599c-1ff0-4083-8c76-72ba28018983 x-compute-request-id: req-5419599c-1ff0-4083-8c76-72ba28018983 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:21,065 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5419599c-1ff0-4083-8c76-72ba28018983 2018-08-13 07:13:21,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.169024944305s 2018-08-13 07:13:21,066 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-5419599c-1ff0-4083-8c76-72ba28018983 2018-08-13 07:13:21,069 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:23,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:23,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:23,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-294646ba-03f1-46cc-b999-972fe1ccc5aa x-compute-request-id: req-294646ba-03f1-46cc-b999-972fe1ccc5aa Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:23,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-294646ba-03f1-46cc-b999-972fe1ccc5aa 2018-08-13 07:13:23,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.336757183075s 2018-08-13 07:13:23,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-294646ba-03f1-46cc-b999-972fe1ccc5aa 2018-08-13 07:13:23,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:25,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:25,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:25,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2d6d4dd3-bb18-410b-9227-29d043dcf484 x-compute-request-id: req-2d6d4dd3-bb18-410b-9227-29d043dcf484 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:25,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2d6d4dd3-bb18-410b-9227-29d043dcf484 2018-08-13 07:13:25,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.488435983658s 2018-08-13 07:13:25,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2d6d4dd3-bb18-410b-9227-29d043dcf484 2018-08-13 07:13:25,908 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:27,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:27,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:28,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-33f6da2f-ac4d-4642-a950-908bb2eb6410 x-compute-request-id: req-33f6da2f-ac4d-4642-a950-908bb2eb6410 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:28,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-33f6da2f-ac4d-4642-a950-908bb2eb6410 2018-08-13 07:13:28,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.580101013184s 2018-08-13 07:13:28,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-33f6da2f-ac4d-4642-a950-908bb2eb6410 2018-08-13 07:13:28,497 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:30,500 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:30,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:31,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c68cc8f1-e467-49a4-af20-a022995cc362 x-compute-request-id: req-c68cc8f1-e467-49a4-af20-a022995cc362 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:31,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c68cc8f1-e467-49a4-af20-a022995cc362 2018-08-13 07:13:31,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619633197784s 2018-08-13 07:13:31,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c68cc8f1-e467-49a4-af20-a022995cc362 2018-08-13 07:13:31,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:33,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:33,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:33,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-19d99c12-cea4-4af3-94dd-666e8c4fc279 x-compute-request-id: req-19d99c12-cea4-4af3-94dd-666e8c4fc279 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:33,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-19d99c12-cea4-4af3-94dd-666e8c4fc279 2018-08-13 07:13:33,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.676795005798s 2018-08-13 07:13:33,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-19d99c12-cea4-4af3-94dd-666e8c4fc279 2018-08-13 07:13:33,808 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:35,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:35,814 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:36,139 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-74cc77cb-f4bc-4864-90af-49fa00db9c12 x-compute-request-id: req-74cc77cb-f4bc-4864-90af-49fa00db9c12 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:36,139 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-74cc77cb-f4bc-4864-90af-49fa00db9c12 2018-08-13 07:13:36,140 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.32847905159s 2018-08-13 07:13:36,140 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-74cc77cb-f4bc-4864-90af-49fa00db9c12 2018-08-13 07:13:36,144 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:38,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:38,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:38,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e148c3b-2ec9-4f7b-abfc-93da50ec98d1 x-compute-request-id: req-9e148c3b-2ec9-4f7b-abfc-93da50ec98d1 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:38,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9e148c3b-2ec9-4f7b-abfc-93da50ec98d1 2018-08-13 07:13:38,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.408223867416s 2018-08-13 07:13:38,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-9e148c3b-2ec9-4f7b-abfc-93da50ec98d1 2018-08-13 07:13:38,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:40,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:40,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:40,729 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b36d72a8-9de4-4a5d-99de-abb6251473ac x-compute-request-id: req-b36d72a8-9de4-4a5d-99de-abb6251473ac Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:40,729 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b36d72a8-9de4-4a5d-99de-abb6251473ac 2018-08-13 07:13:40,729 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167275905609s 2018-08-13 07:13:40,729 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b36d72a8-9de4-4a5d-99de-abb6251473ac 2018-08-13 07:13:40,733 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:42,736 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:42,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:42,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8cf94361-1ac5-4a20-8db3-202c4f80c38c x-compute-request-id: req-8cf94361-1ac5-4a20-8db3-202c4f80c38c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:42,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8cf94361-1ac5-4a20-8db3-202c4f80c38c 2018-08-13 07:13:42,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.167923927307s 2018-08-13 07:13:42,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8cf94361-1ac5-4a20-8db3-202c4f80c38c 2018-08-13 07:13:42,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:44,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:44,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:45,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13:44 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9762dfb-cf11-47db-bb37-a9005cbbf57f x-compute-request-id: req-f9762dfb-cf11-47db-bb37-a9005cbbf57f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:45,081 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f9762dfb-cf11-47db-bb37-a9005cbbf57f 2018-08-13 07:13:45,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170278072357s 2018-08-13 07:13:45,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f9762dfb-cf11-47db-bb37-a9005cbbf57f 2018-08-13 07:13:45,086 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:47,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:47,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:47,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-2ed059a9-8e58-4904-aeab-e72efed1c59e x-compute-request-id: req-2ed059a9-8e58-4904-aeab-e72efed1c59e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:47,267 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2ed059a9-8e58-4904-aeab-e72efed1c59e 2018-08-13 07:13:47,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178316116333s 2018-08-13 07:13:47,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-2ed059a9-8e58-4904-aeab-e72efed1c59e 2018-08-13 07:13:47,271 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:49,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:49,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:49,690 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-d832bdb6-6573-459d-a153-e291104cfd72 x-compute-request-id: req-d832bdb6-6573-459d-a153-e291104cfd72 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:49,690 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d832bdb6-6573-459d-a153-e291104cfd72 2018-08-13 07:13:49,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4168009758s 2018-08-13 07:13:49,691 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d832bdb6-6573-459d-a153-e291104cfd72 2018-08-13 07:13:49,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:51,697 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:51,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:52,356 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-e3a67b42-13d4-4f01-b8ac-66cd58528077 x-compute-request-id: req-e3a67b42-13d4-4f01-b8ac-66cd58528077 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:52,356 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e3a67b42-13d4-4f01-b8ac-66cd58528077 2018-08-13 07:13:52,357 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659510850906s 2018-08-13 07:13:52,357 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e3a67b42-13d4-4f01-b8ac-66cd58528077 2018-08-13 07:13:52,361 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:54,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:54,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:55,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-fdce37d6-503f-41aa-8cb5-ae261e4c3a86 x-compute-request-id: req-fdce37d6-503f-41aa-8cb5-ae261e4c3a86 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:55,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fdce37d6-503f-41aa-8cb5-ae261e4c3a86 2018-08-13 07:13:55,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.662209033966s 2018-08-13 07:13:55,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fdce37d6-503f-41aa-8cb5-ae261e4c3a86 2018-08-13 07:13:55,030 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:57,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:57,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:57,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-1cc4fbf1-fc54-4a1f-97a3-59424cbb75b8 x-compute-request-id: req-1cc4fbf1-fc54-4a1f-97a3-59424cbb75b8 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:57,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1cc4fbf1-fc54-4a1f-97a3-59424cbb75b8 2018-08-13 07:13:57,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.41392493248s 2018-08-13 07:13:57,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1cc4fbf1-fc54-4a1f-97a3-59424cbb75b8 2018-08-13 07:13:57,452 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:13:59,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:13:59,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:13:59,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:13: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-16735616-b6c8-423d-94d1-19ab01f1f0dd x-compute-request-id: req-16735616-b6c8-423d-94d1-19ab01f1f0dd Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:13:59,861 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-16735616-b6c8-423d-94d1-19ab01f1f0dd 2018-08-13 07:13:59,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40681385994s 2018-08-13 07:13:59,862 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-16735616-b6c8-423d-94d1-19ab01f1f0dd 2018-08-13 07:13:59,866 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:01,868 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:01,871 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:02,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-042661e5-1fd2-44af-8ee4-de257def9a8c x-compute-request-id: req-042661e5-1fd2-44af-8ee4-de257def9a8c Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:02,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-042661e5-1fd2-44af-8ee4-de257def9a8c 2018-08-13 07:14:02,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410628080368s 2018-08-13 07:14:02,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-042661e5-1fd2-44af-8ee4-de257def9a8c 2018-08-13 07:14:02,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:04,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:04,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:04,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-7731923f-997d-4c3d-b906-bd4da16c8630 x-compute-request-id: req-7731923f-997d-4c3d-b906-bd4da16c8630 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:04,697 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7731923f-997d-4c3d-b906-bd4da16c8630 2018-08-13 07:14:04,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411747932434s 2018-08-13 07:14:04,698 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7731923f-997d-4c3d-b906-bd4da16c8630 2018-08-13 07:14:04,702 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:06,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:06,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:06,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-b2e23d89-c191-45b9-8ccc-f191013d9d89 x-compute-request-id: req-b2e23d89-c191-45b9-8ccc-f191013d9d89 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:06,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b2e23d89-c191-45b9-8ccc-f191013d9d89 2018-08-13 07:14:06,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.215706110001s 2018-08-13 07:14:06,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b2e23d89-c191-45b9-8ccc-f191013d9d89 2018-08-13 07:14:06,924 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:08,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:08,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:09,269 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-e0cec2c3-1936-452f-8260-dedf0c77ed91 x-compute-request-id: req-e0cec2c3-1936-452f-8260-dedf0c77ed91 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:09,269 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e0cec2c3-1936-452f-8260-dedf0c77ed91 2018-08-13 07:14:09,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.342283964157s 2018-08-13 07:14:09,269 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-e0cec2c3-1936-452f-8260-dedf0c77ed91 2018-08-13 07:14:09,273 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:11,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:11,278 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:11,687 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-8708d524-c8e8-441f-86c1-0dfea104dd2d x-compute-request-id: req-8708d524-c8e8-441f-86c1-0dfea104dd2d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:11,687 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8708d524-c8e8-441f-86c1-0dfea104dd2d 2018-08-13 07:14:11,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.411433935165s 2018-08-13 07:14:11,688 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-8708d524-c8e8-441f-86c1-0dfea104dd2d 2018-08-13 07:14:11,691 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:13,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:13,697 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:14,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-583a87b1-90b2-48e6-bd33-ce465db737c4 x-compute-request-id: req-583a87b1-90b2-48e6-bd33-ce465db737c4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:14,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-583a87b1-90b2-48e6-bd33-ce465db737c4 2018-08-13 07:14:14,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.337980985641s 2018-08-13 07:14:14,032 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-583a87b1-90b2-48e6-bd33-ce465db737c4 2018-08-13 07:14:14,036 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:16,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:16,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:16,374 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-f8344d4f-f6c9-4581-8203-68845dc2eb47 x-compute-request-id: req-f8344d4f-f6c9-4581-8203-68845dc2eb47 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:16,374 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f8344d4f-f6c9-4581-8203-68845dc2eb47 2018-08-13 07:14:16,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.335041046143s 2018-08-13 07:14:16,375 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f8344d4f-f6c9-4581-8203-68845dc2eb47 2018-08-13 07:14:16,379 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:18,381 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:18,384 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:18,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d85b2c8d-9a17-4275-adc2-3cee60555874 x-compute-request-id: req-d85b2c8d-9a17-4275-adc2-3cee60555874 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:18,567 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d85b2c8d-9a17-4275-adc2-3cee60555874 2018-08-13 07:14:18,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.185572147369s 2018-08-13 07:14:18,568 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d85b2c8d-9a17-4275-adc2-3cee60555874 2018-08-13 07:14:18,571 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:20,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:20,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:20,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-f0a666cf-a235-481c-87c2-342d0fd1e7e3 x-compute-request-id: req-f0a666cf-a235-481c-87c2-342d0fd1e7e3 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:20,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f0a666cf-a235-481c-87c2-342d0fd1e7e3 2018-08-13 07:14:20,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.171038150787s 2018-08-13 07:14:20,746 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f0a666cf-a235-481c-87c2-342d0fd1e7e3 2018-08-13 07:14:20,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:22,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:22,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:23,180 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-d2213a88-7e7e-4ec6-8019-adf13ba1fd90 x-compute-request-id: req-d2213a88-7e7e-4ec6-8019-adf13ba1fd90 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:23,180 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d2213a88-7e7e-4ec6-8019-adf13ba1fd90 2018-08-13 07:14:23,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.428356170654s 2018-08-13 07:14:23,181 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d2213a88-7e7e-4ec6-8019-adf13ba1fd90 2018-08-13 07:14:23,185 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:25,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:25,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:25,597 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b1380079-5056-4b9a-a863-c91fabcf1899 x-compute-request-id: req-b1380079-5056-4b9a-a863-c91fabcf1899 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:25,597 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b1380079-5056-4b9a-a863-c91fabcf1899 2018-08-13 07:14:25,597 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.409648895264s 2018-08-13 07:14:25,597 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-b1380079-5056-4b9a-a863-c91fabcf1899 2018-08-13 07:14:25,601 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:27,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:27,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:27,776 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-c0db996d-7884-4992-851f-a552930bedbf x-compute-request-id: req-c0db996d-7884-4992-851f-a552930bedbf Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:27,776 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c0db996d-7884-4992-851f-a552930bedbf 2018-08-13 07:14:27,776 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.172127962112s 2018-08-13 07:14:27,776 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c0db996d-7884-4992-851f-a552930bedbf 2018-08-13 07:14:27,780 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:29,783 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:29,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:30,115 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-077b5dac-bbb7-469a-957b-912f89ef2667 x-compute-request-id: req-077b5dac-bbb7-469a-957b-912f89ef2667 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:30,115 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-077b5dac-bbb7-469a-957b-912f89ef2667 2018-08-13 07:14:30,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.332383155823s 2018-08-13 07:14:30,116 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-077b5dac-bbb7-469a-957b-912f89ef2667 2018-08-13 07:14:30,120 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:32,122 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:32,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:32,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-508473e7-4a39-4e0c-8e77-f91a1dd9f3af x-compute-request-id: req-508473e7-4a39-4e0c-8e77-f91a1dd9f3af Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:32,528 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-508473e7-4a39-4e0c-8e77-f91a1dd9f3af 2018-08-13 07:14:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40532708168s 2018-08-13 07:14:32,528 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-508473e7-4a39-4e0c-8e77-f91a1dd9f3af 2018-08-13 07:14:32,532 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:34,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:34,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:34,888 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-fbc36e31-ae33-43d5-a5ed-01693754ff7d x-compute-request-id: req-fbc36e31-ae33-43d5-a5ed-01693754ff7d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:34,888 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fbc36e31-ae33-43d5-a5ed-01693754ff7d 2018-08-13 07:14:34,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.35381102562s 2018-08-13 07:14:34,889 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-fbc36e31-ae33-43d5-a5ed-01693754ff7d 2018-08-13 07:14:34,893 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:36,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:36,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:37,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-bf51e14c-42e4-4a0e-8d8e-f13c1e8fb9ea x-compute-request-id: req-bf51e14c-42e4-4a0e-8d8e-f13c1e8fb9ea Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:37,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bf51e14c-42e4-4a0e-8d8e-f13c1e8fb9ea 2018-08-13 07:14:37,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196785926819s 2018-08-13 07:14:37,093 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-bf51e14c-42e4-4a0e-8d8e-f13c1e8fb9ea 2018-08-13 07:14:37,097 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:39,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:39,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:39,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-878c7aef-41fe-4041-b80c-a30661a2108f x-compute-request-id: req-878c7aef-41fe-4041-b80c-a30661a2108f Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:39,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-878c7aef-41fe-4041-b80c-a30661a2108f 2018-08-13 07:14:39,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.166093826294s 2018-08-13 07:14:39,266 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-878c7aef-41fe-4041-b80c-a30661a2108f 2018-08-13 07:14:39,270 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:41,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:41,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:41,464 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-62bc37e3-c3c6-4908-99d0-01fbdc34d93d x-compute-request-id: req-62bc37e3-c3c6-4908-99d0-01fbdc34d93d Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:41,464 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62bc37e3-c3c6-4908-99d0-01fbdc34d93d 2018-08-13 07:14:41,465 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.193494081497s 2018-08-13 07:14:41,465 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-62bc37e3-c3c6-4908-99d0-01fbdc34d93d 2018-08-13 07:14:41,468 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:43,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:43,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:43,636 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4d969aa9-0d2e-4eca-9b7f-f90f52a56058 x-compute-request-id: req-4d969aa9-0d2e-4eca-9b7f-f90f52a56058 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:43,636 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4d969aa9-0d2e-4eca-9b7f-f90f52a56058 2018-08-13 07:14:43,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.165040016174s 2018-08-13 07:14:43,637 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4d969aa9-0d2e-4eca-9b7f-f90f52a56058 2018-08-13 07:14:43,641 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:45,644 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:45,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:45,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-d546bb59-afb9-4cfd-a676-a5f362d4e968 x-compute-request-id: req-d546bb59-afb9-4cfd-a676-a5f362d4e968 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:45,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d546bb59-afb9-4cfd-a676-a5f362d4e968 2018-08-13 07:14:45,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.178740978241s 2018-08-13 07:14:45,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d546bb59-afb9-4cfd-a676-a5f362d4e968 2018-08-13 07:14:45,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:47,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:47,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:48,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-56415fbc-81da-4805-bd33-0f25bf62e75a x-compute-request-id: req-56415fbc-81da-4805-bd33-0f25bf62e75a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:48,239 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56415fbc-81da-4805-bd33-0f25bf62e75a 2018-08-13 07:14:48,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.410945892334s 2018-08-13 07:14:48,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-56415fbc-81da-4805-bd33-0f25bf62e75a 2018-08-13 07:14:48,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:50,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:50,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:50,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-4ff5ac95-8699-4d31-990f-d39ab508bc1a x-compute-request-id: req-4ff5ac95-8699-4d31-990f-d39ab508bc1a Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:50,432 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ff5ac95-8699-4d31-990f-d39ab508bc1a 2018-08-13 07:14:50,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.18497800827s 2018-08-13 07:14:50,432 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-4ff5ac95-8699-4d31-990f-d39ab508bc1a 2018-08-13 07:14:50,436 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:52,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:52,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:52,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-305fe283-92d8-4c03-8ef0-58416b8d0135 x-compute-request-id: req-305fe283-92d8-4c03-8ef0-58416b8d0135 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:52,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-305fe283-92d8-4c03-8ef0-58416b8d0135 2018-08-13 07:14:52,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.181636810303s 2018-08-13 07:14:52,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-305fe283-92d8-4c03-8ef0-58416b8d0135 2018-08-13 07:14:52,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:54,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:54,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:55,255 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14: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-34c23b2c-0320-45e6-9af7-a02086093a47 x-compute-request-id: req-34c23b2c-0320-45e6-9af7-a02086093a47 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:55,255 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-34c23b2c-0320-45e6-9af7-a02086093a47 2018-08-13 07:14:55,255 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.627212047577s 2018-08-13 07:14:55,256 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-34c23b2c-0320-45e6-9af7-a02086093a47 2018-08-13 07:14:55,260 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:57,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:57,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:57,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cb4a3439-df62-4f46-aa36-c16f23f549a5 x-compute-request-id: req-cb4a3439-df62-4f46-aa36-c16f23f549a5 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:57,659 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cb4a3439-df62-4f46-aa36-c16f23f549a5 2018-08-13 07:14:57,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.39622092247s 2018-08-13 07:14:57,659 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-cb4a3439-df62-4f46-aa36-c16f23f549a5 2018-08-13 07:14:57,663 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:14:59,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:14:59,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:14:59,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:14:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f80311e-a831-4efa-86ba-7d7b33e5612b x-compute-request-id: req-0f80311e-a831-4efa-86ba-7d7b33e5612b Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:14:59,842 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0f80311e-a831-4efa-86ba-7d7b33e5612b 2018-08-13 07:14:59,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.175679922104s 2018-08-13 07:14:59,842 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-0f80311e-a831-4efa-86ba-7d7b33e5612b 2018-08-13 07:14:59,846 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:01,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:01,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:02,243 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15: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-c505788d-3f8a-444c-ae1b-fc67632b9514 x-compute-request-id: req-c505788d-3f8a-444c-ae1b-fc67632b9514 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:02,243 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c505788d-3f8a-444c-ae1b-fc67632b9514 2018-08-13 07:15:02,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.394174098969s 2018-08-13 07:15:02,244 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c505788d-3f8a-444c-ae1b-fc67632b9514 2018-08-13 07:15:02,248 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:04,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:04,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:04,641 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15: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-dc26deee-a3e0-4002-ad1a-e146cf220e62 x-compute-request-id: req-dc26deee-a3e0-4002-ad1a-e146cf220e62 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:04,641 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dc26deee-a3e0-4002-ad1a-e146cf220e62 2018-08-13 07:15:04,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.390581846237s 2018-08-13 07:15:04,642 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dc26deee-a3e0-4002-ad1a-e146cf220e62 2018-08-13 07:15:04,646 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:06,649 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:06,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:07,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d84a16c-6e21-4773-94c4-35b26194952e x-compute-request-id: req-7d84a16c-6e21-4773-94c4-35b26194952e Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:07,055 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d84a16c-6e21-4773-94c4-35b26194952e 2018-08-13 07:15:07,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.405786991119s 2018-08-13 07:15:07,055 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-7d84a16c-6e21-4773-94c4-35b26194952e 2018-08-13 07:15:07,059 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:09,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:09,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:09,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d181f4b4-36e2-426f-9991-79d55029baac x-compute-request-id: req-d181f4b4-36e2-426f-9991-79d55029baac Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:09,239 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d181f4b4-36e2-426f-9991-79d55029baac 2018-08-13 07:15:09,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.177901029587s 2018-08-13 07:15:09,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-d181f4b4-36e2-426f-9991-79d55029baac 2018-08-13 07:15:09,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:11,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:11,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:11,453 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c03bb39f-2aa3-4860-a1db-5775bc83dbcb x-compute-request-id: req-c03bb39f-2aa3-4860-a1db-5775bc83dbcb Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:11,453 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c03bb39f-2aa3-4860-a1db-5775bc83dbcb 2018-08-13 07:15:11,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.206072092056s 2018-08-13 07:15:11,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-c03bb39f-2aa3-4860-a1db-5775bc83dbcb 2018-08-13 07:15:11,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:13,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:13,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:13,630 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-54fcd45e-227c-430c-9cc6-ab503f1eaac4 x-compute-request-id: req-54fcd45e-227c-430c-9cc6-ab503f1eaac4 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:13,630 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-54fcd45e-227c-430c-9cc6-ab503f1eaac4 2018-08-13 07:15:13,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170085906982s 2018-08-13 07:15:13,631 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-54fcd45e-227c-430c-9cc6-ab503f1eaac4 2018-08-13 07:15:13,635 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:15,637 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:15,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:15,807 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-75bbe5b6-5d3b-4d19-8436-7f27f7d57004 x-compute-request-id: req-75bbe5b6-5d3b-4d19-8436-7f27f7d57004 Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:15,807 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-75bbe5b6-5d3b-4d19-8436-7f27f7d57004 2018-08-13 07:15:15,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.170068025589s 2018-08-13 07:15:15,808 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-75bbe5b6-5d3b-4d19-8436-7f27f7d57004 2018-08-13 07:15:15,811 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:17,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:17,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:18,011 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15: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-dacc0f5f-a2ec-4fb4-84f6-30610b8da4cf x-compute-request-id: req-dacc0f5f-a2ec-4fb4-84f6-30610b8da4cf Content-Encoding: gzip Content-Length: 667 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "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-08-13T07:11:56Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:18,011 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dacc0f5f-a2ec-4fb4-84f6-30610b8da4cf 2018-08-13 07:15:18,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.196725130081s 2018-08-13 07:15:18,012 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-dacc0f5f-a2ec-4fb4-84f6-30610b8da4cf 2018-08-13 07:15:18,015 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 07:15:20,018 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 07:15:20,021 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:20,186 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07: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-1c0f15a6-f7c6-4c45-9ac0-06c446df28e2 x-compute-request-id: req-1c0f15a6-f7c6-4c45-9ac0-06c446df28e2 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2c:44", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T07:15:17.000000", "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T07:15:17Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 07:15:20,186 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1c0f15a6-f7c6-4c45-9ac0-06c446df28e2 2018-08-13 07:15:20,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.168140172958s 2018-08-13 07:15:20,187 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-1c0f15a6-f7c6-4c45-9ac0-06c446df28e2 2018-08-13 07:15:20,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 07:15:20,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=249cb70a-0caa-44f7-9162-dbe9f8dc2874" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:20,242 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-1720f034-cdc0-4df9-b233-7030bf9077fd Date: Mon, 13 Aug 2018 07:15:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:56Z","admin_state_up":true,"updated_at":"2018-08-13T07:15:17Z","binding:vnic_type":"normal","device_id":"249cb70a-0caa-44f7-9162-dbe9f8dc2874","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:90:2c:44","id":"f95ab0df-5d39-4de3-a026-114b078572f5","port_security_enabled":true,"project_id":"5dd9e789f4da48f196af753fdea21272","fixed_ips":[{"subnet_id":"127a8f8d-dba2-412e-82fe-f4d58804811b","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["bea2d437-25fd-4755-9a53-9ddd7f51ebfd"],"name":""}]} 2018-08-13 07:15:20,242 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=249cb70a-0caa-44f7-9162-dbe9f8dc2874 used request id req-1720f034-cdc0-4df9-b233-7030bf9077fd 2018-08-13 07:15:20,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0500299930573s 2018-08-13 07:15:20,242 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=249cb70a-0caa-44f7-9162-dbe9f8dc2874 used request id req-1720f034-cdc0-4df9-b233-7030bf9077fd 2018-08-13 07:15:20,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 07:15:20,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f95ab0df-5d39-4de3-a026-114b078572f5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:20,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-11fd918c-aec8-4700-9feb-8694f11dfdd0 Date: Mon, 13 Aug 2018 07:15:20 GMT RESP BODY: {"floatingips": []} 2018-08-13 07:15:20,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f95ab0df-5d39-4de3-a026-114b078572f5 used request id req-11fd918c-aec8-4700-9feb-8694f11dfdd0 2018-08-13 07:15:20,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0419299602509s 2018-08-13 07:15:20,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json?port_id=f95ab0df-5d39-4de3-a026-114b078572f5 used request id req-11fd918c-aec8-4700-9feb-8694f11dfdd0 2018-08-13 07:15:20,291 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_48949639-d629-4906-b8a7-57ec90f5428e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:90:2c:44', u'version': 4, u'addr': u'192.168.120.4', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'41470580-5b4a-4c34-9061-15b26d9817d4'}), u'OS-EXT-AZ:availability_zone': u'nova', u'OS-EXT-STS:vm_state': u'active', u'OS-SRV-USG:launched_at': u'2018-08-13T07:15:17.000000', 'flavor': Munch({u'id': u'e6ec8323-6601-420b-ada9-07edb6af97d3'}), 'az': u'nova', 'id': u'249cb70a-0caa-44f7-9162-dbe9f8dc2874', 'security_groups': [Munch({u'name': u'shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'1fd85935e2ec446ba5f29578927c87df', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5dd9e789f4da48f196af753fdea21272', 'name': 'shaker-project_48949639-d629-4906-b8a7-57ec90f5428e', '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-08-13T07:15:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-08-13T07:15:17Z', 'hostId': u'bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e', 'public_v6': '', 'private_v4': u'192.168.120.4', 'cloud': 'envvars', 'host_id': u'bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1', '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-08-13T07:15:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'5dd9e789f4da48f196af753fdea21272', 'name': u'shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e', 'adminPass': u'3VMzvMZMHLfg', 'tenant_id': u'5dd9e789f4da48f196af753fdea21272', 'created_at': u'2018-08-13T07:11:53Z', 'created': u'2018-08-13T07:11:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-08-13 07:15:20,294 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 07:15:20,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:20,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1188 X-Openstack-Request-Id: req-0d99ecea-2258-409d-99d5-a2186f3e8c0a Date: Mon, 13 Aug 2018 07:15:20 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":["127a8f8d-dba2-412e-82fe-f4d58804811b"],"updated_at":"2018-08-13T07:11:32Z","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"revision_number":2,"admin_state_up":true,"shared":false,"project_id":"5dd9e789f4da48f196af753fdea21272","id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","name":"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e"},{"status":"ACTIVE","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"description":"","port_security_enabled":true,"subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"updated_at":"2018-08-13T05:53:11Z","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","tags":[],"ipv6_address_scope":null,"mtu":1500,"is_default":true,"revision_number":3,"admin_state_up":true,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","id":"8796fccd-8b13-4235-9a19-2e128d43a69d","name":"external"}]} 2018-08-13 07:15:20,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d99ecea-2258-409d-99d5-a2186f3e8c0a 2018-08-13 07:15:20,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.105557918549s 2018-08-13 07:15:20,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0d99ecea-2258-409d-99d5-a2186f3e8c0a 2018-08-13 07:15:20,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-08-13 07:15:20,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/ports.json?device_id=249cb70a-0caa-44f7-9162-dbe9f8dc2874" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:20,452 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 749 X-Openstack-Request-Id: req-ceb03ca4-1ad1-4dca-8905-67f3fd45de4b Date: Mon, 13 Aug 2018 07:15:20 GMT RESP BODY: {"ports":[{"status":"ACTIVE","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:56Z","admin_state_up":true,"updated_at":"2018-08-13T07:15:17Z","binding:vnic_type":"normal","device_id":"249cb70a-0caa-44f7-9162-dbe9f8dc2874","device_owner":"compute:nova","revision_number":4,"mac_address":"fa:16:3e:90:2c:44","id":"f95ab0df-5d39-4de3-a026-114b078572f5","port_security_enabled":true,"project_id":"5dd9e789f4da48f196af753fdea21272","fixed_ips":[{"subnet_id":"127a8f8d-dba2-412e-82fe-f4d58804811b","ip_address":"192.168.120.4"}],"extra_dhcp_opts":[],"security_groups":["bea2d437-25fd-4755-9a53-9ddd7f51ebfd"],"name":""}]} 2018-08-13 07:15:20,452 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=249cb70a-0caa-44f7-9162-dbe9f8dc2874 used request id req-ceb03ca4-1ad1-4dca-8905-67f3fd45de4b 2018-08-13 07:15:20,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0506591796875s 2018-08-13 07:15:20,452 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports.json?device_id=249cb70a-0caa-44f7-9162-dbe9f8dc2874 used request id req-ceb03ca4-1ad1-4dca-8905-67f3fd45de4b 2018-08-13 07:15:20,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-08-13 07:15:20,454 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.4", "port_id": "f95ab0df-5d39-4de3-a026-114b078572f5"}}' 2018-08-13 07:15:22,202 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 553 X-Openstack-Request-Id: req-9d6ba67f-49dd-41bd-9f6d-971d629a24a8 Date: Mon, 13 Aug 2018 07:15:22 GMT RESP BODY: {"floatingip": {"router_id": "eefcc149-11fd-4b0e-9c2d-9e76773bb6e7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T07:15:21Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f95ab0df-5d39-4de3-a026-114b078572f5", "id": "c16c0ae9-40dd-4531-9b2e-23473098eab7", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:15:21Z", "project_id": "5dd9e789f4da48f196af753fdea21272"}} 2018-08-13 07:15:22,202 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9d6ba67f-49dd-41bd-9f6d-971d629a24a8 2018-08-13 07:15:22,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 1.74923801422s 2018-08-13 07:15:22,203 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-9d6ba67f-49dd-41bd-9f6d-971d629a24a8 2018-08-13 07:15:22,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 07:15:22,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" 2018-08-13 07:15:22,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 556 X-Openstack-Request-Id: req-068d9023-f434-4491-bea0-062c9db460ea Date: Mon, 13 Aug 2018 07:15:22 GMT RESP BODY: {"floatingips": [{"router_id": "eefcc149-11fd-4b0e-9c2d-9e76773bb6e7", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T07:15:21Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.120.4", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "f95ab0df-5d39-4de3-a026-114b078572f5", "id": "c16c0ae9-40dd-4531-9b2e-23473098eab7", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:15:21Z", "project_id": "5dd9e789f4da48f196af753fdea21272"}]} 2018-08-13 07:15:22,268 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-068d9023-f434-4491-bea0-062c9db460ea 2018-08-13 07:15:22,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0579330921173s 2018-08-13 07:15:22,269 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-068d9023-f434-4491-bea0-062c9db460ea 2018-08-13 07:15:22,273 - functest.core.singlevm - DEBUG - floating_ip: Munch({'status': u'ACTIVE', 'router_id': u'eefcc149-11fd-4b0e-9c2d-9e76773bb6e7', 'properties': Munch({u'tags': []}), 'description': u'', u'tags': [], 'tenant_id': u'5dd9e789f4da48f196af753fdea21272', 'created_at': u'2018-08-13T07:15:21Z', 'attached': True, 'updated_at': u'2018-08-13T07:15:21Z', 'id': u'c16c0ae9-40dd-4531-9b2e-23473098eab7', 'floating_network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', 'fixed_ip_address': u'192.168.120.4', 'floating_ip_address': u'172.30.9.202', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'5dd9e789f4da48f196af753fdea21272', 'name': 'shaker-project_48949639-d629-4906-b8a7-57ec90f5428e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'revision_number': 0, 'router': u'eefcc149-11fd-4b0e-9c2d-9e76773bb6e7', 'project_id': u'5dd9e789f4da48f196af753fdea21272', 'port_id': u'f95ab0df-5d39-4de3-a026-114b078572f5', 'port': u'f95ab0df-5d39-4de3-a026-114b078572f5', 'network': u'8796fccd-8b13-4235-9a19-2e128d43a69d'}) 2018-08-13 07:15:22,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:15:22,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:15:22,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07: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-003ac389-04fd-4967-910d-dc2bc143aa4f x-compute-request-id: req-003ac389-04fd-4967-910d-dc2bc143aa4f Content-Encoding: gzip Content-Length: 10342 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n"} 2018-08-13 07:15:22,348 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-003ac389-04fd-4967-910d-dc2bc143aa4f 2018-08-13 07:15:22,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0742630958557s 2018-08-13 07:15:22,349 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-003ac389-04fd-4967-910d-dc2bc143aa4f 2018-08-13 07:15:22,349 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 2018-08-13 07:15:23,351 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-08-13 07:15:32,361 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:15:32,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:15:32,434 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2e48bdc-57e4-4c04-8974-ebc6722af408 x-compute-request-id: req-e2e48bdc-57e4-4c04-8974-ebc6722af408 Content-Encoding: gzip Content-Length: 10503 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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-08-13 07:15:32,434 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-e2e48bdc-57e4-4c04-8974-ebc6722af408 2018-08-13 07:15:32,435 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.073380947113s 2018-08-13 07:15:32,436 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-e2e48bdc-57e4-4c04-8974-ebc6722af408 2018-08-13 07:15:32,436 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-13 07:15:32,438 - functest.core.singlevm - DEBUG - try 2: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 07:15:41,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:15:41,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:15:41,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15: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-ae665f93-c9b5-479c-a397-3389e5f1827c x-compute-request-id: req-ae665f93-c9b5-479c-a397-3389e5f1827c Content-Encoding: gzip Content-Length: 10503 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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-08-13 07:15:41,538 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-ae665f93-c9b5-479c-a397-3389e5f1827c 2018-08-13 07:15:41,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0898900032043s 2018-08-13 07:15:41,539 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-ae665f93-c9b5-479c-a397-3389e5f1827c 2018-08-13 07:15:41,539 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-13 07:15:41,541 - functest.core.singlevm - DEBUG - try 3: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 07:15:50,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:15:50,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:15:50,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15: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-36338ce8-63e0-4ae3-b7d2-7fd83e568053 x-compute-request-id: req-36338ce8-63e0-4ae3-b7d2-7fd83e568053 Content-Encoding: gzip Content-Length: 10503 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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-08-13 07:15:50,625 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-36338ce8-63e0-4ae3-b7d2-7fd83e568053 2018-08-13 07:15:50,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0740947723389s 2018-08-13 07:15:50,626 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-36338ce8-63e0-4ae3-b7d2-7fd83e568053 2018-08-13 07:15:50,627 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-13 07:15:50,628 - functest.core.singlevm - DEBUG - try 4: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 07:15:59,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:15:59,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:15:59,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:15: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-07278b3c-f290-4f85-b099-20f9593bdf6c x-compute-request-id: req-07278b3c-f290-4f85-b099-20f9593bdf6c Content-Encoding: gzip Content-Length: 10503 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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-08-13 07:15:59,715 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-07278b3c-f290-4f85-b099-20f9593bdf6c 2018-08-13 07:15:59,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0772759914398s 2018-08-13 07:15:59,717 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-07278b3c-f290-4f85-b099-20f9593bdf6c 2018-08-13 07:15:59,717 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-13 07:15:59,719 - functest.core.singlevm - DEBUG - try 5: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 07:16:08,729 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:16:08,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:16:08,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-80a30a6c-8c1f-4cf8-8654-a73c0693cc04 x-compute-request-id: req-80a30a6c-8c1f-4cf8-8654-a73c0693cc04 Content-Encoding: gzip Content-Length: 10503 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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-08-13 07:16:08,803 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-80a30a6c-8c1f-4cf8-8654-a73c0693cc04 2018-08-13 07:16:08,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0732870101929s 2018-08-13 07:16:08,804 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-80a30a6c-8c1f-4cf8-8654-a73c0693cc04 2018-08-13 07:16:08,804 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. 2018-08-13 07:16:08,806 - functest.core.singlevm - DEBUG - try 6: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 07:16:17,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:16:17,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:16:18,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07: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-096dee58-e12d-4685-a4d9-b9b289e42f84 x-compute-request-id: req-096dee58-e12d-4685-a4d9-b9b289e42f84 Content-Encoding: gzip Content-Length: 12841 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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[ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds.\n[ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 |\n[ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 |\n[ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 57.797581] cloud-init[932]: Generating public/private rsa key pair.\n[ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 57.804130] cloud-init[932]: The key fingerprint is:\n[ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.809989] cloud-init[932]: The key's randomart image is:\n[ 57.812138] cloud-init[932]: +---[RSA 2048]----+\n[ 57.816145] cloud-init[932]: | ..B@=+*+X|\n[ 57.817253] cloud-init[932]: | . =*=o.o**|\n[ 57.818313] cloud-init[932]: | o.*o .@=|\n[ 57.824151] cloud-init[932]: | + . *.E|\n[ 57.825276] cloud-init[932]: | S + o +o|\n[ 57.826339] cloud-init[932]: | . o o|\n[ 57.827392] cloud-init[932]: | ..|\n[ 57.832320] cloud-init[932]: | |\n[ 57.833388] cloud-init[932]: | |\n[ 57.834443] cloud-init[932]: +----[SHA256]-----+\n[ 57.835500] cloud-init[932]: Generating public/private dsa key pair.\n[ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 57.844130] cloud-init[932]: The key fingerprint is:\n[ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.849995] cloud-init[932]: The key's randomart image is:\n[ 57.856134] cloud-init[932]: +---[DSA 1024]----+\n[ 57.857235] cloud-init[932]: | .=+=*= |\n[ 57.858299] cloud-init[932]: | .*oB.o|\n[ 57.859362] cloud-init[932]: | +oE=o*o|\n[ 57.864047] cloud-init[932]: | o *.==+=|\n[ 57.865099] cloud-init[932]: | S * B o*=|\n[ 57.866118] cloud-init[932]: | + * +..+|\n[ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 57.872460] cloud-init[932]: | ..|\n[ 57.873229] cloud-init[932]: | .|\n[ 57.873986] cloud-init[932]: +----[SHA256]-----+\n[ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair.\n[ 57.875733] cloud-init\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 57.889520] Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.893394] cloud-init[932]: The key's randomart image is:\n[ 57.894245] cloud-init[932]: +---[ECDSA 256]---+\n[ 57.895005] cloud-init[932]: |.=+o=*==o |\n[ 57.895759] cloud-init[932]: |=o ooXX=. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 57.897888] cloud-init[932]: |+. .=+=+. |\n[ 57.904874] cloud-init[932]: |o . .o.E |\n[ 57.905873] cloud-init[932]: |o. . .. S |\n[ 57.906866] cloud-init[932]: |+.o . . |\n[ 57.909748] cloud-init[932]: |.* . . |\n[[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o |\n[ 57.912868] cloud-init[932]: |.o... o |\n[ 57.913626] cloud-init[932]: +----[SHA256]-----+\n[ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair.\n[ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 57.925865] cloud-init[932]: The key fingerprint is:\n[ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n Starting Login Service...\n\n[ 57.936480] cloud-init[932]: The key's randomart image is:\n[ 57.938828] cloud-init[932]: +--[ED25519 256]--+\n[ 57.942706] [[0;32m OK [0m] Started iperf3 Service.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[932]: | ...o.. |\n[ 57.985471] cloud-init[932]: | . +o . |\n[ 57.993183] cloud-init[932]: |. o.= .. |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf Service.\n| . + ... |\n[ 58.013485] Starting /etc/rc.local Compatibility...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[932]: |o.. .S |\n[ 58.056550] cloud-init[932]: |+... . . |\n[ 58.068548] cloud-init[932]: |= =.o. . |\n[ 58.081534] cloud-init[932]: |.Bo%=o. . . E |\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[932]: +----[SHA256]-----+\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 Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 58.541387] cloud-init[1058]: Generating locales (this might take a while)...\n[ 59.169257] cloud-init[1058]: en_US.UTF-8... done\n[ 59.171174] cloud-init[1058]: Generation complete.\n"} 2018-08-13 07:16:18,066 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-096dee58-e12d-4685-a4d9-b9b289e42f84 2018-08-13 07:16:18,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.250773906708s 2018-08-13 07:16:18,067 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-096dee58-e12d-4685-a4d9-b9b289e42f84 2018-08-13 07:16:18,068 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds. [ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 | [ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 | [ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 57.797581] cloud-init[932]: Generating public/private rsa key pair. [ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 57.804130] cloud-init[932]: The key fingerprint is: [ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.809989] cloud-init[932]: The key's randomart image is: [ 57.812138] cloud-init[932]: +---[RSA 2048]----+ [ 57.816145] cloud-init[932]: | ..B@=+*+X| [ 57.817253] cloud-init[932]: | . =*=o.o**| [ 57.818313] cloud-init[932]: | o.*o .@=| [ 57.824151] cloud-init[932]: | + . *.E| [ 57.825276] cloud-init[932]: | S + o +o| [ 57.826339] cloud-init[932]: | . o o| [ 57.827392] cloud-init[932]: | ..| [ 57.832320] cloud-init[932]: | | [ 57.833388] cloud-init[932]: | | [ 57.834443] cloud-init[932]: +----[SHA256]-----+ [ 57.835500] cloud-init[932]: Generating public/private dsa key pair. [ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 57.844130] cloud-init[932]: The key fingerprint is: [ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.849995] cloud-init[932]: The key's randomart image is: [ 57.856134] cloud-init[932]: +---[DSA 1024]----+ [ 57.857235] cloud-init[932]: | .=+=*= | [ 57.858299] cloud-init[932]: | .*oB.o| [ 57.859362] cloud-init[932]: | +oE=o*o| [ 57.864047] cloud-init[932]: | o *.==+=| [ 57.865099] cloud-init[932]: | S * B o*=| [ 57.866118] cloud-init[932]: | + * +..+| [ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [ 57.872460] cloud-init[932]: | ..| [ 57.873229] cloud-init[932]: | .| [ 57.873986] cloud-init[932]: +----[SHA256]-----+ [ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair. [ 57.875733] cloud-init [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. Starting Socket activation for snappy daemon. [932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 57.889520] Starting LXD - unix socket. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.893394] cloud-init[932]: The key's randomart image is: [ 57.894245] cloud-init[932]: +---[ECDSA 256]---+ [ 57.895005] cloud-init[932]: |.=+o=*==o | [ 57.895759] cloud-init[932]: |=o ooXX=. | [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 57.897888] cloud-init[932]: |+. .=+=+. | [ 57.904874] cloud-init[932]: |o . .o.E | [ 57.905873] cloud-init[932]: |o. . .. S | [ 57.906866] cloud-init[932]: |+.o . . | [ 57.909748] cloud-init[932]: |.* . . | [[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o | [ 57.912868] cloud-init[932]: |.o... o | [ 57.913626] cloud-init[932]: +----[SHA256]-----+ [ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair. [ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started ACPI event daemon. Starting System Logging Service... Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 57.925865] cloud-init[932]: The key fingerprint is: [ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Login Service... [ 57.936480] cloud-init[932]: The key's randomart image is: [ 57.938828] cloud-init[932]: +--[ED25519 256]--+ [ 57.942706] [[0;32m OK [0m] Started iperf3 Service. Starting LSB: MD monitoring daemon... Starting Accounts Service... Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started D-Bus System Message Bus. cloud-init[932]: | ...o.. | [ 57.985471] cloud-init[932]: | . +o . | [ 57.993183] cloud-init[932]: |. o.= .. | [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf Service. | . + ... | [ 58.013485] Starting /etc/rc.local Compatibility... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[932]: |o.. .S | [ 58.056550] cloud-init[932]: |+... . . | [ 58.068548] cloud-init[932]: |= =.o. . | [ 58.081534] cloud-init[932]: |.Bo%=o. . . E | [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown. [932]: +----[SHA256]-----+ [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 58.541387] cloud-init[1058]: Generating locales (this might take a while)... [ 59.169257] cloud-init[1058]: en_US.UTF-8... done [ 59.171174] cloud-init[1058]: Generation complete. 2018-08-13 07:16:18,070 - functest.core.singlevm - DEBUG - try 7: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 07:16:27,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:16:27,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:16:27,166 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4310ab96-de47-4428-b827-8b4619148b86 x-compute-request-id: req-4310ab96-de47-4428-b827-8b4619148b86 Content-Encoding: gzip Content-Length: 12841 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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[ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds.\n[ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 |\n[ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 |\n[ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 57.797581] cloud-init[932]: Generating public/private rsa key pair.\n[ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 57.804130] cloud-init[932]: The key fingerprint is:\n[ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.809989] cloud-init[932]: The key's randomart image is:\n[ 57.812138] cloud-init[932]: +---[RSA 2048]----+\n[ 57.816145] cloud-init[932]: | ..B@=+*+X|\n[ 57.817253] cloud-init[932]: | . =*=o.o**|\n[ 57.818313] cloud-init[932]: | o.*o .@=|\n[ 57.824151] cloud-init[932]: | + . *.E|\n[ 57.825276] cloud-init[932]: | S + o +o|\n[ 57.826339] cloud-init[932]: | . o o|\n[ 57.827392] cloud-init[932]: | ..|\n[ 57.832320] cloud-init[932]: | |\n[ 57.833388] cloud-init[932]: | |\n[ 57.834443] cloud-init[932]: +----[SHA256]-----+\n[ 57.835500] cloud-init[932]: Generating public/private dsa key pair.\n[ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 57.844130] cloud-init[932]: The key fingerprint is:\n[ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.849995] cloud-init[932]: The key's randomart image is:\n[ 57.856134] cloud-init[932]: +---[DSA 1024]----+\n[ 57.857235] cloud-init[932]: | .=+=*= |\n[ 57.858299] cloud-init[932]: | .*oB.o|\n[ 57.859362] cloud-init[932]: | +oE=o*o|\n[ 57.864047] cloud-init[932]: | o *.==+=|\n[ 57.865099] cloud-init[932]: | S * B o*=|\n[ 57.866118] cloud-init[932]: | + * +..+|\n[ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 57.872460] cloud-init[932]: | ..|\n[ 57.873229] cloud-init[932]: | .|\n[ 57.873986] cloud-init[932]: +----[SHA256]-----+\n[ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair.\n[ 57.875733] cloud-init\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 57.889520] Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.893394] cloud-init[932]: The key's randomart image is:\n[ 57.894245] cloud-init[932]: +---[ECDSA 256]---+\n[ 57.895005] cloud-init[932]: |.=+o=*==o |\n[ 57.895759] cloud-init[932]: |=o ooXX=. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 57.897888] cloud-init[932]: |+. .=+=+. |\n[ 57.904874] cloud-init[932]: |o . .o.E |\n[ 57.905873] cloud-init[932]: |o. . .. S |\n[ 57.906866] cloud-init[932]: |+.o . . |\n[ 57.909748] cloud-init[932]: |.* . . |\n[[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o |\n[ 57.912868] cloud-init[932]: |.o... o |\n[ 57.913626] cloud-init[932]: +----[SHA256]-----+\n[ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair.\n[ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 57.925865] cloud-init[932]: The key fingerprint is:\n[ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n Starting Login Service...\n\n[ 57.936480] cloud-init[932]: The key's randomart image is:\n[ 57.938828] cloud-init[932]: +--[ED25519 256]--+\n[ 57.942706] [[0;32m OK [0m] Started iperf3 Service.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[932]: | ...o.. |\n[ 57.985471] cloud-init[932]: | . +o . |\n[ 57.993183] cloud-init[932]: |. o.= .. |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf Service.\n| . + ... |\n[ 58.013485] Starting /etc/rc.local Compatibility...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[932]: |o.. .S |\n[ 58.056550] cloud-init[932]: |+... . . |\n[ 58.068548] cloud-init[932]: |= =.o. . |\n[ 58.081534] cloud-init[932]: |.Bo%=o. . . E |\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[932]: +----[SHA256]-----+\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 Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 58.541387] cloud-init[1058]: Generating locales (this might take a while)...\n[ 59.169257] cloud-init[1058]: en_US.UTF-8... done\n[ 59.171174] cloud-init[1058]: Generation complete.\n"} 2018-08-13 07:16:27,166 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-4310ab96-de47-4428-b827-8b4619148b86 2018-08-13 07:16:27,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0864181518555s 2018-08-13 07:16:27,168 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-4310ab96-de47-4428-b827-8b4619148b86 2018-08-13 07:16:27,168 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds. [ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 | [ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 | [ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 57.797581] cloud-init[932]: Generating public/private rsa key pair. [ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 57.804130] cloud-init[932]: The key fingerprint is: [ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.809989] cloud-init[932]: The key's randomart image is: [ 57.812138] cloud-init[932]: +---[RSA 2048]----+ [ 57.816145] cloud-init[932]: | ..B@=+*+X| [ 57.817253] cloud-init[932]: | . =*=o.o**| [ 57.818313] cloud-init[932]: | o.*o .@=| [ 57.824151] cloud-init[932]: | + . *.E| [ 57.825276] cloud-init[932]: | S + o +o| [ 57.826339] cloud-init[932]: | . o o| [ 57.827392] cloud-init[932]: | ..| [ 57.832320] cloud-init[932]: | | [ 57.833388] cloud-init[932]: | | [ 57.834443] cloud-init[932]: +----[SHA256]-----+ [ 57.835500] cloud-init[932]: Generating public/private dsa key pair. [ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 57.844130] cloud-init[932]: The key fingerprint is: [ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.849995] cloud-init[932]: The key's randomart image is: [ 57.856134] cloud-init[932]: +---[DSA 1024]----+ [ 57.857235] cloud-init[932]: | .=+=*= | [ 57.858299] cloud-init[932]: | .*oB.o| [ 57.859362] cloud-init[932]: | +oE=o*o| [ 57.864047] cloud-init[932]: | o *.==+=| [ 57.865099] cloud-init[932]: | S * B o*=| [ 57.866118] cloud-init[932]: | + * +..+| [ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [ 57.872460] cloud-init[932]: | ..| [ 57.873229] cloud-init[932]: | .| [ 57.873986] cloud-init[932]: +----[SHA256]-----+ [ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair. [ 57.875733] cloud-init [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. Starting Socket activation for snappy daemon. [932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 57.889520] Starting LXD - unix socket. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.893394] cloud-init[932]: The key's randomart image is: [ 57.894245] cloud-init[932]: +---[ECDSA 256]---+ [ 57.895005] cloud-init[932]: |.=+o=*==o | [ 57.895759] cloud-init[932]: |=o ooXX=. | [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 57.897888] cloud-init[932]: |+. .=+=+. | [ 57.904874] cloud-init[932]: |o . .o.E | [ 57.905873] cloud-init[932]: |o. . .. S | [ 57.906866] cloud-init[932]: |+.o . . | [ 57.909748] cloud-init[932]: |.* . . | [[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o | [ 57.912868] cloud-init[932]: |.o... o | [ 57.913626] cloud-init[932]: +----[SHA256]-----+ [ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair. [ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started ACPI event daemon. Starting System Logging Service... Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 57.925865] cloud-init[932]: The key fingerprint is: [ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Login Service... [ 57.936480] cloud-init[932]: The key's randomart image is: [ 57.938828] cloud-init[932]: +--[ED25519 256]--+ [ 57.942706] [[0;32m OK [0m] Started iperf3 Service. Starting LSB: MD monitoring daemon... Starting Accounts Service... Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started D-Bus System Message Bus. cloud-init[932]: | ...o.. | [ 57.985471] cloud-init[932]: | . +o . | [ 57.993183] cloud-init[932]: |. o.= .. | [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf Service. | . + ... | [ 58.013485] Starting /etc/rc.local Compatibility... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[932]: |o.. .S | [ 58.056550] cloud-init[932]: |+... . . | [ 58.068548] cloud-init[932]: |= =.o. . | [ 58.081534] cloud-init[932]: |.Bo%=o. . . E | [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown. [932]: +----[SHA256]-----+ [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 58.541387] cloud-init[1058]: Generating locales (this might take a while)... [ 59.169257] cloud-init[1058]: en_US.UTF-8... done [ 59.171174] cloud-init[1058]: Generation complete. 2018-08-13 07:16:27,170 - functest.core.singlevm - DEBUG - try 8: cannot connect to 172.30.9.202: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 07:16:36,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:16:36,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:16:36,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16: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-c3f4af40-59c1-4a94-9b75-5f0b1879f4d8 x-compute-request-id: req-c3f4af40-59c1-4a94-9b75-5f0b1879f4d8 Content-Encoding: gzip Content-Length: 12873 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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[ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds.\n[ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 |\n[ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 |\n[ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 57.797581] cloud-init[932]: Generating public/private rsa key pair.\n[ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 57.804130] cloud-init[932]: The key fingerprint is:\n[ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.809989] cloud-init[932]: The key's randomart image is:\n[ 57.812138] cloud-init[932]: +---[RSA 2048]----+\n[ 57.816145] cloud-init[932]: | ..B@=+*+X|\n[ 57.817253] cloud-init[932]: | . =*=o.o**|\n[ 57.818313] cloud-init[932]: | o.*o .@=|\n[ 57.824151] cloud-init[932]: | + . *.E|\n[ 57.825276] cloud-init[932]: | S + o +o|\n[ 57.826339] cloud-init[932]: | . o o|\n[ 57.827392] cloud-init[932]: | ..|\n[ 57.832320] cloud-init[932]: | |\n[ 57.833388] cloud-init[932]: | |\n[ 57.834443] cloud-init[932]: +----[SHA256]-----+\n[ 57.835500] cloud-init[932]: Generating public/private dsa key pair.\n[ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 57.844130] cloud-init[932]: The key fingerprint is:\n[ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.849995] cloud-init[932]: The key's randomart image is:\n[ 57.856134] cloud-init[932]: +---[DSA 1024]----+\n[ 57.857235] cloud-init[932]: | .=+=*= |\n[ 57.858299] cloud-init[932]: | .*oB.o|\n[ 57.859362] cloud-init[932]: | +oE=o*o|\n[ 57.864047] cloud-init[932]: | o *.==+=|\n[ 57.865099] cloud-init[932]: | S * B o*=|\n[ 57.866118] cloud-init[932]: | + * +..+|\n[ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 57.872460] cloud-init[932]: | ..|\n[ 57.873229] cloud-init[932]: | .|\n[ 57.873986] cloud-init[932]: +----[SHA256]-----+\n[ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair.\n[ 57.875733] cloud-init\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 57.889520] Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.893394] cloud-init[932]: The key's randomart image is:\n[ 57.894245] cloud-init[932]: +---[ECDSA 256]---+\n[ 57.895005] cloud-init[932]: |.=+o=*==o |\n[ 57.895759] cloud-init[932]: |=o ooXX=. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 57.897888] cloud-init[932]: |+. .=+=+. |\n[ 57.904874] cloud-init[932]: |o . .o.E |\n[ 57.905873] cloud-init[932]: |o. . .. S |\n[ 57.906866] cloud-init[932]: |+.o . . |\n[ 57.909748] cloud-init[932]: |.* . . |\n[[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o |\n[ 57.912868] cloud-init[932]: |.o... o |\n[ 57.913626] cloud-init[932]: +----[SHA256]-----+\n[ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair.\n[ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 57.925865] cloud-init[932]: The key fingerprint is:\n[ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n Starting Login Service...\n\n[ 57.936480] cloud-init[932]: The key's randomart image is:\n[ 57.938828] cloud-init[932]: +--[ED25519 256]--+\n[ 57.942706] [[0;32m OK [0m] Started iperf3 Service.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[932]: | ...o.. |\n[ 57.985471] cloud-init[932]: | . +o . |\n[ 57.993183] cloud-init[932]: |. o.= .. |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf Service.\n| . + ... |\n[ 58.013485] Starting /etc/rc.local Compatibility...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[932]: |o.. .S |\n[ 58.056550] cloud-init[932]: |+... . . |\n[ 58.068548] cloud-init[932]: |= =.o. . |\n[ 58.081534] cloud-init[932]: |.Bo%=o. . . E |\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[932]: +----[SHA256]-----+\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 Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 58.541387] cloud-init[1058]: Generating locales (this might take a while)...\n[ 59.169257] cloud-init[1058]: en_US.UTF-8... done\n[ 59.171174] cloud-init[1058]: 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"} 2018-08-13 07:16:36,266 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-c3f4af40-59c1-4a94-9b75-5f0b1879f4d8 2018-08-13 07:16:36,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0864298343658s 2018-08-13 07:16:36,268 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-c3f4af40-59c1-4a94-9b75-5f0b1879f4d8 2018-08-13 07:16:36,268 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds. [ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 | [ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 | [ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 57.797581] cloud-init[932]: Generating public/private rsa key pair. [ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 57.804130] cloud-init[932]: The key fingerprint is: [ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.809989] cloud-init[932]: The key's randomart image is: [ 57.812138] cloud-init[932]: +---[RSA 2048]----+ [ 57.816145] cloud-init[932]: | ..B@=+*+X| [ 57.817253] cloud-init[932]: | . =*=o.o**| [ 57.818313] cloud-init[932]: | o.*o .@=| [ 57.824151] cloud-init[932]: | + . *.E| [ 57.825276] cloud-init[932]: | S + o +o| [ 57.826339] cloud-init[932]: | . o o| [ 57.827392] cloud-init[932]: | ..| [ 57.832320] cloud-init[932]: | | [ 57.833388] cloud-init[932]: | | [ 57.834443] cloud-init[932]: +----[SHA256]-----+ [ 57.835500] cloud-init[932]: Generating public/private dsa key pair. [ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 57.844130] cloud-init[932]: The key fingerprint is: [ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.849995] cloud-init[932]: The key's randomart image is: [ 57.856134] cloud-init[932]: +---[DSA 1024]----+ [ 57.857235] cloud-init[932]: | .=+=*= | [ 57.858299] cloud-init[932]: | .*oB.o| [ 57.859362] cloud-init[932]: | +oE=o*o| [ 57.864047] cloud-init[932]: | o *.==+=| [ 57.865099] cloud-init[932]: | S * B o*=| [ 57.866118] cloud-init[932]: | + * +..+| [ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [ 57.872460] cloud-init[932]: | ..| [ 57.873229] cloud-init[932]: | .| [ 57.873986] cloud-init[932]: +----[SHA256]-----+ [ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair. [ 57.875733] cloud-init [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. Starting Socket activation for snappy daemon. [932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 57.889520] Starting LXD - unix socket. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.893394] cloud-init[932]: The key's randomart image is: [ 57.894245] cloud-init[932]: +---[ECDSA 256]---+ [ 57.895005] cloud-init[932]: |.=+o=*==o | [ 57.895759] cloud-init[932]: |=o ooXX=. | [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 57.897888] cloud-init[932]: |+. .=+=+. | [ 57.904874] cloud-init[932]: |o . .o.E | [ 57.905873] cloud-init[932]: |o. . .. S | [ 57.906866] cloud-init[932]: |+.o . . | [ 57.909748] cloud-init[932]: |.* . . | [[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o | [ 57.912868] cloud-init[932]: |.o... o | [ 57.913626] cloud-init[932]: +----[SHA256]-----+ [ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair. [ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started ACPI event daemon. Starting System Logging Service... Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 57.925865] cloud-init[932]: The key fingerprint is: [ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Login Service... [ 57.936480] cloud-init[932]: The key's randomart image is: [ 57.938828] cloud-init[932]: +--[ED25519 256]--+ [ 57.942706] [[0;32m OK [0m] Started iperf3 Service. Starting LSB: MD monitoring daemon... Starting Accounts Service... Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started D-Bus System Message Bus. cloud-init[932]: | ...o.. | [ 57.985471] cloud-init[932]: | . +o . | [ 57.993183] cloud-init[932]: |. o.= .. | [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf Service. | . + ... | [ 58.013485] Starting /etc/rc.local Compatibility... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[932]: |o.. .S | [ 58.056550] cloud-init[932]: |+... . . | [ 58.068548] cloud-init[932]: |= =.o. . | [ 58.081534] cloud-init[932]: |.Bo%=o. . . E | [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown. [932]: +----[SHA256]-----+ [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 58.541387] cloud-init[1058]: Generating locales (this might take a while)... [ 59.169257] cloud-init[1058]: en_US.UTF-8... done [ 59.171174] cloud-init[1058]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. 2018-08-13 07:16:36,272 - paramiko.transport - DEBUG - starting thread (client mode): 0x11806650L 2018-08-13 07:16:36,273 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 07:16:36,278 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-13 07:16:36,279 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-13 07:16:36,280 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 07:16:36,280 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 07:16:36,280 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 07:16:36,281 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 07:16:36,281 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 07:16:36,281 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 07:16:36,324 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 07:16:36,325 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 07:16:36,337 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.202: 27f540320c2a82209c8b1fc2d9822f9e 2018-08-13 07:16:36,338 - paramiko.transport - DEBUG - Trying discovered key 1fede711c3059d74cd47c2a64e303c1a in /tmp/tmpogXeJY 2018-08-13 07:16:36,364 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 07:16:36,384 - paramiko.transport - INFO - Auth banner: "System is booting up. See pam_nologin(8)" 2018-08-13 07:16:36,385 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 07:16:36,404 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-08-13 07:16:36,404 - functest.core.singlevm - DEBUG - try 9: cannot connect to 172.30.9.202: No existing session 2018-08-13 07:16:45,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-08-13 07:16:45,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}feec3908aaad77d2f2c0987e18358aff7490d0b0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 07:16:45,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07: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-63419892-d3ac-496f-a8db-5f19662e0c62 x-compute-request-id: req-63419892-d3ac-496f-a8db-5f19662e0c62 Content-Encoding: gzip Content-Length: 13158 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128)\n[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffcf001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 670494874 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on 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 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128868\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Kernel/User page tables isolation: enabled\n[ 0.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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137266] pid_max: default: 32768 minimum: 301\n[ 0.138211] ACPI: Core revision 20150930\n[ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141030] Security Framework initialized\n[ 0.141892] Yama: becoming mindful.\n[ 0.142699] AppArmor: AppArmor initialized\n[ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149147] Initializing cgroup subsys io\n[ 0.150011] Initializing cgroup subsys memory\n[ 0.150929] Initializing cgroup subsys devices\n[ 0.151856] Initializing cgroup subsys freezer\n[ 0.152802] Initializing cgroup subsys net_cls\n[ 0.153738] Initializing cgroup subsys perf_event\n[ 0.154714] Initializing cgroup subsys net_prio\n[ 0.155648] Initializing cgroup subsys hugetlb\n[ 0.156567] Initializing cgroup subsys pids\n[ 0.157471] CPU: Physical Processor ID: 0\n[ 0.159035] mce: CPU supports 10 MCE banks\n[ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.162148] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.164701] Speculative Store Bypass: Vulnerable\n[ 0.185750] Freeing SMP alternatives memory: 32K\n[ 0.191505] ftrace: allocating 32237 entries in 126 pages\n[ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.228634] smpboot: Max logical packages: 1\n[ 0.230101] x2apic enabled\n[ 0.231279] Switched APIC routing to physical x2apic.\n[ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.238902] KVM setup paravirtual spinlock\n[ 0.240285] x86: Booted up 1 node, 1 CPUs\n[ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.242618] devtmpfs: initialized\n[ 0.244409] evm: security.selinux\n[ 0.245147] evm: security.SMACK64\n[ 0.245882] evm: security.SMACK64EXEC\n[ 0.246664] evm: security.SMACK64TRANSMUTE\n[ 0.247519] evm: security.SMACK64MMAP\n[ 0.248309] evm: security.ima\n[ 0.248980] evm: security.capability\n[ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.253010] pinctrl core: initialized pinctrl subsystem\n[ 0.254209] RTC time: 7:15:17, date: 08/13/18\n[ 0.255238] NET: Registered protocol family 16\n[ 0.256289] cpuidle: using governor ladder\n[ 0.257154] cpuidle: using governor menu\n[ 0.257998] PCCT header not found.\n[ 0.258806] ACPI: bus type PCI registered\n[ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.260991] PCI: Using configuration type 1 for base access\n[ 0.262915] ACPI: Added _OSI(Module Device)\n[ 0.263826] ACPI: Added _OSI(Processor Device)\n[ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.265711] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.267578] ACPI: Interpreter enabled\n[ 0.268387] ACPI: (supports S0 S5)\n[ 0.269132] ACPI: Using IOAPIC for interrupt routing\n[ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279726] acpiphp: Slot [3] registered\n[ 0.280578] acpiphp: Slot [4] registered\n[ 0.281423] acpiphp: Slot [5] registered\n[ 0.282267] acpiphp: Slot [6] registered\n[ 0.293158] acpiphp: Slot [7] registered\n[ 0.294042] acpiphp: Slot [8] registered\n[ 0.294899] acpiphp: Slot [9] registered\n[ 0.295747] acpiphp: Slot [10] registered\n[ 0.296608] acpiphp: Slot [11] registered\n[ 0.297474] acpiphp: Slot [12] registered\n[ 0.298339] acpiphp: Slot [13] registered\n[ 0.299194] acpiphp: Slot [14] registered\n[ 0.300052] acpiphp: Slot [15] registered\n[ 0.300913] acpiphp: Slot [16] registered\n[ 0.301778] acpiphp: Slot [17] registered\n[ 0.302641] acpiphp: Slot [18] registered\n[ 0.303503] acpiphp: Slot [19] registered\n[ 0.304402] acpiphp: Slot [20] registered\n[ 0.305264] acpiphp: Slot [21] registered\n[ 0.306124] acpiphp: Slot [22] registered\n[ 0.306992] acpiphp: Slot [23] registered\n[ 0.307854] acpiphp: Slot [24] registered\n[ 0.308713] acpiphp: Slot [25] registered\n[ 0.309572] acpiphp: Slot [26] registered\n[ 0.310438] acpiphp: Slot [27] registered\n[ 0.311299] acpiphp: Slot [28] registered\n[ 0.312153] acpiphp: Slot [29] registered\n[ 0.313018] acpiphp: Slot [30] registered\n[ 0.313880] acpiphp: Slot [31] registered\n[ 0.314774] PCI host bridge to bus 0000:00\n[ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365421] vgaarb: loaded\n[ 0.366057] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367394] SCSI subsystem initialized\n[ 0.368351] ACPI: bus type USB registered\n[ 0.369234] usbcore: registered new interface driver usbfs\n[ 0.370342] usbcore: registered new interface driver hub\n[ 0.371421] usbcore: registered new device driver usb\n[ 0.372600] PCI: Using ACPI for IRQ routing\n[ 0.373763] NetLabel: Initializing\n[ 0.374533] NetLabel: domain hash size = 128\n[ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376488] NetLabel: unlabeled traffic allowed by default\n[ 0.377700] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378752] clocksource: Switched to clocksource kvm-clock\n[ 0.386774] AppArmor: AppArmor Filesystem Enabled\n[ 0.387835] pnp: PnP ACPI init\n[ 0.388841] pnp: PnP ACPI: found 5 devices\n[ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397189] NET: Registered protocol family 2\n[ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400929] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404613] NET: Registered protocol family 1\n[ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.442041] Unpacking initramfs...\n[ 0.895733] Freeing initrd memory: 37084K\n[ 0.897163] Scanning for low memory corruption every 60 seconds\n[ 0.898804] audit: initializing netlink subsys (disabled)\n[ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized\n[ 0.901478] Initialise system trusted keyring\n[ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.906164] zbud: loaded\n[ 0.907081] VFS: Disk quotas dquot_6.6.0\n[ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 0.910949] fuse init (API version 7.23)\n[ 0.911925] Key type big_key registered\n[ 0.912781] Allocating IMA MOK and blacklist keyrings.\n[ 0.914144] Key type asymmetric registered\n[ 0.915036] Asymmetric key parser 'x509' registered\n[ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.917728] io scheduler noop registered\n[ 0.918594] io scheduler deadline registered (default)\n[ 0.919675] io scheduler cfq registered\n[ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.924678] ACPI: Power Button [PWRF]\n[ 0.925637] GHES: HEST is not enabled!\n[ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.001140] Linux agpgart interface v0.103\n[ 1.003493] loop: module loaded\n[ 1.006089] vda: vda1\n[ 1.007428] scsi host0: ata_piix\n[ 1.008236] scsi host1: ata_piix\n[ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.011994] libphy: Fixed MDIO Bus: probed\n[ 1.012884] tun: Universal TUN/TAP device driver, 1.6\n[ 1.013900] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.016301] PPP generic driver version 2.4.2\n[ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.018548] ehci-pci: EHCI PCI platform driver\n[ 1.019492] ehci-platform: EHCI generic platform driver\n[ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.021769] ohci-pci: OHCI PCI platform driver\n[ 1.022699] ohci-platform: OHCI generic platform driver\n[ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.047540] usb usb1: Product: UHCI Host Controller\n[ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.049756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.050810] hub 1-0:1.0: USB hub found\n[ 1.051639] hub 1-0:1.0: 2 ports detected\n[ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.057086] mousedev: PS/2 mouse device common for all mice\n[ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.060496] rtc_cmos 00:00: RTC can wake from S4\n[ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.064268] i2c /dev entries driver\n[ 1.065089] device-mapper: uevent: version 1.0.3\n[ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.069344] NET: Registered protocol family 10\n[ 1.070541] NET: Registered protocol family 17\n[ 1.071500] Key type dns_resolver registered\n[ 1.072614] registered taskstats version 1\n[ 1.073524] Loading compiled-in X.509 certificates\n[ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.077066] zswap: loaded using pool lzo/zbud\n[ 1.079407] Key type trusted registered\n[ 1.082290] Key type encrypted registered\n[ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.084307] ima: No TPM chip found, activating TPM-bypass!\n[ 1.085432] evm: HMAC attrs: 0x1\n[ 1.086448] Magic number: 14:448:268\n[ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518)\n[ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.090359] EDD information not available.\n[ 1.172092] Freeing unused kernel memory: 1512K\n[ 1.173065] Write protecting the kernel read-only data: 14336k\n[ 1.185316] Freeing unused kernel memory: 1692K\n[ 1.186475] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.280096] virtio_net virtio0 ens3: renamed from eth0\n[ 1.284060] [drm] Initialized drm 1.1.0 20060810\n[ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.311452] FDC 0 is a S82078B\n[ 1.330519] AVX2 version of gcm_enc/dec engaged.\n[ 1.331604] AES CTR mode by8 optimization enabled\n[ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.526084] usb 1-1: Product: QEMU USB Tablet\n[ 1.527002] usb 1-1: Manufacturer: QEMU\n[ 1.527842] usb 1-1: SerialNumber: 42\n[ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.542793] usbcore: registered new interface driver usbhid\n[ 1.543980] usbhid: USB HID core driver\n[ 1.546657] 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[ 1.549084] 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\nBegin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1\n[ 1.827501] md: multipath personality registered for level -4\n[ 1.830942] md: raid0 personality registered for level 0\n[ 1.834884] md: raid1 personality registered for level 1\n[ 1.906764] raid6: sse2x1 gen() 11219 MB/s\n[ 1.974774] raid6: sse2x1 xor() 8781 MB/s\n[ 2.042766] raid6: sse2x2 gen() 14305 MB/s\n[ 2.110776] raid6: sse2x2 xor() 9558 MB/s\n[ 2.178787] raid6: sse2x4 gen() 16548 MB/s\n[ 2.246768] raid6: sse2x4 xor() 11403 MB/s\n[ 2.314775] raid6: avx2x1 gen() 21939 MB/s\n[ 2.382774] raid6: avx2x2 gen() 25698 MB/s\n[ 2.450775] raid6: avx2x4 gen() 29399 MB/s\n[ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s\n[ 2.452828] raid6: using avx2x2 recovery algorithm\n[ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz\n[ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns\n[ 2.458563] xor: automatically using best checksumming function:\n[ 2.498773] avx : 31714.000 MB/sec\n[ 2.501155] async_tx: api initialized (async)\n[ 2.512415] md: raid6 personality registered for level 6\n[ 2.513512] md: raid5 personality registered for level 5\n[ 2.514596] md: raid4 personality registered for level 4\n[ 2.520349] 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 ... [ 2.550926] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.569235] 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[ 2.664705] 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[ 2.668231] systemd[1]: Detected virtualization kvm.\n[ 2.669256] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.672799] systemd[1]: Set hostname to .\n[ 2.675148] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.676359] systemd[1]: Installed transient /etc/machine-id file.\n[ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 2.795384] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 2.797534] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 2.804661] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 2.806683] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 2.808906] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 2.811125] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 2.813603] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 2.815987] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 2.819556] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 2.831333] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 2.837037] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel...\n[ 2.849770] Loading iSCSI transport class v2.0-870.\n Starting Create list of required st... nodes for the current kernel...\n[ 2.853210] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch.\n[[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch.\n[ 2.863410] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 2.883314] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[ 2.887310] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 2.892785] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 2.898318] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 2.902944] 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[ 2.911747] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 2.913956] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 2.924124] 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[ 2.931367] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 2.945812] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser)\n\n[ 2.952667] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 2.955105] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 2.958456] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 2.961307] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Set console keymap.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Load Kernel Modules.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n Starting File System Check on Root Device...\n[[0;32m OK [0m] Started File System Check Daemon to report status.\n[[0;32m OK [0m] Started File System Check on Root Device.\n Starting Remount Root and Kernel File Systems...\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Set console font and keymap...\n Starting Commit a transient machine-id on disk...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting LSB: AppArmor initialization...\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[ 3.595652] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 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[ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds.\n[ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 |\n[ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 |\n[ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH |\n[ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 57.797581] cloud-init[932]: Generating public/private rsa key pair.\n[ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 57.804130] cloud-init[932]: The key fingerprint is:\n[ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.809989] cloud-init[932]: The key's randomart image is:\n[ 57.812138] cloud-init[932]: +---[RSA 2048]----+\n[ 57.816145] cloud-init[932]: | ..B@=+*+X|\n[ 57.817253] cloud-init[932]: | . =*=o.o**|\n[ 57.818313] cloud-init[932]: | o.*o .@=|\n[ 57.824151] cloud-init[932]: | + . *.E|\n[ 57.825276] cloud-init[932]: | S + o +o|\n[ 57.826339] cloud-init[932]: | . o o|\n[ 57.827392] cloud-init[932]: | ..|\n[ 57.832320] cloud-init[932]: | |\n[ 57.833388] cloud-init[932]: | |\n[ 57.834443] cloud-init[932]: +----[SHA256]-----+\n[ 57.835500] cloud-init[932]: Generating public/private dsa key pair.\n[ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 57.844130] cloud-init[932]: The key fingerprint is:\n[ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.849995] cloud-init[932]: The key's randomart image is:\n[ 57.856134] cloud-init[932]: +---[DSA 1024]----+\n[ 57.857235] cloud-init[932]: | .=+=*= |\n[ 57.858299] cloud-init[932]: | .*oB.o|\n[ 57.859362] cloud-init[932]: | +oE=o*o|\n[ 57.864047] cloud-init[932]: | o *.==+=|\n[ 57.865099] cloud-init[932]: | S * B o*=|\n[ 57.866118] cloud-init[932]: | + * +..+|\n[ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[ 57.872460] cloud-init[932]: | ..|\n[ 57.873229] cloud-init[932]: | .|\n[ 57.873986] cloud-init[932]: +----[SHA256]-----+\n[ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair.\n[ 57.875733] cloud-init\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Started Daily apt download activities.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 57.889520] Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\ncloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e\n[ 57.893394] cloud-init[932]: The key's randomart image is:\n[ 57.894245] cloud-init[932]: +---[ECDSA 256]---+\n[ 57.895005] cloud-init[932]: |.=+o=*==o |\n[ 57.895759] cloud-init[932]: |=o ooXX=. |\n[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 57.897888] cloud-init[932]: |+. .=+=+. |\n[ 57.904874] cloud-init[932]: |o . .o.E |\n[ 57.905873] cloud-init[932]: |o. . .. S |\n[ 57.906866] cloud-init[932]: |+.o . . |\n[ 57.909748] cloud-init[932]: |.* . . |\n[[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o |\n[ 57.912868] cloud-init[932]: |.o... o |\n[ 57.913626] cloud-init[932]: +----[SHA256]-----+\n[ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair.\n[ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n Starting LXD - container startup/shutdown...\n Starting LSB: Record successful boot for GRUB...\n[ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 57.925865] cloud-init[932]: The key fingerprint is:\n[ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n Starting Login Service...\n\n[ 57.936480] cloud-init[932]: The key's randomart image is:\n[ 57.938828] cloud-init[932]: +--[ED25519 256]--+\n[ 57.942706] [[0;32m OK [0m] Started iperf3 Service.\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\ncloud-init[932]: | ...o.. |\n[ 57.985471] cloud-init[932]: | . +o . |\n[ 57.993183] cloud-init[932]: |. o.= .. |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started iperf Service.\n| . + ... |\n[ 58.013485] Starting /etc/rc.local Compatibility...\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\ncloud-init[932]: |o.. .S |\n[ 58.056550] cloud-init[932]: |+... . . |\n[ 58.068548] cloud-init[932]: |= =.o. . |\n[ 58.081534] cloud-init[932]: |.Bo%=o. . . E |\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . |\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n\n[ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[932]: +----[SHA256]-----+\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 Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 58.541387] cloud-init[1058]: Generating locales (this might take a while)...\n[ 59.169257] cloud-init[1058]: en_US.UTF-8... done\n[ 59.171174] cloud-init[1058]: 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] Started iSCSI initiator daemon (iscsid).\n Starting Login to default iSCSI targets...\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: daemon to balance interrupts for SMP systems...\n Starting LSB: automatic crash report generation...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: network benchmark...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\n[[0;32m OK [0m] Started System Logging Service.\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 LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started LSB: network benchmark.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started 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] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started Set console scheme.\n\nUbuntu 16.04.4 LTS shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e ttyS0\n\nshaker-vm-48949639-d629-4906-b8a7-57ec90f5428e login: "} 2018-08-13 07:16:45,489 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-63419892-d3ac-496f-a8db-5f19662e0c62 2018-08-13 07:16:45,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0747931003571s 2018-08-13 07:16:45,490 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874/action used request id req-63419892-d3ac-496f-a8db-5f19662e0c62 2018-08-13 07:16:45,491 - 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-127-generic (buildd@lcy01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #153-Ubuntu SMP Sat May 19 10:58:46 UTC 2018 (Ubuntu 4.4.0-127.153-generic 4.4.128) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Using GB pages for direct mapping [ 0.000000] RAMDISK: [mem 0x1d2f0000-0x1f726fff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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:1ffcf001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 670494874 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:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88001fc00000 s99544 r8192 d31528 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1fc101c0 [ 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: 128868 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=LABEL=cloudimg-rootfs ro nofb nomodeset vga=normal console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 459412K/523752K available (8537K kernel code, 1313K rwdata, 4000K rodata, 1512K init, 1316K bss, 64340K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Kernel/User page tables isolation: enabled [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:33024 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.135501] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.137266] pid_max: default: 32768 minimum: 301 [ 0.138211] ACPI: Core revision 20150930 [ 0.139650] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.141030] Security Framework initialized [ 0.141892] Yama: becoming mindful. [ 0.142699] AppArmor: AppArmor initialized [ 0.143615] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.145024] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.146393] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.147667] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.149147] Initializing cgroup subsys io [ 0.150011] Initializing cgroup subsys memory [ 0.150929] Initializing cgroup subsys devices [ 0.151856] Initializing cgroup subsys freezer [ 0.152802] Initializing cgroup subsys net_cls [ 0.153738] Initializing cgroup subsys perf_event [ 0.154714] Initializing cgroup subsys net_prio [ 0.155648] Initializing cgroup subsys hugetlb [ 0.156567] Initializing cgroup subsys pids [ 0.157471] CPU: Physical Processor ID: 0 [ 0.159035] mce: CPU supports 10 MCE banks [ 0.159930] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.160987] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.162148] Spectre V2 : Mitigation: Full generic retpoline [ 0.163297] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.164701] Speculative Store Bypass: Vulnerable [ 0.185750] Freeing SMP alternatives memory: 32K [ 0.191505] ftrace: allocating 32237 entries in 126 pages [ 0.226772] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.228634] smpboot: Max logical packages: 1 [ 0.230101] x2apic enabled [ 0.231279] Switched APIC routing to physical x2apic. [ 0.233663] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.234877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.236982] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.238902] KVM setup paravirtual spinlock [ 0.240285] x86: Booted up 1 node, 1 CPUs [ 0.241131] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.242618] devtmpfs: initialized [ 0.244409] evm: security.selinux [ 0.245147] evm: security.SMACK64 [ 0.245882] evm: security.SMACK64EXEC [ 0.246664] evm: security.SMACK64TRANSMUTE [ 0.247519] evm: security.SMACK64MMAP [ 0.248309] evm: security.ima [ 0.248980] evm: security.capability [ 0.249840] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.251759] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.253010] pinctrl core: initialized pinctrl subsystem [ 0.254209] RTC time: 7:15:17, date: 08/13/18 [ 0.255238] NET: Registered protocol family 16 [ 0.256289] cpuidle: using governor ladder [ 0.257154] cpuidle: using governor menu [ 0.257998] PCCT header not found. [ 0.258806] ACPI: bus type PCI registered [ 0.259661] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.260991] PCI: Using configuration type 1 for base access [ 0.262915] ACPI: Added _OSI(Module Device) [ 0.263826] ACPI: Added _OSI(Processor Device) [ 0.264749] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.265711] ACPI: Added _OSI(Processor Aggregator Device) [ 0.267578] ACPI: Interpreter enabled [ 0.268387] ACPI: (supports S0 S5) [ 0.269132] ACPI: Using IOAPIC for interrupt routing [ 0.270146] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.273532] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.274787] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.276092] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.277368] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.279726] acpiphp: Slot [3] registered [ 0.280578] acpiphp: Slot [4] registered [ 0.281423] acpiphp: Slot [5] registered [ 0.282267] acpiphp: Slot [6] registered [ 0.293158] acpiphp: Slot [7] registered [ 0.294042] acpiphp: Slot [8] registered [ 0.294899] acpiphp: Slot [9] registered [ 0.295747] acpiphp: Slot [10] registered [ 0.296608] acpiphp: Slot [11] registered [ 0.297474] acpiphp: Slot [12] registered [ 0.298339] acpiphp: Slot [13] registered [ 0.299194] acpiphp: Slot [14] registered [ 0.300052] acpiphp: Slot [15] registered [ 0.300913] acpiphp: Slot [16] registered [ 0.301778] acpiphp: Slot [17] registered [ 0.302641] acpiphp: Slot [18] registered [ 0.303503] acpiphp: Slot [19] registered [ 0.304402] acpiphp: Slot [20] registered [ 0.305264] acpiphp: Slot [21] registered [ 0.306124] acpiphp: Slot [22] registered [ 0.306992] acpiphp: Slot [23] registered [ 0.307854] acpiphp: Slot [24] registered [ 0.308713] acpiphp: Slot [25] registered [ 0.309572] acpiphp: Slot [26] registered [ 0.310438] acpiphp: Slot [27] registered [ 0.311299] acpiphp: Slot [28] registered [ 0.312153] acpiphp: Slot [29] registered [ 0.313018] acpiphp: Slot [30] registered [ 0.313880] acpiphp: Slot [31] registered [ 0.314774] PCI host bridge to bus 0000:00 [ 0.315648] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.316936] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.318258] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.319834] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.321366] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.322927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.326215] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.327573] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.328920] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.330277] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.333310] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.334857] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.353584] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.355215] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.356720] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.358214] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.359912] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.361241] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.362628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.363754] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.365421] vgaarb: loaded [ 0.366057] vgaarb: bridge control possible 0000:00:02.0 [ 0.367394] SCSI subsystem initialized [ 0.368351] ACPI: bus type USB registered [ 0.369234] usbcore: registered new interface driver usbfs [ 0.370342] usbcore: registered new interface driver hub [ 0.371421] usbcore: registered new device driver usb [ 0.372600] PCI: Using ACPI for IRQ routing [ 0.373763] NetLabel: Initializing [ 0.374533] NetLabel: domain hash size = 128 [ 0.375473] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.376488] NetLabel: unlabeled traffic allowed by default [ 0.377700] amd_nb: Cannot enumerate AMD northbridges [ 0.378752] clocksource: Switched to clocksource kvm-clock [ 0.386774] AppArmor: AppArmor Filesystem Enabled [ 0.387835] pnp: PnP ACPI init [ 0.388841] pnp: PnP ACPI: found 5 devices [ 0.395369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.397189] NET: Registered protocol family 2 [ 0.398290] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.399657] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.400929] TCP: Hash tables configured (established 4096 bind 4096) [ 0.402200] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.403356] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.404613] NET: Registered protocol family 1 [ 0.405591] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.406767] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.407907] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.425511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.442041] Unpacking initramfs... [ 0.895733] Freeing initrd memory: 37084K [ 0.897163] Scanning for low memory corruption every 60 seconds [ 0.898804] audit: initializing netlink subsys (disabled) [ 0.899971] audit: type=2000 audit(1534144519.118:1): initialized [ 0.901478] Initialise system trusted keyring [ 0.902590] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.903847] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.906164] zbud: loaded [ 0.907081] VFS: Disk quotas dquot_6.6.0 [ 0.907964] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.909523] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.910949] fuse init (API version 7.23) [ 0.911925] Key type big_key registered [ 0.912781] Allocating IMA MOK and blacklist keyrings. [ 0.914144] Key type asymmetric registered [ 0.915036] Asymmetric key parser 'x509' registered [ 0.916105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.917728] io scheduler noop registered [ 0.918594] io scheduler deadline registered (default) [ 0.919675] io scheduler cfq registered [ 0.920595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.921713] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.923116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.924678] ACPI: Power Button [PWRF] [ 0.925637] GHES: HEST is not enabled! [ 0.941123] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.972632] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.974915] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.998640] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.001140] Linux agpgart interface v0.103 [ 1.003493] loop: module loaded [ 1.006089] vda: vda1 [ 1.007428] scsi host0: ata_piix [ 1.008236] scsi host1: ata_piix [ 1.009005] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.010342] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.011994] libphy: Fixed MDIO Bus: probed [ 1.012884] tun: Universal TUN/TAP device driver, 1.6 [ 1.013900] tun: (C) 1999-2004 Max Krasnyansky [ 1.016301] PPP generic driver version 2.4.2 [ 1.017273] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.018548] ehci-pci: EHCI PCI platform driver [ 1.019492] ehci-platform: EHCI generic platform driver [ 1.020552] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.021769] ohci-pci: OHCI PCI platform driver [ 1.022699] ohci-platform: OHCI generic platform driver [ 1.023773] uhci_hcd: USB Universal Host Controller Interface driver [ 1.039686] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.040789] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.042371] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.043442] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.044682] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.046011] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.047540] usb usb1: Product: UHCI Host Controller [ 1.048533] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.049756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.050810] hub 1-0:1.0: USB hub found [ 1.051639] hub 1-0:1.0: 2 ports detected [ 1.052637] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.054947] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.055965] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.057086] mousedev: PS/2 mouse device common for all mice [ 1.058502] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.060496] rtc_cmos 00:00: RTC can wake from S4 [ 1.061690] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.062979] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.064268] i2c /dev entries driver [ 1.065089] device-mapper: uevent: version 1.0.3 [ 1.066104] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.067868] ledtrig-cpu: registered to indicate activity on CPUs [ 1.069344] NET: Registered protocol family 10 [ 1.070541] NET: Registered protocol family 17 [ 1.071500] Key type dns_resolver registered [ 1.072614] registered taskstats version 1 [ 1.073524] Loading compiled-in X.509 certificates [ 1.075073] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.077066] zswap: loaded using pool lzo/zbud [ 1.079407] Key type trusted registered [ 1.082290] Key type encrypted registered [ 1.083177] AppArmor: AppArmor sha1 policy hashing enabled [ 1.084307] ima: No TPM chip found, activating TPM-bypass! [ 1.085432] evm: HMAC attrs: 0x1 [ 1.086448] Magic number: 14:448:268 [ 1.087394] rtc_cmos 00:00: setting system clock to 2018-08-13 07:15:18 UTC (1534144518) [ 1.089164] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.090359] EDD information not available. [ 1.172092] Freeing unused kernel memory: 1512K [ 1.173065] Write protecting the kernel read-only data: 14336k [ 1.185316] Freeing unused kernel memory: 1692K [ 1.186475] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.197044] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.199298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.201309] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.203266] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.205211] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.207190] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.214837] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.216788] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.218710] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.221966] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.280096] virtio_net virtio0 ens3: renamed from eth0 [ 1.284060] [drm] Initialized drm 1.1.0 20060810 [ 1.292771] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.294661] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.311452] FDC 0 is a S82078B [ 1.330519] AVX2 version of gcm_enc/dec engaged. [ 1.331604] AES CTR mode by8 optimization enabled [ 1.362794] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.523390] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.524721] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.526084] usb 1-1: Product: QEMU USB Tablet [ 1.527002] usb 1-1: Manufacturer: QEMU [ 1.527842] usb 1-1: SerialNumber: 42 [ 1.535978] hidraw: raw HID events driver (C) Jiri Kosina [ 1.542793] usbcore: registered new interface driver usbhid [ 1.543980] usbhid: USB HID core driver [ 1.546657] 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 [ 1.549084] 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 Begin: Loading essential drivers ... [ 1.824059] md: linear personality registered for level -1 [ 1.827501] md: multipath personality registered for level -4 [ 1.830942] md: raid0 personality registered for level 0 [ 1.834884] md: raid1 personality registered for level 1 [ 1.906764] raid6: sse2x1 gen() 11219 MB/s [ 1.974774] raid6: sse2x1 xor() 8781 MB/s [ 2.042766] raid6: sse2x2 gen() 14305 MB/s [ 2.110776] raid6: sse2x2 xor() 9558 MB/s [ 2.178787] raid6: sse2x4 gen() 16548 MB/s [ 2.246768] raid6: sse2x4 xor() 11403 MB/s [ 2.314775] raid6: avx2x1 gen() 21939 MB/s [ 2.382774] raid6: avx2x2 gen() 25698 MB/s [ 2.450775] raid6: avx2x4 gen() 29399 MB/s [ 2.451714] raid6: using algorithm avx2x4 gen() 29399 MB/s [ 2.452828] raid6: using avx2x2 recovery algorithm [ 2.453848] tsc: Refined TSC clocksource calibration: 3491.870 MHz [ 2.455087] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325550da278, max_idle_ns: 440795315424 ns [ 2.458563] xor: automatically using best checksumming function: [ 2.498773] avx : 31714.000 MB/sec [ 2.501155] async_tx: api initialized (async) [ 2.512415] md: raid6 personality registered for level 6 [ 2.513512] md: raid5 personality registered for level 5 [ 2.514596] md: raid4 personality registered for level 4 [ 2.520349] md: raid10 personality registered for level 10 done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... [ 2.550926] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.569235] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) done. Begin: Running /scripts/local-bottom ... done. Begin: Running /scripts/init-bottom ... done. [ 2.664705] 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) [ 2.668231] systemd[1]: Detected virtualization kvm. [ 2.669256] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.672799] systemd[1]: Set hostname to . [ 2.675148] systemd[1]: Initializing machine ID from KVM UUID. [ 2.676359] systemd[1]: Installed transient /etc/machine-id file. [ 2.792665] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 2.795384] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 2.797534] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 2.799839] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 2.802366] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 2.804661] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 2.806683] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 2.808906] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 2.811125] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 2.813603] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 2.815987] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 2.819556] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 2.831333] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 2.837037] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 2.841958] systemd[1]: Starting Create list of required static device nodes for the current kernel... [ 2.849770] Loading iSCSI transport class v2.0-870. Starting Create list of required st... nodes for the current kernel... [ 2.853210] systemd[1]: Starting Journal Service... Starting Journal Service... [ 2.856884] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 2.863410] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 2.868213] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 2.883314] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 2.885793] systemd[1]: Started Trigger resolvconf update for networkd DNS. [ 2.887310] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 2.892785] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 2.898318] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 2.902944] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [[0;32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [ 2.911747] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 2.913956] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 2.918880] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 2.924124] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 2.931367] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 2.941295] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 2.945812] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices.[ 2.949594] iscsi: registered transport (iser) [ 2.952667] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 2.955105] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 2.958456] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 2.961307] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [[0;32m OK [0m] Started Set console keymap. [[0;32m OK [0m] Started Uncomplicated firewall. [[0;32m OK [0m] Started Load Kernel Modules. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started LVM2 metadata daemon. Starting Create Static Device Nodes in /dev... Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Mounted FUSE Control File System. [[0;32m OK [0m] Started Create Static Device Nodes in /dev. [[0;32m OK [0m] Started Apply Kernel Variables. Starting udev Kernel Device Manager... [[0;32m OK [0m] Started udev Kernel Device Manager. Starting File System Check on Root Device... [[0;32m OK [0m] Started File System Check Daemon to report status. [[0;32m OK [0m] Started File System Check on Root Device. Starting Remount Root and Kernel File Systems... [[0;32m OK [0m] Started Remount Root and Kernel File Systems. Starting udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[0;32m OK [0m] Started Load/Save Random Seed. [[0;32m OK [0m] Started Flush Journal to Persistent Storage. [[0;32m OK [0m] Started udev Coldplug all Devices. [[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch. [[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Set console font and keymap... Starting Commit a transient machine-id on disk... Starting Tell Plymouth To Write Out Runtime Data... Starting LSB: AppArmor initialization... Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... [[0;32m OK [0m] Started Commit a transient machine-id on disk. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Started Create Volatile Files and Directories. Starting Network Time Synchronization... Starting Update UTMP about System Boot/Shutdown... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Found device /dev/ttyS0. [ 3.595652] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.378851] cloud-init[487]: Cloud-init v. 18.2 running 'init-local' at Mon, 13 Aug 2018 07:15:21 +0000. Up 4.19 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Reached target Network (Pre). [[0;32m OK [0m] Started LSB: AppArmor initialization. Starting Raise network interfaces... [[0;32m OK [0m] Started Set console font and keymap. [[0;32m OK [0m] Created slice system-getty.slice. [[0;32m OK [0m] Started Raise network interfaces. Starting Initial cloud-init job (metadata service crawler)... [[0;32m OK [0m] Reached target Network. [ 57.315326] cloud-init[932]: Cloud-init v. 18.2 running 'init' at Mon, 13 Aug 2018 07:15:23 +0000. Up 5.52 seconds. [ 57.317487] cloud-init[932]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 57.323591] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.325481] cloud-init[932]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 57.328121] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.332137] cloud-init[932]: ci-info: | ens3 | True | 192.168.120.4 | 255.255.255.0 | . | fa:16:3e:90:2c:44 | [ 57.336148] cloud-init[932]: ci-info: | ens3 | True | fe80::f816:3eff:fe90:2c44/64 | . | link | fa:16:3e:90:2c:44 | [ 57.340148] cloud-init[932]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 57.342628] cloud-init[932]: ci-info: | lo | True | ::1/128 | . | host | . | [ 57.348302] cloud-init[932]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 57.350122] cloud-init[932]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 57.356132] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.357879] cloud-init[932]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 57.364155] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.365920] cloud-init[932]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 57.367618] cloud-init[932]: ci-info: | 1 | 169.254.169.254 | 192.168.120.2 | 255.255.255.255 | ens3 | UGH | [ 57.373289] cloud-init[932]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 57.374999] cloud-init[932]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 57.380326] cloud-init[932]: 2018-08-13 07:16:14,898 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 57.797581] cloud-init[932]: Generating public/private rsa key pair. [ 57.798940] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 57.800442] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 57.804130] cloud-init[932]: The key fingerprint is: [ 57.808131] cloud-init[932]: SHA256:B/xJSdKHdkTgGR6ZEVW52Z3H4kP9R0TO1dV6VBIbJP0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.809989] cloud-init[932]: The key's randomart image is: [ 57.812138] cloud-init[932]: +---[RSA 2048]----+ [ 57.816145] cloud-init[932]: | ..B@=+*+X| [ 57.817253] cloud-init[932]: | . =*=o.o**| [ 57.818313] cloud-init[932]: | o.*o .@=| [ 57.824151] cloud-init[932]: | + . *.E| [ 57.825276] cloud-init[932]: | S + o +o| [ 57.826339] cloud-init[932]: | . o o| [ 57.827392] cloud-init[932]: | ..| [ 57.832320] cloud-init[932]: | | [ 57.833388] cloud-init[932]: | | [ 57.834443] cloud-init[932]: +----[SHA256]-----+ [ 57.835500] cloud-init[932]: Generating public/private dsa key pair. [ 57.840721] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 57.842217] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 57.844130] cloud-init[932]: The key fingerprint is: [ 57.848136] cloud-init[932]: SHA256:NVF8W4uaSF6cWn6WmGXBxUSgcbA3GSdvu09xaW2c1Ao root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.849995] cloud-init[932]: The key's randomart image is: [ 57.856134] cloud-init[932]: +---[DSA 1024]----+ [ 57.857235] cloud-init[932]: | .=+=*= | [ 57.858299] cloud-init[932]: | .*oB.o| [ 57.859362] cloud-init[932]: | +oE=o*o| [ 57.864047] cloud-init[932]: | o *.==+=| [ 57.865099] cloud-init[932]: | S * B o*=| [ 57.866118] cloud-init[932]: | + * +..+| [ 57.867368] cloud-init[932]: | o ..|[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. Starting iSCSI initiator daemon (iscsid)... [ 57.872460] cloud-init[932]: | ..| [ 57.873229] cloud-init[932]: | .| [ 57.873986] cloud-init[932]: +----[SHA256]-----+ [ 57.874744] cloud-init[932]: Generating public/private ecdsa key pair. [ 57.875733] cloud-init [[0;32m OK [0m] Reached target System Initialization. [[0;32m OK [0m] Started Daily apt download activities. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. Starting Socket activation for snappy daemon. [932]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. [ 57.881669] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [[0;32m OK [0m] Started Daily apt upgrade and clean activities. [ 57.884908] cloud-init[932]: The key fingerprint is:[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 57.889520] Starting LXD - unix socket. [[0;32m OK [0m] Listening on UUID daemon activation socket. cloud-init[932]: SHA256:6qUo7MhAnpYwJEgaWUbl3chIpx9lCNxObDmoXwUWGv0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e [ 57.893394] cloud-init[932]: The key's randomart image is: [ 57.894245] cloud-init[932]: +---[ECDSA 256]---+ [ 57.895005] cloud-init[932]: |.=+o=*==o | [ 57.895759] cloud-init[932]: |=o ooXX=. | [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 57.897888] cloud-init[932]: |+. .=+=+. | [ 57.904874] cloud-init[932]: |o . .o.E | [ 57.905873] cloud-init[932]: |o. . .. S | [ 57.906866] cloud-init[932]: |+.o . . | [ 57.909748] cloud-init[932]: |.* . . | [[0;32m OK [0m] [ 57.912092] cloud-init[932]: |+.o o o | [ 57.912868] cloud-init[932]: |.o... o | [ 57.913626] cloud-init[932]: +----[SHA256]-----+ [ 57.914386] cloud-init[932]: Generating public/private ed25519 key pair. [ 57.915358] cloud-init[932]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [[0;32m OK [0m] Started ACPI event daemon. Starting System Logging Service... Starting LXD - container startup/shutdown... Starting LSB: Record successful boot for GRUB... [ 57.918110] cloud-init[932]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 57.925865] cloud-init[932]: The key fingerprint is: [ 57.928261] cloud-init[932]: SHA256:A8K6S/+yK4Hog/dIT+O5eKM97viLDocQfYbRFpW7fn0 root@shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e[[0;32m OK [0m] Started Regular background program processing daemon. [[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started Unattended Upgrades Shutdown. Starting Login Service... [ 57.936480] cloud-init[932]: The key's randomart image is: [ 57.938828] cloud-init[932]: +--[ED25519 256]--+ [ 57.942706] [[0;32m OK [0m] Started iperf3 Service. Starting LSB: MD monitoring daemon... Starting Accounts Service... Starting Apply the settings specified in cloud-config... [[0;32m OK [0m] Started D-Bus System Message Bus. cloud-init[932]: | ...o.. | [ 57.985471] cloud-init[932]: | . +o . | [ 57.993183] cloud-init[932]: |. o.= .. | [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 58.005449] cloud-init[932]: Starting Pollinate to seed the pseudo random number generator... [[0;32m OK [0m] Started iperf Service. | . + ... | [ 58.013485] Starting /etc/rc.local Compatibility... Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. cloud-init[932]: |o.. .S | [ 58.056550] cloud-init[932]: |+... . . | [ 58.068548] cloud-init[932]: |= =.o. . | [ 58.081534] cloud-init[932]: |.Bo%=o. . . E | [[0;32m OK [0m] Started LSB: Record successful boot for GRUB.[ 58.116908] cloud-init[932]: | oXO/X.. . | [[0;32m OK [0m] Started LSB: MD monitoring daemon. [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks... [ 58.128394] cloud-init[[0;32m OK [0m] Started LXD - container startup/shutdown. [932]: +----[SHA256]-----+ [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 58.541387] cloud-init[1058]: Generating locales (this might take a while)... [ 59.169257] cloud-init[1058]: en_US.UTF-8... done [ 59.171174] cloud-init[1058]: Generation complete. [[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator. Starting OpenBSD Secure Shell server... [[0;32m OK [0m] Started OpenBSD Secure Shell server. [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). Starting Login to default iSCSI targets... [[0;32m OK [0m] Started Login to default iSCSI targets. [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: daemon to balance interrupts for SMP systems... Starting LSB: automatic crash report generation... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... Starting LSB: network benchmark... Starting Permit User Sessions... [[0;32m OK [0m] Started Permit User Sessions. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started LSB: automatic crash report generation. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started LSB: network benchmark. Starting Hold until boot process finishes up... Starting Terminate Plymouth Boot Screen... [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started Getty on tty1. [[0;32m OK [0m] Started Serial Getty on ttyS0. [[0;32m OK [0m] Reached target Login Prompts. Starting Set console scheme... [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started Set console scheme. Ubuntu 16.04.4 LTS shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e ttyS0 shaker-vm-48949639-d629-4906-b8a7-57ec90f5428e login: 2018-08-13 07:16:45,494 - paramiko.transport - DEBUG - starting thread (client mode): 0x11806ad0L 2018-08-13 07:16:45,495 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 07:16:45,497 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-08-13 07:16:45,497 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-08-13 07:16:45,499 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group14-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 07:16:45,499 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 07:16:45,499 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 07:16:45,499 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 07:16:45,499 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 07:16:45,499 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 07:16:45,539 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 07:16:45,539 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 07:16:45,559 - paramiko.transport - DEBUG - Trying discovered key 1fede711c3059d74cd47c2a64e303c1a in /tmp/tmpogXeJY 2018-08-13 07:16:45,576 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 07:16:45,584 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 07:16:45,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-13 07:16:45,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 07:16:45,604 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 07:16:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-10567616-b1c7-4d65-a5a8-653e0f951c3b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-13 07:16:45,605 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-10567616-b1c7-4d65-a5a8-653e0f951c3b 2018-08-13 07:16:45,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:45,718 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 07:16:45,718 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 07:16:45,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-315c46de-fdde-4654-b954-1a698b4a1ca0 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/21f258c431e749459c4f12596fb8da87"}, "enabled": true, "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/24e3d49d06464bc0a438b9247830bd51"}, "enabled": true, "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2851f89e417a49aa8298932265f185d4"}, "enabled": true, "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3135ebb18a0549dd8dde128abe17dbd0"}, "enabled": true, "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/37c435c3e7c7402d972abe4af3ddf2b0"}, "enabled": true, "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/48ba0449e2274d21886d1075c426d61e"}, "enabled": true, "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/70bc961f4c4d4e2da94e19e15342ba3a"}, "enabled": true, "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c72b13cd30045ceb8fcfeafb2c0f663"}, "enabled": true, "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8c63c654d9c74964a2a5e2fdf67824cc"}, "enabled": true, "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9caf46caed3c4622adf4e51538ff6ed3"}, "enabled": true, "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/acaffbd296ed4a5fb92763e0340a8aee"}, "enabled": true, "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b224a6c7857f440b9e8450598c683f3f"}, "enabled": true, "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cd9c93a2f57b4bf9967bd67bdaf6ae3e"}, "enabled": true, "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d517b3042144439b9f119b10c55b0f40"}, "enabled": true, "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f982085f39784825954ee88c90d1e13a"}, "enabled": true, "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-13 07:16:45,787 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-315c46de-fdde-4654-b954-1a698b4a1ca0 2018-08-13 07:16:45,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.192586183548s 2018-08-13 07:16:45,787 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-315c46de-fdde-4654-b954-1a698b4a1ca0 2018-08-13 07:16:45,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-08-13 07:16:45,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/endpoints -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:45,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a3faf45-9226-4d9f-a887-8ecd9ea8e3a7 Content-Encoding: gzip Content-Length: 1964 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/019acb5a06d747a59d10de8b7072fbce"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/041a7a0786a94593a3f76b013d5648fe"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/0aefc3f543fa4f8bb7846832fb2f2b76"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1139ee6db09144fcb5d88fdf17f4b4cc"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/17237251987d4d5d8f643c2fc645875b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1c63ed0da9bf4287914ab4d0c00d674e"}, "url": "http://172.30.9.22:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1dae1fc355f442a69c16b329e372b4ca"}, "url": "http://172.30.9.22:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1db151b4d0644f29b540523ae39d5a34"}, "url": "http://172.30.9.22:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/1ddc2b50b484477ca32e4626a81f94e3"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2053653e9f9b4e47ac3efdeea0d9877e"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/29e945999c04449780d4f741cb4dd89a"}, "url": "http://172.30.9.22:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "29e945999c04449780d4f741cb4dd89a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/2e3f2cfc0ee847b3a96f36758ab0e667"}, "url": "http://172.30.9.22:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/3763ba21764e4e8cacc7715931376933"}, "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/41985b5bd319467db1c606f6eaa7dfdc"}, "url": "http://172.30.9.22:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/44b7e84e68d740b6b15c20db28cf9415"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4886a48177904a58a98c049934dd6d35"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2851f89e417a49aa8298932265f185d4", "id": "4886a48177904a58a98c049934dd6d35"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4e5200d21a314bdda15c695123fe05b9"}, "url": "http://172.30.9.22:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/4eeddde9b33641898facc007ee985923"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "70bc961f4c4d4e2da94e19e15342ba3a", "id": "4eeddde9b33641898facc007ee985923"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5545cb7c07384ee487fe1557d282a110"}, "url": "http://172.30.9.22:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "5545cb7c07384ee487fe1557d282a110"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/5963730bfc91443282fb15afc7b43cc6"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/65394ce1b9cf410d9523c2fbe751c8e9"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/66808df5f08d4badbeef1471bb119313"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/69de4b1cffa842128f2f37da28d40566"}, "url": "http://12.0.0.25:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "69de4b1cffa842128f2f37da28d40566"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/6dbae78a80ae4957a1949813fe2bc615"}, "url": "http://172.30.9.22:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "21f258c431e749459c4f12596fb8da87", "id": "6dbae78a80ae4957a1949813fe2bc615"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/73de139bfc05428692fc61d9acf700a9"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "73de139bfc05428692fc61d9acf700a9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/75529e03cb97488db76b4f935ed81a2a"}, "url": "http://172.30.9.22:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "37c435c3e7c7402d972abe4af3ddf2b0", "id": "75529e03cb97488db76b4f935ed81a2a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/7f7b4ce38e68453cb5f1d080af317dad"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/822492ecfcae48eca358370be9bcc2be"}, "url": "http://172.30.9.22:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "24e3d49d06464bc0a438b9247830bd51", "id": "822492ecfcae48eca358370be9bcc2be"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/831761409dfe44fb9df9daf72a646b63"}, "url": "http://172.30.9.22:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "831761409dfe44fb9df9daf72a646b63"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/9a80b82afd6840ce8e6e3a048ec77e05"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "acaffbd296ed4a5fb92763e0340a8aee", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a0e7c76910804e9f9065b59bb35686aa"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9caf46caed3c4622adf4e51538ff6ed3", "id": "a0e7c76910804e9f9065b59bb35686aa"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/a382404f926742a683e6a9cf9fbb2a21"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "8c63c654d9c74964a2a5e2fdf67824cc", "id": "a382404f926742a683e6a9cf9fbb2a21"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/af3ede208ee9484ea9b1a7bfcbc6467c"}, "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/b64937d9ae194f2f8719f27914f9adf2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/bcd4032d70f14b1db9a661eb6a73686a"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/cd589d88857d4967bfbaa1454d529410"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "f982085f39784825954ee88c90d1e13a", "id": "cd589d88857d4967bfbaa1454d529410"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/ce33ec13e47e4e19acda76486c7a79b9"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "48ba0449e2274d21886d1075c426d61e", "id": "ce33ec13e47e4e19acda76486c7a79b9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/d8762bc264a94ec5b4a32dbeb5b134ae"}, "url": "http://12.0.0.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "d517b3042144439b9f119b10c55b0f40", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e3a77e6531ac4540afbb2bf68434edc2"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c72b13cd30045ceb8fcfeafb2c0f663", "id": "e3a77e6531ac4540afbb2bf68434edc2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e49c740af08f4f0fbe5591ad45343b1c"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b224a6c7857f440b9e8450598c683f3f", "id": "e49c740af08f4f0fbe5591ad45343b1c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.22:5000/v3/endpoints/e922748067d24217b69f2401bf0e14af"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "id": "e922748067d24217b69f2401bf0e14af"}], "links": {"self": "http://172.30.9.22:5000/v3/endpoints", "previous": null, "next": null}} 2018-08-13 07:16:45,978 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-1a3faf45-9226-4d9f-a887-8ecd9ea8e3a7 2018-08-13 07:16:45,978 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.182154893875s 2018-08-13 07:16:45,979 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/endpoints used request id req-1a3faf45-9226-4d9f-a887-8ecd9ea8e3a7 2018-08-13 07:16:45,985 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.22:5000 2018-08-13 07:16:45,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 07:16:45,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:46,178 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1617cd4d-2ff4-465d-8698-92887a18ee60 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 07:16:46,178 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1617cd4d-2ff4-465d-8698-92887a18ee60 2018-08-13 07:16:46,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189496994019s 2018-08-13 07:16:46,178 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-1617cd4d-2ff4-465d-8698-92887a18ee60 2018-08-13 07:16:46,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 07:16:46,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:46,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-077262e5-4dcd-409d-b818-98f9024cebf7 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 07:16:46,372 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-077262e5-4dcd-409d-b818-98f9024cebf7 2018-08-13 07:16:46,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189373970032s 2018-08-13 07:16:46,373 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-077262e5-4dcd-409d-b818-98f9024cebf7 2018-08-13 07:16:46,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 07:16:46,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:46,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-defd11e6-99ed-4f8b-b4c1-aa6b542f6b0f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 07:16:46,488 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-defd11e6-99ed-4f8b-b4c1-aa6b542f6b0f 2018-08-13 07:16:46,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110821008682s 2018-08-13 07:16:46,489 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-defd11e6-99ed-4f8b-b4c1-aa6b542f6b0f 2018-08-13 07:16:46,490 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 07:16:46,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:46,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f54f5a2-b1a6-4da6-9701-e7f069888ca2 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "links": {"self": "http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1fd85935e2ec446ba5f29578927c87df", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 07:16:46,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7f54f5a2-b1a6-4da6-9701-e7f069888ca2 2018-08-13 07:16:46,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213043928146s 2018-08-13 07:16:46,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-7f54f5a2-b1a6-4da6-9701-e7f069888ca2 2018-08-13 07:16:46,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 07:16:46,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:46,894 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df5b843d-e9c2-4845-acb2-9d3f5ed153c1 Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272"}, "tags": [], "enabled": true, "id": "5dd9e789f4da48f196af753fdea21272", "parent_id": "default", "domain_id": "default", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 07:16:46,894 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-df5b843d-e9c2-4845-acb2-9d3f5ed153c1 2018-08-13 07:16:46,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.179847002029s 2018-08-13 07:16:46,895 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-df5b843d-e9c2-4845-acb2-9d3f5ed153c1 2018-08-13 07:16:46,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 07:16:46,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5dd9e789f4da48f196af753fdea21272" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:47,077 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-268b4cb3-69e5-4fc8-9e59-9a1108827e18 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5dd9e789f4da48f196af753fdea21272", "previous": null, "next": null}} 2018-08-13 07:16:47,077 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5dd9e789f4da48f196af753fdea21272 used request id req-268b4cb3-69e5-4fc8-9e59-9a1108827e18 2018-08-13 07:16:47,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.175055027008s 2018-08-13 07:16:47,077 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=1af22b0960704f3c9a15cf7b53bd46e0&scope.project.id=5dd9e789f4da48f196af753fdea21272 used request id req-268b4cb3-69e5-4fc8-9e59-9a1108827e18 2018-08-13 07:16:47,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 07:16:47,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/1af22b0960704f3c9a15cf7b53bd46e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:47,386 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 07:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-891d2c6a-224b-4b2c-b0ee-3bde91a8c3a3 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 07:16:47,386 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/1af22b0960704f3c9a15cf7b53bd46e0 used request id req-891d2c6a-224b-4b2c-b0ee-3bde91a8c3a3 2018-08-13 07:16:47,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.305642127991s 2018-08-13 07:16:47,387 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/1af22b0960704f3c9a15cf7b53bd46e0 used request id req-891d2c6a-224b-4b2c-b0ee-3bde91a8c3a3 2018-08-13 07:16:47,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 07:16:47,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:47,578 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e89f209-8f03-4ae3-b9fe-5fda6b5875ba Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 07:16:47,578 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4e89f209-8f03-4ae3-b9fe-5fda6b5875ba 2018-08-13 07:16:47,578 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188105106354s 2018-08-13 07:16:47,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-4e89f209-8f03-4ae3-b9fe-5fda6b5875ba 2018-08-13 07:16:47,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-08-13 07:16:47,586 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" -d '{"role": {"name": "heat_stack_owner"}}' 2018-08-13 07:16:47,804 - keystoneauth.session - DEBUG - RESP: [201] Date: Mon, 13 Aug 2018 07:16:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-00766e43-0760-4c32-ac58-4c15a0439be1 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "305244f22dd74cdc9b57d22753c3325e", "links": {"self": "http://172.30.9.22:5000/v3/roles/305244f22dd74cdc9b57d22753c3325e"}, "name": "heat_stack_owner"}} 2018-08-13 07:16:47,804 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-00766e43-0760-4c32-ac58-4c15a0439be1 2018-08-13 07:16:47,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.220918893814s 2018-08-13 07:16:47,805 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.22:5000/v3/roles used request id req-00766e43-0760-4c32-ac58-4c15a0439be1 2018-08-13 07:16:47,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 07:16:47,812 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:47,913 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9ad2a31e-3c1f-49e7-b2ea-879c0d66b66a Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "305244f22dd74cdc9b57d22753c3325e", "links": {"self": "http://172.30.9.22:5000/v3/roles/305244f22dd74cdc9b57d22753c3325e"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 07:16:47,913 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9ad2a31e-3c1f-49e7-b2ea-879c0d66b66a 2018-08-13 07:16:47,914 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.105133056641s 2018-08-13 07:16:47,914 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-9ad2a31e-3c1f-49e7-b2ea-879c0d66b66a 2018-08-13 07:16:47,919 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-08-13 07:16:47,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/domains/default -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:48,014 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-05d443e6-6f46-4c23-8308-21713f368912 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.22:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-08-13 07:16:48,014 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-05d443e6-6f46-4c23-8308-21713f368912 2018-08-13 07:16:48,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.09512591362s 2018-08-13 07:16:48,014 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/domains/default used request id req-05d443e6-6f46-4c23-8308-21713f368912 2018-08-13 07:16:48,015 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 07:16:48,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:48,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2bd54b99-4245-4bca-8d31-fe382bead93a Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "links": {"self": "http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1fd85935e2ec446ba5f29578927c87df", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 07:16:48,138 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2bd54b99-4245-4bca-8d31-fe382bead93a 2018-08-13 07:16:48,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.122533082962s 2018-08-13 07:16:48,138 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-2bd54b99-4245-4bca-8d31-fe382bead93a 2018-08-13 07:16:48,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 07:16:48,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/projects?domain_id=default" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:48,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f3279ea-697c-43a5-8449-1869bc149bdc Content-Encoding: gzip Content-Length: 392 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272"}, "tags": [], "enabled": true, "id": "5dd9e789f4da48f196af753fdea21272", "parent_id": "default", "domain_id": "default", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 07:16:48,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3f3279ea-697c-43a5-8449-1869bc149bdc 2018-08-13 07:16:48,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.252847909927s 2018-08-13 07:16:48,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects?domain_id=default used request id req-3f3279ea-697c-43a5-8449-1869bc149bdc 2018-08-13 07:16:48,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-08-13 07:16:48,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=305244f22dd74cdc9b57d22753c3325e&scope.project.id=5dd9e789f4da48f196af753fdea21272" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:48,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 07:16:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f5e2746-da8f-4694-9396-5871e9547f51 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=305244f22dd74cdc9b57d22753c3325e&scope.project.id=5dd9e789f4da48f196af753fdea21272", "previous": null, "next": null}} 2018-08-13 07:16:48,548 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=305244f22dd74cdc9b57d22753c3325e&scope.project.id=5dd9e789f4da48f196af753fdea21272 used request id req-1f5e2746-da8f-4694-9396-5871e9547f51 2018-08-13 07:16:48,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.138603925705s 2018-08-13 07:16:48,549 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/role_assignments?user.id=1fd85935e2ec446ba5f29578927c87df&role.id=305244f22dd74cdc9b57d22753c3325e&scope.project.id=5dd9e789f4da48f196af753fdea21272 used request id req-1f5e2746-da8f-4694-9396-5871e9547f51 2018-08-13 07:16:48,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-08-13 07:16:48,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/305244f22dd74cdc9b57d22753c3325e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}488a3b640921eff90c87be5360f2f6650659c566" 2018-08-13 07:16:48,764 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 07:16:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f8fcb355-cbe3-401b-8afb-8b9f1c030c10 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 07:16:48,765 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/305244f22dd74cdc9b57d22753c3325e used request id req-f8fcb355-cbe3-401b-8afb-8b9f1c030c10 2018-08-13 07:16:48,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.212637901306s 2018-08-13 07:16:48,765 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272/users/1fd85935e2ec446ba5f29578927c87df/roles/305244f22dd74cdc9b57d22753c3325e used request id req-f8fcb355-cbe3-401b-8afb-8b9f1c030c10 2018-08-13 07:16:48,766 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 07:16:48,766 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 07:16:48,767 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 07:16:48,768 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 07:16:48,842 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 07:16:48,843 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 07:16:48,844 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 07:16:48,880 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 07:16:48,880 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 07:16:48,909 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 08:16:48,964 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 08:16:48,964 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=5dd9e789f4da48f196af753fdea21272 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 44222 22 OS_REGION_NAME=regionOne OS_USER_DOMAIN_NAME=Default OS_IMAGE_API_VERSION=2 USER=ubuntu PYTHONWARNINGS=ignore:Certificate has no, ignore:A true SSLContext object is not available OS_PROJECT_NAME=shaker-project_48949639-d629-4906-b8a7-57ec90f5428e CLOUDPROMPT_ENABLED=1 MAIL=/var/mail/ubuntu PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games OS_IDENTITY_API_VERSION=3 NOVA_VERSION=1.1 SDN_CONTROLLER_IP=192.30.9.4 PWD=/home/ubuntu OS_PASSWORD=c0edc75c-1c88-4ef3-bbb0-12f4bab7e544 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.22:5000 SDN_CONTROLLER_PASSWORD=zUhynuowyEkaManBty737ymgK OS_USERNAME=shaker-user_48949639-d629-4906-b8a7-57ec90f5428e SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.22,192.30.9.4 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 44222 192.168.120.4 22 OS_VOLUME_API_VERSION=3.52 COMPUTE_API_VERSION=1.1 OS_INTERFACE=public XDG_RUNTIME_DIR=/run/user/1000 OS_NO_CACHE=True OS_CLOUDNAME=overcloud OS_PROJECT_DOMAIN_NAME=Default _=/usr/bin/env 2018-08-13 07:16:49.133 1375 INFO shaker.engine.utils [-] Logging enabled 2018-08-13 07:16:49.136 1375 INFO shaker.engine.messaging [-] Listening on *:9000 2018-08-13 07:16:49.139 1375 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-08-13 07:16:49.146 1383 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-08-13 07:16:49.146 1383 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.202:9000 2018-08-13 07:16:49.146 1383 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-08-13 07:16:49.156 1375 INFO pykwalify.core [-] validation.valid 2018-08-13 07:16:50.733 1375 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-08-13 07:16:54.731 1375 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'a263f42f-60a1-4ea6-9110-169666c39c43', u'links': [{u'href': u'http://172.30.9.22:8004/v1/5dd9e789f4da48f196af753fdea21272/stacks/shaker_ausopf/a263f42f-60a1-4ea6-9110-169666c39c43', u'rel': u'self'}]} 2018-08-13 07:20:31.967 1375 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_ausopf_slave_0', 'shaker_ausopf_master_0']) 2018-08-13 07:20:38.385 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-13 07:22:09.023 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-13 07:23:38.520 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-13 07:25:08.021 1375 INFO shaker.engine.quorum [-] Finished processing operation: 2018-08-13 07:25:08.022 1375 INFO shaker.engine.server [-] Execution is done 2018-08-13 07:25:08.646 1375 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-08-13 08:16:48,966 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 08:16:48,965 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-08-13 08:16:48,968 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 08:16:49,005 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 08:16:49,005 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 08:16:49,033 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 08:16:49,036 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 08:16:49,037 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 08:16:49,038 - functest.opnfv_tests.openstack.shaker.shaker - ERROR - cannot get report files Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/shaker/shaker.py", line 112, in execute scpc.get('report.json', self.res_dir) File "/usr/lib/python2.7/site-packages/scp.py", line 198, in get self._recv_all() File "/usr/lib/python2.7/site-packages/scp.py", line 348, in _recv_all raise SCPException(asunicode(msg[1:])) SCPException: scp: report.json: No such file or directory 2018-08-13 08:16:49,167 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 08:16:49,167 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 65:18 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-08-13 08:16:49,174 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 08:16:49,570 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}, {"id": "305244f22dd74cdc9b57d22753c3325e", "name": "heat_stack_owner"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T09:16:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5dd9e789f4da48f196af753fdea21272", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/5dd9e789f4da48f196af753fdea21272", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_5dd9e789f4da48f196af753fdea21272", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_5dd9e789f4da48f196af753fdea21272", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "id": "1fd85935e2ec446ba5f29578927c87df"}, "audit_ids": ["XVdh7TjFT7qyqsZr1hwF6w"], "issued_at": "2018-08-13T08:16:49.000000Z"}} 2018-08-13 08:16:49,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-08-13 08:16:49,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/c16c0ae9-40dd-4531-9b2e-23473098eab7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:51,016 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04340ba0-c296-4065-a1bf-ca5aeea0f5e0 Content-Length: 0 Date: Mon, 13 Aug 2018 08:16:51 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:16:51,017 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/c16c0ae9-40dd-4531-9b2e-23473098eab7.json used request id req-04340ba0-c296-4065-a1bf-ca5aeea0f5e0 2018-08-13 08:16:51,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.44296598434s 2018-08-13 08:16:51,017 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/c16c0ae9-40dd-4531-9b2e-23473098eab7.json used request id req-04340ba0-c296-4065-a1bf-ca5aeea0f5e0 2018-08-13 08:16:51,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-08-13 08:16:51,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:51,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-419f8a48-165d-4721-bfd0-3826db5a3684 Date: Mon, 13 Aug 2018 08:16:51 GMT RESP BODY: {"floatingips": [{"router_id": "14f29cd2-7377-4608-b206-014a82548dd8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T06:31:53Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.1.4", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "97d21188-3ed0-450b-8fc7-f19ffced6b47", "id": "7f1bbc32-e8d2-405e-b4ec-63f51b14d3a8", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:31:53Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}]} 2018-08-13 08:16:51,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-419f8a48-165d-4721-bfd0-3826db5a3684 2018-08-13 08:16:51,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0605969429016s 2018-08-13 08:16:51,083 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips.json used request id req-419f8a48-165d-4721-bfd0-3826db5a3684 2018-08-13 08:16:51,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-08-13 08:16:51,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:51,926 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 08: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 x-openstack-request-id: req-2028fd2b-f5af-4e09-8031-a5af0c6d517b x-compute-request-id: req-2028fd2b-f5af-4e09-8031-a5af0c6d517b Content-Type: application/json 2018-08-13 08:16:51,926 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874 used request id req-2028fd2b-f5af-4e09-8031-a5af0c6d517b 2018-08-13 08:16:51,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.838784217834s 2018-08-13 08:16:51,926 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874 used request id req-2028fd2b-f5af-4e09-8031-a5af0c6d517b 2018-08-13 08:16:51,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 08:16:51,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:53,104 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08: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-ed195d95-9b7e-4380-947f-9f2120a5b570 x-compute-request-id: req-ed195d95-9b7e-4380-947f-9f2120a5b570 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2c:44", "version": 4, "addr": "192.168.120.4", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2c:44", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/249cb70a-0caa-44f7-9162-dbe9f8dc2874", "rel": "bookmark"}], "image": {"id": "41470580-5b4a-4c34-9061-15b26d9817d4", "links": [{"href": "http://172.30.9.22:8774/images/41470580-5b4a-4c34-9061-15b26d9817d4", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000018", "OS-SRV-USG:launched_at": "2018-08-13T07:15:17.000000", "flavor": {"id": "e6ec8323-6601-420b-ada9-07edb6af97d3", "links": [{"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}]}, "id": "249cb70a-0caa-44f7-9162-dbe9f8dc2874", "security_groups": [{"name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}], "user_id": "1fd85935e2ec446ba5f29578927c87df", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T08:16:51Z", "hostId": "bc572ae15554790df87fb3a1cd7a74275bd1ddbab82d8cdf93350da1", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "shaker-vm_48949639-d629-4906-b8a7-57ec90f5428e", "created": "2018-08-13T07:11:53Z", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-08-13 08:16:53,104 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ed195d95-9b7e-4380-947f-9f2120a5b570 2018-08-13 08:16:53,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17734503746s 2018-08-13 08:16:53,104 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-ed195d95-9b7e-4380-947f-9f2120a5b570 2018-08-13 08:16:53,106 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-08-13 08:16:55,109 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-08-13 08:16:55,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:55,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:16:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3b9d24e-538e-4215-ba00-70b9a1d9c3d4 x-compute-request-id: req-f3b9d24e-538e-4215-ba00-70b9a1d9c3d4 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-08-13 08:16:55,189 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f3b9d24e-538e-4215-ba00-70b9a1d9c3d4 2018-08-13 08:16:55,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0804319381714s 2018-08-13 08:16:55,190 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/detail used request id req-f3b9d24e-538e-4215-ba00-70b9a1d9c3d4 2018-08-13 08:16:55,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-08-13 08:16:55,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:55,284 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49432 X-Openstack-Request-Id: req-c3de4070-14d7-4c3c-bd91-e9c7cf8d3d95 Date: Mon, 13 Aug 2018 08:16:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:50Z", "updated_at": "2018-08-13T07:11:51Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "0cefb44d-89cb-4a6f-880b-2821435cc169", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "14f3a8c9-90ea-44a0-9035-d83c3b883345", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "a60436f8-99dd-4e74-a229-8a8b2f927bae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:50Z", "revision_number": 0, "id": "b8d8f8d6-c6f1-45c4-ad89-823f2fc8ac0b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:50Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:51Z", "revision_number": 0, "id": "ee31be4d-bdf8-48cb-bbd9-d44ddea21c88", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:51Z", "security_group_id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 4, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "bea2d437-25fd-4755-9a53-9ddd7f51ebfd", "name": "shaker-sg_48949639-d629-4906-b8a7-57ec90f5428e"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 08:16:55,285 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3de4070-14d7-4c3c-bd91-e9c7cf8d3d95 2018-08-13 08:16:55,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0925071239471s 2018-08-13 08:16:55,287 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups.json used request id req-c3de4070-14d7-4c3c-bd91-e9c7cf8d3d95 2018-08-13 08:16:55,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-08-13 08:16:55,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/security-groups/bea2d437-25fd-4755-9a53-9ddd7f51ebfd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:55,472 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2aad73d7-8b06-440f-b003-49b3d1fd68e8 Content-Length: 0 Date: Mon, 13 Aug 2018 08:16:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:16:55,472 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/bea2d437-25fd-4755-9a53-9ddd7f51ebfd.json used request id req-2aad73d7-8b06-440f-b003-49b3d1fd68e8 2018-08-13 08:16:55,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.179229974747s 2018-08-13 08:16:55,473 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/security-groups/bea2d437-25fd-4755-9a53-9ddd7f51ebfd.json used request id req-2aad73d7-8b06-440f-b003-49b3d1fd68e8 2018-08-13 08:16:55,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-08-13 08:16:55,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/os-keypairs/shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:55,533 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 08:16:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3e9d33ad-1ce4-4f11-a842-86bbcee6620b x-compute-request-id: req-3e9d33ad-1ce4-4f11-a842-86bbcee6620b Content-Length: 0 Content-Type: application/json 2018-08-13 08:16:55,533 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e used request id req-3e9d33ad-1ce4-4f11-a842-86bbcee6620b 2018-08-13 08:16:55,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0601720809937s 2018-08-13 08:16:55,534 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/os-keypairs/shaker-kp_48949639-d629-4906-b8a7-57ec90f5428e used request id req-3e9d33ad-1ce4-4f11-a842-86bbcee6620b 2018-08-13 08:16:55,534 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 08:16:55,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" -d '{"subnet_id": "127a8f8d-dba2-412e-82fe-f4d58804811b"}' 2018-08-13 08:16:57,507 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-147b52c1-625a-4658-9a88-0da9064b9fbf Date: Mon, 13 Aug 2018 08:16:57 GMT RESP BODY: {"network_id": "0782e0fd-9460-4a7b-9ce3-e0e712976f09", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "subnet_id": "127a8f8d-dba2-412e-82fe-f4d58804811b", "subnet_ids": ["127a8f8d-dba2-412e-82fe-f4d58804811b"], "port_id": "12935139-3ab3-49d0-8dac-2cdd20885815", "id": "eefcc149-11fd-4b0e-9c2d-9e76773bb6e7"} 2018-08-13 08:16:57,507 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7/remove_router_interface.json used request id req-147b52c1-625a-4658-9a88-0da9064b9fbf 2018-08-13 08:16:57,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.97306609154s 2018-08-13 08:16:57,508 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7/remove_router_interface.json used request id req-147b52c1-625a-4658-9a88-0da9064b9fbf returning object eefcc149-11fd-4b0e-9c2d-9e76773bb6e7 2018-08-13 08:16:57,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 08:16:57,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:57,628 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1269 X-Openstack-Request-Id: req-1e75c8d2-131a-4b22-af77-305d2efedb61 Date: Mon, 13 Aug 2018 08:16:57 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:30:03Z", "revision_number": 4, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:32Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T08:16:56Z", "revision_number": 4, "routes": [], "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "eefcc149-11fd-4b0e-9c2d-9e76773bb6e7", "name": "shaker-router_48949639-d629-4906-b8a7-57ec90f5428e"}]} 2018-08-13 08:16:57,628 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1e75c8d2-131a-4b22-af77-305d2efedb61 2018-08-13 08:16:57,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.120113134384s 2018-08-13 08:16:57,629 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-1e75c8d2-131a-4b22-af77-305d2efedb61 2018-08-13 08:16:57,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 08:16:57,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:59,065 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4d96cfb0-77ef-4e0a-95d1-306783144285 Content-Length: 0 Date: Mon, 13 Aug 2018 08:16:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:16:59,065 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7.json used request id req-4d96cfb0-77ef-4e0a-95d1-306783144285 2018-08-13 08:16:59,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.43499803543s 2018-08-13 08:16:59,066 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/eefcc149-11fd-4b0e-9c2d-9e76773bb6e7.json used request id req-4d96cfb0-77ef-4e0a-95d1-306783144285 2018-08-13 08:16:59,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 08:16:59,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:59,125 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2539 X-Openstack-Request-Id: req-9b34ef2f-c92d-41b1-be8b-a6c2383d1122 Date: Mon, 13 Aug 2018 08:16:59 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:32Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T07:11:32Z","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":"5dd9e789f4da48f196af753fdea21272","id":"127a8f8d-dba2-412e-82fe-f4d58804811b","subnetpool_id":null,"name":"shaker-subnet_48949639-d629-4906-b8a7-57ec90f5428e"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:29:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"7032a297-0d02-48a8-878d-a09f30b216fb","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:30:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-13 08:16:59,125 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9b34ef2f-c92d-41b1-be8b-a6c2383d1122 2018-08-13 08:16:59,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0588648319244s 2018-08-13 08:16:59,126 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-9b34ef2f-c92d-41b1-be8b-a6c2383d1122 2018-08-13 08:16:59,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 08:16:59,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/127a8f8d-dba2-412e-82fe-f4d58804811b.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:16:59,974 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b19cdd57-8d06-4cfc-a94f-30a71dfc3df5 Date: Mon, 13 Aug 2018 08:16:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:16:59,975 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/127a8f8d-dba2-412e-82fe-f4d58804811b.json used request id req-b19cdd57-8d06-4cfc-a94f-30a71dfc3df5 2018-08-13 08:16:59,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.84720993042s 2018-08-13 08:16:59,975 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/127a8f8d-dba2-412e-82fe-f4d58804811b.json used request id req-b19cdd57-8d06-4cfc-a94f-30a71dfc3df5 2018-08-13 08:16:59,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 08:16:59,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:17:00,080 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2746 X-Openstack-Request-Id: req-ee31d162-ebcc-4e72-aba2-223d211c217b Date: Mon, 13 Aug 2018 08:17:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0782e0fd-9460-4a7b-9ce3-e0e712976f09","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5dd9e789f4da48f196af753fdea21272","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:16:59Z","provider:segmentation_id":5,"name":"shaker-net_48949639-d629-4906-b8a7-57ec90f5428e","admin_state_up":true,"tenant_id":"5dd9e789f4da48f196af753fdea21272","created_at":"2018-08-13T07:11:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"}]} 2018-08-13 08:17:00,080 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ee31d162-ebcc-4e72-aba2-223d211c217b 2018-08-13 08:17:00,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104814052582s 2018-08-13 08:17:00,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-ee31d162-ebcc-4e72-aba2-223d211c217b 2018-08-13 08:17:00,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 08:17:00,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/0782e0fd-9460-4a7b-9ce3-e0e712976f09.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:17:01,443 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-841a520d-988c-46b3-8282-ecf326a38f26 Date: Mon, 13 Aug 2018 08:17:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:17:01,443 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0782e0fd-9460-4a7b-9ce3-e0e712976f09.json used request id req-841a520d-988c-46b3-8282-ecf326a38f26 2018-08-13 08:17:01,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.36040401459s 2018-08-13 08:17:01,443 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/0782e0fd-9460-4a7b-9ce3-e0e712976f09.json used request id req-841a520d-988c-46b3-8282-ecf326a38f26 2018-08-13 08:17:01,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:17:01,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:17:02,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-dd32488b-a748-4d3c-850d-dd5baf364e2f Date: Mon, 13 Aug 2018 08:17:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T07:11:49Z", "file": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4/file", "owner": "5dd9e789f4da48f196af753fdea21272", "id": "41470580-5b4a-4c34-9061-15b26d9817d4", "size": 666173440, "self": "/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/41470580-5b4a-4c34-9061-15b26d9817d4/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_48949639-d629-4906-b8a7-57ec90f5428e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-08-13T07:11:40Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:17:02,151 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dd32488b-a748-4d3c-850d-dd5baf364e2f 2018-08-13 08:17:02,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.703951120377s 2018-08-13 08:17:02,151 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-dd32488b-a748-4d3c-850d-dd5baf364e2f 2018-08-13 08:17:02,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 08:17:02,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}5ef52643d982f27a6ff23a071fc3e11db3368c20" 2018-08-13 08:17:02,529 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a6557fd8-6294-4b6c-87a8-e225cd934a0d Date: Mon, 13 Aug 2018 08:17:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 08:17:02,529 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4 used request id req-a6557fd8-6294-4b6c-87a8-e225cd934a0d 2018-08-13 08:17:02,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.376220941544s 2018-08-13 08:17:02,530 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/41470580-5b4a-4c34-9061-15b26d9817d4 used request id req-a6557fd8-6294-4b6c-87a8-e225cd934a0d 2018-08-13 08:17:02,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 08:17:02,531 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 08:17:02,928 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T09:17:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["glmzllKcRuKKnBGW20-OOw"], "issued_at": "2018-08-13T08:17:02.000000Z"}} 2018-08-13 08:17:02,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:03,194 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3d115c6b-531b-4007-9484-17c936f37e10 x-compute-request-id: req-3d115c6b-531b-4007-9484-17c936f37e10 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_48949639-d629-4906-b8a7-57ec90f5428e", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 3, "id": "e6ec8323-6601-420b-ada9-07edb6af97d3"}]} 2018-08-13 08:17:03,194 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3d115c6b-531b-4007-9484-17c936f37e10 2018-08-13 08:17:03,194 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.663697957993s 2018-08-13 08:17:03,194 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-3d115c6b-531b-4007-9484-17c936f37e10 2018-08-13 08:17:03,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 08:17:03,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:03,229 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 08: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 x-openstack-request-id: req-af182bac-cf7e-4179-b9e3-c3146b81d1d3 x-compute-request-id: req-af182bac-cf7e-4179-b9e3-c3146b81d1d3 Content-Length: 0 Content-Type: application/json 2018-08-13 08:17:03,229 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3 used request id req-af182bac-cf7e-4179-b9e3-c3146b81d1d3 2018-08-13 08:17:03,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0335578918457s 2018-08-13 08:17:03,230 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/e6ec8323-6601-420b-ada9-07edb6af97d3 used request id req-af182bac-cf7e-4179-b9e3-c3146b81d1d3 2018-08-13 08:17:03,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 08:17:03,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:03,418 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5616ca78-9c8b-40c2-9720-367e48d18469 Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"users": [{"name": "placement", "links": {"self": "http://172.30.9.22:5000/v3/users/1b9c70b00a9043caaeded006feaaf16d"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1b9c70b00a9043caaeded006feaaf16d", "email": "placement@localhost", "password_expires_at": null}, {"name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "links": {"self": "http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "1fd85935e2ec446ba5f29578927c87df", "domain_id": "default", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.22:5000/v3/users/31c8cef3420f4589ad09425f62dfa0b0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "31c8cef3420f4589ad09425f62dfa0b0", "email": "aodh@localhost", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.22:5000/v3/users/42b8c39d04844cfd8c95e6c1aa270085"}, "domain_id": "default", "enabled": true, "options": {}, "id": "42b8c39d04844cfd8c95e6c1aa270085", "email": "panko@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.22:5000/v3/users/62d2d3a0e69f4a51a01ffab523700880"}, "domain_id": "default", "enabled": true, "options": {}, "id": "62d2d3a0e69f4a51a01ffab523700880", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.22:5000/v3/users/68998157e74b4143841d3ee434673f75"}, "domain_id": "default", "enabled": true, "options": {}, "id": "68998157e74b4143841d3ee434673f75", "email": "cinder@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.22:5000/v3/users/7af8148a65044684a89de60b4f9bfccc"}, "domain_id": "3e3b2eea058f4bd8973ae46803d92c67", "enabled": true, "options": {}, "id": "7af8148a65044684a89de60b4f9bfccc", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.22:5000/v3/users/a32cf02322d84a9e92d3baf975f77e50"}, "domain_id": "default", "enabled": true, "options": {}, "id": "a32cf02322d84a9e92d3baf975f77e50", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.22:5000/v3/users/c9e81c17b4d242b5a9c2b9e85947016b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "c9e81c17b4d242b5a9c2b9e85947016b", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.22:5000/v3/users/cb0e9968efb44f9f9e8354e0dddf2ee9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "cb0e9968efb44f9f9e8354e0dddf2ee9", "email": "glance@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.22:5000/v3/users/d620c62343104f5784f0c5d4c91c5ac9"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d620c62343104f5784f0c5d4c91c5ac9", "email": "nova@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.22:5000/v3/users/d7ef3e1e128947308bf2769cc742214e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "d7ef3e1e128947308bf2769cc742214e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.22:5000/v3/users/ddf025a3ed10467c826d4e7927e1e862"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ddf025a3ed10467c826d4e7927e1e862", "email": "heat@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.22:5000/v3/users/faf59959db57400e878a6a4e368c74fe"}, "domain_id": "default", "enabled": true, "options": {}, "id": "faf59959db57400e878a6a4e368c74fe", "email": "neutron@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.22:5000/v3/users/fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "email": "admin@example.com", "password_expires_at": null}], "links": {"self": "http://172.30.9.22:5000/v3/users", "previous": null, "next": null}} 2018-08-13 08:17:03,418 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5616ca78-9c8b-40c2-9720-367e48d18469 2018-08-13 08:17:03,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.187935113907s 2018-08-13 08:17:03,419 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users used request id req-5616ca78-9c8b-40c2-9720-367e48d18469 2018-08-13 08:17:03,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-08-13 08:17:03,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:03,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0b93f414-dbb7-4d25-96be-c2f248291049 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_48949639-d629-4906-b8a7-57ec90f5428e", "links": {"self": "http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "1fd85935e2ec446ba5f29578927c87df", "description": null}} 2018-08-13 08:17:03,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df used request id req-0b93f414-dbb7-4d25-96be-c2f248291049 2018-08-13 08:17:03,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20284986496s 2018-08-13 08:17:03,627 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df used request id req-0b93f414-dbb7-4d25-96be-c2f248291049 2018-08-13 08:17:03,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-08-13 08:17:03,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:03,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 08:17:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7eb495d9-0c50-4e68-90c1-637ac0b518a2 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 08:17:03,942 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df used request id req-7eb495d9-0c50-4e68-90c1-637ac0b518a2 2018-08-13 08:17:03,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.313935041428s 2018-08-13 08:17:03,942 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/users/1fd85935e2ec446ba5f29578927c87df used request id req-7eb495d9-0c50-4e68-90c1-637ac0b518a2 2018-08-13 08:17:03,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-08-13 08:17:03,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/projects -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:04,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3df8b545-17f8-4c46-807f-8e8aa3aafefc Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.22:5000/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272"}, "tags": [], "enabled": true, "id": "5dd9e789f4da48f196af753fdea21272", "parent_id": "default", "domain_id": "default", "name": "shaker-project_48949639-d629-4906-b8a7-57ec90f5428e"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.22:5000/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-13 08:17:04,215 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-3df8b545-17f8-4c46-807f-8e8aa3aafefc 2018-08-13 08:17:04,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.267273187637s 2018-08-13 08:17:04,216 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/projects used request id req-3df8b545-17f8-4c46-807f-8e8aa3aafefc 2018-08-13 08:17:04,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-08-13 08:17:04,224 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:04,466 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 08:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fd165398-035a-47b4-8f7a-0a34dbda7943 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 08:17:04,466 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272 used request id req-fd165398-035a-47b4-8f7a-0a34dbda7943 2018-08-13 08:17:04,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.246129989624s 2018-08-13 08:17:04,467 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/projects/5dd9e789f4da48f196af753fdea21272 used request id req-fd165398-035a-47b4-8f7a-0a34dbda7943 2018-08-13 08:17:04,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 08:17:04,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:04,637 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ff000d90-920d-43e4-a2aa-bf12eff00606 Content-Encoding: gzip Content-Length: 413 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "305244f22dd74cdc9b57d22753c3325e", "links": {"self": "http://172.30.9.22:5000/v3/roles/305244f22dd74cdc9b57d22753c3325e"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 08:17:04,637 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ff000d90-920d-43e4-a2aa-bf12eff00606 2018-08-13 08:17:04,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.166748046875s 2018-08-13 08:17:04,637 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-ff000d90-920d-43e4-a2aa-bf12eff00606 2018-08-13 08:17:04,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.roles 2018-08-13 08:17:04,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:5000/v3/roles/305244f22dd74cdc9b57d22753c3325e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}44f5975d4f429f0b0d059b16f1c0e9f74757870e" 2018-08-13 08:17:04,846 - keystoneauth.session - DEBUG - RESP: [204] Date: Mon, 13 Aug 2018 08:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-063babec-9cd1-4324-b6a3-077fe1553e02 Content-Type: text/plain RESP BODY: Omitted, Content-Type is set to text/plain. Only application/json responses have their bodies logged. 2018-08-13 08:17:04,846 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/305244f22dd74cdc9b57d22753c3325e used request id req-063babec-9cd1-4324-b6a3-077fe1553e02 2018-08-13 08:17:04,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.roles in 0.202785015106s 2018-08-13 08:17:04,846 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.22:5000/v3/roles/305244f22dd74cdc9b57d22753c3325e used request id req-063babec-9cd1-4324-b6a3-077fe1553e02 2018-08-13 08:17:04,847 - xtesting.ci.run_tests - ERROR - The test case 'shaker' failed. 2018-08-13 08:17:04,908 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-08-13 08:17:05,221 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-08-13 08:17:05,221 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-08-13 08:17:05,222 - openstack_tests - INFO - OS Credentials = > 2018-08-13 08:17:05,222 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-08-13 08:17:05,223 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-08-13 08:17:05,224 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-08-13 08:17:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-08-13 08:17:05,225 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-08-13 08:17:05,226 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 08:17:05,233 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 08:17:05,626 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T09:17:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["stb7mEusSvOSQUpQQGEchQ"], "issued_at": "2018-08-13T08:17:05.000000Z"}} 2018-08-13 08:17:05,631 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe418d9abece30276510d8b27ec5c8c42baa957e" 2018-08-13 08:17:05,962 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-e6c6ed20-2a01-4983-a812-ff99a3730293 Date: Mon, 13 Aug 2018 08:17:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 08:17:05,962 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks?router%3Aexternal=True used request id req-e6c6ed20-2a01-4983-a812-ff99a3730293 2018-08-13 08:17:05,967 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.22:9696/v2.0/subnets?network_id=8796fccd-8b13-4235-9a19-2e128d43a69d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fe418d9abece30276510d8b27ec5c8c42baa957e" 2018-08-13 08:17:06,007 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 624 X-Openstack-Request-Id: req-8f246307-9aa3-408d-834a-461167c74d22 Date: Mon, 13 Aug 2018 08:17:06 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"}]} 2018-08-13 08:17:06,007 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets?network_id=8796fccd-8b13-4235-9a19-2e128d43a69d used request id req-8f246307-9aa3-408d-834a-461167c74d22 2018-08-13 08:17:06,007 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-08-13 08:17:06,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 08:17:06,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 08:17:06,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 08:17:06,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 08:17:06,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 08:17:06,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 08:17:06,009 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 08:17:06,010 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 08:17:06,011 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 08:17:06,012 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 08:17:06,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-08-13 08:17:06,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 08:17:06,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4947a52-3f0f-4240-b64f-eebc19a735e8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 08:17:06,023 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f4947a52-3f0f-4240-b64f-eebc19a735e8 2018-08-13 08:17:06,023 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 08:17:06,418 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T09:17:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["Qe4CiL8wSbm8tQRjVpBcBQ"], "issued_at": "2018-08-13T08:17:06.000000Z"}} 2018-08-13 08:17:06,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/ -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}9a9e44946b45fe5488930d7be01a780849d26b0a" 2018-08-13 08:17:07,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08: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-20c0f71a-09eb-477b-b2b0-ae34238e6731 x-compute-request-id: req-20c0f71a-09eb-477b-b2b0-ae34238e6731 Content-Encoding: gzip Content-Length: 258 Content-Type: application/json RESP BODY: {"version": {"status": "CURRENT", "updated": "2013-07-23T11:33:21Z", "links": [{"href": "http://172.30.9.22:8774/v2.1/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}], "min_version": "2.1", "version": "2.65", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.compute+json;version=2.1"}], "id": "v2.1"}} 2018-08-13 08:17:07,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/ used request id req-20c0f71a-09eb-477b-b2b0-ae34238e6731 2018-08-13 08:17:07,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 1.05623888969s 2018-08-13 08:17:07,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/ used request id req-20c0f71a-09eb-477b-b2b0-ae34238e6731 2018-08-13 08:17:07,073 - functest.utils.functest_utils - DEBUG - cloud._compute_client.request: {u'version': {u'status': u'CURRENT', u'updated': u'2013-07-23T11:33:21Z', u'links': [{u'href': u'http://172.30.9.22:8774/v2.1/', u'rel': u'self'}, {u'href': u'http://docs.openstack.org/', u'type': u'text/html', u'rel': u'describedby'}], u'min_version': u'2.1', u'version': u'2.65', u'media-types': [{u'base': u'application/json', u'type': u'application/vnd.openstack.compute+json;version=2.1'}], u'id': u'v2.1'}} 2018-08-13 08:17:07,073 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-08-13 08:17:07,074 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-08-13 08:17:07,074 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-08-13 08:17:07,138 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 08:17:07,184 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 08:17:07,185 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 08:17:07,187 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 08:17:07,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7560b6b2-4bf3-4134-b094-d3355a6f823b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 08:17:07,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7560b6b2-4bf3-4134-b094-d3355a6f823b 2018-08-13 08:17:07,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 08:17:07,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T09:17:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["d-2ASTAmTl-pc1_Msrwi1w"], "issued_at": "2018-08-13T08:17:07.000000Z"}} 2018-08-13 08:17:07,583 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 08:17:07,584 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:07,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-5e51de8a-879b-4389-b2ab-20b15dd571f2 Date: Mon, 13 Aug 2018 08:17:07 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 08:17:07,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e51de8a-879b-4389-b2ab-20b15dd571f2 2018-08-13 08:17:07,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.315052986145s 2018-08-13 08:17:07,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-5e51de8a-879b-4389-b2ab-20b15dd571f2 2018-08-13 08:17:07,900 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 08:17:10,902 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-13 08:17:13,648 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 608c26a7-1ee6-42d4-a847-1a7827205594 | 2018-08-13T08:17:13.290346 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 608c26a7-1ee6-42d4-a847-1a7827205594 ~/.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-08-13 08:17:17,609 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 08:17:17,610 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 08:17:20,525 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-13 08:17:24,253 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=ddb8c84d-5ccf-480a-86ce-42d81d9eccfd) as the default verifier for the future CLI operations. 2018-08-13 08:17:27,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-13 08:17:27,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:27,934 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-b8bcb45a-1309-466e-89de-6c7693e099d3 Date: Mon, 13 Aug 2018 08:17:27 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-13 08:17:27,934 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-b8bcb45a-1309-466e-89de-6c7693e099d3 2018-08-13 08:17:27,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.238703012466s 2018-08-13 08:17:27,935 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-b8bcb45a-1309-466e-89de-6c7693e099d3 2018-08-13 08:17:27,943 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-08-13 08:17:27,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 08:17:27,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"network": {"name": "neutron_trunk-net_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "admin_state_up": true}}' 2018-08-13 08:17:28,163 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 686 X-Openstack-Request-Id: req-22c1a153-4204-42c0-94d8-a618d27bf7d8 Date: Mon, 13 Aug 2018 08:17:28 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"f85e4779-9ecd-4d1e-b633-6aa26e6cb221","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:17:28Z","is_default":false,"provider:segmentation_id":32,"name":"neutron_trunk-net_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:17:27Z","mtu":1450}} 2018-08-13 08:17:28,164 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-22c1a153-4204-42c0-94d8-a618d27bf7d8 2018-08-13 08:17:28,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.220362901688s 2018-08-13 08:17:28,164 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-22c1a153-4204-42c0-94d8-a618d27bf7d8 2018-08-13 08:17:28,165 - 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-08-13T08:17:28Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'f85e4779-9ecd-4d1e-b633-6aa26e6cb221', u'provider:segmentation_id': 32, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-net_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T08:17:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 08:17:28,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 08:17:28,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:28,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2748 X-Openstack-Request-Id: req-0f8be0d2-73d8-4443-81ce-4c8e147f164b Date: Mon, 13 Aug 2018 08:17:28 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f85e4779-9ecd-4d1e-b633-6aa26e6cb221","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:17:28Z","provider:segmentation_id":32,"name":"neutron_trunk-net_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:17:27Z","provider:network_type":"vxlan"}]} 2018-08-13 08:17:28,271 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0f8be0d2-73d8-4443-81ce-4c8e147f164b 2018-08-13 08:17:28,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106215953827s 2018-08-13 08:17:28,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-0f8be0d2-73d8-4443-81ce-4c8e147f164b 2018-08-13 08:17:28,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 08:17:28,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"subnet": {"name": "neutron_trunk-subnet_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "enable_dhcp": true, "network_id": "f85e4779-9ecd-4d1e-b633-6aa26e6cb221", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 08:17:28,691 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 681 X-Openstack-Request-Id: req-faae4790-14f6-4a3f-bd55-ae8942a94847 Date: Mon, 13 Aug 2018 08:17:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f85e4779-9ecd-4d1e-b633-6aa26e6cb221","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:17:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T08:17:28Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"f9604c9d-c879-4c5b-b4bb-cf14724be01d","subnetpool_id":null,"name":"neutron_trunk-subnet_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff"}} 2018-08-13 08:17:28,691 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-faae4790-14f6-4a3f-bd55-ae8942a94847 2018-08-13 08:17:28,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.416532993317s 2018-08-13 08:17:28,691 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-faae4790-14f6-4a3f-bd55-ae8942a94847 2018-08-13 08:17:28,692 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T08:17:28Z', 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'f9604c9d-c879-4c5b-b4bb-cf14724be01d', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', u'enable_dhcp': True, u'network_id': u'f85e4779-9ecd-4d1e-b633-6aa26e6cb221', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T08:17:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 08:17:28,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 08:17:28,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "neutron_trunk-router_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "admin_state_up": true}}' 2018-08-13 08:17:30,069 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-98709787-ed0b-4ce7-92e2-06e21087d106 Date: Mon, 13 Aug 2018 08:17:30 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T08:17:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T08:17:29Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "46468c5c-122d-41c3-8af2-ce14ed2854e6", "name": "neutron_trunk-router_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff"}} 2018-08-13 08:17:30,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-98709787-ed0b-4ce7-92e2-06e21087d106 2018-08-13 08:17:30,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.37732887268s 2018-08-13 08:17:30,070 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-98709787-ed0b-4ce7-92e2-06e21087d106 2018-08-13 08:17:30,071 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.213'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T08:17:28Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T08:17:29Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'46468c5c-122d-41c3-8af2-ce14ed2854e6', u'name': u'neutron_trunk-router_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff'}) 2018-08-13 08:17:30,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 08:17:30,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"subnet_id": "f9604c9d-c879-4c5b-b4bb-cf14724be01d"}' 2018-08-13 08:17:31,904 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cc622481-028b-4551-85d1-1848f15af45d Date: Mon, 13 Aug 2018 08:17:31 GMT RESP BODY: {"network_id": "f85e4779-9ecd-4d1e-b633-6aa26e6cb221", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "f9604c9d-c879-4c5b-b4bb-cf14724be01d", "subnet_ids": ["f9604c9d-c879-4c5b-b4bb-cf14724be01d"], "port_id": "31fc910a-042e-4d40-b0f3-52e4fce17c06", "id": "46468c5c-122d-41c3-8af2-ce14ed2854e6"} 2018-08-13 08:17:31,904 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6/add_router_interface.json used request id req-cc622481-028b-4551-85d1-1848f15af45d 2018-08-13 08:17:31,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.83313012123s 2018-08-13 08:17:31,905 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6/add_router_interface.json used request id req-cc622481-028b-4551-85d1-1848f15af45d returning object 46468c5c-122d-41c3-8af2-ce14ed2854e6 2018-08-13 08:17:31,905 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 08:17:32,023 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 08:17:32,025 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 08:17:32,030 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 08:17:32 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 08:17:32,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:17:32,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:32,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-78325bd6-80b5-4c5f-9e30-5b8c59ffe1e8 Date: Mon, 13 Aug 2018 08:17:32 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:17:32,693 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-78325bd6-80b5-4c5f-9e30-5b8c59ffe1e8 2018-08-13 08:17:32,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.65779209137s 2018-08-13 08:17:32,693 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-78325bd6-80b5-4c5f-9e30-5b8c59ffe1e8 2018-08-13 08:17:32,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 08:17:32,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff"}' 2018-08-13 08:17:32,761 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-40198bcd-c76c-405e-803f-3cec515f424f Date: Mon, 13 Aug 2018 08:17:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:17:32Z", "file": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f6e77359-e5e9-45f0-a736-a86111f567ab", "size": null, "self": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "checksum": null, "created_at": "2018-08-13T08:17:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 08:17:32,761 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-40198bcd-c76c-405e-803f-3cec515f424f 2018-08-13 08:17:32,762 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0600559711456s 2018-08-13 08:17:32,762 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-40198bcd-c76c-405e-803f-3cec515f424f returning object f6e77359-e5e9-45f0-a736-a86111f567ab 2018-08-13 08:17:32,762 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 08:17:32,766 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '' 2018-08-13 08:17:33,860 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1691c1ac-4058-4485-bf19-b2bbdafab2b6 Date: Mon, 13 Aug 2018 08:17:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 08:17:33,861 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file used request id req-1691c1ac-4058-4485-bf19-b2bbdafab2b6 2018-08-13 08:17:33,861 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.09807300568s 2018-08-13 08:17:33,861 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file used request id req-1691c1ac-4058-4485-bf19-b2bbdafab2b6 2018-08-13 08:17:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:17:33,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:33,890 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-faa8c258-8582-4374-ac92-094bad309d1b Date: Mon, 13 Aug 2018 08:17:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:17:33Z", "file": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f6e77359-e5e9-45f0-a736-a86111f567ab", "size": 12716032, "self": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:17:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:17:33,890 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-faa8c258-8582-4374-ac92-094bad309d1b 2018-08-13 08:17:33,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0246829986572s 2018-08-13 08:17:33,890 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-faa8c258-8582-4374-ac92-094bad309d1b 2018-08-13 08:17:33,892 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'f6e77359-e5e9-45f0-a736-a86111f567ab', 'size': 12716032, u'self': u'/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T08:17:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T08:17:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', 'created': u'2018-08-13T08:17:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T08:17:32Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 08:17:33,893 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 08:17:33,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 08:17:34,169 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9a290e0-5752-467f-8957-05dfa744177d x-compute-request-id: req-e9a290e0-5752-467f-8957-05dfa744177d Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/81b50583-5a62-47be-8e6a-d436b80eb213", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "81b50583-5a62-47be-8e6a-d436b80eb213"}} 2018-08-13 08:17:34,169 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e9a290e0-5752-467f-8957-05dfa744177d 2018-08-13 08:17:34,169 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.275948047638s 2018-08-13 08:17:34,169 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e9a290e0-5752-467f-8957-05dfa744177d 2018-08-13 08:17:34,170 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'81b50583-5a62-47be-8e6a-d436b80eb213', 'swap': 0}) 2018-08-13 08:17:34,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 08:17:34,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"extra_specs": {}}' 2018-08-13 08:17:34,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17: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-f97160ad-57b0-46ab-a328-83cd692c7025 x-compute-request-id: req-f97160ad-57b0-46ab-a328-83cd692c7025 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 08:17:34,192 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213/os-extra_specs used request id req-f97160ad-57b0-46ab-a328-83cd692c7025 2018-08-13 08:17:34,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0211229324341s 2018-08-13 08:17:34,192 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213/os-extra_specs used request id req-f97160ad-57b0-46ab-a328-83cd692c7025 2018-08-13 08:17:34,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 08:17:34,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b6f0725-b8ad-456e-b52c-5a007eb50e2b Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 08:17:34,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-2b6f0725-b8ad-456e-b52c-5a007eb50e2b 2018-08-13 08:17:34,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 08:17:34,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:34,378 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9c3f110-2adf-49d2-b1f0-c3e418fb200c Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 08:17:34,379 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b9c3f110-2adf-49d2-b1f0-c3e418fb200c 2018-08-13 08:17:34,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.172811985016s 2018-08-13 08:17:34,379 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-b9c3f110-2adf-49d2-b1f0-c3e418fb200c 2018-08-13 08:17:34,384 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 08:17:34,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:34,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bd62d908-575c-48ec-b4d9-3e6d59b20885 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 08:17:34,560 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bd62d908-575c-48ec-b4d9-3e6d59b20885 2018-08-13 08:17:34,560 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176378965378s 2018-08-13 08:17:34,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-bd62d908-575c-48ec-b4d9-3e6d59b20885 2018-08-13 08:17:34,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-13 08:17:34,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:34,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17: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-fd3f00b2-ac5b-4c59-8fe3-5dd54e7e96a1 x-compute-request-id: req-fd3f00b2-ac5b-4c59-8fe3-5dd54e7e96a1 Content-Encoding: gzip Content-Length: 734 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 141, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 08:17:34,614 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-fd3f00b2-ac5b-4c59-8fe3-5dd54e7e96a1 2018-08-13 08:17:34,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0426080226898s 2018-08-13 08:17:34,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-fd3f00b2-ac5b-4c59-8fe3-5dd54e7e96a1 2018-08-13 08:17:34,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:17:34,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:34,641 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-80d783da-90c0-4d42-bdb6-af86e5674329 Date: Mon, 13 Aug 2018 08:17:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:17:33Z", "file": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f6e77359-e5e9-45f0-a736-a86111f567ab", "size": 12716032, "self": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:17:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:17:34,641 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-80d783da-90c0-4d42-bdb6-af86e5674329 2018-08-13 08:17:34,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0224931240082s 2018-08-13 08:17:34,641 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-80d783da-90c0-4d42-bdb6-af86e5674329 2018-08-13 08:17:34,648 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 08:17:34,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff"}' 2018-08-13 08:17:34,725 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-781d7037-5e33-40b4-be89-0eb6609d497f Date: Mon, 13 Aug 2018 08:17:34 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:17:34Z", "file": "/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9f059d75-09fb-48e6-b7f6-2706a677a459", "size": null, "self": "/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "checksum": null, "created_at": "2018-08-13T08:17:34Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 08:17:34,725 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-781d7037-5e33-40b4-be89-0eb6609d497f 2018-08-13 08:17:34,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0771210193634s 2018-08-13 08:17:34,726 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-781d7037-5e33-40b4-be89-0eb6609d497f returning object 9f059d75-09fb-48e6-b7f6-2706a677a459 2018-08-13 08:17:34,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 08:17:34,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '' 2018-08-13 08:17:35,923 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd0e21cd-345a-4265-837d-28126f0867b0 Date: Mon, 13 Aug 2018 08:17:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 08:17:35,923 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459/file used request id req-dd0e21cd-345a-4265-837d-28126f0867b0 2018-08-13 08:17:35,923 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.19622087479s 2018-08-13 08:17:35,923 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459/file used request id req-dd0e21cd-345a-4265-837d-28126f0867b0 2018-08-13 08:17:35,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:17:35,931 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:17:35,954 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-63149c92-c152-4c6d-b957-922fe76ee5f7 Date: Mon, 13 Aug 2018 08:17:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:17:35Z", "file": "/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9f059d75-09fb-48e6-b7f6-2706a677a459", "size": 12716032, "self": "/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9f059d75-09fb-48e6-b7f6-2706a677a459/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9f059d75-09fb-48e6-b7f6-2706a677a459/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:17:34Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:17:33Z", "file": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f6e77359-e5e9-45f0-a736-a86111f567ab", "size": 12716032, "self": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:17:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:17:35,954 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-63149c92-c152-4c6d-b957-922fe76ee5f7 2018-08-13 08:17:35,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0267660617828s 2018-08-13 08:17:35,954 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-63149c92-c152-4c6d-b957-922fe76ee5f7 2018-08-13 08:17:35,957 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9f059d75-09fb-48e6-b7f6-2706a677a459/snap', u'metadata': Munch({})})], 'file': u'/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'9f059d75-09fb-48e6-b7f6-2706a677a459', 'size': 12716032, u'self': u'/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/9f059d75-09fb-48e6-b7f6-2706a677a459/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T08:17:35Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T08:17:35Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', 'created': u'2018-08-13T08:17:34Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T08:17:34Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 08:17:35,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 08:17:35,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 08:17:36,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17: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-28d396bf-f277-47d4-a969-60cc709e90f0 x-compute-request-id: req-28d396bf-f277-47d4-a969-60cc709e90f0 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/40821385-62e6-45c3-94de-e3f7b4caf193", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "40821385-62e6-45c3-94de-e3f7b4caf193"}} 2018-08-13 08:17:36,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-28d396bf-f277-47d4-a969-60cc709e90f0 2018-08-13 08:17:36,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.074807882309s 2018-08-13 08:17:36,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-28d396bf-f277-47d4-a969-60cc709e90f0 2018-08-13 08:17:36,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'40821385-62e6-45c3-94de-e3f7b4caf193', 'swap': 0}) 2018-08-13 08:17:36,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 08:17:36,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"extra_specs": {}}' 2018-08-13 08:17:36,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:17:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b7a29746-e465-40e7-a57f-c417ac5dae71 x-compute-request-id: req-b7a29746-e465-40e7-a57f-c417ac5dae71 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 08:17:36,056 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193/os-extra_specs used request id req-b7a29746-e465-40e7-a57f-c417ac5dae71 2018-08-13 08:17:36,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0215981006622s 2018-08-13 08:17:36,057 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193/os-extra_specs used request id req-b7a29746-e465-40e7-a57f-c417ac5dae71 2018-08-13 08:17:36,057 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'40821385-62e6-45c3-94de-e3f7b4caf193', 'swap': 0}) 2018-08-13 08:17:39,609 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-13 08:17:39,610 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-13 08:17:39,610 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-13 08:17:39,612 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-13 08:17:39,615 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-13 08:17:43,408 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ddb8c84d-5ccf-480a-86ce-42d81d9eccfd/repo; stestr list 'neutron_tempest_plugin.(api|scenario).test_trunk' >/home/opnfv/functest/results/neutron_trunk/test_list.txt 2>/dev/null) 2018-08-13 08:17:43,408 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-13 08:17:43,429 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-13 08:17:43,429 - 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-08-13 08:19:44,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 7b8b9c74-a279-4089-b476-ae1196ffc355 2018-08-13 08:19:44,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '7b8b9c74-a279-4089-b476-ae1196ffc355']'. 2018-08-13 08:19:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-13 08:19:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-13 08:19:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 08:19:45,402 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 7b8b9c74-a279-4089-b476-ae1196ffc355 | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-13 08:17:45 | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-13 08:19:44 | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:01:59 | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ddb8c84d-5ccf-480a-86ce-42d81d9eccfd) | 2018-08-13 08:19:45,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-13 08:19:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 608c26a7-1ee6-42d4-a847-1a7827205594) | 2018-08-13 08:19:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-08-13 08:19:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 106.505 | 2018-08-13 08:19:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-08-13 08:19:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-08-13 08:19:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-13 08:19:45,404 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-13 08:19:45,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-08-13 08:19:45,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 08:19:45,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-13 08:19:45,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-13 08:19:45,449 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-08-13 08:19:45,582 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 08:19:45,582 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:18 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-08-13 08:19:45,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 08:19:45,593 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:46,150 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-73bdcb96-6b48-4ad9-a874-d29bd722ba77 Date: Mon, 13 Aug 2018 08:19:46 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 08:19:46,150 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459 used request id req-73bdcb96-6b48-4ad9-a874-d29bd722ba77 2018-08-13 08:19:46,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.561126232147s 2018-08-13 08:19:46,150 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/9f059d75-09fb-48e6-b7f6-2706a677a459 used request id req-73bdcb96-6b48-4ad9-a874-d29bd722ba77 2018-08-13 08:19:46,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 08:19:46,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:46,181 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:19:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e02aede-829b-4cb0-b6fd-c83f6ce1ab95 x-compute-request-id: req-8e02aede-829b-4cb0-b6fd-c83f6ce1ab95 Content-Encoding: gzip Content-Length: 369 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_alt_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/40821385-62e6-45c3-94de-e3f7b4caf193", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "40821385-62e6-45c3-94de-e3f7b4caf193"}, {"name": "neutron_trunk-flavor_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/81b50583-5a62-47be-8e6a-d436b80eb213", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "81b50583-5a62-47be-8e6a-d436b80eb213"}]} 2018-08-13 08:19:46,181 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8e02aede-829b-4cb0-b6fd-c83f6ce1ab95 2018-08-13 08:19:46,181 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0302040576935s 2018-08-13 08:19:46,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-8e02aede-829b-4cb0-b6fd-c83f6ce1ab95 2018-08-13 08:19:46,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 08:19:46,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:46,215 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 08:19:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-4afcb383-fa00-4cf4-89b5-ff3b9d9da90d x-compute-request-id: req-4afcb383-fa00-4cf4-89b5-ff3b9d9da90d Content-Length: 0 Content-Type: application/json 2018-08-13 08:19:46,215 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193 used request id req-4afcb383-fa00-4cf4-89b5-ff3b9d9da90d 2018-08-13 08:19:46,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0317170619965s 2018-08-13 08:19:46,216 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/40821385-62e6-45c3-94de-e3f7b4caf193 used request id req-4afcb383-fa00-4cf4-89b5-ff3b9d9da90d 2018-08-13 08:19:46,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 08:19:46,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" -d '{"subnet_id": "f9604c9d-c879-4c5b-b4bb-cf14724be01d"}' 2018-08-13 08:19:48,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5ca8912b-83bd-49cd-84d6-07a07f9c8efb Date: Mon, 13 Aug 2018 08:19:48 GMT RESP BODY: {"network_id": "f85e4779-9ecd-4d1e-b633-6aa26e6cb221", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "f9604c9d-c879-4c5b-b4bb-cf14724be01d", "subnet_ids": ["f9604c9d-c879-4c5b-b4bb-cf14724be01d"], "port_id": "31fc910a-042e-4d40-b0f3-52e4fce17c06", "id": "46468c5c-122d-41c3-8af2-ce14ed2854e6"} 2018-08-13 08:19:48,224 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6/remove_router_interface.json used request id req-5ca8912b-83bd-49cd-84d6-07a07f9c8efb 2018-08-13 08:19:48,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.00755286217s 2018-08-13 08:19:48,224 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6/remove_router_interface.json used request id req-5ca8912b-83bd-49cd-84d6-07a07f9c8efb returning object 46468c5c-122d-41c3-8af2-ce14ed2854e6 2018-08-13 08:19:48,225 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 08:19:48,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:48,338 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-a5accd6b-4cba-4ae5-8ec3-61716f744795 Date: Mon, 13 Aug 2018 08:19:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:30:03Z", "revision_number": 4, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.213"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T08:17:28Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T08:19:47Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "46468c5c-122d-41c3-8af2-ce14ed2854e6", "name": "neutron_trunk-router_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff"}]} 2018-08-13 08:19:48,338 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a5accd6b-4cba-4ae5-8ec3-61716f744795 2018-08-13 08:19:48,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.113921165466s 2018-08-13 08:19:48,339 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-a5accd6b-4cba-4ae5-8ec3-61716f744795 2018-08-13 08:19:48,340 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 08:19:48,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:49,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-90e3669a-d1d0-4cf4-ad6b-f3a20549c6b4 Content-Length: 0 Date: Mon, 13 Aug 2018 08:19:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:19:49,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6.json used request id req-90e3669a-d1d0-4cf4-ad6b-f3a20549c6b4 2018-08-13 08:19:49,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.46081399918s 2018-08-13 08:19:49,802 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/46468c5c-122d-41c3-8af2-ce14ed2854e6.json used request id req-90e3669a-d1d0-4cf4-ad6b-f3a20549c6b4 2018-08-13 08:19:49,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 08:19:49,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:49,851 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2546 X-Openstack-Request-Id: req-92f9002c-26b3-4f8d-bbbc-bfa95e9c7fa1 Date: Mon, 13 Aug 2018 08:19:49 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:29:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"7032a297-0d02-48a8-878d-a09f30b216fb","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f85e4779-9ecd-4d1e-b633-6aa26e6cb221","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:17:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T08:17:28Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"f9604c9d-c879-4c5b-b4bb-cf14724be01d","subnetpool_id":null,"name":"neutron_trunk-subnet_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:30:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-13 08:19:49,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-92f9002c-26b3-4f8d-bbbc-bfa95e9c7fa1 2018-08-13 08:19:49,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0497159957886s 2018-08-13 08:19:49,852 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-92f9002c-26b3-4f8d-bbbc-bfa95e9c7fa1 2018-08-13 08:19:49,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 08:19:49,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/f9604c9d-c879-4c5b-b4bb-cf14724be01d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:50,739 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3e0e2c03-c572-4e8d-bdcb-73a93c6d946a Date: Mon, 13 Aug 2018 08:19:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:19:50,739 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f9604c9d-c879-4c5b-b4bb-cf14724be01d.json used request id req-3e0e2c03-c572-4e8d-bdcb-73a93c6d946a 2018-08-13 08:19:50,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.884694814682s 2018-08-13 08:19:50,739 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f9604c9d-c879-4c5b-b4bb-cf14724be01d.json used request id req-3e0e2c03-c572-4e8d-bdcb-73a93c6d946a 2018-08-13 08:19:50,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 08:19:50,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:50,827 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2754 X-Openstack-Request-Id: req-743ef78b-451f-4099-8a22-d6eabb86dab5 Date: Mon, 13 Aug 2018 08:19:50 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"f85e4779-9ecd-4d1e-b633-6aa26e6cb221","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:19:50Z","provider:segmentation_id":32,"name":"neutron_trunk-net_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:17:27Z","provider:network_type":"vxlan"}]} 2018-08-13 08:19:50,827 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-743ef78b-451f-4099-8a22-d6eabb86dab5 2018-08-13 08:19:50,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0877709388733s 2018-08-13 08:19:50,828 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-743ef78b-451f-4099-8a22-d6eabb86dab5 2018-08-13 08:19:50,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 08:19:50,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/f85e4779-9ecd-4d1e-b633-6aa26e6cb221.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:52,096 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f58dae1-054e-4905-b7a9-25850344fb34 Date: Mon, 13 Aug 2018 08:19:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 08:19:52,096 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f85e4779-9ecd-4d1e-b633-6aa26e6cb221.json used request id req-7f58dae1-054e-4905-b7a9-25850344fb34 2018-08-13 08:19:52,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26639413834s 2018-08-13 08:19:52,096 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/f85e4779-9ecd-4d1e-b633-6aa26e6cb221.json used request id req-7f58dae1-054e-4905-b7a9-25850344fb34 2018-08-13 08:19:52,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:19:52,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:52,129 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-834f8637-d48d-4175-9a92-fdd75e647246 Date: Mon, 13 Aug 2018 08:19:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:17:33Z", "file": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f6e77359-e5e9-45f0-a736-a86111f567ab", "size": 12716032, "self": "/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/f6e77359-e5e9-45f0-a736-a86111f567ab/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:17:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:19:52,129 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-834f8637-d48d-4175-9a92-fdd75e647246 2018-08-13 08:19:52,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.028904914856s 2018-08-13 08:19:52,129 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-834f8637-d48d-4175-9a92-fdd75e647246 2018-08-13 08:19:52,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 08:19:52,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:53,031 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-48aa956f-7b60-4663-a038-39fc2b011b8e Date: Mon, 13 Aug 2018 08:19:53 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 08:19:53,031 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab used request id req-48aa956f-7b60-4663-a038-39fc2b011b8e 2018-08-13 08:19:53,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.900121927261s 2018-08-13 08:19:53,031 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/f6e77359-e5e9-45f0-a736-a86111f567ab used request id req-48aa956f-7b60-4663-a038-39fc2b011b8e 2018-08-13 08:19:53,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 08:19:53,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:53,056 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:19:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5c19157e-010b-4ace-9994-12142da632b0 x-compute-request-id: req-5c19157e-010b-4ace-9994-12142da632b0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_e612e8dd-7a8f-43a3-a7a4-b962f02e06ff", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/81b50583-5a62-47be-8e6a-d436b80eb213", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "81b50583-5a62-47be-8e6a-d436b80eb213"}]} 2018-08-13 08:19:53,056 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5c19157e-010b-4ace-9994-12142da632b0 2018-08-13 08:19:53,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0243990421295s 2018-08-13 08:19:53,056 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-5c19157e-010b-4ace-9994-12142da632b0 2018-08-13 08:19:53,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 08:19:53,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}7d8e84d1e52f5f0a916414f302ff0b7aa2125625" 2018-08-13 08:19:53,084 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 08:19:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-81704fb6-a03e-4d8b-915d-7d1707078b20 x-compute-request-id: req-81704fb6-a03e-4d8b-915d-7d1707078b20 Content-Length: 0 Content-Type: application/json 2018-08-13 08:19:53,084 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213 used request id req-81704fb6-a03e-4d8b-915d-7d1707078b20 2018-08-13 08:19:53,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.025622844696s 2018-08-13 08:19:53,084 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/81b50583-5a62-47be-8e6a-d436b80eb213 used request id req-81704fb6-a03e-4d8b-915d-7d1707078b20 2018-08-13 08:19:53,134 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-08-13 08:19:53,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 08:19:53,174 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 08:19:53,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 08:19:53,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 08:19:53,177 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 08:19:53,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:19:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2ffc612-35fe-46b0-9c35-a06f9b8f0635 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 08:19:53,182 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a2ffc612-35fe-46b0-9c35-a06f9b8f0635 2018-08-13 08:19:53,183 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 08:19:53,574 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T09:19:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["PNBD6oFJTiyTLUbJAMzX-g"], "issued_at": "2018-08-13T08:19:53.000000Z"}} 2018-08-13 08:19:53,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 08:19:53,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:19:53,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-4a5cd7a5-66c1-4a6c-bad2-cbe8b11b0980 Date: Mon, 13 Aug 2018 08:19:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 08:19:53,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a5cd7a5-66c1-4a6c-bad2-cbe8b11b0980 2018-08-13 08:19:53,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375786066055s 2018-08-13 08:19:53,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-4a5cd7a5-66c1-4a6c-bad2-cbe8b11b0980 2018-08-13 08:19:53,954 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 08:19:56,915 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-13 08:19:59,926 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 93a564f3-def7-41e5-af71-f6bf3602a127 | 2018-08-13T08:19:59.527445 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 93a564f3-def7-41e5-af71-f6bf3602a127 ~/.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-08-13 08:20:03,865 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 08:20:03,866 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 08:20:06,679 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-13 08:20:10,401 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=706c80fe-a76e-425e-9b75-b4ff9f77b5d3) as the default verifier for the future CLI operations. 2018-08-13 08:20:13,785 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-13 08:20:13,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:13,965 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-39f7d288-c9ce-4f62-a37b-a20361991539 Date: Mon, 13 Aug 2018 08:20:13 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-13 08:20:13,965 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-39f7d288-c9ce-4f62-a37b-a20361991539 2018-08-13 08:20:13,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.180717945099s 2018-08-13 08:20:13,966 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-39f7d288-c9ce-4f62-a37b-a20361991539 2018-08-13 08:20:13,972 - xtesting.ci.run_tests - INFO - Running test case 'networking-bgpvpn'... 2018-08-13 08:20:13,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-08-13 08:20:13,973 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"network": {"name": "networking-bgpvpn-net_a0c5fe8c-078d-431c-b859-59cb9c24664d", "admin_state_up": true}}' 2018-08-13 08:20:14,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 690 X-Openstack-Request-Id: req-673e25b4-93b1-4bef-9723-2d7f5cec1766 Date: Mon, 13 Aug 2018 08:20:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"7d19937d-9234-49af-8311-13dcb45bf2e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:14Z","is_default":false,"provider:segmentation_id":39,"name":"networking-bgpvpn-net_a0c5fe8c-078d-431c-b859-59cb9c24664d","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:20:14Z","mtu":1450}} 2018-08-13 08:20:14,244 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-673e25b4-93b1-4bef-9723-2d7f5cec1766 2018-08-13 08:20:14,244 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.271018981934s 2018-08-13 08:20:14,244 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-673e25b4-93b1-4bef-9723-2d7f5cec1766 2018-08-13 08:20:14,245 - 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-08-13T08:20:14Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'7d19937d-9234-49af-8311-13dcb45bf2e6', u'provider:segmentation_id': 39, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'networking-bgpvpn-net_a0c5fe8c-078d-431c-b859-59cb9c24664d', u'admin_state_up': True, u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T08:20:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 08:20:14,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 08:20:14,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:14,360 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2752 X-Openstack-Request-Id: req-9248bf3c-6e03-4dd2-affe-3ba419292aee Date: Mon, 13 Aug 2018 08:20:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"7d19937d-9234-49af-8311-13dcb45bf2e6","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:14Z","provider:segmentation_id":39,"name":"networking-bgpvpn-net_a0c5fe8c-078d-431c-b859-59cb9c24664d","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:20:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"}]} 2018-08-13 08:20:14,360 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9248bf3c-6e03-4dd2-affe-3ba419292aee 2018-08-13 08:20:14,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.114883899689s 2018-08-13 08:20:14,361 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-9248bf3c-6e03-4dd2-affe-3ba419292aee 2018-08-13 08:20:14,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-08-13 08:20:14,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"subnet": {"name": "networking-bgpvpn-subnet_a0c5fe8c-078d-431c-b859-59cb9c24664d", "enable_dhcp": true, "network_id": "7d19937d-9234-49af-8311-13dcb45bf2e6", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-08-13 08:20:14,806 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-2e1bde90-337c-4016-a685-d837a94a0990 Date: Mon, 13 Aug 2018 08:20:14 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d19937d-9234-49af-8311-13dcb45bf2e6","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:20:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T08:20:14Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"628883b3-1c92-4248-874b-7763246b5df2","subnetpool_id":null,"name":"networking-bgpvpn-subnet_a0c5fe8c-078d-431c-b859-59cb9c24664d"}} 2018-08-13 08:20:14,806 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-2e1bde90-337c-4016-a685-d837a94a0990 2018-08-13 08:20:14,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.443171977997s 2018-08-13 08:20:14,807 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-2e1bde90-337c-4016-a685-d837a94a0990 2018-08-13 08:20:14,807 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-08-13T08:20:14Z', 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'628883b3-1c92-4248-874b-7763246b5df2', u'subnetpool_id': None, u'service_types': [], u'name': u'networking-bgpvpn-subnet_a0c5fe8c-078d-431c-b859-59cb9c24664d', u'enable_dhcp': True, u'network_id': u'7d19937d-9234-49af-8311-13dcb45bf2e6', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T08:20:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3'}) 2018-08-13 08:20:14,808 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-08-13 08:20:14,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}, "name": "networking-bgpvpn-router_a0c5fe8c-078d-431c-b859-59cb9c24664d", "admin_state_up": true}}' 2018-08-13 08:20:16,040 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 650 X-Openstack-Request-Id: req-973e995f-f400-446d-8199-c517b268eae4 Date: Mon, 13 Aug 2018 08:20:16 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T08:20:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T08:20:15Z", "revision_number": 2, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "d3265b5e-ddd3-43b9-84c9-aca7c9077471", "name": "networking-bgpvpn-router_a0c5fe8c-078d-431c-b859-59cb9c24664d"}} 2018-08-13 08:20:16,040 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-973e995f-f400-446d-8199-c517b268eae4 2018-08-13 08:20:16,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 1.23236703873s 2018-08-13 08:20:16,041 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-973e995f-f400-446d-8199-c517b268eae4 2018-08-13 08:20:16,041 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'external_gateway_info': {u'network_id': u'8796fccd-8b13-4235-9a19-2e128d43a69d', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'5544ebda-956f-43cd-b1c7-79b49e0c26ec', u'ip_address': u'172.30.9.202'}]}, u'description': u'', u'tags': [], u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'created_at': u'2018-08-13T08:20:14Z', u'admin_state_up': True, u'distributed': False, u'updated_at': u'2018-08-13T08:20:15Z', u'revision_number': 2, u'routes': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'id': u'd3265b5e-ddd3-43b9-84c9-aca7c9077471', u'name': u'networking-bgpvpn-router_a0c5fe8c-078d-431c-b859-59cb9c24664d'}) 2018-08-13 08:20:16,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-08-13 08:20:16,043 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471/add_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"subnet_id": "628883b3-1c92-4248-874b-7763246b5df2"}' 2018-08-13 08:20:17,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4dcf40f2-e056-45dc-bf5a-3881286d8172 Date: Mon, 13 Aug 2018 08:20:17 GMT RESP BODY: {"network_id": "7d19937d-9234-49af-8311-13dcb45bf2e6", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "628883b3-1c92-4248-874b-7763246b5df2", "subnet_ids": ["628883b3-1c92-4248-874b-7763246b5df2"], "port_id": "e6be872f-7765-4c03-b4ac-dcefb10a5681", "id": "d3265b5e-ddd3-43b9-84c9-aca7c9077471"} 2018-08-13 08:20:17,690 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471/add_router_interface.json used request id req-4dcf40f2-e056-45dc-bf5a-3881286d8172 2018-08-13 08:20:17,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 1.64781308174s 2018-08-13 08:20:17,690 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471/add_router_interface.json used request id req-4dcf40f2-e056-45dc-bf5a-3881286d8172 returning object d3265b5e-ddd3-43b9-84c9-aca7c9077471 2018-08-13 08:20:17,691 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-08-13 08:20:17,823 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-08-13 08:20:17,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 08:20:17,829 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Mon, 13 Aug 2018 08:20:17 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.22:9292/v2/", "rel": "self"}]}]} 2018-08-13 08:20:17,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:20:17,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:18,102 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f2050ea8-5b3c-4f0a-8f5d-8ee8d645ad79 Date: Mon, 13 Aug 2018 08:20:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:20:18,102 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f2050ea8-5b3c-4f0a-8f5d-8ee8d645ad79 2018-08-13 08:20:18,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.270430803299s 2018-08-13 08:20:18,102 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-f2050ea8-5b3c-4f0a-8f5d-8ee8d645ad79 2018-08-13 08:20:18,111 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 08:20:18,114 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d"}' 2018-08-13 08:20:18,192 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/629074fa-62f1-47da-85d3-b06fd5564963 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-815b4505-64d3-43c2-a62e-69666d8cc7ba Date: Mon, 13 Aug 2018 08:20:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:20:18Z", "file": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "629074fa-62f1-47da-85d3-b06fd5564963", "size": null, "self": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "checksum": null, "created_at": "2018-08-13T08:20:18Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 08:20:18,192 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-815b4505-64d3-43c2-a62e-69666d8cc7ba 2018-08-13 08:20:18,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0813539028168s 2018-08-13 08:20:18,193 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-815b4505-64d3-43c2-a62e-69666d8cc7ba returning object 629074fa-62f1-47da-85d3-b06fd5564963 2018-08-13 08:20:18,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 08:20:18,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '' 2018-08-13 08:20:18,605 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-da9afa11-fea8-4496-8c3e-897e90a66455 Date: Mon, 13 Aug 2018 08:20:18 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 08:20:18,605 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file used request id req-da9afa11-fea8-4496-8c3e-897e90a66455 2018-08-13 08:20:18,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.412412881851s 2018-08-13 08:20:18,606 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file used request id req-da9afa11-fea8-4496-8c3e-897e90a66455 2018-08-13 08:20:18,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:20:18,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:18,635 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-5124c455-5a57-40f5-96a3-556ea3efd36a Date: Mon, 13 Aug 2018 08:20:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:20:18Z", "file": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "629074fa-62f1-47da-85d3-b06fd5564963", "size": 12716032, "self": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:20:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:20:18,635 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5124c455-5a57-40f5-96a3-556ea3efd36a 2018-08-13 08:20:18,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250680446625s 2018-08-13 08:20:18,636 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-5124c455-5a57-40f5-96a3-556ea3efd36a 2018-08-13 08:20:18,637 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap', u'metadata': Munch({})})], 'file': u'/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'629074fa-62f1-47da-85d3-b06fd5564963', 'size': 12716032, u'self': u'/v2/images/629074fa-62f1-47da-85d3-b06fd5564963', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T08:20:18Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T08:20:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/629074fa-62f1-47da-85d3-b06fd5564963', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d', 'created': u'2018-08-13T08:20:18Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T08:20:18Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/629074fa-62f1-47da-85d3-b06fd5564963', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 08:20:18,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 08:20:18,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "networking-bgpvpn-flavor_a0c5fe8c-078d-431c-b859-59cb9c24664d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 08:20:19,372 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:20:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-37568e02-ebf0-4869-a4c5-e90ae56d3c4b x-compute-request-id: req-37568e02-ebf0-4869-a4c5-e90ae56d3c4b Content-Encoding: gzip Content-Length: 317 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_a0c5fe8c-078d-431c-b859-59cb9c24664d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7ad66083-7b14-44c0-9f40-169f93741d7b"}} 2018-08-13 08:20:19,372 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-37568e02-ebf0-4869-a4c5-e90ae56d3c4b 2018-08-13 08:20:19,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.734372854233s 2018-08-13 08:20:19,373 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-37568e02-ebf0-4869-a4c5-e90ae56d3c4b 2018-08-13 08:20:19,374 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_a0c5fe8c-078d-431c-b859-59cb9c24664d', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'7ad66083-7b14-44c0-9f40-169f93741d7b', 'swap': 0}) 2018-08-13 08:20:19,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 08:20:19,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"extra_specs": {}}' 2018-08-13 08:20:19,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08: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 x-openstack-request-id: req-e88c030d-63b4-4bb5-8665-65190e6c0adc x-compute-request-id: req-e88c030d-63b4-4bb5-8665-65190e6c0adc Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 08:20:19,402 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b/os-extra_specs used request id req-e88c030d-63b4-4bb5-8665-65190e6c0adc 2018-08-13 08:20:19,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0270869731903s 2018-08-13 08:20:19,402 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b/os-extra_specs used request id req-e88c030d-63b4-4bb5-8665-65190e6c0adc 2018-08-13 08:20:19,405 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 08:20:19,410 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7787a3c-491c-4221-84ca-fd44b652d416 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 08:20:19,411 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-c7787a3c-491c-4221-84ca-fd44b652d416 2018-08-13 08:20:19,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 08:20:19,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:19,508 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9092274-3964-4e68-8b35-9a2dc5b78c29 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 08:20:19,508 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e9092274-3964-4e68-8b35-9a2dc5b78c29 2018-08-13 08:20:19,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.0951950550079s 2018-08-13 08:20:19,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-e9092274-3964-4e68-8b35-9a2dc5b78c29 2018-08-13 08:20:19,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-08-13 08:20:19,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3/roles -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:19,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:20:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-48dd5900-c76b-4eee-9243-f0c95b4aa914 Content-Encoding: gzip Content-Length: 381 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.22:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://172.30.9.22:5000/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://172.30.9.22:5000/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://172.30.9.22:5000/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://172.30.9.22:5000/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.22:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://172.30.9.22:5000/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://172.30.9.22:5000/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} 2018-08-13 08:20:19,689 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-48dd5900-c76b-4eee-9243-f0c95b4aa914 2018-08-13 08:20:19,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177594900131s 2018-08-13 08:20:19,690 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.22:5000/v3/roles used request id req-48dd5900-c76b-4eee-9243-f0c95b4aa914 2018-08-13 08:20:19,704 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-08-13 08:20:19,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:19,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08: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-cb3de31d-82d7-41e4-b862-fc067c4e8095 x-compute-request-id: req-cb3de31d-82d7-41e4-b862-fc067c4e8095 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 08:20:19,740 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-cb3de31d-82d7-41e4-b862-fc067c4e8095 2018-08-13 08:20:19,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.0358400344849s 2018-08-13 08:20:19,741 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-cb3de31d-82d7-41e4-b862-fc067c4e8095 2018-08-13 08:20:19,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:20:19,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:19,771 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-e593852f-324c-4838-9f2f-533cb08370ba Date: Mon, 13 Aug 2018 08:20:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:20:18Z", "file": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "629074fa-62f1-47da-85d3-b06fd5564963", "size": 12716032, "self": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:20:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:20:19,771 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e593852f-324c-4838-9f2f-533cb08370ba 2018-08-13 08:20:19,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0263690948486s 2018-08-13 08:20:19,772 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-e593852f-324c-4838-9f2f-533cb08370ba 2018-08-13 08:20:19,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-08-13 08:20:19,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d"}' 2018-08-13 08:20:19,832 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 958 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2b92694b-74d5-4c82-8c95-c7ff5896dac2 Date: Mon, 13 Aug 2018 08:20:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:20:19Z", "file": "/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "d6b11c4f-7091-4d8e-ad2f-15eaef7a221a", "size": null, "self": "/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "checksum": null, "created_at": "2018-08-13T08:20:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 08:20:19,832 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-2b92694b-74d5-4c82-8c95-c7ff5896dac2 2018-08-13 08:20:19,832 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0509030818939s 2018-08-13 08:20:19,832 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-2b92694b-74d5-4c82-8c95-c7ff5896dac2 returning object d6b11c4f-7091-4d8e-ad2f-15eaef7a221a 2018-08-13 08:20:19,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-08-13 08:20:19,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/file -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '' 2018-08-13 08:20:20,658 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1208126-b735-4496-ab69-2e4701a4911b Date: Mon, 13 Aug 2018 08:20:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 08:20:20,658 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/file used request id req-c1208126-b735-4496-ab69-2e4701a4911b 2018-08-13 08:20:20,658 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.825134992599s 2018-08-13 08:20:20,658 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/file used request id req-c1208126-b735-4496-ab69-2e4701a4911b 2018-08-13 08:20:20,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 08:20:20,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" 2018-08-13 08:20:20,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2761 Content-Type: application/json X-Openstack-Request-Id: req-d462e57d-37dc-44aa-a7ba-cf379384adf1 Date: Mon, 13 Aug 2018 08:20:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:20:20Z", "file": "/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "d6b11c4f-7091-4d8e-ad2f-15eaef7a221a", "size": 12716032, "self": "/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:20:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:20:18Z", "file": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "629074fa-62f1-47da-85d3-b06fd5564963", "size": 12716032, "self": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:20:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 08:20:20,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d462e57d-37dc-44aa-a7ba-cf379384adf1 2018-08-13 08:20:20,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0270919799805s 2018-08-13 08:20:20,690 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-d462e57d-37dc-44aa-a7ba-cf379384adf1 2018-08-13 08:20:20,692 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/file', 'owner': u'1dcb5dba3d6d42ea97f37319eab783f3', 'id': u'd6b11c4f-7091-4d8e-ad2f-15eaef7a221a', 'size': 12716032, u'self': u'/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dcb5dba3d6d42ea97f37319eab783f3', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-08-13T08:20:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-08-13T08:20:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d', 'min_disk': 0, 'is_public': True, 'virtual_size': 0, u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', 'properties': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d', 'created': u'2018-08-13T08:20:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-08-13T08:20:19Z', u'os_hidden': False, 'is_protected': False, u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', 'metadata': {u'os_hash_value': u'6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78', u'self': u'/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a', u'os_hidden': False, u'os_hash_algo': u'sha512', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/networking-bgpvpn-img_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-08-13 08:20:20,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-08-13 08:20:20,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "networking-bgpvpn-flavor_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": null, "swap": 0}}' 2018-08-13 08:20:20,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:20:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e44c50b4-c23a-4466-ad3d-0baa917c7cf3 x-compute-request-id: req-e44c50b4-c23a-4466-ad3d-0baa917c7cf3 Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavor": {"name": "networking-bgpvpn-flavor_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1a692160-fc27-4d2b-a1b1-9c4216d4cd70"}} 2018-08-13 08:20:20,740 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e44c50b4-c23a-4466-ad3d-0baa917c7cf3 2018-08-13 08:20:20,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0467619895935s 2018-08-13 08:20:20,740 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-e44c50b4-c23a-4466-ad3d-0baa917c7cf3 2018-08-13 08:20:20,741 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'1a692160-fc27-4d2b-a1b1-9c4216d4cd70', 'swap': 0}) 2018-08-13 08:20:20,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-08-13 08:20:20,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70/os-extra_specs -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6f00a0d7188e38117fbebf85c7d9214e0d1b704b" -d '{"extra_specs": {}}' 2018-08-13 08:20:20,765 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 08:20:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-578d3e55-0e9d-4045-909f-1dca389d8295 x-compute-request-id: req-578d3e55-0e9d-4045-909f-1dca389d8295 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-08-13 08:20:20,765 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70/os-extra_specs used request id req-578d3e55-0e9d-4045-909f-1dca389d8295 2018-08-13 08:20:20,765 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.022824048996s 2018-08-13 08:20:20,765 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70/os-extra_specs used request id req-578d3e55-0e9d-4045-909f-1dca389d8295 2018-08-13 08:20:20,765 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'networking-bgpvpn-flavor_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d', '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'1dcb5dba3d6d42ea97f37319eab783f3', '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'1a692160-fc27-4d2b-a1b1-9c4216d4cd70', 'swap': 0}) 2018-08-13 08:20:24,308 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-13 08:20:24,308 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-13 08:20:24,308 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-08-13 08:20:24,312 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-08-13 08:20:24,315 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-08-13 08:20:27,905 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-706c80fe-a76e-425e-9b75-b4ff9f77b5d3/repo; stestr list '^networking_bgpvpn_tempest\.' >/home/opnfv/functest/results/networking-bgpvpn/test_list.txt 2>/dev/null) 2018-08-13 08:20:27,905 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-08-13 08:20:27,925 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-08-13 08:20:27,925 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Starting Tempest test suite: '['rally', 'verify', 'start', '--load-list', u'/home/opnfv/functest/results/networking-bgpvpn/test_list.txt', u'--concurrency=4']'. 2018-08-13 09:57:31,105 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 62e10b6e-c3d0-4186-b285-e566df1f5c3f 2018-08-13 09:57:31,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '62e10b6e-c3d0-4186-b285-e566df1f5c3f']'. 2018-08-13 09:57:32,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-08-13 09:57:32,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-08-13 09:57:32,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 09:57:32,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 62e10b6e-c3d0-4186-b285-e566df1f5c3f | 2018-08-13 09:57:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-08-13 09:57:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-08-13 08:20:30 | 2018-08-13 09:57:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-08-13 09:57:30 | 2018-08-13 09:57:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 1:37:00 | 2018-08-13 09:57:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-08-13 09:57:32,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-08-13 09:57:32,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-08-13 09:57:32,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 706c80fe-a76e-425e-9b75-b4ff9f77b5d3) | 2018-08-13 09:57:32,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-08-13 09:57:32,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 93a564f3-def7-41e5-af71-f6bf3602a127) | 2018-08-13 09:57:32,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 44 | 2018-08-13 09:57:32,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 5796.159 | 2018-08-13 09:57:32,047 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 23 | 2018-08-13 09:57:32,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 3 | 2018-08-13 09:57:32,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-08-13 09:57:32,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-08-13 09:57:32,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-08-13 09:57:32,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-08-13 09:57:32,048 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-08-13 09:57:32,049 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-08-13 09:57:32,095 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest networking-bgpvpn success_rate is 56.0975609756% 2018-08-13 09:57:32,229 - xtesting.core.testcase - ERROR - The HTTP request raises issues Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/xtesting/core/testcase.py", line 226, in push_to_db req.raise_for_status() File "/usr/lib/python2.7/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 403 Client Error: Could Not Found testcases [{'project_name': u'functest', 'name': u'networking-bgpvpn'}] for url: http://testresults.opnfv.org/test/api/v1/results 2018-08-13 09:57:32,230 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 97:18 | FAIL | +---------------------------+------------------+------------------+----------------+ 2018-08-13 09:57:32,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 09:57:32,237 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:57:32,625 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:57:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["GgAqV1bvT9mcb7lRWr6MXw"], "issued_at": "2018-08-13T09:57:32.000000Z"}} 2018-08-13 09:57:32,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:33,550 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-86324df7-d262-4169-8a6e-b3ee2bf31711 Date: Mon, 13 Aug 2018 09:57:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 09:57:33,551 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a used request id req-86324df7-d262-4169-8a6e-b3ee2bf31711 2018-08-13 09:57:33,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.31455612183s 2018-08-13 09:57:33,551 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/d6b11c4f-7091-4d8e-ad2f-15eaef7a221a used request id req-86324df7-d262-4169-8a6e-b3ee2bf31711 2018-08-13 09:57:33,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 09:57:33,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:33,819 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-773cd683-2836-4fe6-8007-c8026657bdbb x-compute-request-id: req-773cd683-2836-4fe6-8007-c8026657bdbb Content-Encoding: gzip Content-Length: 370 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_alt_a0c5fe8c-078d-431c-b859-59cb9c24664d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "1a692160-fc27-4d2b-a1b1-9c4216d4cd70"}, {"name": "networking-bgpvpn-flavor_a0c5fe8c-078d-431c-b859-59cb9c24664d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7ad66083-7b14-44c0-9f40-169f93741d7b"}]} 2018-08-13 09:57:33,819 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-773cd683-2836-4fe6-8007-c8026657bdbb 2018-08-13 09:57:33,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.267040967941s 2018-08-13 09:57:33,819 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-773cd683-2836-4fe6-8007-c8026657bdbb 2018-08-13 09:57:33,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 09:57:33,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:33,854 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 09:57:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-302fd489-78f4-4628-8a5a-846136506c1f x-compute-request-id: req-302fd489-78f4-4628-8a5a-846136506c1f Content-Length: 0 Content-Type: application/json 2018-08-13 09:57:33,854 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70 used request id req-302fd489-78f4-4628-8a5a-846136506c1f 2018-08-13 09:57:33,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0323450565338s 2018-08-13 09:57:33,855 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/1a692160-fc27-4d2b-a1b1-9c4216d4cd70 used request id req-302fd489-78f4-4628-8a5a-846136506c1f 2018-08-13 09:57:33,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-08-13 09:57:33,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471/remove_router_interface.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" -d '{"subnet_id": "628883b3-1c92-4248-874b-7763246b5df2"}' 2018-08-13 09:57:35,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c3459f14-34b7-4a04-93b8-e8152c3726c9 Date: Mon, 13 Aug 2018 09:57:35 GMT RESP BODY: {"network_id": "7d19937d-9234-49af-8311-13dcb45bf2e6", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "628883b3-1c92-4248-874b-7763246b5df2", "subnet_ids": ["628883b3-1c92-4248-874b-7763246b5df2"], "port_id": "e6be872f-7765-4c03-b4ac-dcefb10a5681", "id": "d3265b5e-ddd3-43b9-84c9-aca7c9077471"} 2018-08-13 09:57:35,651 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471/remove_router_interface.json used request id req-c3459f14-34b7-4a04-93b8-e8152c3726c9 2018-08-13 09:57:35,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 1.79578495026s 2018-08-13 09:57:35,651 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471/remove_router_interface.json used request id req-c3459f14-34b7-4a04-93b8-e8152c3726c9 returning object d3265b5e-ddd3-43b9-84c9-aca7c9077471 2018-08-13 09:57:35,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-08-13 09:57:35,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:35,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1679 X-Openstack-Request-Id: req-63f933c7-5948-4df2-a299-17865795b3e2 Date: Mon, 13 Aug 2018 09:57:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:30:03Z", "revision_number": 4, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f05d64d982f5472c8af86f8a4df7fb3e", "created_at": "2018-08-13T08:21:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T08:21:03Z", "revision_number": 0, "routes": [], "project_id": "f05d64d982f5472c8af86f8a4df7fb3e", "id": "34bdf393-1cac-4104-8fb9-981a53d44a22", "name": ""}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T08:20:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:57:34Z", "revision_number": 4, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "d3265b5e-ddd3-43b9-84c9-aca7c9077471", "name": "networking-bgpvpn-router_a0c5fe8c-078d-431c-b859-59cb9c24664d"}]} 2018-08-13 09:57:35,766 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-63f933c7-5948-4df2-a299-17865795b3e2 2018-08-13 09:57:35,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.114485025406s 2018-08-13 09:57:35,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers.json used request id req-63f933c7-5948-4df2-a299-17865795b3e2 2018-08-13 09:57:35,768 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-08-13 09:57:35,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:37,186 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bc8d42e4-b6f1-4fc3-a3fe-e6498948852b Content-Length: 0 Date: Mon, 13 Aug 2018 09:57:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 09:57:37,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471.json used request id req-bc8d42e4-b6f1-4fc3-a3fe-e6498948852b 2018-08-13 09:57:37,187 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 1.4180560112s 2018-08-13 09:57:37,187 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/d3265b5e-ddd3-43b9-84c9-aca7c9077471.json used request id req-bc8d42e4-b6f1-4fc3-a3fe-e6498948852b 2018-08-13 09:57:37,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-08-13 09:57:37,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:37,260 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2550 X-Openstack-Request-Id: req-db904dab-e975-4fba-84bb-58cccdd20281 Date: Mon, 13 Aug 2018 09:57:37 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7d19937d-9234-49af-8311-13dcb45bf2e6","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:20:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T08:20:14Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"628883b3-1c92-4248-874b-7763246b5df2","subnetpool_id":null,"name":"networking-bgpvpn-subnet_a0c5fe8c-078d-431c-b859-59cb9c24664d"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:29:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"7032a297-0d02-48a8-878d-a09f30b216fb","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:30:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-13 09:57:37,260 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-db904dab-e975-4fba-84bb-58cccdd20281 2018-08-13 09:57:37,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0725448131561s 2018-08-13 09:57:37,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets.json used request id req-db904dab-e975-4fba-84bb-58cccdd20281 2018-08-13 09:57:37,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-08-13 09:57:37,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/628883b3-1c92-4248-874b-7763246b5df2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:38,082 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-40efe55d-8b6a-419d-b049-914c2d85203c Date: Mon, 13 Aug 2018 09:57:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 09:57:38,082 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/628883b3-1c92-4248-874b-7763246b5df2.json used request id req-40efe55d-8b6a-419d-b049-914c2d85203c 2018-08-13 09:57:38,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 0.819275140762s 2018-08-13 09:57:38,082 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/628883b3-1c92-4248-874b-7763246b5df2.json used request id req-40efe55d-8b6a-419d-b049-914c2d85203c 2018-08-13 09:57:38,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 09:57:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:38,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5769 X-Openstack-Request-Id: req-8ef8e3cd-4ea6-4a0a-84c4-dd38b8a85dd7 Date: Mon, 13 Aug 2018 09:57:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"7d19937d-9234-49af-8311-13dcb45bf2e6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:57:37Z","provider:segmentation_id":39,"name":"networking-bgpvpn-net_a0c5fe8c-078d-431c-b859-59cb9c24664d","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T08:20:14Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 09:57:38,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8ef8e3cd-4ea6-4a0a-84c4-dd38b8a85dd7 2018-08-13 09:57:38,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.106599807739s 2018-08-13 09:57:38,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json used request id req-8ef8e3cd-4ea6-4a0a-84c4-dd38b8a85dd7 2018-08-13 09:57:38,192 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-08-13 09:57:38,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/7d19937d-9234-49af-8311-13dcb45bf2e6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:39,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4ba03004-10fe-41d7-b86b-635c037623d0 Date: Mon, 13 Aug 2018 09:57:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 09:57:39,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/7d19937d-9234-49af-8311-13dcb45bf2e6.json used request id req-4ba03004-10fe-41d7-b86b-635c037623d0 2018-08-13 09:57:39,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.47134494781s 2018-08-13 09:57:39,664 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/7d19937d-9234-49af-8311-13dcb45bf2e6.json used request id req-4ba03004-10fe-41d7-b86b-635c037623d0 2018-08-13 09:57:39,668 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-08-13 09:57:39,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:39,693 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1410 Content-Type: application/json X-Openstack-Request-Id: req-7d137aae-4381-4fa3-8097-13cb87aecd38 Date: Mon, 13 Aug 2018 09:57:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T08:20:18Z", "file": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "629074fa-62f1-47da-85d3-b06fd5564963", "size": 12716032, "self": "/v2/images/629074fa-62f1-47da-85d3-b06fd5564963", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/629074fa-62f1-47da-85d3-b06fd5564963/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "networking-bgpvpn-img_a0c5fe8c-078d-431c-b859-59cb9c24664d", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-08-13T08:20:18Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-08-13 09:57:39,694 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7d137aae-4381-4fa3-8097-13cb87aecd38 2018-08-13 09:57:39,694 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250751972198s 2018-08-13 09:57:39,694 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images used request id req-7d137aae-4381-4fa3-8097-13cb87aecd38 2018-08-13 09:57:39,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-08-13 09:57:39,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/629074fa-62f1-47da-85d3-b06fd5564963 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:40,881 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-228287f3-df4e-4933-8745-34f502273caf Date: Mon, 13 Aug 2018 09:57:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 09:57:40,881 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/629074fa-62f1-47da-85d3-b06fd5564963 used request id req-228287f3-df4e-4933-8745-34f502273caf 2018-08-13 09:57:40,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.18549609184s 2018-08-13 09:57:40,881 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/629074fa-62f1-47da-85d3-b06fd5564963 used request id req-228287f3-df4e-4933-8745-34f502273caf 2018-08-13 09:57:40,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-08-13 09:57:40,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:40,904 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:57:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd4a1ae8-ddf9-45f5-a05b-4a3da51e63fc x-compute-request-id: req-fd4a1ae8-ddf9-45f5-a05b-4a3da51e63fc Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavors": [{"name": "networking-bgpvpn-flavor_a0c5fe8c-078d-431c-b859-59cb9c24664d", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "7ad66083-7b14-44c0-9f40-169f93741d7b"}]} 2018-08-13 09:57:40,904 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-fd4a1ae8-ddf9-45f5-a05b-4a3da51e63fc 2018-08-13 09:57:40,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224590301514s 2018-08-13 09:57:40,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail?is_public=None used request id req-fd4a1ae8-ddf9-45f5-a05b-4a3da51e63fc 2018-08-13 09:57:40,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-08-13 09:57:40,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}6ad8cf0be141abad0cf5801d73fbffeaee4face6" 2018-08-13 09:57:40,934 - keystoneauth.session - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 09:57:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c766658c-eeb7-4888-82cd-952a59ea33e3 x-compute-request-id: req-c766658c-eeb7-4888-82cd-952a59ea33e3 Content-Length: 0 Content-Type: application/json 2018-08-13 09:57:40,934 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b used request id req-c766658c-eeb7-4888-82cd-952a59ea33e3 2018-08-13 09:57:40,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0271220207214s 2018-08-13 09:57:40,934 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/7ad66083-7b14-44c0-9f40-169f93741d7b used request id req-c766658c-eeb7-4888-82cd-952a59ea33e3 2018-08-13 09:57:40,934 - xtesting.ci.run_tests - ERROR - The test case 'networking-bgpvpn' failed. 2018-08-13 09:57:40,990 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-08-13 09:57:41,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:57:41,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:57:41,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:57:41,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:57:41,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:57:41,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:57:41,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:57:41,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:57:41,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:57:41,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:57:41,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:57:41,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:57:41,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:57:41,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:57:41,043 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:57:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4382ea5b-96aa-48e1-acab-d6f83b3158ac Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:57:41,043 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4382ea5b-96aa-48e1-acab-d6f83b3158ac 2018-08-13 09:57:41,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:57:41,440 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:57:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["TP3w1OkFTw-7ixR6IhXVdA"], "issued_at": "2018-08-13T09:57:41.000000Z"}} 2018-08-13 09:57:41,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 09:57:41,443 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3ededb4623d4dbac4b9b4156280100e639598d4" 2018-08-13 09:57:41,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-018d33be-2cef-404f-9b52-d0f9634c4068 Date: Mon, 13 Aug 2018 09:57:41 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 09:57:41,796 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-018d33be-2cef-404f-9b52-d0f9634c4068 2018-08-13 09:57:41,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353165864944s 2018-08-13 09:57:41,796 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-018d33be-2cef-404f-9b52-d0f9634c4068 2018-08-13 09:57:41,797 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 09:57:44,749 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-13 09:57:47,842 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 7f308552-315c-4cfe-8c84-37f7cbb4d0ac | 2018-08-13T09:57:47.315220 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 7f308552-315c-4cfe-8c84-37f7cbb4d0ac ~/.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-08-13 09:57:51,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 09:57:51,755 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 09:57:54,567 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-13 09:57:58,501 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=f33820ea-57da-417b-a919-0190592ae505) as the default verifier for the future CLI operations. 2018-08-13 09:58:01,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-13 09:58:01,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}a3ededb4623d4dbac4b9b4156280100e639598d4" 2018-08-13 09:58:02,170 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-aaeddcbc-a364-4022-a845-29cb08d5c0f0 Date: Mon, 13 Aug 2018 09:58:02 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-13 09:58:02,170 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-aaeddcbc-a364-4022-a845-29cb08d5c0f0 2018-08-13 09:58:02,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.26994395256s 2018-08-13 09:58:02,171 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-aaeddcbc-a364-4022-a845-29cb08d5c0f0 2018-08-13 09:58:02,178 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-08-13 09:58:02,178 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-08-13 09:58:02,179 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-08-13 09:58:02,212 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-08-13 09:58:02,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:58:02,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:58:02,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:58:02,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:58:02,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:58:02,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:58:02,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:58:02,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:58:02,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:02,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29e55828-3318-49f3-b059-6ebccfdeb623 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:58:02,245 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-29e55828-3318-49f3-b059-6ebccfdeb623 2018-08-13 09:58:02,246 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:58:02,640 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:58:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["kldx5RZLS-6w_09C-4xzpw"], "issued_at": "2018-08-13T09:58:02.000000Z"}} 2018-08-13 09:58:02,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-08-13 09:58:02,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}943e9d4740a1c83456a12da416ad5c4b66fb9e50" 2018-08-13 09:58:02,983 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-a69e4abb-e16d-40f0-8474-b7c5da4a25fe Date: Mon, 13 Aug 2018 09:58:02 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"}]} 2018-08-13 09:58:02,983 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a69e4abb-e16d-40f0-8474-b7c5da4a25fe 2018-08-13 09:58:02,983 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.340262889862s 2018-08-13 09:58:02,983 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a69e4abb-e16d-40f0-8474-b7c5da4a25fe 2018-08-13 09:58:02,984 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 09:58:05,846 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-08-13 09:58:08,767 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 87b23764-7f83-4fe5-9c43-6cc4812e8d7c | 2018-08-13T09:58:08.375310 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 87b23764-7f83-4fe5-9c43-6cc4812e8d7c ~/.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-08-13 09:58:12,602 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 09:58:12,602 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 09:58:16,454 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-08-13 09:58:20,236 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=e3cac326-7820-4e31-9fe6-659538ab2fba) as the default verifier for the future CLI operations. 2018-08-13 09:58:23,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:23,761 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 09:58:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dbf253ea-7f6e-4b60-b665-e92e170ba784 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}]}} 2018-08-13 09:58:23,761 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/ used request id req-dbf253ea-7f6e-4b60-b665-e92e170ba784 2018-08-13 09:58:23,763 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-08-13 09:58:23,764 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357 -H "Accept: application/json" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:23,768 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 09:58:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-643e097d-c7c5-423d-bd43-74c3e7d90e2f Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-13 09:58:23,768 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-643e097d-c7c5-423d-bd43-74c3e7d90e2f 2018-08-13 09:58:23,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4:35357/v3/services -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}943e9d4740a1c83456a12da416ad5c4b66fb9e50" 2018-08-13 09:58:23,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7264db9-d54c-4523-b3f7-d4384a5832e1 Content-Encoding: gzip Content-Length: 856 Content-Type: application/json RESP BODY: {"services": [{"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/21f258c431e749459c4f12596fb8da87"}, "enabled": true, "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/24e3d49d06464bc0a438b9247830bd51"}, "enabled": true, "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2851f89e417a49aa8298932265f185d4"}, "enabled": true, "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/3135ebb18a0549dd8dde128abe17dbd0"}, "enabled": true, "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/37c435c3e7c7402d972abe4af3ddf2b0"}, "enabled": true, "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/48ba0449e2274d21886d1075c426d61e"}, "enabled": true, "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/70bc961f4c4d4e2da94e19e15342ba3a"}, "enabled": true, "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c72b13cd30045ceb8fcfeafb2c0f663"}, "enabled": true, "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/8c63c654d9c74964a2a5e2fdf67824cc"}, "enabled": true, "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/9caf46caed3c4622adf4e51538ff6ed3"}, "enabled": true, "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/acaffbd296ed4a5fb92763e0340a8aee"}, "enabled": true, "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b224a6c7857f440b9e8450598c683f3f"}, "enabled": true, "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/cd9c93a2f57b4bf9967bd67bdaf6ae3e"}, "enabled": true, "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/d517b3042144439b9f119b10c55b0f40"}, "enabled": true, "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/f982085f39784825954ee88c90d1e13a"}, "enabled": true, "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-08-13 09:58:23,948 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-e7264db9-d54c-4523-b3f7-d4384a5832e1 2018-08-13 09:58:23,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.185234069824s 2018-08-13 09:58:23,948 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-e7264db9-d54c-4523-b3f7-d4384a5832e1 2018-08-13 09:58:23,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-08-13 09:58:23,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/extensions.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "X-Auth-Token: {SHA1}943e9d4740a1c83456a12da416ad5c4b66fb9e50" 2018-08-13 09:58:24,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 8927 X-Openstack-Request-Id: req-e344330d-553d-40d6-a538-55f9d1418ce7 Date: Mon, 13 Aug 2018 09:58:24 GMT RESP BODY: {"extensions": [{"alias": "default-subnetpools", "updated": "2016-02-18T18:00:00-00:00", "name": "Default Subnetpools", "links": [], "description": "Provides ability to mark and use a subnetpool as the default."}, {"alias": "network-ip-availability", "updated": "2015-09-24T00:00:00-00:00", "name": "Network IP Availability", "links": [], "description": "Provides IP availability data for each network and subnet."}, {"alias": "network_availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Network Availability Zone", "links": [], "description": "Availability zone support for network."}, {"alias": "auto-allocated-topology", "updated": "2016-01-01T00:00:00-00:00", "name": "Auto Allocated Topology Services", "links": [], "description": "Auto Allocated Topology Services."}, {"alias": "ext-gw-mode", "updated": "2013-03-28T10:00:00-00:00", "name": "Neutron L3 Configurable external gateway mode", "links": [], "description": "Extension of the router abstraction for specifying whether SNAT should occur on the external gateway"}, {"alias": "binding", "updated": "2014-02-03T10:00:00-00:00", "name": "Port Binding", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "agent", "updated": "2013-02-03T10:00:00-00:00", "name": "agent", "links": [], "description": "The agent management extension."}, {"alias": "subnet_allocation", "updated": "2015-03-30T10:00:00-00:00", "name": "Subnet Allocation", "links": [], "description": "Enables allocation of subnets from a subnet pool"}, {"alias": "dhcp_agent_scheduler", "updated": "2013-02-07T10:00:00-00:00", "name": "DHCP Agent Scheduler", "links": [], "description": "Schedule networks among dhcp agents"}, {"alias": "trunk-details", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk port details", "links": [], "description": "Expose trunk port details"}, {"alias": "external-net", "updated": "2013-01-14T10:00:00-00:00", "name": "Neutron external network", "links": [], "description": "Adds external network attribute to network resource."}, {"alias": "flavors", "updated": "2015-09-17T10:00:00-00:00", "name": "Neutron Service Flavors", "links": [], "description": "Flavor specification for Neutron advanced services."}, {"alias": "net-mtu", "updated": "2015-03-25T10:00:00-00:00", "name": "Network MTU", "links": [], "description": "Provides MTU attribute for a network resource."}, {"alias": "availability_zone", "updated": "2015-01-01T10:00:00-00:00", "name": "Availability Zone", "links": [], "description": "The availability zone extension."}, {"alias": "quotas", "updated": "2012-07-29T10:00:00-00:00", "name": "Quota management support", "links": [], "description": "Expose functions for quotas management per tenant"}, {"alias": "standard-attr-tag", "updated": "2017-01-01T00:00:00-00:00", "name": "Tag support for resources with standard attribute: subnet, trunk, router, network, policy, subnetpool, port, security_group, floatingip", "links": [], "description": "Enables to set tag on resources with standard attribute."}, {"alias": "availability_zone_filter", "updated": "2018-06-22T10:00:00-00:00", "name": "Availability Zone Filter Extension", "links": [], "description": "Add filter parameters to AvailabilityZone resource"}, {"alias": "revision-if-match", "updated": "2016-12-11T00:00:00-00:00", "name": "If-Match constraints based on revision_number", "links": [], "description": "Extension indicating that If-Match based on revision_number is supported."}, {"alias": "provider", "updated": "2012-09-07T10:00:00-00:00", "name": "Provider Network", "links": [], "description": "Expose mapping of virtual networks to physical networks"}, {"alias": "multi-provider", "updated": "2013-06-27T10:00:00-00:00", "name": "Multi Provider Network", "links": [], "description": "Expose mapping of virtual networks to multiple physical networks"}, {"alias": "quota_details", "updated": "2017-02-10T10:00:00-00:00", "name": "Quota details management support", "links": [], "description": "Expose functions for quotas usage statistics per project"}, {"alias": "bgpvpn", "updated": "2014-06-10T17:00:00-00:00", "name": "BGPVPN Extension", "links": [], "description": "Provides support for BGP VPN interconnections"}, {"alias": "address-scope", "updated": "2015-07-26T10:00:00-00:00", "name": "Address scope", "links": [], "description": "Address scopes extension."}, {"alias": "trunk", "updated": "2016-01-01T10:00:00-00:00", "name": "Trunk Extension", "links": [], "description": "Provides support for trunk ports"}, {"alias": "extraroute", "updated": "2013-02-01T10:00:00-00:00", "name": "Neutron Extra Route", "links": [], "description": "Extra routes configuration for L3 router"}, {"alias": "net-mtu-writable", "updated": "2017-07-12T00:00:00-00:00", "name": "Network MTU (writable)", "links": [], "description": "Provides a writable MTU attribute for a network resource."}, {"alias": "empty-string-filtering", "updated": "2018-04-09T10:00:00-00:00", "name": "Empty String Filtering Extension", "links": [], "description": "Allow filtering by attributes with empty string value"}, {"alias": "subnet-service-types", "updated": "2016-03-15T18:00:00-00:00", "name": "Subnet service types", "links": [], "description": "Provides ability to set the subnet service_types field"}, {"alias": "port-mac-address-regenerate", "updated": "2018-05-03T10:00:00-00:00", "name": "Neutron Port MAC address regenerate", "links": [], "description": "Network port MAC address regenerate"}, {"alias": "standard-attr-timestamp", "updated": "2016-09-12T10:00:00-00:00", "name": "Resource timestamps", "links": [], "description": "Adds created_at and updated_at fields to all Neutron resources that have Neutron standard attributes."}, {"alias": "service-type", "updated": "2013-01-20T00:00:00-00:00", "name": "Neutron Service Type Management", "links": [], "description": "API for retrieving service providers for Neutron advanced services"}, {"alias": "port-security", "updated": "2012-07-23T10:00:00-00:00", "name": "Port Security", "links": [], "description": "Provides port security"}, {"alias": "extra_dhcp_opt", "updated": "2013-03-17T12:00:00-00:00", "name": "Neutron Extra DHCP options", "links": [], "description": "Extra options configuration for DHCP. For example PXE boot options to DHCP clients can be specified (e.g. tftp-server, server-ip-address, bootfile-name)"}, {"alias": "port-security-groups-filtering", "updated": "2018-01-09T09:00:00-00:00", "name": "Port filtering on security groups", "links": [], "description": "Provides security groups filtering when listing ports"}, {"alias": "standard-attr-revisions", "updated": "2016-04-11T10:00:00-00:00", "name": "Resource revision numbers", "links": [], "description": "This extension will display the revision number of neutron resources."}, {"alias": "pagination", "updated": "2016-06-12T00:00:00-00:00", "name": "Pagination support", "links": [], "description": "Extension that indicates that pagination is enabled."}, {"alias": "sorting", "updated": "2016-06-12T00:00:00-00:00", "name": "Sorting support", "links": [], "description": "Extension that indicates that sorting is enabled."}, {"alias": "security-group", "updated": "2012-10-05T10:00:00-00:00", "name": "security-group", "links": [], "description": "The security groups extension."}, {"alias": "rbac-policies", "updated": "2015-06-17T12:15:12-00:00", "name": "RBAC Policies", "links": [], "description": "Allows creation and modification of policies that control tenant access to resources."}, {"alias": "standard-attr-description", "updated": "2016-02-10T10:00:00-00:00", "name": "standard-attr-description", "links": [], "description": "Extension to add descriptions to standard attributes"}, {"alias": "ip-substring-filtering", "updated": "2017-11-28T09:00:00-00:00", "name": "IP address substring filtering", "links": [], "description": "Provides IP address substring filtering when listing ports"}, {"alias": "router", "updated": "2012-07-20T10:00:00-00:00", "name": "Neutron L3 Router", "links": [], "description": "Router abstraction for basic L3 forwarding between L2 Neutron networks and access to external networks via a NAT gateway."}, {"alias": "allowed-address-pairs", "updated": "2013-07-23T10:00:00-00:00", "name": "Allowed Address Pairs", "links": [], "description": "Provides allowed address pairs"}, {"alias": "binding-extended", "updated": "2017-07-17T10:00:00-00:00", "name": "Port Bindings Extended", "links": [], "description": "Expose port bindings of a virtual port to external application"}, {"alias": "project-id", "updated": "2016-09-09T09:09:09-09:09", "name": "project_id field enabled", "links": [], "description": "Extension that indicates that project_id field is enabled."}, {"alias": "dvr", "updated": "2014-06-1T10:00:00-00:00", "name": "Distributed Virtual Router", "links": [], "description": "Enables configuration of Distributed Virtual Routers."}]} 2018-08-13 09:58:24,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-e344330d-553d-40d6-a538-55f9d1418ce7 2018-08-13 09:58:24,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.254927158356s 2018-08-13 09:58:24,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/extensions.json used request id req-e344330d-553d-40d6-a538-55f9d1418ce7 2018-08-13 09:58:24,218 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-08-13 09:58:24,218 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-08-13 09:58:24,223 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 04:59 | PASS | | neutron-tempest-plugin-api | functest | smoke | 11:34 | FAIL | | rally_sanity | functest | smoke | 23:29 | FAIL | | patrole | functest | smoke | 02:10 | PASS | | vmtp | functest | smoke | 41:39 | FAIL | | shaker | functest | smoke | 65:18 | FAIL | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:18 | PASS | | networking-bgpvpn | functest | smoke | 97:18 | FAIL | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | | refstack_defcore | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-08-13 09:58:24,232 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-13 09:58:24,329 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 09:58:27,270 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-214 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-13 09:58:27,275 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.22,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=An1uA2EtqxlH8TyZwNtTXRj89 export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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 OS_PROJECT_ID=1dcb5dba3d6d42ea97f37319eab783f3 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=zUhynuowyEkaManBty737ymgK export OS_REGION_NAME=regionOne 2018-08-13 09:58:27,276 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-13 09:58:27,277 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +------------------+---------------+-------------------------------------------+------------------------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +------------------+---------------+-------------------------------------------+------------------------------------+ | features | 2 | Test suites from feature projects | doctor-notification bgpvpn | | | | integrated in functest | | +------------------+---------------+-------------------------------------------+------------------------------------+ 2018-08-13 09:58:27,301 - xtesting.ci.run_tests - INFO - Loading test case 'doctor-notification'... 2018-08-13 09:58:27,321 - xtesting.ci.run_tests - INFO - Running test case 'doctor-notification'... 2018-08-13 09:58:35,997 - xtesting.core.feature - INFO - Test result is stored in '/var/lib/xtesting/results/doctor-notification.log' 2018-08-13 09:58:35,998 - xtesting.core.feature - ERROR - Execute command: doctor-test failed 2018-08-13 09:58:36,122 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 09:58:36,122 - xtesting.ci.run_tests - INFO - Test result: +-----------------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------------+-----------------+------------------+----------------+ | doctor-notification | doctor | 00:09 | FAIL | +-----------------------------+-----------------+------------------+----------------+ 2018-08-13 09:58:36,127 - xtesting.ci.run_tests - ERROR - The test case 'doctor-notification' failed. 2018-08-13 09:58:36,159 - xtesting.ci.run_tests - INFO - Loading test case 'bgpvpn'... 2018-08-13 09:58:36,612 - xtesting.ci.run_tests - INFO - Running test case 'bgpvpn'... 2018-08-13 09:58:37,274 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:58:37,275 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:58:37,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:58:37,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:58:37,276 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:58:37,296 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:58:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:58:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:58:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:58:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:58:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:58:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:58:37,297 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:58:37,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 09:58:37,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:58:37,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:58:37,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:58:37,309 - sdnvpn.lib.openstack_utils - INFO - OS_IDENTITY_API_VERSION is set in env as '3' 2018-08-13 09:58:37,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:37,316 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-128ee094-fdda-4cee-859a-2b4031cdb195 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:58:37,316 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-128ee094-fdda-4cee-859a-2b4031cdb195 2018-08-13 09:58:37,317 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:58:37,704 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:58:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["v-bBpMdcQX6VLCpCPxx6kw"], "issued_at": "2018-08-13T09:58:37.000000Z"}} 2018-08-13 09:58:37,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ce604b4e8d17bb892ae52a979c5c76842de2a3a6" 2018-08-13 09:58:37,861 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-605dd877-9504-49d2-a2da-bb3f056360c6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:58:37,861 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-605dd877-9504-49d2-a2da-bb3f056360c6 2018-08-13 09:58:37,863 - 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.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:37,867 - keystoneauth.session - DEBUG - RESP: [300] Date: Mon, 13 Aug 2018 09:58:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd6ad03b-8df5-41c9-8bdd-329377ee0426 Content-Length: 266 Content-Type: application/json RESP BODY: {"versions": {"values": [{"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://192.30.9.4:35357/v3/", "rel": "self"}]}]}} 2018-08-13 09:58:37,867 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-dd6ad03b-8df5-41c9-8bdd-329377ee0426 2018-08-13 09:58:37,868 - 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}ce604b4e8d17bb892ae52a979c5c76842de2a3a6" 2018-08-13 09:58:38,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0a9b25fc-afd2-4849-be10-5131dd517b0c Content-Encoding: gzip Content-Length: 286 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": "admin tenant", "links": {"self": "http://192.30.9.4:35357/v3/projects/1dcb5dba3d6d42ea97f37319eab783f3"}, "tags": [], "enabled": true, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://192.30.9.4:35357/v3/projects/6bcb461c2c1f424bb247294430688f67"}, "tags": [], "enabled": true, "id": "6bcb461c2c1f424bb247294430688f67", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-08-13 09:58:38,040 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/projects used request id req-0a9b25fc-afd2-4849-be10-5131dd517b0c 2018-08-13 09:58:38,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:38,044 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c98e4d80-fd82-49c3-80a1-9ab613713849 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:58:38,044 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c98e4d80-fd82-49c3-80a1-9ab613713849 2018-08-13 09:58:38,044 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:58:38,442 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:58:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["2NFmFqw3RxKPL9xCcKjJSQ"], "issued_at": "2018-08-13T09:58:38.000000Z"}} 2018-08-13 09:58:38,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/quotas/1dcb5dba3d6d42ea97f37319eab783f3 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:38,708 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-3e8c862a-6afa-499a-8084-1e72b1897068 Date: Mon, 13 Aug 2018 09:58:38 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-08-13 09:58:38,708 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/quotas/1dcb5dba3d6d42ea97f37319eab783f3 used request id req-3e8c862a-6afa-499a-8084-1e72b1897068 2018-08-13 09:58:38,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:38,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fdf5e0fc-45b6-47b5-aed1-841863da0b57 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:58:38,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fdf5e0fc-45b6-47b5-aed1-841863da0b57 2018-08-13 09:58:38,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:58:39,102 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:58:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["-rKcRA89T3q8l6PHAqU2sw"], "issued_at": "2018-08-13T09:58:39.000000Z"}} 2018-08-13 09:58:39,104 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-quota-class-sets/default -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f004c394806145d0ea13f2bf53cd299e46345940" 2018-08-13 09:58:39,293 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09: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-ee912ba7-ff1b-4d41-9eca-65aba05ba976 x-compute-request-id: req-ee912ba7-ff1b-4d41-9eca-65aba05ba976 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-08-13 09:58:39,293 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-quota-class-sets/default used request id req-ee912ba7-ff1b-4d41-9eca-65aba05ba976 2018-08-13 09:58:39,293 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting net/subnet/port/router quota to unlimited 2018-08-13 09:58:39,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/quotas/1dcb5dba3d6d42ea97f37319eab783f3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" -d '{"quota": {"subnet": -1, "router": -1, "network": -1, "port": -1}}' 2018-08-13 09:58:39,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 198 X-Openstack-Request-Id: req-2f435723-0be5-4adb-97a5-ee59d14d4b54 Date: Mon, 13 Aug 2018 09:58:39 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-08-13 09:58:39,382 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/1dcb5dba3d6d42ea97f37319eab783f3 used request id req-2f435723-0be5-4adb-97a5-ee59d14d4b54 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:58:39,383 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:58:39,384 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:58:39,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:58:39,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:58:39,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:58:39,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-94c70276-0b2a-4e7e-a656-cbbbfbb868c4 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:58:39,391 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-94c70276-0b2a-4e7e-a656-cbbbfbb868c4 2018-08-13 09:58:39,391 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:58:39,786 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:58:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["hEpUe3qxRbWjevQPAfx63Q"], "issued_at": "2018-08-13T09:58:39.000000Z"}} 2018-08-13 09:58:39,789 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8154e5e60a5ccfad6ada589816ff16571da882f8" 2018-08-13 09:58:40,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09: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-b66f944b-cc21-440b-a997-09ada8e18fd8 x-compute-request-id: req-b66f944b-cc21-440b-a997-09ada8e18fd8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}]} 2018-08-13 09:58:40,052 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-b66f944b-cc21-440b-a997-09ada8e18fd8 2018-08-13 09:58:40,053 - sdnvpn.lib.openstack_utils - INFO - Using existing flavor 'm1.tiny'... 2018-08-13 09:58:40,054 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Setting instances quota class to unlimited 2018-08-13 09:58:40,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22: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}f004c394806145d0ea13f2bf53cd299e46345940" -d '{"quota_class_set": {"instances": -1}}' 2018-08-13 09:58:40,114 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:58:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ab27d1c-3b04-42be-ad9c-dca72c42e0d0 x-compute-request-id: req-6ab27d1c-3b04-42be-ad9c-dca72c42e0d0 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-08-13 09:58:40,115 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-class-sets/default used request id req-6ab27d1c-3b04-42be-ad9c-dca72c42e0d0 2018-08-13 09:58:40,115 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the Floating IP Addresses 2018-08-13 09:58:40,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:40,467 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 554 X-Openstack-Request-Id: req-f3fad50b-d4a7-4c4e-a58c-f23679a29702 Date: Mon, 13 Aug 2018 09:58:40 GMT RESP BODY: {"floatingips": [{"router_id": "14f29cd2-7377-4608-b206-014a82548dd8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T06:31:53Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "192.168.1.4", "floating_ip_address": "172.30.9.212", "revision_number": 0, "port_id": "97d21188-3ed0-450b-8fc7-f19ffced6b47", "id": "7f1bbc32-e8d2-405e-b4ec-63f51b14d3a8", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:31:53Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}]} 2018-08-13 09:58:40,467 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-f3fad50b-d4a7-4c4e-a58c-f23679a29702 2018-08-13 09:58:40,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/7f1bbc32-e8d2-405e-b4ec-63f51b14d3a8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:41,245 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-2f10fa05-bb17-4443-a2b7-16cd4522b4bc Content-Length: 0 Date: Mon, 13 Aug 2018 09:58:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 09:58:41,245 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/7f1bbc32-e8d2-405e-b4ec-63f51b14d3a8 used request id req-2f10fa05-bb17-4443-a2b7-16cd4522b4bc 2018-08-13 09:58:41,245 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Cleaning up the stale routers 2018-08-13 09:58:41,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:41,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4956 X-Openstack-Request-Id: req-558c7723-b80c-439e-af25-2b483f464453 Date: Mon, 13 Aug 2018 09:58:41 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.2"}],"id":"2283e9e5-e19f-4fa2-80f6-36118b6acedf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:4d:1a","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f27d3529-ef56-4e49-9961-9c8554ca8c68","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:03Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.1"}],"id":"360ccaac-80eb-444f-b946-07e7a840e6de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:cf:37","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:29:45Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","ip_address":"172.30.9.201"}],"id":"66e135e8-21ed-4c8f-a6f2-03f7c67de77c","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:c6:ad:16","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"","created_at":"2018-08-13T06:29:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.2"}],"id":"6d7c64e6-e35f-4377-a6d1-67f76ee63987","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:af:bf","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3c0ee642-e04c-42e2-9905-402562238f37","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:31:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.4"}],"id":"97d21188-3ed0-450b-8fc7-f19ffced6b47","security_groups":["d8320bfd-5de9-4b1f-8598-df9be640a6ce"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:5f:f5","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"13b97a19-f085-4c9f-8b4b-32f2eaff21c0","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.1"}],"id":"f7e68333-9bcf-4893-be1d-ff3fdaf81464","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:a3:6d","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:01Z","binding:vnic_type":"normal"}]} 2018-08-13 09:58:41,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-558c7723-b80c-439e-af25-2b483f464453 2018-08-13 09:58:41,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/ports/360ccaac-80eb-444f-b946-07e7a840e6de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:41,505 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-d3c5ab45-e75e-47f4-8d35-2c45d07b6fa6 Date: Mon, 13 Aug 2018 09:58:41 GMT RESP BODY: {"NeutronError": {"message": "Port 360ccaac-80eb-444f-b946-07e7a840e6de cannot be deleted directly via the port API: has device owner network:router_interface.", "type": "ServicePortInUse", "detail": ""}} 2018-08-13 09:58:41,505 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/360ccaac-80eb-444f-b946-07e7a840e6de used request id req-d3c5ab45-e75e-47f4-8d35-2c45d07b6fa6 2018-08-13 09:58:41,505 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port 360ccaac-80eb-444f-b946-07e7a840e6de cannot be deleted directly via the port API: has device owner network:router_interface.", "type": "ServicePortInUse", "detail": ""}} 2018-08-13 09:58:41,505 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_port(neutron_client, '360ccaac-80eb-444f-b946-07e7a840e6de')]: Port 360ccaac-80eb-444f-b946-07e7a840e6de cannot be deleted directly via the port API: has device owner network:router_interface. Neutron server returns request_ids: ['req-d3c5ab45-e75e-47f4-8d35-2c45d07b6fa6'] 2018-08-13 09:58:41,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/ports/f7e68333-9bcf-4893-be1d-ff3fdaf81464 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:41,682 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-dfc5aad3-1291-497e-8e60-8f6008742bf1 Date: Mon, 13 Aug 2018 09:58:41 GMT RESP BODY: {"NeutronError": {"message": "Port f7e68333-9bcf-4893-be1d-ff3fdaf81464 cannot be deleted directly via the port API: has device owner network:router_interface.", "type": "ServicePortInUse", "detail": ""}} 2018-08-13 09:58:41,683 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/ports/f7e68333-9bcf-4893-be1d-ff3fdaf81464 used request id req-dfc5aad3-1291-497e-8e60-8f6008742bf1 2018-08-13 09:58:41,683 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Port f7e68333-9bcf-4893-be1d-ff3fdaf81464 cannot be deleted directly via the port API: has device owner network:router_interface.", "type": "ServicePortInUse", "detail": ""}} 2018-08-13 09:58:41,683 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_port(neutron_client, 'f7e68333-9bcf-4893-be1d-ff3fdaf81464')]: Port f7e68333-9bcf-4893-be1d-ff3fdaf81464 cannot be deleted directly via the port API: has device owner network:router_interface. Neutron server returns request_ids: ['req-dfc5aad3-1291-497e-8e60-8f6008742bf1'] 2018-08-13 09:58:41,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:42,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1039 X-Openstack-Request-Id: req-fffdfe2b-838c-4ba5-9753-560393764a70 Date: Mon, 13 Aug 2018 09:58:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T06:30:03Z", "revision_number": 4, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f05d64d982f5472c8af86f8a4df7fb3e", "created_at": "2018-08-13T08:21:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T08:21:03Z", "revision_number": 0, "routes": [], "project_id": "f05d64d982f5472c8af86f8a4df7fb3e", "id": "34bdf393-1cac-4104-8fb9-981a53d44a22", "name": ""}]} 2018-08-13 09:58:42,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-fffdfe2b-838c-4ba5-9753-560393764a70 2018-08-13 09:58:42,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/14f29cd2-7377-4608-b206-014a82548dd8 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" -d '{"router": {"external_gateway_info": {}}}' 2018-08-13 09:58:43,098 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 457 X-Openstack-Request-Id: req-32384835-5da8-438f-bc1f-55edc678cea5 Date: Mon, 13 Aug 2018 09:58:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:58:42Z", "revision_number": 7, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}} 2018-08-13 09:58:43,099 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/14f29cd2-7377-4608-b206-014a82548dd8 used request id req-32384835-5da8-438f-bc1f-55edc678cea5 2018-08-13 09:58:43,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/14f29cd2-7377-4608-b206-014a82548dd8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:43,663 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 129 X-Openstack-Request-Id: req-a2c5e68f-ff17-4933-b2b2-bcdbdbd63dc1 Date: Mon, 13 Aug 2018 09:58:43 GMT RESP BODY: {"NeutronError": {"message": "Router 14f29cd2-7377-4608-b206-014a82548dd8 still has ports", "type": "RouterInUse", "detail": ""}} 2018-08-13 09:58:43,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/14f29cd2-7377-4608-b206-014a82548dd8 used request id req-a2c5e68f-ff17-4933-b2b2-bcdbdbd63dc1 2018-08-13 09:58:43,664 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Router 14f29cd2-7377-4608-b206-014a82548dd8 still has ports", "type": "RouterInUse", "detail": ""}} 2018-08-13 09:58:43,664 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_router(neutron_client, '14f29cd2-7377-4608-b206-014a82548dd8')]: Router 14f29cd2-7377-4608-b206-014a82548dd8 still has ports Neutron server returns request_ids: ['req-a2c5e68f-ff17-4933-b2b2-bcdbdbd63dc1'] 2018-08-13 09:58:43,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/34bdf393-1cac-4104-8fb9-981a53d44a22 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" -d '{"router": {"external_gateway_info": {}}}' 2018-08-13 09:58:43,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 409 X-Openstack-Request-Id: req-454a2144-1b52-4eaf-acc5-af54a7a48af2 Date: Mon, 13 Aug 2018 09:58:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "f05d64d982f5472c8af86f8a4df7fb3e", "created_at": "2018-08-13T08:21:03Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:58:43Z", "revision_number": 1, "routes": [], "project_id": "f05d64d982f5472c8af86f8a4df7fb3e", "id": "34bdf393-1cac-4104-8fb9-981a53d44a22", "name": ""}} 2018-08-13 09:58:43,985 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/34bdf393-1cac-4104-8fb9-981a53d44a22 used request id req-454a2144-1b52-4eaf-acc5-af54a7a48af2 2018-08-13 09:58:43,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/34bdf393-1cac-4104-8fb9-981a53d44a22 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5ee47bb71c802d7e8e0d89d421e5afa74000629e" 2018-08-13 09:58:44,734 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce651a52-1f00-40b0-a471-04253553f05b Content-Length: 0 Date: Mon, 13 Aug 2018 09:58:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 09:58:44,734 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/34bdf393-1cac-4104-8fb9-981a53d44a22 used request id req-ce651a52-1f00-40b0-a471-04253553f05b 2018-08-13 09:58:44,809 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest' 2018-08-13 09:58:44,810 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================ 2018-08-13 09:58:44,810 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.run_tempest 2018-08-13 09:58:44,864 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.run_tempest main method 2018-08-13 09:58:44,864 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-08-13 09:58:50,290 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0cf25c1a-a0d8-4e31-aacf-86b2946f1ab5 | 2018-08-13T09:58:49.863785 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0cf25c1a-a0d8-4e31-aacf-86b2946f1ab5 ~/.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-08-13 09:58:54,042 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment check -------------------------------------------------------------------------------- Platform openstack: -------------------------------------------------------------------------------- Available services: +-------------+----------------+-----------+ | Service | Service Type | Status | +-------------+----------------+-----------+ | __unknown__ | alarming | Available | | __unknown__ | event | Available | | __unknown__ | placement | 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 | | swift | object-store | Available | +-------------+----------------+-----------+ 2018-08-13 09:58:54,043 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-08-13 09:59:00,087 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify create-verifier --source /src/tempest --name opnfv-tempest --type tempest --system-wide Using verifier 'opnfv-tempest' (UUID=00f814d7-377b-4126-af8c-bb6fa7075ec6) as the default verifier for the future CLI operations. 2018-08-13 09:59:06,987 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-08-13 09:59:06,987 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-08-13 09:59:06,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:59:06,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:59:06,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:59:06,988 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:59:06,989 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:59:06,990 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:59:06,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:59:06,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:59:06,991 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:59:06,992 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 09:59:07,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:59:07,019 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:59:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8791c3d-b175-437d-a43e-3de4e3ec9c4e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:59:07,019 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d8791c3d-b175-437d-a43e-3de4e3ec9c4e 2018-08-13 09:59:07,020 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:07,415 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["rQu-ZzKzRLWPeg3SKxIBZQ"], "issued_at": "2018-08-13T09:59:07.000000Z"}} 2018-08-13 09:59:07,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ecafd3b30fe325279aaa60941f265343ecd4dbb" 2018-08-13 09:59:07,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-12cde432-02b4-4001-a206-828c511e275c Date: Mon, 13 Aug 2018 09:59:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 09:59:07,683 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-12cde432-02b4-4001-a206-828c511e275c 2018-08-13 09:59:07,683 - sdnvpn.lib.openstack_utils - INFO - Creating image 'bgpvpn-tempest-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 09:59:07,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ecafd3b30fe325279aaa60941f265343ecd4dbb" 2018-08-13 09:59:07,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-542f6201-b5af-4952-8eb6-52178636d6a6 Date: Mon, 13 Aug 2018 09:59:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 09:59:07,692 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-542f6201-b5af-4952-8eb6-52178636d6a6 2018-08-13 09:59:07,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}7ecafd3b30fe325279aaa60941f265343ecd4dbb" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "bgpvpn-tempest-image", "visibility": "public"}' 2018-08-13 09:59:07,769 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 646 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/18ee54c4-f987-4813-99e4-517d5881ce3f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d8ee861c-a0d3-49b3-b9cd-6f90f944cdc5 Date: Mon, 13 Aug 2018 09:59:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T09:59:07Z", "file": "/v2/images/18ee54c4-f987-4813-99e4-517d5881ce3f/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "size": null, "self": "/v2/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "bgpvpn-tempest-image", "checksum": null, "created_at": "2018-08-13T09:59:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 09:59:07,769 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-d8ee861c-a0d3-49b3-b9cd-6f90f944cdc5 2018-08-13 09:59:07,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/18ee54c4-f987-4813-99e4-517d5881ce3f/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}7ecafd3b30fe325279aaa60941f265343ecd4dbb" -d '' 2018-08-13 09:59:08,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4912d074-666f-45bc-9ba6-63809028ac2d Date: Mon, 13 Aug 2018 09:59:08 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 09:59:08,905 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/18ee54c4-f987-4813-99e4-517d5881ce3f/file used request id req-4912d074-666f-45bc-9ba6-63809028ac2d 2018-08-13 09:59:08,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 09:59:08,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 09:59:08,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 09:59:08,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 09:59:08,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 09:59:08,906 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 09:59:08,907 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 09:59:08,908 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 09:59:08,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 09:59:08,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:59:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c6f7ad73-33cf-4247-b145-771336faa526 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 09:59:08,916 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c6f7ad73-33cf-4247-b145-771336faa526 2018-08-13 09:59:08,917 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:09,340 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["qW-EM5O9R_24iUrk0pAfhw"], "issued_at": "2018-08-13T09:59:09.000000Z"}} 2018-08-13 09:59:09,343 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0f64db3d2a9cd07ea49b4ba0feaa4fabc2df82d9" 2018-08-13 09:59:09,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 09:59: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-36c30820-0c8d-42f6-883c-e3af1ae3d293 x-compute-request-id: req-36c30820-0c8d-42f6-883c-e3af1ae3d293 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}]} 2018-08-13 09:59:09,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-36c30820-0c8d-42f6-883c-e3af1ae3d293 2018-08-13 09:59:09,615 - sdnvpn-tempest - INFO - Copying tempest.conf to /root/.rally/verification/verifier-00f814d7-377b-4126-af8c-bb6fa7075ec6/for-deployment-0cf25c1a-a0d8-4e31-aacf-86b2946f1ab5/bgpvpn_tempest.conf. 2018-08-13 09:59:09,617 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-00f814d7-377b-4126-af8c-bb6fa7075ec6/for-deployment-0cf25c1a-a0d8-4e31-aacf-86b2946f1ab5/bgpvpn_tempest.conf with bgpvpn=True 2018-08-13 09:59:09,617 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-00f814d7-377b-4126-af8c-bb6fa7075ec6/for-deployment-0cf25c1a-a0d8-4e31-aacf-86b2946f1ab5/bgpvpn_tempest.conf with flavor_id be104096-45d9-4f93-be78-2966d8ab9c2c 2018-08-13 09:59:09,618 - sdnvpn-tempest - DEBUG - Updating /root/.rally/verification/verifier-00f814d7-377b-4126-af8c-bb6fa7075ec6/for-deployment-0cf25c1a-a0d8-4e31-aacf-86b2946f1ab5/bgpvpn_tempest.conf with image_id 18ee54c4-f987-4813-99e4-517d5881ce3f 2018-08-13 09:59:09,618 - sdnvpn-tempest - INFO - Configuring default tempest conf file 2018-08-13 09:59:09,621 - sdnvpn-tempest - INFO - Executing: tempest run -t --regex networking_bgpvpn_tempest --config-file /etc/tempest/tempest.conf 2018-08-13 11:39:25,815 - sdnvpn-tempest - DEBUG - 2018-08-13 09:59:14.552 63 INFO tempest [-] Using tempest config file /etc/tempest/tempest.conf 2018-08-13 09:59:14.554 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2876 2018-08-13 09:59:14.554 63 DEBUG tempest [-] Configuration options gathered from: log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2877 2018-08-13 09:59:14.554 63 DEBUG tempest [-] command line args: [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2878 2018-08-13 09:59:14.554 63 DEBUG tempest [-] config files: ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2880 2018-08-13 09:59:14.554 63 DEBUG tempest [-] ================================================================================ log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2881 2018-08-13 09:59:14.554 63 DEBUG tempest [-] config_dir = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.554 63 DEBUG tempest [-] config_file = ['/etc/tempest/tempest.conf'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.554 63 DEBUG tempest [-] debug = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.555 63 DEBUG tempest [-] default_log_levels = ['amqp=WARN', 'amqplib=WARN', 'boto=WARN', 'qpid=WARN', 'sqlalchemy=WARN', 'suds=INFO', 'oslo.messaging=INFO', 'oslo_messaging=INFO', 'iso8601=WARN', 'requests.packages.urllib3.connectionpool=WARN', 'urllib3.connectionpool=WARN', 'websocket=WARN', 'requests.packages.urllib3.util.retry=WARN', 'urllib3.util.retry=WARN', 'keystonemiddleware=WARN', 'routes.middleware=WARN', 'stevedore=WARN', 'taskflow=WARN', 'keystoneauth=WARN', 'oslo.cache=INFO', 'dogpile.core.dogpile=INFO'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.555 63 DEBUG tempest [-] instance_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.555 63 DEBUG tempest [-] instance_uuid_format = [instance: %(uuid)s] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.555 63 DEBUG tempest [-] log_config_append = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.555 63 DEBUG tempest [-] log_date_format = %Y-%m-%d %H:%M:%S log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.555 63 DEBUG tempest [-] log_dir = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.555 63 DEBUG tempest [-] log_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] logging_context_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [%(request_id)s %(user_identity)s] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] logging_debug_format_suffix = %(funcName)s %(pathname)s:%(lineno)d log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] logging_default_format_string = %(asctime)s.%(msecs)03d %(process)d %(levelname)s %(name)s [-] %(instance)s%(message)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] logging_exception_prefix = %(asctime)s.%(msecs)03d %(process)d ERROR %(name)s %(instance)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] logging_user_identity_format = %(user)s %(tenant)s %(domain)s %(user_domain)s %(project_domain)s log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] pause_teardown = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] publish_errors = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] rate_limit_burst = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.556 63 DEBUG tempest [-] rate_limit_except_level = CRITICAL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] rate_limit_interval = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] syslog_log_facility = LOG_USER log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] use_journal = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] use_json = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] use_stderr = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] use_syslog = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] watch_log_file = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2890 2018-08-13 09:59:14.557 63 DEBUG tempest [-] volume-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.api_v1 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.backup = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.clone = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.extend_attached_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.manage_snapshot = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.manage_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.558 63 DEBUG tempest [-] volume-feature-enabled.multi_backend = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] volume-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] bgpvpn.max_asn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] bgpvpn.max_nn = 200 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] bgpvpn.min_asn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] bgpvpn.min_nn = 100 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] image-feature-enabled.api_v1 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] image-feature-enabled.api_v2 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.559 63 DEBUG tempest [-] compute.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.catalog_type = compute log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.fixed_network_name = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.flavor_ref = be104096-45d9-4f93-be78-2966d8ab9c2c log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.flavor_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.hypervisor_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.image_ref = 18ee54c4-f987-4813-99e4-517d5881ce3f log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.560 63 DEBUG tempest [-] compute.image_ref_alt = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] compute.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] compute.min_compute_nodes = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] compute.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] compute.ready_wait = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] compute.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] compute.shelved_offload_time = 0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] compute.volume_device_name = vdb log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.561 63 DEBUG tempest [-] service-clients.http_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 DEBUG tempest [-] service-clients.proxy_url = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 DEBUG tempest [-] scenario.aki_img_file = cirros-0.3.1-x86_64-vmlinuz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 DEBUG tempest [-] scenario.ami_img_file = cirros-0.3.1-x86_64-blank.img log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 DEBUG tempest [-] scenario.ari_img_file = cirros-0.3.1-x86_64-initrd log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 DEBUG tempest [-] scenario.dhcp_client = udhcpc log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 DEBUG tempest [-] scenario.img_container_format = bare log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 WARNING oslo_config.cfg [-] Option "img_dir" from group "scenario" is deprecated for removal. Its value may be silently ignored in the future. 2018-08-13 09:59:14.562 63 DEBUG tempest [-] scenario.img_dir = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.562 63 DEBUG tempest [-] scenario.img_disk_format = qcow2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.563 63 DEBUG tempest [-] scenario.img_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.563 63 DEBUG tempest [-] scenario.img_properties = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.563 63 DEBUG tempest [-] image.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.563 63 DEBUG tempest [-] image.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.563 63 DEBUG tempest [-] image.catalog_type = image log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.563 63 DEBUG tempest [-] image.container_formats = ['ami', 'ari', 'aki', 'bare', 'ovf', 'ova'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.563 63 DEBUG tempest [-] image.disk_formats = ['ami', 'ari', 'aki', 'vhd', 'vmdk', 'raw', 'qcow2', 'vdi', 'iso', 'vhdx'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] image.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] image.http_image = http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] image.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] identity-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] identity-feature-enabled.api_v2 = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] identity-feature-enabled.api_v2_admin = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] identity-feature-enabled.api_v3 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] identity-feature-enabled.domain_specific_drivers = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.564 63 DEBUG tempest [-] identity-feature-enabled.security_compliance = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] identity-feature-enabled.trust = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] auth.admin_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] auth.admin_password = **** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] auth.admin_project_name = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] auth.admin_username = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] auth.create_isolated_networks = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] auth.default_credentials_domain_name = Default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.565 63 DEBUG tempest [-] auth.tempest_roles = [] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] auth.test_accounts_file = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] auth.use_dynamic_credentials = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] volume.backend_names = ['BACKEND_1', 'BACKEND_2'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] volume.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] volume.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] volume.catalog_type = volume log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] volume.disk_format = raw log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.566 63 DEBUG tempest [-] volume.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.manage_snapshot_ref = ['source-name', '_snapshot-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.manage_volume_ref = ['source-name', 'volume-%s'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.max_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.min_microversion = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.storage_protocol = iSCSI log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.vendor_name = Open Source log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.567 63 DEBUG tempest [-] volume.volume_size = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] debug.trace_requests = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] object-storage-feature-enabled.container_sync = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] object-storage-feature-enabled.discoverability = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] object-storage-feature-enabled.discoverable_apis = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] object-storage-feature-enabled.object_versioning = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] oslo_concurrency.disable_process_locking = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] oslo_concurrency.lock_path = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] object-storage.catalog_type = object-store log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.568 63 DEBUG tempest [-] object-storage.cluster_name = name1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.569 63 DEBUG tempest [-] object-storage.container_sync_interval = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.569 63 DEBUG tempest [-] object-storage.container_sync_timeout = 600 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.569 63 DEBUG tempest [-] object-storage.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.569 63 DEBUG tempest [-] object-storage.operator_role = Member log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.569 63 DEBUG tempest [-] object-storage.realm_name = realm1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.569 63 DEBUG tempest [-] object-storage.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.569 63 DEBUG tempest [-] object-storage.reseller_admin_role = ResellerAdmin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] network-feature-enabled.api_extensions = ['default-subnetpools', 'network-ip-availability', 'network_availability_zone', 'auto-allocated-topology', 'ext-gw-mode', 'binding', 'agent', 'subnet_allocation', 'dhcp_agent_scheduler', 'trunk-details', 'external-net', 'flavors', 'net-mtu', 'availability_zone', 'quotas', 'standard-attr-tag', 'availability_zone_filter', 'revision-if-match', 'provider', 'multi-provider', 'quota_details', 'bgpvpn', 'address-scope', 'trunk', 'extraroute', 'net-mtu-writable', 'empty-string-filtering', 'subnet-service-types', 'port-mac-address-regenerate', 'standard-attr-timestamp', 'service-type', 'port-security', 'extra_dhcp_opt', 'port-security-groups-filtering', 'standard-attr-revisions', 'pagination', 'sorting', 'security-group', 'rbac-policies', 'standard-attr-description', 'ip-substring-filtering', 'router', 'allowed-address-pairs', 'binding-extended', 'project-id', 'dvr'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] network-feature-enabled.floating_ips = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] network-feature-enabled.ipv6 = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] network-feature-enabled.ipv6_subnet_attributes = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] network-feature-enabled.port_admin_state_change = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] network-feature-enabled.port_security = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] validation.auth_method = keypair log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.570 63 DEBUG tempest [-] validation.connect_method = floating log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.connect_timeout = 60 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.floating_ip_range = 10.0.0.0/29 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.image_ssh_password = password log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.image_ssh_user = cirros log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.ip_version_for_ssh = 4 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.network_for_ssh = public log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.ping_count = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.ping_size = 56 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.571 63 DEBUG tempest [-] validation.ping_timeout = 120 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] validation.run_validation = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] validation.security_group = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] validation.security_group_rules = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] validation.ssh_shell_prologue = set -eu -o pipefail; PATH=$PATH:/sbin; log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] validation.ssh_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] service_available.cinder = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] service_available.glance = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.572 63 DEBUG tempest [-] service_available.neutron = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] service_available.nova = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] service_available.swift = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] compute-feature-enabled.api_extensions = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] compute-feature-enabled.attach_encrypted_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] compute-feature-enabled.block_migrate_cinder_iscsi = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] compute-feature-enabled.block_migration_for_live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] compute-feature-enabled.change_password = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] compute-feature-enabled.cold_migration = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.573 63 DEBUG tempest [-] compute-feature-enabled.config_drive = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.console_output = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.disk_config = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.enable_instance_password = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.interface_attach = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.live_migrate_back_and_forth = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.metadata_service = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.574 63 DEBUG tempest [-] compute-feature-enabled.nova_cert = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.pause = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.personality = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.rdp_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.rescue = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.resize = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.scheduler_available_filters = ['all'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.serial_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.shelve = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.575 63 DEBUG tempest [-] compute-feature-enabled.snapshot = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] compute-feature-enabled.spice_console = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] compute-feature-enabled.suspend = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] compute-feature-enabled.swap_volume = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] compute-feature-enabled.vnc_console = True log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] compute-feature-enabled.volume_backed_live_migration = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] compute-feature-enabled.volume_multiattach = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] identity.admin_domain_scope = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] identity.admin_role = admin log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.576 63 DEBUG tempest [-] identity.auth_version = v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.ca_certificates_file = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.catalog_type = identity log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.default_domain_id = default log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.disable_ssl_certificate_validation = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.region = regionOne log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.uri = http://172.30.9.22:5000/v2.0 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.uri_v3 = http://172.30.9.22:5000/v3 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.577 63 DEBUG tempest [-] identity.user_lockout_duration = 5 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] identity.user_lockout_failure_attempts = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] identity.user_unique_last_password_count = 2 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] identity.v2_admin_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] identity.v2_public_endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] identity.v3_endpoint_type = adminURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] network.build_interval = 1 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] network.build_timeout = 300 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] network.catalog_type = network log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.578 63 DEBUG tempest [-] network.default_network = ['1.0.0.0/16', '2.0.0.0/16'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.dns_servers = ['8.8.8.8', '8.8.4.4'] log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.endpoint_type = publicURL log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.floating_network_name = external log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.port_profile = {} log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.port_vnic_type = None log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.project_network_cidr = 10.100.0.0/16 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.project_network_mask_bits = 28 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.579 63 DEBUG tempest [-] network.project_network_v6_cidr = 2003::/48 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.580 63 DEBUG tempest [-] network.project_network_v6_mask_bits = 64 log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.580 63 DEBUG tempest [-] network.project_networks_reachable = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.580 63 DEBUG tempest [-] network.public_network_id = 8796fccd-8b13-4235-9a19-2e128d43a69d log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.580 63 DEBUG tempest [-] network.public_router_id = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.580 63 DEBUG tempest [-] network.region = log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.580 63 DEBUG tempest [-] network.shared_physical_network = False log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2898 2018-08-13 09:59:14.580 63 DEBUG tempest [-] ******************************************************************************** log_opt_values /usr/lib/python2.7/site-packages/oslo_config/cfg.py:2900 2018-08-13 09:59:14.581 63 DEBUG tempest.lib.services.clients [-] Successfully registered plugin __tempest__ in the service client registry with configuration: [{'name': 'volume_v1', 'service': 'volume', 'service_version': 'volume.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v1', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'compute', 'service': 'compute', 'service_version': 'compute', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.compute', 'client_names': ['AgentsClient', 'AggregatesClient', 'AvailabilityZoneClient', 'BaremetalNodesClient', 'CertificatesClient', 'ExtensionsClient', 'FixedIPsClient', 'FlavorsClient', 'FloatingIPPoolsClient', 'FloatingIPsBulkClient', 'FloatingIPsClient', 'HostsClient', 'HypervisorClient', 'ImagesClient', 'InstanceUsagesAuditLogClient', 'InterfacesClient', 'KeyPairsClient', 'LimitsClient', 'MigrationsClient', 'NetworksClient', 'QuotaClassesClient', 'QuotasClient', 'SecurityGroupDefaultRulesClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServerGroupsClient', 'ServersClient', 'ServicesClient', 'SnapshotsClient', 'TenantNetworksClient', 'TenantUsagesClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'network', 'service': 'network', 'service_version': 'network', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.network', 'client_names': ['AgentsClient', 'ExtensionsClient', 'FloatingIPsClient', 'MeteringLabelRulesClient', 'MeteringLabelsClient', 'NetworksClient', 'NetworkVersionsClient', 'PortsClient', 'QuotasClient', 'RoutersClient', 'SecurityGroupRulesClient', 'SecurityGroupsClient', 'ServiceProvidersClient', 'SubnetpoolsClient', 'SubnetsClient', 'TagsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v2', 'service': 'image', 'service_version': 'image.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v2', 'client_names': ['ImageMembersClient', 'ImagesClient', 'NamespaceObjectsClient', 'NamespacePropertiesClient', 'NamespaceTagsClient', 'NamespacesClient', 'ResourceTypesClient', 'SchemasClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'image_v1', 'service': 'image', 'service_version': 'image.v1', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.image.v1', 'client_names': ['ImageMembersClient', 'ImagesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'object_storage', 'service': 'object-store', 'service_version': 'object-storage', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.object_storage', 'client_names': ['AccountClient', 'BulkMiddlewareClient', 'CapabilitiesClient', 'ContainerClient', 'ObjectClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v3', 'service': 'volume', 'service_version': 'volume.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v3', 'client_names': ['BackupsClient', 'BaseClient', 'GroupsClient', 'GroupSnapshotsClient', 'GroupTypesClient', 'MessagesClient', 'SnapshotsClient', 'VersionsClient', 'VolumesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'volume_v2', 'service': 'volume', 'service_version': 'volume.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'endpoint_type': 'publicURL', 'ca_certs': '', 'module_path': 'tempest.lib.services.volume.v2', 'client_names': ['AvailabilityZoneClient', 'BackupsClient', 'EncryptionTypesClient', 'ExtensionsClient', 'HostsClient', 'QosSpecsClient', 'QuotasClient', 'ServicesClient', 'SnapshotsClient', 'TypesClient', 'VolumesClient', 'LimitsClient', 'CapabilitiesClient', 'SchedulerStatsClient', 'SnapshotManageClient', 'VolumeManageClient', 'TransfersClient', 'QuotaClassesClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v3', 'service': 'identity', 'service_version': 'identity.v3', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v3', 'client_names': ['CatalogClient', 'CredentialsClient', 'DomainsClient', 'DomainConfigurationClient', 'EndPointGroupsClient', 'EndPointsClient', 'EndPointsFilterClient', 'GroupsClient', 'IdentityClient', 'InheritedRolesClient', 'OAUTHConsumerClient', 'OAUTHTokenClient', 'PoliciesClient', 'ProjectsClient', 'RegionsClient', 'RoleAssignmentsClient', 'RolesClient', 'ServicesClient', 'V3TokenClient', 'TrustsClient', 'UsersClient', 'VersionsClient'], 'disable_ssl_certificate_validation': False}, {'name': 'identity_v2', 'service': 'identity', 'service_version': 'identity.v2', 'http_timeout': 60, 'region': 'regionOne', 'proxy_url': None, 'build_timeout': 300, 'build_interval': 1, 'trace_requests': '', 'ca_certs': '', 'module_path': 'tempest.lib.services.identity.v2', 'client_names': ['EndpointsClient', 'IdentityClient', 'RolesClient', 'ServicesClient', 'TenantsClient', 'TokenClient', 'UsersClient'], 'disable_ssl_certificate_validation': False}] register_service_client /src/tempest/tempest/lib/services/clients.py:123 2018-08-13 09:59:15.232 63 INFO tempest.lib.common.rest_client [req-a6b495ff-a825-4107-a1e8-f37805bcd811 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:15.233 63 DEBUG tempest.lib.common.rest_client [req-a6b495ff-a825-4107-a1e8-f37805bcd811 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6b495ff-a825-4107-a1e8-f37805bcd811'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "8317614 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:15.628 63 INFO tempest.lib.common.rest_client [req-72c73e5d-d7ff-4862-90ed-35d9d28d3247 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:15.629 63 DEBUG tempest.lib.common.rest_client [req-72c73e5d-d7ff-4862-90ed-35d9d28d3247 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72c73e5d-d7ff-4862-90ed-35d9d28d3247'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "8317614 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:15.808 63 INFO tempest.lib.common.rest_client [req-7d7eb727-0453-4318-9bd0-427cec186257 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/domains?name=Default 0.177s 2018-08-13 09:59:15.808 63 DEBUG tempest.lib.common.rest_client [req-7d7eb727-0453-4318-9bd0-427cec186257 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '284', 'content-location': 'http://192.30.9.4:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7d7eb727-0453-4318-9bd0-427cec186257'} Body: {"domains": [{"description": "The default domain", "links": {"self": "http://192.30.9.4:35357/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://192.30.9.4:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:16.012 63 INFO tempest.lib.common.rest_client [req-7f547bd5-c729-4ba7-9e9b-08ee18b988b1 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.198s 2018-08-13 09:59:16.013 63 DEBUG tempest.lib.common.rest_client [req-7f547bd5-c729-4ba7-9e9b-08ee18b988b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-682264098-desc", "name": "tempest-BgpvpnTest-682264098", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f547bd5-c729-4ba7-9e9b-08ee18b988b1'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-682264098-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/5bd6b4a42c2a4993abfd392c5d82a696"}, "tags": [], "enabled": true, "id": "5bd6b4a42c2a4993abfd392c5d82a696", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-682264098"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:16.456 63 INFO tempest.lib.common.rest_client [req-00e69898-fbbd-437c-b87f-2a71d4512931 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.442s 2018-08-13 09:59:16.456 63 DEBUG tempest.lib.common.rest_client [req-00e69898-fbbd-437c-b87f-2a71d4512931 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "T7!0ww7a#pw%s&&", "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-BgpvpnTest-682264098", "email": "tempest-BgpvpnTest-869726122@example.com"}} Response - Headers: {'status': '201', u'content-length': '368', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00e69898-fbbd-437c-b87f-2a71d4512931'} Body: {"user": {"name": "tempest-BgpvpnTest-682264098", "links": {"self": "http://192.30.9.4:35357/v3/users/499ceaad6268469bb341b49b9abde5b6"}, "domain_id": "default", "enabled": true, "options": {}, "id": "499ceaad6268469bb341b49b9abde5b6", "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "email": "tempest-BgpvpnTest-869726122@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:16.626 63 INFO tempest.lib.common.rest_client [req-4420b717-e462-4587-aa98-0332f40fb961 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.168s 2018-08-13 09:59:16.626 63 DEBUG tempest.lib.common.rest_client [req-4420b717-e462-4587-aa98-0332f40fb961 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4420b717-e462-4587-aa98-0332f40fb961'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:16.725 63 INFO tempest.lib.common.rest_client [req-1192d291-cdf5-441a-89c9-439733742c31 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.098s 2018-08-13 09:59:16.725 63 DEBUG tempest.lib.common.rest_client [req-1192d291-cdf5-441a-89c9-439733742c31 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1192d291-cdf5-441a-89c9-439733742c31'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:16.931 63 INFO tempest.lib.common.rest_client [req-06bd8ed5-3041-4425-9b7c-818959ac9a62 ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/5bd6b4a42c2a4993abfd392c5d82a696/users/499ceaad6268469bb341b49b9abde5b6/roles/178c76b5dcf840798988d37683e957fc 0.205s 2018-08-13 09:59:16.932 63 DEBUG tempest.lib.common.rest_client [req-06bd8ed5-3041-4425-9b7c-818959ac9a62 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5bd6b4a42c2a4993abfd392c5d82a696/users/499ceaad6268469bb341b49b9abde5b6/roles/178c76b5dcf840798988d37683e957fc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:16 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-06bd8ed5-3041-4425-9b7c-818959ac9a62'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:16.932 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-682264098', 'project_name': u'tempest-BgpvpnTest-682264098', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5bd6b4a42c2a4993abfd392c5d82a696', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-682264098', 'user_id': u'499ceaad6268469bb341b49b9abde5b6', 'project_id': u'5bd6b4a42c2a4993abfd392c5d82a696', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:16.933 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-682264098', 'project_name': u'tempest-BgpvpnTest-682264098', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'5bd6b4a42c2a4993abfd392c5d82a696', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-682264098', 'user_id': u'499ceaad6268469bb341b49b9abde5b6', 'project_id': u'5bd6b4a42c2a4993abfd392c5d82a696', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:17.312 63 INFO tempest.lib.common.rest_client [req-eed3c923-4131-4dc0-a15f-b133a54024a0 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:17.312 63 DEBUG tempest.lib.common.rest_client [req-eed3c923-4131-4dc0-a15f-b133a54024a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8969', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eed3c923-4131-4dc0-a15f-b133a54024a0'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T10:59:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-BgpvpnTest-682264098"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/5bd6b4a42c2a4993abfd392c5d82a696", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/5bd6b4a42c2a4993abfd392c5d82a696", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/5bd6b4a42c2a4993abfd392c5d82a696", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "831761409dfe44fb9df9daf72a646b63"}, {"region_ _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:17.526 63 INFO tempest.lib.common.rest_client [req-85a6b031-6a54-48a8-b072-043c2f31b27e ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.212s 2018-08-13 09:59:17.527 63 DEBUG tempest.lib.common.rest_client [req-85a6b031-6a54-48a8-b072-043c2f31b27e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-778469618-desc", "name": "tempest-BgpvpnTest-778469618", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-85a6b031-6a54-48a8-b072-043c2f31b27e'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-778469618-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/b7394dc439d540da80be49459a64a882"}, "tags": [], "enabled": true, "id": "b7394dc439d540da80be49459a64a882", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-778469618"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:17.964 63 INFO tempest.lib.common.rest_client [req-113f2654-007e-490f-8114-242442d86a66 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.436s 2018-08-13 09:59:17.965 63 DEBUG tempest.lib.common.rest_client [req-113f2654-007e-490f-8114-242442d86a66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "Z9*^5hv@*bNYp6U", "project_id": "b7394dc439d540da80be49459a64a882", "name": "tempest-BgpvpnTest-778469618", "email": "tempest-BgpvpnTest-19179524@example.com"}} Response - Headers: {'status': '201', u'content-length': '367', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-113f2654-007e-490f-8114-242442d86a66'} Body: {"user": {"name": "tempest-BgpvpnTest-778469618", "links": {"self": "http://192.30.9.4:35357/v3/users/235243a44d8046a4bfe2b83b229915fc"}, "domain_id": "default", "enabled": true, "options": {}, "id": "235243a44d8046a4bfe2b83b229915fc", "project_id": "b7394dc439d540da80be49459a64a882", "email": "tempest-BgpvpnTest-19179524@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:18.062 63 INFO tempest.lib.common.rest_client [req-bae76dd7-5a5e-4680-a4ab-a75f2112d475 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.097s 2018-08-13 09:59:18.063 63 DEBUG tempest.lib.common.rest_client [req-bae76dd7-5a5e-4680-a4ab-a75f2112d475 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bae76dd7-5a5e-4680-a4ab-a75f2112d475'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:18.356 63 INFO tempest.lib.common.rest_client [req-626dc457-3c46-4b08-b6c6-ac01cbf9b112 ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/b7394dc439d540da80be49459a64a882/users/235243a44d8046a4bfe2b83b229915fc/roles/1af22b0960704f3c9a15cf7b53bd46e0 0.292s 2018-08-13 09:59:18.356 63 DEBUG tempest.lib.common.rest_client [req-626dc457-3c46-4b08-b6c6-ac01cbf9b112 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/b7394dc439d540da80be49459a64a882/users/235243a44d8046a4bfe2b83b229915fc/roles/1af22b0960704f3c9a15cf7b53bd46e0', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:18 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-626dc457-3c46-4b08-b6c6-ac01cbf9b112'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:18.357 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-778469618', 'project_name': u'tempest-BgpvpnTest-778469618', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b7394dc439d540da80be49459a64a882', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-778469618', 'user_id': u'235243a44d8046a4bfe2b83b229915fc', 'project_id': u'b7394dc439d540da80be49459a64a882', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:18.357 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-778469618', 'project_name': u'tempest-BgpvpnTest-778469618', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'b7394dc439d540da80be49459a64a882', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-778469618', 'user_id': u'235243a44d8046a4bfe2b83b229915fc', 'project_id': u'b7394dc439d540da80be49459a64a882', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:18.738 63 INFO tempest.lib.common.rest_client [req-1c0faaf3-a0ab-4360-bfc8-bed967a47472 ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:18.738 63 DEBUG tempest.lib.common.rest_client [req-1c0faaf3-a0ab-4360-bfc8-bed967a47472 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9030', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c0faaf3-a0ab-4360-bfc8-bed967a47472'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "b7394dc439d540da80be49459a64a882", "name": "tempest-BgpvpnTest-778469618"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/b7394dc439d540da80be49459a64a882", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/b7394dc439d540da80be49459a64a882", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/b7394dc439d540da80be49459a64a882", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": " _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:18.934 63 INFO tempest.lib.common.rest_client [req-ff74ff7d-5d03-44db-91e0-680a0f715491 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.194s 2018-08-13 09:59:18.935 63 DEBUG tempest.lib.common.rest_client [req-ff74ff7d-5d03-44db-91e0-680a0f715491 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-BgpvpnTest-893704290-desc", "name": "tempest-BgpvpnTest-893704290", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '335', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff74ff7d-5d03-44db-91e0-680a0f715491'} Body: {"project": {"is_domain": false, "description": "tempest-BgpvpnTest-893704290-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/24c966d1446c4264a8d16885ba79c6a7"}, "tags": [], "enabled": true, "id": "24c966d1446c4264a8d16885ba79c6a7", "parent_id": "default", "domain_id": "default", "name": "tempest-BgpvpnTest-893704290"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:19.330 63 INFO tempest.lib.common.rest_client [req-18a44dec-4254-4851-b5e2-f69eaba65963 ] Request (BgpvpnTest:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.394s 2018-08-13 09:59:19.330 63 DEBUG tempest.lib.common.rest_client [req-18a44dec-4254-4851-b5e2-f69eaba65963 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "H6@7Xi8Kjt*JT#8", "project_id": "24c966d1446c4264a8d16885ba79c6a7", "name": "tempest-BgpvpnTest-893704290", "email": "tempest-BgpvpnTest-1616233805@example.com"}} Response - Headers: {'status': '201', u'content-length': '369', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18a44dec-4254-4851-b5e2-f69eaba65963'} Body: {"user": {"name": "tempest-BgpvpnTest-893704290", "links": {"self": "http://192.30.9.4:35357/v3/users/f274ddad922a40dfb5c1b850498ac24a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f274ddad922a40dfb5c1b850498ac24a", "project_id": "24c966d1446c4264a8d16885ba79c6a7", "email": "tempest-BgpvpnTest-1616233805@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:19.467 63 INFO tempest.lib.common.rest_client [req-4c080687-3107-4042-8af9-af8c4815ff18 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.136s 2018-08-13 09:59:19.468 63 DEBUG tempest.lib.common.rest_client [req-4c080687-3107-4042-8af9-af8c4815ff18 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c080687-3107-4042-8af9-af8c4815ff18'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:19.638 63 INFO tempest.lib.common.rest_client [req-8ba163b0-ff86-424e-b391-1f031fcfd869 ] Request (BgpvpnTest:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.169s 2018-08-13 09:59:19.638 63 DEBUG tempest.lib.common.rest_client [req-8ba163b0-ff86-424e-b391-1f031fcfd869 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8ba163b0-ff86-424e-b391-1f031fcfd869'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:19.809 63 INFO tempest.lib.common.rest_client [req-d5fd1525-651d-4ba9-ac23-4e0aac6ed1eb ] Request (BgpvpnTest:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/24c966d1446c4264a8d16885ba79c6a7/users/f274ddad922a40dfb5c1b850498ac24a/roles/178c76b5dcf840798988d37683e957fc 0.170s 2018-08-13 09:59:19.810 63 DEBUG tempest.lib.common.rest_client [req-d5fd1525-651d-4ba9-ac23-4e0aac6ed1eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/24c966d1446c4264a8d16885ba79c6a7/users/f274ddad922a40dfb5c1b850498ac24a/roles/178c76b5dcf840798988d37683e957fc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:19 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d5fd1525-651d-4ba9-ac23-4e0aac6ed1eb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:19.810 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-BgpvpnTest-893704290', 'project_name': u'tempest-BgpvpnTest-893704290', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'24c966d1446c4264a8d16885ba79c6a7', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-893704290', 'user_id': u'f274ddad922a40dfb5c1b850498ac24a', 'project_id': u'24c966d1446c4264a8d16885ba79c6a7', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:19.811 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-BgpvpnTest-893704290', 'project_name': u'tempest-BgpvpnTest-893704290', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'24c966d1446c4264a8d16885ba79c6a7', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-BgpvpnTest-893704290', 'user_id': u'f274ddad922a40dfb5c1b850498ac24a', 'project_id': u'24c966d1446c4264a8d16885ba79c6a7', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:20.191 63 INFO tempest.lib.common.rest_client [req-1c086b2b-f7c0-4e4b-b564-9aff2e887a4e ] Request (BgpvpnTest:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:20.191 63 DEBUG tempest.lib.common.rest_client [req-1c086b2b-f7c0-4e4b-b564-9aff2e887a4e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8969', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1c086b2b-f7c0-4e4b-b564-9aff2e887a4e'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T10:59:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "24c966d1446c4264a8d16885ba79c6a7", "name": "tempest-BgpvpnTest-893704290"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/24c966d1446c4264a8d16885ba79c6a7", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/24c966d1446c4264a8d16885ba79c6a7", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/24c966d1446c4264a8d16885ba79c6a7", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "831761409dfe44fb9df9daf72a646b63"}, {"region_ _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:20.533 63 INFO tempest.lib.common.rest_client [req-260d330e-06a0-4d05-b8bb-fb82c7ce4afd ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.338s 2018-08-13 09:59:20.533 63 DEBUG tempest.lib.common.rest_client [req-260d330e-06a0-4d05-b8bb-fb82c7ce4afd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--1089433467"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-260d330e-06a0-4d05-b8bb-fb82c7ce4afd'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1089433467", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "54adde24-6668-488f-874d-06b077fcee7d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:21.155 63 INFO tempest.lib.common.rest_client [req-7ceaece9-eab5-4d62-ac25-6a47c87877ad ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.22:9696/v2.0/networks 0.620s 2018-08-13 09:59:21.155 63 DEBUG tempest.lib.common.rest_client [req-7ceaece9-eab5-4d62-ac25-6a47c87877ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ceaece9-eab5-4d62-ac25-6a47c87877ad'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:20Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:21Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"4d9adad9-c93d-4b32-95e7-b0d7ac3c683c","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:21.383 63 INFO tempest.lib.common.rest_client [req-949a499f-4432-4acc-ac76-1f2676e80808 ] Request (BgpvpnTest:test_associate_disassociate_network): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d/network_associations 0.227s 2018-08-13 09:59:21.383 63 DEBUG tempest.lib.common.rest_client [req-949a499f-4432-4acc-ac76-1f2676e80808 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "4d9adad9-c93d-4b32-95e7-b0d7ac3c683c"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-949a499f-4432-4acc-ac76-1f2676e80808'} Body: {"network_association": {"network_id": "4d9adad9-c93d-4b32-95e7-b0d7ac3c683c", "id": "2d3dbc11-b485-441d-8152-421d4ceee514"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:21.419 63 INFO tempest.lib.common.rest_client [req-4149ab4c-9bce-482e-b3cb-f4079cd9cef1 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d 0.034s 2018-08-13 09:59:21.419 63 DEBUG tempest.lib.common.rest_client [req-4149ab4c-9bce-482e-b3cb-f4079cd9cef1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '184', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d', u'date': 'Mon, 13 Aug 2018 09:59:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4149ab4c-9bce-482e-b3cb-f4079cd9cef1'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": ["4d9adad9-c93d-4b32-95e7-b0d7ac3c683c"], "id": "54adde24-6668-488f-874d-06b077fcee7d", "name": "tempest-test-bgpvpn--1089433467"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:21.712 63 INFO tempest.lib.common.rest_client [req-cd0da97c-6a50-492c-a94a-5caad438d287 ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d/network_associations/2d3dbc11-b485-441d-8152-421d4ceee514 0.292s 2018-08-13 09:59:21.712 63 DEBUG tempest.lib.common.rest_client [req-cd0da97c-6a50-492c-a94a-5caad438d287 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d/network_associations/2d3dbc11-b485-441d-8152-421d4ceee514', u'date': 'Mon, 13 Aug 2018 09:59:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cd0da97c-6a50-492c-a94a-5caad438d287'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:21.972 63 INFO tempest.lib.common.rest_client [req-ea426356-e3ed-4c5c-8d4d-04af1d6c4a17 ] Request (BgpvpnTest:test_associate_disassociate_network): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d 0.259s 2018-08-13 09:59:21.972 63 DEBUG tempest.lib.common.rest_client [req-ea426356-e3ed-4c5c-8d4d-04af1d6c4a17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '146', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d', u'date': 'Mon, 13 Aug 2018 09:59:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea426356-e3ed-4c5c-8d4d-04af1d6c4a17'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "54adde24-6668-488f-874d-06b077fcee7d", "name": "tempest-test-bgpvpn--1089433467"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:22.852 63 INFO tempest.lib.common.rest_client [req-eec43de7-3cb1-4a43-95df-787590929ead ] Request (BgpvpnTest:test_associate_disassociate_network): 204 DELETE http://172.30.9.22:9696/v2.0/networks/4d9adad9-c93d-4b32-95e7-b0d7ac3c683c 0.879s 2018-08-13 09:59:22.852 63 DEBUG tempest.lib.common.rest_client [req-eec43de7-3cb1-4a43-95df-787590929ead ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/4d9adad9-c93d-4b32-95e7-b0d7ac3c683c', u'date': 'Mon, 13 Aug 2018 09:59:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eec43de7-3cb1-4a43-95df-787590929ead'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [2.659519s] ... ok 2018-08-13 09:59:23.216 63 INFO tempest.lib.common.rest_client [req-e6b62f3f-d538-4b0b-8980-6c5c05326acd ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.362s 2018-08-13 09:59:23.217 63 DEBUG tempest.lib.common.rest_client [req-e6b62f3f-d538-4b0b-8980-6c5c05326acd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--1175095781"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e6b62f3f-d538-4b0b-8980-6c5c05326acd'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1175095781", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "1d44870c-bf53-4009-b12c-881ff948e4d8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:23.852 63 INFO tempest.lib.common.rest_client [req-fffe1b34-6b56-428d-bfea-35f8df87d4d4 ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.22:9696/v2.0/routers 0.635s 2018-08-13 09:59:23.853 63 DEBUG tempest.lib.common.rest_client [req-fffe1b34-6b56-428d-bfea-35f8df87d4d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {}} Response - Headers: {'status': '201', u'content-length': '387', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 09:59:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fffe1b34-6b56-428d-bfea-35f8df87d4d4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:23Z", "admin_state_up": true, "updated_at": "2018-08-13T09:59:23Z", "revision_number": 0, "routes": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "fc19de5b-b426-402e-bcd1-64a94e06c5ef", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:24.132 63 INFO tempest.lib.common.rest_client [req-ef8ae57f-0a48-46ee-8937-689a11fd50a3 ] Request (BgpvpnTest:test_associate_disassociate_router): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8/router_associations 0.278s 2018-08-13 09:59:24.132 63 DEBUG tempest.lib.common.rest_client [req-ef8ae57f-0a48-46ee-8937-689a11fd50a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "fc19de5b-b426-402e-bcd1-64a94e06c5ef"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8/router_associations', u'date': 'Mon, 13 Aug 2018 09:59:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef8ae57f-0a48-46ee-8937-689a11fd50a3'} Body: {"router_association": {"router_id": "fc19de5b-b426-402e-bcd1-64a94e06c5ef", "id": "937584c4-0869-4145-8b7d-5bb7e6efe170"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:24.404 63 INFO tempest.lib.common.rest_client [req-38f885cc-1263-4223-9d15-654fc467359c ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8 0.270s 2018-08-13 09:59:24.404 63 DEBUG tempest.lib.common.rest_client [req-38f885cc-1263-4223-9d15-654fc467359c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '184', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8', u'date': 'Mon, 13 Aug 2018 09:59:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-38f885cc-1263-4223-9d15-654fc467359c'} Body: {"bgpvpn": {"routers": ["fc19de5b-b426-402e-bcd1-64a94e06c5ef"], "type": "l3", "networks": [], "id": "1d44870c-bf53-4009-b12c-881ff948e4d8", "name": "tempest-test-bgpvpn--1175095781"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:25.042 63 INFO tempest.lib.common.rest_client [req-81543560-ce4e-4a4c-b64d-386061bb951b ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8/router_associations/937584c4-0869-4145-8b7d-5bb7e6efe170 0.637s 2018-08-13 09:59:25.042 63 DEBUG tempest.lib.common.rest_client [req-81543560-ce4e-4a4c-b64d-386061bb951b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8/router_associations/937584c4-0869-4145-8b7d-5bb7e6efe170', u'date': 'Mon, 13 Aug 2018 09:59:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-81543560-ce4e-4a4c-b64d-386061bb951b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:25.078 63 INFO tempest.lib.common.rest_client [req-8afe9cba-8122-403c-be70-87ddf5797f5f ] Request (BgpvpnTest:test_associate_disassociate_router): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8 0.035s 2018-08-13 09:59:25.079 63 DEBUG tempest.lib.common.rest_client [req-8afe9cba-8122-403c-be70-87ddf5797f5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '146', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8', u'date': 'Mon, 13 Aug 2018 09:59:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8afe9cba-8122-403c-be70-87ddf5797f5f'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "1d44870c-bf53-4009-b12c-881ff948e4d8", "name": "tempest-test-bgpvpn--1175095781"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:25.826 63 INFO tempest.lib.common.rest_client [req-15454187-ac72-4fdc-bef4-c38045756bf2 ] Request (BgpvpnTest:test_associate_disassociate_router): 204 DELETE http://172.30.9.22:9696/v2.0/routers/fc19de5b-b426-402e-bcd1-64a94e06c5ef 0.747s 2018-08-13 09:59:25.827 63 DEBUG tempest.lib.common.rest_client [req-15454187-ac72-4fdc-bef4-c38045756bf2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fc19de5b-b426-402e-bcd1-64a94e06c5ef', u'date': 'Mon, 13 Aug 2018 09:59:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-15454187-ac72-4fdc-bef4-c38045756bf2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.974085s] ... ok 2018-08-13 09:59:26.158 63 INFO tempest.lib.common.rest_client [req-006b62bb-ee2f-40cd-a8b9-14a7545afbb9 ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.329s 2018-08-13 09:59:26.158 63 DEBUG tempest.lib.common.rest_client [req-006b62bb-ee2f-40cd-a8b9-14a7545afbb9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-006b62bb-ee2f-40cd-a8b9-14a7545afbb9'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "aba2615c-eefe-4cc5-9ad0-05250b97b9ca"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:26.366 63 INFO tempest.lib.common.rest_client [req-03d9e886-cff4-4b73-9537-531c554d7412 ] Request (BgpvpnTest:test_associate_invalid_network): 201 POST http://172.30.9.22:9696/v2.0/networks 0.207s 2018-08-13 09:59:26.367 63 DEBUG tempest.lib.common.rest_client [req-03d9e886-cff4-4b73-9537-531c554d7412 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03d9e886-cff4-4b73-9537-531c554d7412'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:26.387 63 INFO tempest.lib.common.rest_client [req-e97324c0-f2e4-43d1-8a56-83c1b980abd9 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/aba2615c-eefe-4cc5-9ad0-05250b97b9ca/network_associations 0.019s 2018-08-13 09:59:26.387 63 DEBUG tempest.lib.common.rest_client [req-e97324c0-f2e4-43d1-8a56-83c1b980abd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "c153cf5d-b949-4652-b24f-412184c2c13b"}} Response - Headers: {'status': '404', u'content-length': '138', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/aba2615c-eefe-4cc5-9ad0-05250b97b9ca/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e97324c0-f2e4-43d1-8a56-83c1b980abd9'} Body: {"NeutronError": {"message": "Network c153cf5d-b949-4652-b24f-412184c2c13b could not be found.", "type": "NetworkNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:26.482 63 INFO tempest.lib.common.rest_client [req-3ca7f68f-e534-4606-9e93-a247e0e5f832 ] Request (BgpvpnTest:test_associate_invalid_network): 404 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59846d39-4c1d-4bf5-b9c4-8b04249a3215/network_associations 0.093s 2018-08-13 09:59:26.482 63 DEBUG tempest.lib.common.rest_client [req-3ca7f68f-e534-4606-9e93-a247e0e5f832 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "b5b6e8bf-864f-4a56-948e-8253de711ebb"}} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59846d39-4c1d-4bf5-b9c4-8b04249a3215/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ca7f68f-e534-4606-9e93-a247e0e5f832'} Body: {"NeutronError": {"message": "BGPVPN 59846d39-4c1d-4bf5-b9c4-8b04249a3215 could not be found", "type": "BGPVPNNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [0.654273s] ... ok 2018-08-13 09:59:26.572 63 INFO tempest.lib.common.rest_client [req-63a25b87-2497-4ec2-acff-7d43eb87b160 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.088s 2018-08-13 09:59:26.572 63 DEBUG tempest.lib.common.rest_client [req-63a25b87-2497-4ec2-acff-7d43eb87b160 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--781574759"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-63a25b87-2497-4ec2-acff-7d43eb87b160'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--781574759", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "dd5e4e56-7a64-4806-8ce3-fd6c762ea3f8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:26.775 63 INFO tempest.lib.common.rest_client [req-0cf58715-b06a-4a86-acf3-f79c5f3fdd32 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.22:9696/v2.0/networks 0.202s 2018-08-13 09:59:26.775 63 DEBUG tempest.lib.common.rest_client [req-0cf58715-b06a-4a86-acf3-f79c5f3fdd32 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"name": "tempest-BgpvpnTest-test-network-2117720552"}} Response - Headers: {'status': '201', u'content-length': '579', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0cf58715-b06a-4a86-acf3-f79c5f3fdd32'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:26Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"60b17aed-8016-46a7-8211-4527920d723e","name":"tempest-BgpvpnTest-test-network-2117720552"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:27.522 63 INFO tempest.lib.common.rest_client [req-cc10105d-60f0-4945-b58a-d2ae3d193b9f ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.745s 2018-08-13 09:59:27.522 63 DEBUG tempest.lib.common.rest_client [req-cc10105d-60f0-4945-b58a-d2ae3d193b9f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "network_id": "60b17aed-8016-46a7-8211-4527920d723e", "cidr": "10.100.0.0/28", "gateway_ip": "10.100.0.1"}} Response - Headers: {'status': '201', u'content-length': '602', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 09:59:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc10105d-60f0-4945-b58a-d2ae3d193b9f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60b17aed-8016-46a7-8211-4527920d723e","tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:27Z","dns_nameservers":[],"updated_at":"2018-08-13T09:59:27Z","gateway_ip":"10.100.0.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.100.0.2","end":"10.100.0.14"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.100.0.0/28","project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"a4631e76-64d0-4783-9c53-0c23a4c35951","subnetpool_id":null,"name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:27.761 63 INFO tempest.lib.common.rest_client [req-d2667418-4634-4703-9d93-899cf76866f7 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dd5e4e56-7a64-4806-8ce3-fd6c762ea3f8/network_associations 0.237s 2018-08-13 09:59:27.761 63 DEBUG tempest.lib.common.rest_client [req-d2667418-4634-4703-9d93-899cf76866f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "60b17aed-8016-46a7-8211-4527920d723e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dd5e4e56-7a64-4806-8ce3-fd6c762ea3f8/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2667418-4634-4703-9d93-899cf76866f7'} Body: {"network_association": {"network_id": "60b17aed-8016-46a7-8211-4527920d723e", "id": "4aceef9b-c9a4-48df-b7ff-8714a7320622"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:28.015 63 INFO tempest.lib.common.rest_client [req-d830ee9e-7c2e-4f18-8f06-f81c972d2b43 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.253s 2018-08-13 09:59:28.015 63 DEBUG tempest.lib.common.rest_client [req-d830ee9e-7c2e-4f18-8f06-f81c972d2b43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--1953038705"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d830ee9e-7c2e-4f18-8f06-f81c972d2b43'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1953038705", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "956ca14c-6bd9-4ae4-9cbe-dee70dee1715"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:28.228 63 INFO tempest.lib.common.rest_client [req-d97c771a-497f-41bd-8953-5acb2b88d887 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.22:9696/v2.0/routers 0.212s 2018-08-13 09:59:28.229 63 DEBUG tempest.lib.common.rest_client [req-d97c771a-497f-41bd-8953-5acb2b88d887 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {}, "name": "tempest-test-bgpvpn--1501523137", "admin_state_up": false}} Response - Headers: {'status': '201', u'content-length': '419', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 09:59:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d97c771a-497f-41bd-8953-5acb2b88d887'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:28Z", "admin_state_up": false, "updated_at": "2018-08-13T09:59:28Z", "revision_number": 0, "routes": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "82432ca7-36ca-4e45-bcd2-71fb02eb8744", "name": "tempest-test-bgpvpn--1501523137"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:28.509 63 INFO tempest.lib.common.rest_client [req-f064eecb-c377-4f7c-b2d5-7ef8dc66ce03 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/956ca14c-6bd9-4ae4-9cbe-dee70dee1715/router_associations 0.279s 2018-08-13 09:59:28.510 63 DEBUG tempest.lib.common.rest_client [req-f064eecb-c377-4f7c-b2d5-7ef8dc66ce03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "82432ca7-36ca-4e45-bcd2-71fb02eb8744"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/956ca14c-6bd9-4ae4-9cbe-dee70dee1715/router_associations', u'date': 'Mon, 13 Aug 2018 09:59:28 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f064eecb-c377-4f7c-b2d5-7ef8dc66ce03'} Body: {"router_association": {"router_id": "82432ca7-36ca-4e45-bcd2-71fb02eb8744", "id": "3d1fe392-2018-4a1c-a0a1-6ca75a594bea"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:30.234 63 INFO tempest.lib.common.rest_client [req-8b0aa5ed-a17b-461d-9908-83e5f38a7094 ] Request (BgpvpnTest:test_attach_associated_subnet_to_associated_router): 409 PUT http://172.30.9.22:9696/v2.0/routers/82432ca7-36ca-4e45-bcd2-71fb02eb8744/add_router_interface 1.723s 2018-08-13 09:59:30.235 63 DEBUG tempest.lib.common.rest_client [req-8b0aa5ed-a17b-461d-9908-83e5f38a7094 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a4631e76-64d0-4783-9c53-0c23a4c35951"} Response - Headers: {'status': '409', u'content-length': '448', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/82432ca7-36ca-4e45-bcd2-71fb02eb8744/add_router_interface', u'date': 'Mon, 13 Aug 2018 09:59:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b0aa5ed-a17b-461d-9908-83e5f38a7094'} Body: {"NeutronError": {"message": "Error cannot perform router interface attachment due to Callback networking_bgpvpn.neutron.services.plugin.BGPVPNPlugin._notify_adding_interface_to_router--9223372036854724916 failed with \"Bad bgpvpn request: It is not allowed to add an interface to a router if both the router and the network are bound to an L3 BGPVPN..\" while attempting the operation.", "type": "RouterInterfaceAttachmentConflict", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [3.752530s] ... ok 2018-08-13 09:59:30.384 63 INFO tempest.lib.common.rest_client [req-42906047-f794-4b35-8098-db0d8ad011b4 ] Request (BgpvpnTest:test_create_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.146s 2018-08-13 09:59:30.384 63 DEBUG tempest.lib.common.rest_client [req-42906047-f794-4b35-8098-db0d8ad011b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--595710349"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-42906047-f794-4b35-8098-db0d8ad011b4'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--595710349", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "b7394dc439d540da80be49459a64a882", "route_targets": [], "project_id": "b7394dc439d540da80be49459a64a882", "type": "l3", "id": "c1b5be01-0f08-4685-94ad-a184f29d9473"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.148551s] ... ok 2018-08-13 09:59:30.595 63 INFO tempest.lib.common.rest_client [req-9d9886bc-e80c-44a7-b5ed-8e4de615e286 ] Request (BgpvpnTest:test_create_bgpvpn_as_non_admin_fail): 403 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.208s 2018-08-13 09:59:30.595 63 DEBUG tempest.lib.common.rest_client [req-9d9886bc-e80c-44a7-b5ed-8e4de615e286 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"name": "tempest-test-bgpvpn--56789227"}} Response - Headers: {'status': '403', u'content-length': '185', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d9886bc-e80c-44a7-b5ed-8e4de615e286'} Body: {"NeutronError": {"message": "((rule:create_bgpvpn and rule:create_bgpvpn:name) and rule:create_bgpvpn:tenant_id) is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.210138s] ... ok 2018-08-13 09:59:30.803 63 INFO tempest.lib.common.rest_client [req-9dd08b73-f097-4983-9638-0bcecd8e1c15 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.205s 2018-08-13 09:59:30.803 63 DEBUG tempest.lib.common.rest_client [req-9dd08b73-f097-4983-9638-0bcecd8e1c15 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "testbgpvpn", "route_targets": ["0"]}} Response - Headers: {'status': '400', u'content-length': '139', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9dd08b73-f097-4983-9638-0bcecd8e1c15'} Body: {"NeutronError": {"message": "Invalid input for route_targets. Reason: '0' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:31.071 63 INFO tempest.lib.common.rest_client [req-b0801708-f347-49b8-ba2c-871a14e601f4 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.267s 2018-08-13 09:59:31.072 63 DEBUG tempest.lib.common.rest_client [req-b0801708-f347-49b8-ba2c-871a14e601f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "import_targets": ["test", " "], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '143', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0801708-f347-49b8-ba2c-871a14e601f4'} Body: {"NeutronError": {"message": "Invalid input for import_targets. Reason: 'test' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:31.082 63 INFO tempest.lib.common.rest_client [req-a7a2a006-6623-4e32-9ab3-53f75346f4a2 ] Request (BgpvpnTest:test_create_bgpvpn_with_invalid_routetargets): 400 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.009s 2018-08-13 09:59:31.082 63 DEBUG tempest.lib.common.rest_client [req-a7a2a006-6623-4e32-9ab3-53f75346f4a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "export_targets": ["64512:1000000000000", "xyz"], "name": "testbgpvpn"}} Response - Headers: {'status': '400', u'content-length': '158', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a7a2a006-6623-4e32-9ab3-53f75346f4a2'} Body: {"NeutronError": {"message": "Invalid input for export_targets. Reason: '64512:1000000000000' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.487040s] ... ok 2018-08-13 09:59:31.169 63 INFO tempest.lib.common.rest_client [req-4aa50032-c91d-43a2-8565-472191488f2f ] Request (BgpvpnTest:test_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.085s 2018-08-13 09:59:31.170 63 DEBUG tempest.lib.common.rest_client [req-4aa50032-c91d-43a2-8565-472191488f2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--454861674"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4aa50032-c91d-43a2-8565-472191488f2f'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--454861674", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "afa88b89-ff7d-4c0b-970c-91776b608a03"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:31.251 63 INFO tempest.lib.common.rest_client [req-d7db1ccc-95d1-4362-984e-3e861a70eff2 ] Request (BgpvpnTest:test_delete_bgpvpn): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/afa88b89-ff7d-4c0b-970c-91776b608a03 0.080s 2018-08-13 09:59:31.251 63 DEBUG tempest.lib.common.rest_client [req-d7db1ccc-95d1-4362-984e-3e861a70eff2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/afa88b89-ff7d-4c0b-970c-91776b608a03', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7db1ccc-95d1-4362-984e-3e861a70eff2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn [0.168306s] ... ok 2018-08-13 09:59:31.336 63 INFO tempest.lib.common.rest_client [req-d62640cb-8fe6-4999-b67f-668f6c98e6e5 ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.083s 2018-08-13 09:59:31.337 63 DEBUG tempest.lib.common.rest_client [req-d62640cb-8fe6-4999-b67f-668f6c98e6e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--159211383"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d62640cb-8fe6-4999-b67f-668f6c98e6e5'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--159211383", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "321aa636-00c7-4dd6-8b8c-68756281926f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:31.371 63 INFO tempest.lib.common.rest_client [req-82020229-e1d1-4aff-99cb-fc757df855c8 ] Request (BgpvpnTest:test_delete_bgpvpn_as_non_admin_fail): 403 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/321aa636-00c7-4dd6-8b8c-68756281926f 0.034s 2018-08-13 09:59:31.372 63 DEBUG tempest.lib.common.rest_client [req-82020229-e1d1-4aff-99cb-fc757df855c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '403', u'content-length': '120', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/321aa636-00c7-4dd6-8b8c-68756281926f', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82020229-e1d1-4aff-99cb-fc757df855c8'} Body: {"NeutronError": {"message": "rule:delete_bgpvpn is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.120092s] ... ok 2018-08-13 09:59:31.456 63 INFO tempest.lib.common.rest_client [req-1915755a-5170-4c8b-9fbe-7fe4e5c113da ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.082s 2018-08-13 09:59:31.456 63 DEBUG tempest.lib.common.rest_client [req-1915755a-5170-4c8b-9fbe-7fe4e5c113da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1915755a-5170-4c8b-9fbe-7fe4e5c113da'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "12f9de52-5e82-4880-ad71-73f5d0dbeb26"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:31.670 63 INFO tempest.lib.common.rest_client [req-8b2f05e6-f262-40f3-b597-eafb55df056d ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.22:9696/v2.0/networks 0.213s 2018-08-13 09:59:31.671 63 DEBUG tempest.lib.common.rest_client [req-8b2f05e6-f262-40f3-b597-eafb55df056d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b2f05e6-f262-40f3-b597-eafb55df056d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:31Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"0f52488e-fa4b-4234-9d82-0a765800fef5","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:31.947 63 INFO tempest.lib.common.rest_client [req-de1e3ccb-4035-4bba-83a8-8c5cfe7b85da ] Request (BgpvpnTest:test_disassociate_invalid_network): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12f9de52-5e82-4880-ad71-73f5d0dbeb26/network_associations 0.275s 2018-08-13 09:59:31.947 63 DEBUG tempest.lib.common.rest_client [req-de1e3ccb-4035-4bba-83a8-8c5cfe7b85da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0f52488e-fa4b-4234-9d82-0a765800fef5"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12f9de52-5e82-4880-ad71-73f5d0dbeb26/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-de1e3ccb-4035-4bba-83a8-8c5cfe7b85da'} Body: {"network_association": {"network_id": "0f52488e-fa4b-4234-9d82-0a765800fef5", "id": "38553702-2e9c-422d-9ec2-0d02a4693f01"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:31.974 63 INFO tempest.lib.common.rest_client [req-d75360b9-53a4-4947-af14-7d60ce191b3c ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12f9de52-5e82-4880-ad71-73f5d0dbeb26/network_associations/f9858c2b-0a5c-48e4-bb61-bcf0c528a52f 0.025s 2018-08-13 09:59:31.974 63 DEBUG tempest.lib.common.rest_client [req-d75360b9-53a4-4947-af14-7d60ce191b3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12f9de52-5e82-4880-ad71-73f5d0dbeb26/network_associations/f9858c2b-0a5c-48e4-bb61-bcf0c528a52f', u'date': 'Mon, 13 Aug 2018 09:59:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d75360b9-53a4-4947-af14-7d60ce191b3c'} Body: {"NeutronError": {"message": "BGPVPN network association f9858c2b-0a5c-48e4-bb61-bcf0c528a52f could not be found for BGPVPN 12f9de52-5e82-4880-ad71-73f5d0dbeb26", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:32.003 63 INFO tempest.lib.common.rest_client [req-8e91899d-7471-49c3-aca6-c842399277d6 ] Request (BgpvpnTest:test_disassociate_invalid_network): 404 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb9c02a2-0baf-4a87-b4c1-e3574b5678a3/network_associations/38553702-2e9c-422d-9ec2-0d02a4693f01 0.028s 2018-08-13 09:59:32.004 63 DEBUG tempest.lib.common.rest_client [req-8e91899d-7471-49c3-aca6-c842399277d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb9c02a2-0baf-4a87-b4c1-e3574b5678a3/network_associations/38553702-2e9c-422d-9ec2-0d02a4693f01', u'date': 'Mon, 13 Aug 2018 09:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e91899d-7471-49c3-aca6-c842399277d6'} Body: {"NeutronError": {"message": "BGPVPN network association 38553702-2e9c-422d-9ec2-0d02a4693f01 could not be found for BGPVPN fb9c02a2-0baf-4a87-b4c1-e3574b5678a3", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [0.631133s] ... ok 2018-08-13 09:59:32.105 63 INFO tempest.lib.common.rest_client [req-90599288-9bc7-4baf-b7d7-28615a90ba16 ] Request (BgpvpnTest:test_list_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.100s 2018-08-13 09:59:32.106 63 DEBUG tempest.lib.common.rest_client [req-90599288-9bc7-4baf-b7d7-28615a90ba16 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--331976317"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90599288-9bc7-4baf-b7d7-28615a90ba16'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--331976317", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "daf5c72c-8695-4a34-9e0e-c51ed75eecfb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:32.252 63 INFO tempest.lib.common.rest_client [req-dc36cd66-c89a-476a-bfa0-c5dc449fb729 ] Request (BgpvpnTest:test_list_bgpvpn): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.146s 2018-08-13 09:59:32.253 63 DEBUG tempest.lib.common.rest_client [req-dc36cd66-c89a-476a-bfa0-c5dc449fb729 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1170', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc36cd66-c89a-476a-bfa0-c5dc449fb729'} Body: {"bgpvpns": [{"routers": [], "type": "l3", "networks": ["0f52488e-fa4b-4234-9d82-0a765800fef5"], "id": "12f9de52-5e82-4880-ad71-73f5d0dbeb26", "name": "testbgpvpn"}, {"routers": [], "type": "l3", "networks": [], "id": "1d44870c-bf53-4009-b12c-881ff948e4d8", "name": "tempest-test-bgpvpn--1175095781"}, {"routers": [], "type": "l3", "networks": [], "id": "321aa636-00c7-4dd6-8b8c-68756281926f", "name": "tempest-test-bgpvpn--159211383"}, {"routers": [], "type": "l3", "networks": [], "id": "54adde24-6668-488f-874d-06b077fcee7d", "name": "tempest-test-bgpvpn--1089433467"}, {"routers": ["82432ca7-36ca-4e45-bcd2-71fb02eb8744"], "type": "l3", "networks": [], "id": "956ca14c-6bd9-4ae4-9cbe-dee70dee1715", "name": "tempest-test-bgpvpn--1953038705"}, {"routers": [], "type": "l3", "networks": [], "id": "aba2615c-eefe-4cc5-9ad0-05250b97b9ca", "name": "testbgpvpn"}, {"routers": [], "type": "l3", "networks": [], "id": "daf5c72c-8695-4a34-9e0e-c51ed75eecfb", "name": "tempest-test-bgpvpn--331976317"}, {"routers": [], "type": "l3", "networks": ["60b17aed-8016-46a7-8211-4527920d723e"], "id": "dd5e4e56-7a64-4806-8ce3-fd6c762ea3f8", "name": "tempest-test-bgpvpn--781574759"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn [0.248922s] ... ok 2018-08-13 09:59:32.350 63 INFO tempest.lib.common.rest_client [req-6db3b06f-d3e5-4ef5-9b2b-c6754425ac1b ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.095s 2018-08-13 09:59:32.351 63 DEBUG tempest.lib.common.rest_client [req-6db3b06f-d3e5-4ef5-9b2b-c6754425ac1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--135217771"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6db3b06f-d3e5-4ef5-9b2b-c6754425ac1b'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--135217771", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "08e06689-68c6-441d-b488-2bcfe4b46d75"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:32.599 63 INFO tempest.lib.common.rest_client [req-f3d3f765-ae0e-485c-b963-eb1fd27515e9 ] Request (BgpvpnTest:test_list_bgpvpn_as_non_owner_fail): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.247s 2018-08-13 09:59:32.599 63 DEBUG tempest.lib.common.rest_client [req-f3d3f765-ae0e-485c-b963-eb1fd27515e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '15', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3d3f765-ae0e-485c-b963-eb1fd27515e9'} Body: {"bgpvpns": []} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.346047s] ... ok 2018-08-13 09:59:32.702 63 INFO tempest.lib.common.rest_client [req-2a601b45-2968-4cab-8ea0-9faebdae7cd5 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.100s 2018-08-13 09:59:32.702 63 DEBUG tempest.lib.common.rest_client [req-2a601b45-2968-4cab-8ea0-9faebdae7cd5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--1700505545"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a601b45-2968-4cab-8ea0-9faebdae7cd5'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1700505545", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "dce84d1a-0e98-4940-a47d-bb39a5d327a5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:32.936 63 INFO tempest.lib.common.rest_client [req-4f09500c-9db3-4d94-95a5-c4ed4a6bea75 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/networks 0.232s 2018-08-13 09:59:32.936 63 DEBUG tempest.lib.common.rest_client [req-4f09500c-9db3-4d94-95a5-c4ed4a6bea75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4f09500c-9db3-4d94-95a5-c4ed4a6bea75'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:32Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"f325c842-1311-488d-81a1-62c8920bf886","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:33.431 63 INFO tempest.lib.common.rest_client [req-94f8130d-ef37-4d28-92e1-b407d59596cf ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dce84d1a-0e98-4940-a47d-bb39a5d327a5/network_associations 0.494s 2018-08-13 09:59:33.432 63 DEBUG tempest.lib.common.rest_client [req-94f8130d-ef37-4d28-92e1-b407d59596cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f325c842-1311-488d-81a1-62c8920bf886"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dce84d1a-0e98-4940-a47d-bb39a5d327a5/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-94f8130d-ef37-4d28-92e1-b407d59596cf'} Body: {"network_association": {"network_id": "f325c842-1311-488d-81a1-62c8920bf886", "id": "6a9e5102-1f61-422a-9c66-6b70c8e51425"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:33.703 63 INFO tempest.lib.common.rest_client [req-3fb06338-5674-4fd0-ad07-955d767dac02 ] Request (BgpvpnTest:test_list_netassoc_as_non_owner_fail): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dce84d1a-0e98-4940-a47d-bb39a5d327a5/network_associations 0.271s 2018-08-13 09:59:33.704 63 DEBUG tempest.lib.common.rest_client [req-3fb06338-5674-4fd0-ad07-955d767dac02 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '28', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dce84d1a-0e98-4940-a47d-bb39a5d327a5/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fb06338-5674-4fd0-ad07-955d767dac02'} Body: {"network_associations": []} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.103915s] ... ok 2018-08-13 09:59:33.973 63 INFO tempest.lib.common.rest_client [req-452b62aa-2918-49f4-b550-3c0747c17cf0 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.267s 2018-08-13 09:59:33.973 63 DEBUG tempest.lib.common.rest_client [req-452b62aa-2918-49f4-b550-3c0747c17cf0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--382229508"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-452b62aa-2918-49f4-b550-3c0747c17cf0'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--382229508", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "8320b3d1-ef66-41ec-bf57-67ad3e6efd9e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:34.180 63 INFO tempest.lib.common.rest_client [req-0599f2a6-abaf-419e-9161-80f288008001 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.206s 2018-08-13 09:59:34.181 63 DEBUG tempest.lib.common.rest_client [req-0599f2a6-abaf-419e-9161-80f288008001 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0599f2a6-abaf-419e-9161-80f288008001'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:34Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:34.785 63 INFO tempest.lib.common.rest_client [req-efaf3b02-5424-46b1-ab5e-551168aadb55 ] Request (BgpvpnTest:test_list_show_network_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e/network_associations 0.603s 2018-08-13 09:59:34.786 63 DEBUG tempest.lib.common.rest_client [req-efaf3b02-5424-46b1-ab5e-551168aadb55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8a012d2a-d10e-4304-86c6-973f121fdd0d"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:34 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efaf3b02-5424-46b1-ab5e-551168aadb55'} Body: {"network_association": {"network_id": "8a012d2a-d10e-4304-86c6-973f121fdd0d", "id": "2f98cb94-b5a0-4e46-af04-f5f1a1449885"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:35.030 63 INFO tempest.lib.common.rest_client [req-f1e1966a-1737-4448-a6df-a35008017e60 ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e/network_associations 0.244s 2018-08-13 09:59:35.031 63 DEBUG tempest.lib.common.rest_client [req-f1e1966a-1737-4448-a6df-a35008017e60 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '128', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1e1966a-1737-4448-a6df-a35008017e60'} Body: {"network_associations": [{"network_id": "8a012d2a-d10e-4304-86c6-973f121fdd0d", "id": "2f98cb94-b5a0-4e46-af04-f5f1a1449885"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:35.388 63 INFO tempest.lib.common.rest_client [req-3f0fe392-d763-4797-8292-cfdca0074420 ] Request (BgpvpnTest:test_list_show_network_association): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e/network_associations/2f98cb94-b5a0-4e46-af04-f5f1a1449885 0.356s 2018-08-13 09:59:35.389 63 DEBUG tempest.lib.common.rest_client [req-3f0fe392-d763-4797-8292-cfdca0074420 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e/network_associations/2f98cb94-b5a0-4e46-af04-f5f1a1449885', u'date': 'Mon, 13 Aug 2018 09:59:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f0fe392-d763-4797-8292-cfdca0074420'} Body: {"network_association": {"network_id": "8a012d2a-d10e-4304-86c6-973f121fdd0d", "id": "2f98cb94-b5a0-4e46-af04-f5f1a1449885"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_network_association [1.684229s] ... ok 2018-08-13 09:59:35.494 63 INFO tempest.lib.common.rest_client [req-134d6f58-d01f-4a58-ab2e-c7bb331a7c96 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.103s 2018-08-13 09:59:35.495 63 DEBUG tempest.lib.common.rest_client [req-134d6f58-d01f-4a58-ab2e-c7bb331a7c96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--1495010940"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-134d6f58-d01f-4a58-ab2e-c7bb331a7c96'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1495010940", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "27c0c8b4-6749-41e5-90b2-75fa5cd077a5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:35.954 63 INFO tempest.lib.common.rest_client [req-7eb312b2-a9af-4601-b325-09deb7e6f44f ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.459s 2018-08-13 09:59:35.955 63 DEBUG tempest.lib.common.rest_client [req-7eb312b2-a9af-4601-b325-09deb7e6f44f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {}} Response - Headers: {'status': '201', u'content-length': '387', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 09:59:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7eb312b2-a9af-4601-b325-09deb7e6f44f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:35Z", "admin_state_up": true, "updated_at": "2018-08-13T09:59:35Z", "revision_number": 0, "routes": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "name": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:36.581 63 INFO tempest.lib.common.rest_client [req-855dbac7-5345-400a-8eaf-121ea3bd0c37 ] Request (BgpvpnTest:test_list_show_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5/router_associations 0.625s 2018-08-13 09:59:36.582 63 DEBUG tempest.lib.common.rest_client [req-855dbac7-5345-400a-8eaf-121ea3bd0c37 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "7c1b8f40-c25a-4308-9b23-283bf795d28c"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5/router_associations', u'date': 'Mon, 13 Aug 2018 09:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-855dbac7-5345-400a-8eaf-121ea3bd0c37'} Body: {"router_association": {"router_id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "id": "47fd4ba3-538a-482c-ac41-9cfa999c9d57"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:36.710 63 INFO tempest.lib.common.rest_client [req-c7e2f631-953e-49c6-8be5-db26d20dc9e7 ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5/router_associations 0.127s 2018-08-13 09:59:36.710 63 DEBUG tempest.lib.common.rest_client [req-c7e2f631-953e-49c6-8be5-db26d20dc9e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '126', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5/router_associations', u'date': 'Mon, 13 Aug 2018 09:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c7e2f631-953e-49c6-8be5-db26d20dc9e7'} Body: {"router_associations": [{"router_id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "id": "47fd4ba3-538a-482c-ac41-9cfa999c9d57"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:36.822 63 INFO tempest.lib.common.rest_client [req-4677f77b-49de-4755-9c32-f20daf9af0bf ] Request (BgpvpnTest:test_list_show_router_association): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5/router_associations/47fd4ba3-538a-482c-ac41-9cfa999c9d57 0.111s 2018-08-13 09:59:36.823 63 DEBUG tempest.lib.common.rest_client [req-4677f77b-49de-4755-9c32-f20daf9af0bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5/router_associations/47fd4ba3-538a-482c-ac41-9cfa999c9d57', u'date': 'Mon, 13 Aug 2018 09:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4677f77b-49de-4755-9c32-f20daf9af0bf'} Body: {"router_association": {"router_id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "id": "47fd4ba3-538a-482c-ac41-9cfa999c9d57"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_router_association [1.433557s] ... ok 2018-08-13 09:59:36.943 63 INFO tempest.lib.common.rest_client [req-f56cb7e7-d0b3-49e3-8727-84e2a3e9f219 ] Request (BgpvpnTest:test_show_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.118s 2018-08-13 09:59:36.943 63 DEBUG tempest.lib.common.rest_client [req-f56cb7e7-d0b3-49e3-8727-84e2a3e9f219 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--294864810"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f56cb7e7-d0b3-49e3-8727-84e2a3e9f219'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--294864810", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "2c18c3dd-db2b-434e-be49-0b2a709de528"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:36.974 63 INFO tempest.lib.common.rest_client [req-9a815cc1-4ff2-47d4-a3ee-12d2dda00c0a ] Request (BgpvpnTest:test_show_bgpvpn): 200 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/2c18c3dd-db2b-434e-be49-0b2a709de528 0.029s 2018-08-13 09:59:36.974 63 DEBUG tempest.lib.common.rest_client [req-9a815cc1-4ff2-47d4-a3ee-12d2dda00c0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '145', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/2c18c3dd-db2b-434e-be49-0b2a709de528', u'date': 'Mon, 13 Aug 2018 09:59:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a815cc1-4ff2-47d4-a3ee-12d2dda00c0a'} Body: {"bgpvpn": {"routers": [], "type": "l3", "networks": [], "id": "2c18c3dd-db2b-434e-be49-0b2a709de528", "name": "tempest-test-bgpvpn--294864810"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn [0.150814s] ... ok 2018-08-13 09:59:37.069 63 INFO tempest.lib.common.rest_client [req-dc9d3ac7-067a-4bdb-97ed-70f82bb02518 ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.093s 2018-08-13 09:59:37.070 63 DEBUG tempest.lib.common.rest_client [req-dc9d3ac7-067a-4bdb-97ed-70f82bb02518 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--1773727164"}} Response - Headers: {'status': '201', u'content-length': '338', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dc9d3ac7-067a-4bdb-97ed-70f82bb02518'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--1773727164", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "11dd9bc0-d1a6-4b06-9912-c465156dffaa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:37.253 63 INFO tempest.lib.common.rest_client [req-157524c3-27c8-4fd0-9a8a-74d8164fe18b ] Request (BgpvpnTest:test_show_bgpvpn_as_non_owner_fail): 404 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11dd9bc0-d1a6-4b06-9912-c465156dffaa 0.182s 2018-08-13 09:59:37.254 63 DEBUG tempest.lib.common.rest_client [req-157524c3-27c8-4fd0-9a8a-74d8164fe18b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11dd9bc0-d1a6-4b06-9912-c465156dffaa', u'date': 'Mon, 13 Aug 2018 09:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-157524c3-27c8-4fd0-9a8a-74d8164fe18b'} Body: {"NeutronError": {"message": "BGPVPN 11dd9bc0-d1a6-4b06-9912-c465156dffaa could not be found", "type": "BGPVPNNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.279198s] ... ok 2018-08-13 09:59:37.359 63 INFO tempest.lib.common.rest_client [req-47c41c51-5419-4fb4-93f5-3ad7b12f939b ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.103s 2018-08-13 09:59:37.360 63 DEBUG tempest.lib.common.rest_client [req-47c41c51-5419-4fb4-93f5-3ad7b12f939b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--888185959"}} Response - Headers: {'status': '201', u'content-length': '337', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-47c41c51-5419-4fb4-93f5-3ad7b12f939b'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--888185959", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "0432a3a6-c373-40aa-a343-7869a9f66cfd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:37.570 63 INFO tempest.lib.common.rest_client [req-fde2beb5-cf72-4841-b9db-26f4d624d2b0 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/networks 0.209s 2018-08-13 09:59:37.571 63 DEBUG tempest.lib.common.rest_client [req-fde2beb5-cf72-4841-b9db-26f4d624d2b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {}} Response - Headers: {'status': '201', u'content-length': '537', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fde2beb5-cf72-4841-b9db-26f4d624d2b0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:37Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","name":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:37.947 63 INFO tempest.lib.common.rest_client [req-bc46f9e4-47f0-44d4-bfe5-3737e5d52b41 ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/0432a3a6-c373-40aa-a343-7869a9f66cfd/network_associations 0.375s 2018-08-13 09:59:37.947 63 DEBUG tempest.lib.common.rest_client [req-bc46f9e4-47f0-44d4-bfe5-3737e5d52b41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d81a9c32-d94c-40a6-8631-cece6463d2ba"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/0432a3a6-c373-40aa-a343-7869a9f66cfd/network_associations', u'date': 'Mon, 13 Aug 2018 09:59:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc46f9e4-47f0-44d4-bfe5-3737e5d52b41'} Body: {"network_association": {"network_id": "d81a9c32-d94c-40a6-8631-cece6463d2ba", "id": "4d6a9475-7b3e-4692-b5ec-7074a3333fc6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:38.146 63 INFO tempest.lib.common.rest_client [req-9e68fcf0-4628-48d0-983d-8ab1876d39ed ] Request (BgpvpnTest:test_show_netassoc_as_non_owner_fail): 404 GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/0432a3a6-c373-40aa-a343-7869a9f66cfd/network_associations/4d6a9475-7b3e-4692-b5ec-7074a3333fc6 0.197s 2018-08-13 09:59:38.147 63 DEBUG tempest.lib.common.rest_client [req-9e68fcf0-4628-48d0-983d-8ab1876d39ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '211', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/0432a3a6-c373-40aa-a343-7869a9f66cfd/network_associations/4d6a9475-7b3e-4692-b5ec-7074a3333fc6', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e68fcf0-4628-48d0-983d-8ab1876d39ed'} Body: {"NeutronError": {"message": "BGPVPN network association 4d6a9475-7b3e-4692-b5ec-7074a3333fc6 could not be found for BGPVPN 0432a3a6-c373-40aa-a343-7869a9f66cfd", "type": "BGPVPNNetAssocNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [0.892628s] ... ok 2018-08-13 09:59:38.242 63 INFO tempest.lib.common.rest_client [req-efa54b4d-09fd-45c0-a692-a30e7a1a8b03 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.093s 2018-08-13 09:59:38.243 63 DEBUG tempest.lib.common.rest_client [req-efa54b4d-09fd-45c0-a692-a30e7a1a8b03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "testbgpvpn"}} Response - Headers: {'status': '201', u'content-length': '317', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-efa54b4d-09fd-45c0-a692-a30e7a1a8b03'} Body: {"bgpvpn": {"export_targets": [], "name": "testbgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "9e091c77-9f5f-4a08-8847-fd41508c6809"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:38.252 63 INFO tempest.lib.common.rest_client [req-884ee931-4927-45d0-9f71-c9e96b6f6dc2 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9e091c77-9f5f-4a08-8847-fd41508c6809 0.009s 2018-08-13 09:59:38.253 63 DEBUG tempest.lib.common.rest_client [req-884ee931-4927-45d0-9f71-c9e96b6f6dc2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["0"]}} Response - Headers: {'status': '400', u'content-length': '139', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9e091c77-9f5f-4a08-8847-fd41508c6809', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-884ee931-4927-45d0-9f71-c9e96b6f6dc2'} Body: {"NeutronError": {"message": "Invalid input for route_targets. Reason: '0' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:38.263 63 INFO tempest.lib.common.rest_client [req-d13fd98a-e6dd-463b-9e7d-dd32f364d9cc ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9e091c77-9f5f-4a08-8847-fd41508c6809 0.008s 2018-08-13 09:59:38.263 63 DEBUG tempest.lib.common.rest_client [req-d13fd98a-e6dd-463b-9e7d-dd32f364d9cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"import_targets": ["test", " "]}} Response - Headers: {'status': '400', u'content-length': '143', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9e091c77-9f5f-4a08-8847-fd41508c6809', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d13fd98a-e6dd-463b-9e7d-dd32f364d9cc'} Body: {"NeutronError": {"message": "Invalid input for import_targets. Reason: 'test' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:38.519 63 INFO tempest.lib.common.rest_client [req-58554a45-b55d-4f37-9758-eb4006175bc4 ] Request (BgpvpnTest:test_update_bgpvpn_invalid_routetargets): 400 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9e091c77-9f5f-4a08-8847-fd41508c6809 0.255s 2018-08-13 09:59:38.520 63 DEBUG tempest.lib.common.rest_client [req-58554a45-b55d-4f37-9758-eb4006175bc4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"export_targets": ["64512:1000000000000", "xyz"]}} Response - Headers: {'status': '400', u'content-length': '158', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9e091c77-9f5f-4a08-8847-fd41508c6809', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58554a45-b55d-4f37-9758-eb4006175bc4'} Body: {"NeutronError": {"message": "Invalid input for export_targets. Reason: '64512:1000000000000' is not a valid input.", "type": "HTTPBadRequest", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.372190s] ... ok 2018-08-13 09:59:38.747 63 INFO tempest.lib.common.rest_client [req-ae054d08-aa9c-4fbf-9ec2-050fc9b86439 ] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.225s 2018-08-13 09:59:38.748 63 DEBUG tempest.lib.common.rest_client [req-ae054d08-aa9c-4fbf-9ec2-050fc9b86439 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--2018378264"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae054d08-aa9c-4fbf-9ec2-050fc9b86439'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--2018378264", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "b7394dc439d540da80be49459a64a882", "route_targets": ["64512:1"], "project_id": "b7394dc439d540da80be49459a64a882", "type": "l3", "id": "45a4675d-6c7a-4dd8-8796-3c799d3b9bd9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:38.791 63 INFO tempest.lib.common.rest_client [req-5fee498c-56f3-491f-b3ff-ea9d7926b7aa ] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9 0.043s 2018-08-13 09:59:38.792 63 DEBUG tempest.lib.common.rest_client [req-5fee498c-56f3-491f-b3ff-ea9d7926b7aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fee498c-56f3-491f-b3ff-ea9d7926b7aa'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.274094s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/api/test_bgpvpn.py", line 178, in test_update_route_target export_targets=['64512:6'] File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 09:59:38,747 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.225s 2018-08-13 09:59:38,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--2018378264"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae054d08-aa9c-4fbf-9ec2-050fc9b86439'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--2018378264", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "b7394dc439d540da80be49459a64a882", "route_targets": ["64512:1"], "project_id": "b7394dc439d540da80be49459a64a882", "type": "l3", "id": "45a4675d-6c7a-4dd8-8796-3c799d3b9bd9"}} 2018-08-13 09:59:38,791 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9 0.043s 2018-08-13 09:59:38,792 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fee498c-56f3-491f-b3ff-ea9d7926b7aa'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-13 09:59:38.871 63 INFO tempest.lib.common.rest_client [req-23bf6047-8fb3-4300-9dba-80d6ddfac26e ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.074s 2018-08-13 09:59:38.871 63 DEBUG tempest.lib.common.rest_client [req-23bf6047-8fb3-4300-9dba-80d6ddfac26e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "name": "tempest-test-bgpvpn--820707856", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '346', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23bf6047-8fb3-4300-9dba-80d6ddfac26e'} Body: {"bgpvpn": {"export_targets": [], "name": "tempest-test-bgpvpn--820707856", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "route_targets": ["64512:1"], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "type": "l3", "id": "fa0babf1-3793-4b54-a8ce-a011bb24e42c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:38.905 63 INFO tempest.lib.common.rest_client [req-70a9db2a-5a80-4268-985d-e70239b2e893 ] Request (BgpvpnTest:test_update_route_target_non_admin_fail): 403 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fa0babf1-3793-4b54-a8ce-a011bb24e42c 0.032s 2018-08-13 09:59:38.905 63 DEBUG tempest.lib.common.rest_client [req-70a9db2a-5a80-4268-985d-e70239b2e893 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:2"], "import_targets": ["64512:3"], "export_targets": ["64512:4"]}} Response - Headers: {'status': '403', u'content-length': '239', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fa0babf1-3793-4b54-a8ce-a011bb24e42c', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70a9db2a-5a80-4268-985d-e70239b2e893'} Body: {"NeutronError": {"message": "(((rule:update_bgpvpn and rule:update_bgpvpn:export_targets) and rule:update_bgpvpn:route_targets) and rule:update_bgpvpn:import_targets) is disallowed by policy", "type": "PolicyNotAuthorized", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.109287s] ... ok 2018-08-13 09:59:39.300 63 INFO tempest.lib.common.rest_client [req-302dcd19-5beb-4f32-b557-1d5680ae48ed ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d 0.393s 2018-08-13 09:59:39.300 63 DEBUG tempest.lib.common.rest_client [req-302dcd19-5beb-4f32-b557-1d5680ae48ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/54adde24-6668-488f-874d-06b077fcee7d', u'date': 'Mon, 13 Aug 2018 09:59:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-302dcd19-5beb-4f32-b557-1d5680ae48ed'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:39.385 63 INFO tempest.lib.common.rest_client [req-b43600e5-809c-45c4-a335-10db55be322d ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8 0.084s 2018-08-13 09:59:39.385 63 DEBUG tempest.lib.common.rest_client [req-b43600e5-809c-45c4-a335-10db55be322d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1d44870c-bf53-4009-b12c-881ff948e4d8', u'date': 'Mon, 13 Aug 2018 09:59:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b43600e5-809c-45c4-a335-10db55be322d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:39.763 63 INFO tempest.lib.common.rest_client [req-3e9a1181-6a4d-4dde-b624-5526071e5444 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dd5e4e56-7a64-4806-8ce3-fd6c762ea3f8 0.376s 2018-08-13 09:59:39.763 63 DEBUG tempest.lib.common.rest_client [req-3e9a1181-6a4d-4dde-b624-5526071e5444 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dd5e4e56-7a64-4806-8ce3-fd6c762ea3f8', u'date': 'Mon, 13 Aug 2018 09:59:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3e9a1181-6a4d-4dde-b624-5526071e5444'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:39.864 63 INFO tempest.lib.common.rest_client [req-cff851d1-67fa-4d17-85e4-0f04a9e96212 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/956ca14c-6bd9-4ae4-9cbe-dee70dee1715 0.100s 2018-08-13 09:59:39.864 63 DEBUG tempest.lib.common.rest_client [req-cff851d1-67fa-4d17-85e4-0f04a9e96212 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/956ca14c-6bd9-4ae4-9cbe-dee70dee1715', u'date': 'Mon, 13 Aug 2018 09:59:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cff851d1-67fa-4d17-85e4-0f04a9e96212'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:39.945 63 INFO tempest.lib.common.rest_client [req-0b3bcbbb-7b35-491c-b0e3-013e573cb186 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c1b5be01-0f08-4685-94ad-a184f29d9473 0.080s 2018-08-13 09:59:39.945 63 DEBUG tempest.lib.common.rest_client [req-0b3bcbbb-7b35-491c-b0e3-013e573cb186 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c1b5be01-0f08-4685-94ad-a184f29d9473', u'date': 'Mon, 13 Aug 2018 09:59:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b3bcbbb-7b35-491c-b0e3-013e573cb186'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:40.027 63 INFO tempest.lib.common.rest_client [req-bc2e0078-8678-4e91-bdd5-207e7c944aec ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/321aa636-00c7-4dd6-8b8c-68756281926f 0.081s 2018-08-13 09:59:40.027 63 DEBUG tempest.lib.common.rest_client [req-bc2e0078-8678-4e91-bdd5-207e7c944aec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/321aa636-00c7-4dd6-8b8c-68756281926f', u'date': 'Mon, 13 Aug 2018 09:59:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-bc2e0078-8678-4e91-bdd5-207e7c944aec'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:40.122 63 INFO tempest.lib.common.rest_client [req-869ae12f-d318-4d1d-b5d6-068f463433f8 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/daf5c72c-8695-4a34-9e0e-c51ed75eecfb 0.093s 2018-08-13 09:59:40.122 63 DEBUG tempest.lib.common.rest_client [req-869ae12f-d318-4d1d-b5d6-068f463433f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/daf5c72c-8695-4a34-9e0e-c51ed75eecfb', u'date': 'Mon, 13 Aug 2018 09:59:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-869ae12f-d318-4d1d-b5d6-068f463433f8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:40.218 63 INFO tempest.lib.common.rest_client [req-ca6f060e-811b-464d-97fa-ab597874b4ba ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/08e06689-68c6-441d-b488-2bcfe4b46d75 0.094s 2018-08-13 09:59:40.218 63 DEBUG tempest.lib.common.rest_client [req-ca6f060e-811b-464d-97fa-ab597874b4ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/08e06689-68c6-441d-b488-2bcfe4b46d75', u'date': 'Mon, 13 Aug 2018 09:59:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ca6f060e-811b-464d-97fa-ab597874b4ba'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:40.326 63 INFO tempest.lib.common.rest_client [req-d37886da-cf27-4550-ae95-800e4f69352a ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dce84d1a-0e98-4940-a47d-bb39a5d327a5 0.107s 2018-08-13 09:59:40.326 63 DEBUG tempest.lib.common.rest_client [req-d37886da-cf27-4550-ae95-800e4f69352a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/dce84d1a-0e98-4940-a47d-bb39a5d327a5', u'date': 'Mon, 13 Aug 2018 09:59:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d37886da-cf27-4550-ae95-800e4f69352a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:40.470 63 INFO tempest.lib.common.rest_client [req-b585acfe-d6af-4f3b-a314-fecbdf335bec ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e 0.143s 2018-08-13 09:59:40.471 63 DEBUG tempest.lib.common.rest_client [req-b585acfe-d6af-4f3b-a314-fecbdf335bec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/8320b3d1-ef66-41ec-bf57-67ad3e6efd9e', u'date': 'Mon, 13 Aug 2018 09:59:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b585acfe-d6af-4f3b-a314-fecbdf335bec'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:40.751 63 INFO tempest.lib.common.rest_client [req-e8210998-c152-48ab-90aa-d7d684c3f291 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5 0.279s 2018-08-13 09:59:40.751 63 DEBUG tempest.lib.common.rest_client [req-e8210998-c152-48ab-90aa-d7d684c3f291 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/27c0c8b4-6749-41e5-90b2-75fa5cd077a5', u'date': 'Mon, 13 Aug 2018 09:59:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e8210998-c152-48ab-90aa-d7d684c3f291'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:40.835 63 INFO tempest.lib.common.rest_client [req-849fad00-e4e6-4a4f-9a9f-1407892677f4 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/2c18c3dd-db2b-434e-be49-0b2a709de528 0.083s 2018-08-13 09:59:40.835 63 DEBUG tempest.lib.common.rest_client [req-849fad00-e4e6-4a4f-9a9f-1407892677f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/2c18c3dd-db2b-434e-be49-0b2a709de528', u'date': 'Mon, 13 Aug 2018 09:59:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-849fad00-e4e6-4a4f-9a9f-1407892677f4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:41.097 63 INFO tempest.lib.common.rest_client [req-197b2847-0bcd-4a20-9433-6d0c8cabf7a0 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11dd9bc0-d1a6-4b06-9912-c465156dffaa 0.261s 2018-08-13 09:59:41.097 63 DEBUG tempest.lib.common.rest_client [req-197b2847-0bcd-4a20-9433-6d0c8cabf7a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11dd9bc0-d1a6-4b06-9912-c465156dffaa', u'date': 'Mon, 13 Aug 2018 09:59:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-197b2847-0bcd-4a20-9433-6d0c8cabf7a0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:41.225 63 INFO tempest.lib.common.rest_client [req-3a55af59-368e-4dc7-8eb4-9b662c582989 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/0432a3a6-c373-40aa-a343-7869a9f66cfd 0.127s 2018-08-13 09:59:41.225 63 DEBUG tempest.lib.common.rest_client [req-3a55af59-368e-4dc7-8eb4-9b662c582989 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/0432a3a6-c373-40aa-a343-7869a9f66cfd', u'date': 'Mon, 13 Aug 2018 09:59:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3a55af59-368e-4dc7-8eb4-9b662c582989'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:41.316 63 INFO tempest.lib.common.rest_client [req-0b1ca539-56c1-4be3-8c63-f793a24fe5c9 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9 0.090s 2018-08-13 09:59:41.316 63 DEBUG tempest.lib.common.rest_client [req-0b1ca539-56c1-4be3-8c63-f793a24fe5c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9', u'date': 'Mon, 13 Aug 2018 09:59:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b1ca539-56c1-4be3-8c63-f793a24fe5c9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:41.423 63 INFO tempest.lib.common.rest_client [req-effc41dd-6c4b-4527-8aa5-faf3ab1ac9a8 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fa0babf1-3793-4b54-a8ce-a011bb24e42c 0.106s 2018-08-13 09:59:41.424 63 DEBUG tempest.lib.common.rest_client [req-effc41dd-6c4b-4527-8aa5-faf3ab1ac9a8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fa0babf1-3793-4b54-a8ce-a011bb24e42c', u'date': 'Mon, 13 Aug 2018 09:59:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-effc41dd-6c4b-4527-8aa5-faf3ab1ac9a8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:41.458 63 INFO tempest.lib.common.rest_client [req-8f5af1cd-7727-44a2-9734-115ef934920d ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.22:9696/v2.0/ports?device_id=82432ca7-36ca-4e45-bcd2-71fb02eb8744 0.033s 2018-08-13 09:59:41.458 63 DEBUG tempest.lib.common.rest_client [req-8f5af1cd-7727-44a2-9734-115ef934920d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '12', 'content-location': 'http://172.30.9.22:9696/v2.0/ports?device_id=82432ca7-36ca-4e45-bcd2-71fb02eb8744', u'date': 'Mon, 13 Aug 2018 09:59:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f5af1cd-7727-44a2-9734-115ef934920d'} Body: {"ports":[]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:41.907 63 INFO tempest.lib.common.rest_client [req-25ceaa93-1a2f-4c59-b7ab-82963fb4da85 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/routers/82432ca7-36ca-4e45-bcd2-71fb02eb8744 0.449s 2018-08-13 09:59:41.908 63 DEBUG tempest.lib.common.rest_client [req-25ceaa93-1a2f-4c59-b7ab-82963fb4da85 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/82432ca7-36ca-4e45-bcd2-71fb02eb8744', u'date': 'Mon, 13 Aug 2018 09:59:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25ceaa93-1a2f-4c59-b7ab-82963fb4da85'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:43.125 63 INFO tempest.lib.common.rest_client [req-ca59dc79-4016-47bd-b55f-5b1fd84deff2 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a4631e76-64d0-4783-9c53-0c23a4c35951 1.216s 2018-08-13 09:59:43.125 63 DEBUG tempest.lib.common.rest_client [req-ca59dc79-4016-47bd-b55f-5b1fd84deff2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a4631e76-64d0-4783-9c53-0c23a4c35951', u'date': 'Mon, 13 Aug 2018 09:59:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ca59dc79-4016-47bd-b55f-5b1fd84deff2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:44.973 63 INFO tempest.lib.common.rest_client [req-6ce0c191-63e7-4701-a59f-225f71dede40 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/networks/60b17aed-8016-46a7-8211-4527920d723e 1.847s 2018-08-13 09:59:44.973 63 DEBUG tempest.lib.common.rest_client [req-6ce0c191-63e7-4701-a59f-225f71dede40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/60b17aed-8016-46a7-8211-4527920d723e', u'date': 'Mon, 13 Aug 2018 09:59:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6ce0c191-63e7-4701-a59f-225f71dede40'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:45.271 63 INFO tempest.lib.common.rest_client [req-84be265b-c67c-4db6-88aa-7dbcbf9116c6 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/235243a44d8046a4bfe2b83b229915fc 0.297s 2018-08-13 09:59:45.272 63 DEBUG tempest.lib.common.rest_client [req-84be265b-c67c-4db6-88aa-7dbcbf9116c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/235243a44d8046a4bfe2b83b229915fc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:44 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-84be265b-c67c-4db6-88aa-7dbcbf9116c6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:45.640 63 INFO tempest.lib.common.rest_client [req-877d0714-e76a-4741-b163-36e10d37654a ] Request (BgpvpnTest:tearDownClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:45.641 63 DEBUG tempest.lib.common.rest_client [req-877d0714-e76a-4741-b163-36e10d37654a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-877d0714-e76a-4741-b163-36e10d37654a'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "8317614 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:46.044 63 INFO tempest.lib.common.rest_client [req-f594303f-c98d-4880-b885-a4bf78b07970 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.22:9696/v2.0/security-groups?tenant_id=b7394dc439d540da80be49459a64a882&name=default 0.401s 2018-08-13 09:59:46.044 63 DEBUG tempest.lib.common.rest_client [req-f594303f-c98d-4880-b885-a4bf78b07970 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups?tenant_id=b7394dc439d540da80be49459a64a882&name=default', u'date': 'Mon, 13 Aug 2018 09:59:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f594303f-c98d-4880-b885-a4bf78b07970'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "b7394dc439d540da80be49459a64a882", "created_at": "2018-08-13T09:59:45Z", "updated_at": "2018-08-13T09:59:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:45Z", "revision_number": 0, "id": "06733c73-7295-474f-9627-759e646e1f1b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:45Z", "security_group_id": "d24f27c3-bfa9-431c-b6c9-3819f58a2bfc", "tenant_id": "b7394dc439d540da80be49459a64a882", "port_range_min": null, "ethertype": "IPv4", "project_id": "b7394dc439d540da80be49459a64a882"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:45Z", "revision_number": 0, "id": "578f9b46-6ab1-4689-b753-576085e385df", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:45Z", "security_group_id": "d24f27c3-bfa9-431c-b6c9-3819f58a2bfc", "tenant_id": "b7394dc439d540da80be49459a64a882", "port_range_min": null, "ethertype": "IPv6", "project_id": "b7394dc439d540da80be49459a64a882"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:45Z", "revision_number": 0, "id": "a441788b-a2a4-4624-8d28-95a33537b46a", "remote_group_id": "d24f27c3-bfa9-431c-b6c9-3819f58a2bfc", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:45Z", "security_group_id": "d24f27c3-bfa9-431c-b6c9-3819f58a2bfc", "tenant_id": "b7394dc439d540da80be49459a64a882", "port_range_min": null, "ethertype": "IPv4", "project_id": "b7394dc439d540da80be49459a64a882"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:45Z", "revision_number": 0, "id": "cd20a7d9-9f7d-4001-a8e7-8a9a96dc414b", "remote_group_id": "d24f27c3-bfa9-431c-b6c9-3819f58a2bfc", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:45Z", "security_group_id": "d24f27c3-bfa9-431c-b6c9-3819f58a2bfc", "tenant_id": "b7394dc439d540da80be49459a64a882", "port_range_min": null, "ethertype": "IPv6", "project_id": "b7394dc439d540da80be49459a64a882"}], "revision_number": 1, "project_id": "b7394dc439d540da80be49459a64a882", "id": "d24f27c3-bfa9-431c-b6c9-3819f58a2bfc", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:46.421 63 INFO tempest.lib.common.rest_client [req-7b4fa186-e6a2-4ddf-b855-62dfd2241648 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d24f27c3-bfa9-431c-b6c9-3819f58a2bfc 0.376s 2018-08-13 09:59:46.422 63 DEBUG tempest.lib.common.rest_client [req-7b4fa186-e6a2-4ddf-b855-62dfd2241648 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d24f27c3-bfa9-431c-b6c9-3819f58a2bfc', u'date': 'Mon, 13 Aug 2018 09:59:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7b4fa186-e6a2-4ddf-b855-62dfd2241648'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:46.674 63 INFO tempest.lib.common.rest_client [req-d8a5cd53-a10d-40c1-8fdb-9fc2ce675459 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/b7394dc439d540da80be49459a64a882 0.251s 2018-08-13 09:59:46.674 63 DEBUG tempest.lib.common.rest_client [req-d8a5cd53-a10d-40c1-8fdb-9fc2ce675459 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/b7394dc439d540da80be49459a64a882', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:46 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d8a5cd53-a10d-40c1-8fdb-9fc2ce675459'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:46.865 63 INFO tempest.lib.common.rest_client [req-3b4f7abb-be74-422c-a0e1-bf7101f77117 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/f274ddad922a40dfb5c1b850498ac24a 0.190s 2018-08-13 09:59:46.865 63 DEBUG tempest.lib.common.rest_client [req-3b4f7abb-be74-422c-a0e1-bf7101f77117 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/f274ddad922a40dfb5c1b850498ac24a', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:46 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-3b4f7abb-be74-422c-a0e1-bf7101f77117'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:47.022 63 INFO tempest.lib.common.rest_client [req-c4ef1f56-9184-400c-99c1-c22cf05710a4 ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.22:9696/v2.0/security-groups?tenant_id=24c966d1446c4264a8d16885ba79c6a7&name=default 0.155s 2018-08-13 09:59:47.022 63 DEBUG tempest.lib.common.rest_client [req-c4ef1f56-9184-400c-99c1-c22cf05710a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups?tenant_id=24c966d1446c4264a8d16885ba79c6a7&name=default', u'date': 'Mon, 13 Aug 2018 09:59:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4ef1f56-9184-400c-99c1-c22cf05710a4'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "24c966d1446c4264a8d16885ba79c6a7", "created_at": "2018-08-13T09:59:46Z", "updated_at": "2018-08-13T09:59:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:46Z", "revision_number": 0, "id": "1f2d6d7a-9060-462c-9d66-77e540d46b43", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:46Z", "security_group_id": "4d60b0c4-b0cb-4460-995e-d3d4cc323d4f", "tenant_id": "24c966d1446c4264a8d16885ba79c6a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "24c966d1446c4264a8d16885ba79c6a7"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:46Z", "revision_number": 0, "id": "90683dfa-5322-41be-8193-68dabe67e10c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:46Z", "security_group_id": "4d60b0c4-b0cb-4460-995e-d3d4cc323d4f", "tenant_id": "24c966d1446c4264a8d16885ba79c6a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "24c966d1446c4264a8d16885ba79c6a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:46Z", "revision_number": 0, "id": "9a45c4fc-fc7b-4b31-9698-8a24222cb302", "remote_group_id": "4d60b0c4-b0cb-4460-995e-d3d4cc323d4f", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:46Z", "security_group_id": "4d60b0c4-b0cb-4460-995e-d3d4cc323d4f", "tenant_id": "24c966d1446c4264a8d16885ba79c6a7", "port_range_min": null, "ethertype": "IPv6", "project_id": "24c966d1446c4264a8d16885ba79c6a7"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:46Z", "revision_number": 0, "id": "e8f1778b-e492-4237-8c7e-edb01cd2fa63", "remote_group_id": "4d60b0c4-b0cb-4460-995e-d3d4cc323d4f", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:46Z", "security_group_id": "4d60b0c4-b0cb-4460-995e-d3d4cc323d4f", "tenant_id": "24c966d1446c4264a8d16885ba79c6a7", "port_range_min": null, "ethertype": "IPv4", "project_id": "24c966d1446c4264a8d16885ba79c6a7"}], "revision_number": 1, "project_id": "24c966d1446c4264a8d16885ba79c6a7", "id": "4d60b0c4-b0cb-4460-995e-d3d4cc323d4f", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:47.187 63 INFO tempest.lib.common.rest_client [req-42159f6e-4a02-416a-b2f8-9a4e6972adac ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/4d60b0c4-b0cb-4460-995e-d3d4cc323d4f 0.164s 2018-08-13 09:59:47.188 63 DEBUG tempest.lib.common.rest_client [req-42159f6e-4a02-416a-b2f8-9a4e6972adac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/4d60b0c4-b0cb-4460-995e-d3d4cc323d4f', u'date': 'Mon, 13 Aug 2018 09:59:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-42159f6e-4a02-416a-b2f8-9a4e6972adac'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:47.422 63 INFO tempest.lib.common.rest_client [req-c23e27b7-21b5-4662-9463-1eb516668f96 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/24c966d1446c4264a8d16885ba79c6a7 0.233s 2018-08-13 09:59:47.423 63 DEBUG tempest.lib.common.rest_client [req-c23e27b7-21b5-4662-9463-1eb516668f96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/24c966d1446c4264a8d16885ba79c6a7', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:47 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-c23e27b7-21b5-4662-9463-1eb516668f96'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:47.710 63 INFO tempest.lib.common.rest_client [req-d324c2c1-5b92-4fd4-9cc7-ae5d33fe8cbe ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/499ceaad6268469bb341b49b9abde5b6 0.286s 2018-08-13 09:59:47.710 63 DEBUG tempest.lib.common.rest_client [req-d324c2c1-5b92-4fd4-9cc7-ae5d33fe8cbe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/499ceaad6268469bb341b49b9abde5b6', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:47 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d324c2c1-5b92-4fd4-9cc7-ae5d33fe8cbe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:47.921 63 INFO tempest.lib.common.rest_client [req-8fba5285-7f4a-4e28-a4d3-de01fe6ace2c ] Request (BgpvpnTest:tearDownClass): 200 GET http://172.30.9.22:9696/v2.0/security-groups?tenant_id=5bd6b4a42c2a4993abfd392c5d82a696&name=default 0.209s 2018-08-13 09:59:47.921 63 DEBUG tempest.lib.common.rest_client [req-8fba5285-7f4a-4e28-a4d3-de01fe6ace2c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups?tenant_id=5bd6b4a42c2a4993abfd392c5d82a696&name=default', u'date': 'Mon, 13 Aug 2018 09:59:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fba5285-7f4a-4e28-a4d3-de01fe6ace2c'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:20Z", "updated_at": "2018-08-13T09:59:20Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:20Z", "revision_number": 0, "id": "906ef521-28a4-4fb3-a892-70b385b56f05", "remote_group_id": "cd921396-ef44-442f-9a78-a9b77bd60e7c", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:20Z", "security_group_id": "cd921396-ef44-442f-9a78-a9b77bd60e7c", "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd6b4a42c2a4993abfd392c5d82a696"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:20Z", "revision_number": 0, "id": "a37d6285-9120-435b-840e-efd4026ae300", "remote_group_id": "cd921396-ef44-442f-9a78-a9b77bd60e7c", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:20Z", "security_group_id": "cd921396-ef44-442f-9a78-a9b77bd60e7c", "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd6b4a42c2a4993abfd392c5d82a696"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:20Z", "revision_number": 0, "id": "ce678185-6503-4786-8eea-34e5751ce532", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:20Z", "security_group_id": "cd921396-ef44-442f-9a78-a9b77bd60e7c", "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "port_range_min": null, "ethertype": "IPv6", "project_id": "5bd6b4a42c2a4993abfd392c5d82a696"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:20Z", "revision_number": 0, "id": "e3dd6bf4-2601-40c6-b99e-f9051561c3aa", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:20Z", "security_group_id": "cd921396-ef44-442f-9a78-a9b77bd60e7c", "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "port_range_min": null, "ethertype": "IPv4", "project_id": "5bd6b4a42c2a4993abfd392c5d82a696"}], "revision_number": 1, "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "cd921396-ef44-442f-9a78-a9b77bd60e7c", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:48.049 63 INFO tempest.lib.common.rest_client [req-17f3a9fb-3206-4019-86c4-424c7bcbe66b ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/cd921396-ef44-442f-9a78-a9b77bd60e7c 0.127s 2018-08-13 09:59:48.049 63 DEBUG tempest.lib.common.rest_client [req-17f3a9fb-3206-4019-86c4-424c7bcbe66b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/cd921396-ef44-442f-9a78-a9b77bd60e7c', u'date': 'Mon, 13 Aug 2018 09:59:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-17f3a9fb-3206-4019-86c4-424c7bcbe66b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:48.238 63 INFO tempest.lib.common.rest_client [req-4db7fd1c-8685-4836-9df2-84a63c278bd9 ] Request (BgpvpnTest:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/5bd6b4a42c2a4993abfd392c5d82a696 0.188s 2018-08-13 09:59:48.238 63 DEBUG tempest.lib.common.rest_client [req-4db7fd1c-8685-4836-9df2-84a63c278bd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/5bd6b4a42c2a4993abfd392c5d82a696', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:48 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-4db7fd1c-8685-4836-9df2-84a63c278bd9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:48.639 63 INFO tempest.lib.common.rest_client [req-d40df430-3bc6-4c2a-a748-975ad0e8ee5f ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:48.639 63 DEBUG tempest.lib.common.rest_client [req-d40df430-3bc6-4c2a-a748-975ad0e8ee5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d40df430-3bc6-4c2a-a748-975ad0e8ee5f'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "8317614 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:49.033 63 INFO tempest.lib.common.rest_client [req-0d4f31d9-2314-4890-8bcd-5e0a47258f23 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:49.034 63 DEBUG tempest.lib.common.rest_client [req-0d4f31d9-2314-4890-8bcd-5e0a47258f23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d4f31d9-2314-4890-8bcd-5e0a47258f23'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "8317614 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:49.213 63 INFO tempest.lib.common.rest_client [req-4afd8731-440e-4ff6-8e5b-bb67338ac9d8 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/domains?name=Default 0.178s 2018-08-13 09:59:49.213 63 DEBUG tempest.lib.common.rest_client [req-4afd8731-440e-4ff6-8e5b-bb67338ac9d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '284', 'content-location': 'http://192.30.9.4:35357/v3/domains?name=Default', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4afd8731-440e-4ff6-8e5b-bb67338ac9d8'} Body: {"domains": [{"description": "The default domain", "links": {"self": "http://192.30.9.4:35357/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://192.30.9.4:35357/v3/domains?name=Default", "previous": null, "next": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:49.396 63 INFO tempest.lib.common.rest_client [req-f0731ecc-ce2f-4019-9a84-f3c1c4ad24ef ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.182s 2018-08-13 09:59:49.396 63 DEBUG tempest.lib.common.rest_client [req-f0731ecc-ce2f-4019-9a84-f3c1c4ad24ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-1193844288-desc", "name": "tempest-TestBGPVPNBasic-1193844288", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '347', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f0731ecc-ce2f-4019-9a84-f3c1c4ad24ef'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-1193844288-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/89a6efcab7c84cf782b121bd5b0b1f45"}, "tags": [], "enabled": true, "id": "89a6efcab7c84cf782b121bd5b0b1f45", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-1193844288"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:49.762 63 INFO tempest.lib.common.rest_client [req-2747dbd4-c777-4d84-8ad5-acb84b3521aa ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.365s 2018-08-13 09:59:49.763 63 DEBUG tempest.lib.common.rest_client [req-2747dbd4-c777-4d84-8ad5-acb84b3521aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "O9~aGREM#D7+g6~", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-TestBGPVPNBasic-1193844288", "email": "tempest-TestBGPVPNBasic-311251949@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2747dbd4-c777-4d84-8ad5-acb84b3521aa'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-1193844288", "links": {"self": "http://192.30.9.4:35357/v3/users/60825e4c4d8b4f9a8f9ad7e17e7296c7"}, "domain_id": "default", "enabled": true, "options": {}, "id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "email": "tempest-TestBGPVPNBasic-311251949@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:49.920 63 INFO tempest.lib.common.rest_client [req-35c6951e-9dfb-4c0f-85c4-c44ab777274d ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.157s 2018-08-13 09:59:49.921 63 DEBUG tempest.lib.common.rest_client [req-35c6951e-9dfb-4c0f-85c4-c44ab777274d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35c6951e-9dfb-4c0f-85c4-c44ab777274d'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:50.144 63 INFO tempest.lib.common.rest_client [req-36ccf2fb-44e5-4cf6-ae74-291722c68dad ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.222s 2018-08-13 09:59:50.145 63 DEBUG tempest.lib.common.rest_client [req-36ccf2fb-44e5-4cf6-ae74-291722c68dad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-36ccf2fb-44e5-4cf6-ae74-291722c68dad'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:50.318 63 INFO tempest.lib.common.rest_client [req-dabfac58-647c-49ba-94a6-9346f0cd9211 ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/89a6efcab7c84cf782b121bd5b0b1f45/users/60825e4c4d8b4f9a8f9ad7e17e7296c7/roles/178c76b5dcf840798988d37683e957fc 0.173s 2018-08-13 09:59:50.319 63 DEBUG tempest.lib.common.rest_client [req-dabfac58-647c-49ba-94a6-9346f0cd9211 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/89a6efcab7c84cf782b121bd5b0b1f45/users/60825e4c4d8b4f9a8f9ad7e17e7296c7/roles/178c76b5dcf840798988d37683e957fc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:50 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-dabfac58-647c-49ba-94a6-9346f0cd9211'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:50.319 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1193844288', 'project_name': u'tempest-TestBGPVPNBasic-1193844288', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'89a6efcab7c84cf782b121bd5b0b1f45', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1193844288', 'user_id': u'60825e4c4d8b4f9a8f9ad7e17e7296c7', 'project_id': u'89a6efcab7c84cf782b121bd5b0b1f45', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:50.320 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1193844288', 'project_name': u'tempest-TestBGPVPNBasic-1193844288', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'89a6efcab7c84cf782b121bd5b0b1f45', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1193844288', 'user_id': u'60825e4c4d8b4f9a8f9ad7e17e7296c7', 'project_id': u'89a6efcab7c84cf782b121bd5b0b1f45', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:50.693 63 INFO tempest.lib.common.rest_client [req-1a6616ab-0d91-4379-8e9a-c999b08c5401 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:50.694 63 DEBUG tempest.lib.common.rest_client [req-1a6616ab-0d91-4379-8e9a-c999b08c5401 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1a6616ab-0d91-4379-8e9a-c999b08c5401'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T10:59:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-TestBGPVPNBasic-1193844288"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "831761409dfe44fb9df9daf72a646b63"}, {"r _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:50.809 63 INFO tempest.lib.common.rest_client [req-9e994f06-dd04-447c-af61-60d8a1654e62 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.113s 2018-08-13 09:59:50.809 63 DEBUG tempest.lib.common.rest_client [req-9e994f06-dd04-447c-af61-60d8a1654e62 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-1928336582-desc", "name": "tempest-TestBGPVPNBasic-1928336582", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '347', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e994f06-dd04-447c-af61-60d8a1654e62'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-1928336582-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/132730d1a8354fc397000114f2979bc5"}, "tags": [], "enabled": true, "id": "132730d1a8354fc397000114f2979bc5", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-1928336582"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:51.229 63 INFO tempest.lib.common.rest_client [req-60d8bdcb-d91e-4cf8-aa61-bd699db0af8d ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.419s 2018-08-13 09:59:51.229 63 DEBUG tempest.lib.common.rest_client [req-60d8bdcb-d91e-4cf8-aa61-bd699db0af8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "C2~21aLrvv6Yu9R", "project_id": "132730d1a8354fc397000114f2979bc5", "name": "tempest-TestBGPVPNBasic-1928336582", "email": "tempest-TestBGPVPNBasic-861805597@example.com"}} Response - Headers: {'status': '201', u'content-length': '379', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-60d8bdcb-d91e-4cf8-aa61-bd699db0af8d'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-1928336582", "links": {"self": "http://192.30.9.4:35357/v3/users/4676de4274274ca99472fde87be8b341"}, "domain_id": "default", "enabled": true, "options": {}, "id": "4676de4274274ca99472fde87be8b341", "project_id": "132730d1a8354fc397000114f2979bc5", "email": "tempest-TestBGPVPNBasic-861805597@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:51.390 63 INFO tempest.lib.common.rest_client [req-6547c471-6d34-47a0-9083-a2ddb64782c0 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.160s 2018-08-13 09:59:51.390 63 DEBUG tempest.lib.common.rest_client [req-6547c471-6d34-47a0-9083-a2ddb64782c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6547c471-6d34-47a0-9083-a2ddb64782c0'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:51.555 63 INFO tempest.lib.common.rest_client [req-bf551ec7-5062-437c-b359-46f0c67d7dbd ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/132730d1a8354fc397000114f2979bc5/users/4676de4274274ca99472fde87be8b341/roles/1af22b0960704f3c9a15cf7b53bd46e0 0.163s 2018-08-13 09:59:51.555 63 DEBUG tempest.lib.common.rest_client [req-bf551ec7-5062-437c-b359-46f0c67d7dbd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/132730d1a8354fc397000114f2979bc5/users/4676de4274274ca99472fde87be8b341/roles/1af22b0960704f3c9a15cf7b53bd46e0', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:51 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-bf551ec7-5062-437c-b359-46f0c67d7dbd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:51.555 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1928336582', 'project_name': u'tempest-TestBGPVPNBasic-1928336582', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'132730d1a8354fc397000114f2979bc5', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1928336582', 'user_id': u'4676de4274274ca99472fde87be8b341', 'project_id': u'132730d1a8354fc397000114f2979bc5', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:51.556 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-1928336582', 'project_name': u'tempest-TestBGPVPNBasic-1928336582', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'132730d1a8354fc397000114f2979bc5', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-1928336582', 'user_id': u'4676de4274274ca99472fde87be8b341', 'project_id': u'132730d1a8354fc397000114f2979bc5', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:51.927 63 INFO tempest.lib.common.rest_client [req-6cf105f7-1227-4f6e-8c26-ecbf2286fa91 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:51.927 63 DEBUG tempest.lib.common.rest_client [req-6cf105f7-1227-4f6e-8c26-ecbf2286fa91 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cf105f7-1227-4f6e-8c26-ecbf2286fa91'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T10:59:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132730d1a8354fc397000114f2979bc5", "name": "tempest-TestBGPVPNBasic-1928336582"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interfa _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:52.044 63 INFO tempest.lib.common.rest_client [req-3076d232-2501-48d6-b7f3-52221afb8545 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/projects 0.115s 2018-08-13 09:59:52.044 63 DEBUG tempest.lib.common.rest_client [req-3076d232-2501-48d6-b7f3-52221afb8545 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"project": {"description": "tempest-TestBGPVPNBasic-796482001-desc", "name": "tempest-TestBGPVPNBasic-796482001", "domain_id": "default"}} Response - Headers: {'status': '201', u'content-length': '345', 'content-location': 'http://192.30.9.4:35357/v3/projects', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3076d232-2501-48d6-b7f3-52221afb8545'} Body: {"project": {"is_domain": false, "description": "tempest-TestBGPVPNBasic-796482001-desc", "links": {"self": "http://192.30.9.4:35357/v3/projects/36dad70b9bb1435baefb0552fe149835"}, "tags": [], "enabled": true, "id": "36dad70b9bb1435baefb0552fe149835", "parent_id": "default", "domain_id": "default", "name": "tempest-TestBGPVPNBasic-796482001"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:52.469 63 INFO tempest.lib.common.rest_client [req-f60df7a1-4d88-4ddd-af15-dc33edd5d04c ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://192.30.9.4:35357/v3/users 0.424s 2018-08-13 09:59:52.469 63 DEBUG tempest.lib.common.rest_client [req-f60df7a1-4d88-4ddd-af15-dc33edd5d04c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"user": {"password": "G4_KSgY~z0@#TqJ", "project_id": "36dad70b9bb1435baefb0552fe149835", "name": "tempest-TestBGPVPNBasic-796482001", "email": "tempest-TestBGPVPNBasic-993181330@example.com"}} Response - Headers: {'status': '201', u'content-length': '378', 'content-location': 'http://192.30.9.4:35357/v3/users', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f60df7a1-4d88-4ddd-af15-dc33edd5d04c'} Body: {"user": {"name": "tempest-TestBGPVPNBasic-796482001", "links": {"self": "http://192.30.9.4:35357/v3/users/9e567b1e622f440f9a56443c08e23ce3"}, "domain_id": "default", "enabled": true, "options": {}, "id": "9e567b1e622f440f9a56443c08e23ce3", "project_id": "36dad70b9bb1435baefb0552fe149835", "email": "tempest-TestBGPVPNBasic-993181330@example.com", "password_expires_at": null}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:52.631 63 INFO tempest.lib.common.rest_client [req-88abeab2-07e6-420d-9569-dcf4a8f6eec9 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.161s 2018-08-13 09:59:52.632 63 DEBUG tempest.lib.common.rest_client [req-88abeab2-07e6-420d-9569-dcf4a8f6eec9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88abeab2-07e6-420d-9569-dcf4a8f6eec9'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:52.729 63 INFO tempest.lib.common.rest_client [req-74adb0c1-5461-44c7-8cb8-33766fa63d39 ] Request (TestBGPVPNBasic:setUpClass): 200 GET http://192.30.9.4:35357/v3/roles 0.096s 2018-08-13 09:59:52.729 63 DEBUG tempest.lib.common.rest_client [req-74adb0c1-5461-44c7-8cb8-33766fa63d39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1305', 'content-location': 'http://192.30.9.4:35357/v3/roles', u'vary': 'X-Auth-Token,Accept-Encoding', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-74adb0c1-5461-44c7-8cb8-33766fa63d39'} Body: {"links": {"self": "http://192.30.9.4:35357/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "178c76b5dcf840798988d37683e957fc", "links": {"self": "http://192.30.9.4:35357/v3/roles/178c76b5dcf840798988d37683e957fc"}, "name": "member"}, {"domain_id": null, "id": "1af22b0960704f3c9a15cf7b53bd46e0", "links": {"self": "http://192.30.9.4:35357/v3/roles/1af22b0960704f3c9a15cf7b53bd46e0"}, "name": "admin"}, {"domain_id": null, "id": "617690a72d2e4b76a81c42c95df2f9a1", "links": {"self": "http://192.30.9.4:35357/v3/roles/617690a72d2e4b76a81c42c95df2f9a1"}, "name": "reader"}, {"domain_id": null, "id": "98367a7eec14468f97beb4a764188a9c", "links": {"self": "http://192.30.9.4:35357/v3/roles/98367a7eec14468f97beb4a764188a9c"}, "name": "swiftoperator"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://192.30.9.4:35357/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "b93d9856a8ae404b94703e1e5bf669e8", "links": {"self": "http://192.30.9.4:35357/v3/roles/b93d9856a8ae404b94703e1e5bf669e8"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "d10f6e1b27d44e5eb3d71b57c6fe7167", "links": {"self": "http://192.30.9.4:35357/v3/roles/d10f6e1b27d44e5eb3d71b57c6fe7167"}, "name": "ResellerAdmin"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:52.927 63 INFO tempest.lib.common.rest_client [req-55a2e98e-8176-4fd3-8838-d04f80634f3a ] Request (TestBGPVPNBasic:setUpClass): 204 PUT http://192.30.9.4:35357/v3/projects/36dad70b9bb1435baefb0552fe149835/users/9e567b1e622f440f9a56443c08e23ce3/roles/178c76b5dcf840798988d37683e957fc 0.196s 2018-08-13 09:59:52.927 63 DEBUG tempest.lib.common.rest_client [req-55a2e98e-8176-4fd3-8838-d04f80634f3a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/36dad70b9bb1435baefb0552fe149835/users/9e567b1e622f440f9a56443c08e23ce3/roles/178c76b5dcf840798988d37683e957fc', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:52 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-55a2e98e-8176-4fd3-8838-d04f80634f3a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:52.927 63 INFO tempest.lib.common.dynamic_creds [-] Acquired dynamic creds: credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-796482001', 'project_name': u'tempest-TestBGPVPNBasic-796482001', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'36dad70b9bb1435baefb0552fe149835', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-796482001', 'user_id': u'9e567b1e622f440f9a56443c08e23ce3', 'project_id': u'36dad70b9bb1435baefb0552fe149835', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:52.928 63 INFO tempest.lib.common.dynamic_creds [-] Created isolated network resources for : credentials: Credentials: {'username': u'tempest-TestBGPVPNBasic-796482001', 'project_name': u'tempest-TestBGPVPNBasic-796482001', 'project_domain_id': u'default', 'user_domain_id': u'default', 'tenant_id': u'36dad70b9bb1435baefb0552fe149835', 'user_domain_name': u'Default', 'domain_name': u'Default', 'tenant_name': u'tempest-TestBGPVPNBasic-796482001', 'user_id': u'9e567b1e622f440f9a56443c08e23ce3', 'project_id': u'36dad70b9bb1435baefb0552fe149835', 'domain_id': u'default', 'project_domain_name': u'Default'}, Network: None, Subnet: None, Router: None 2018-08-13 09:59:53.301 63 INFO tempest.lib.common.rest_client [req-25c67216-8094-48d0-bf86-f6b00f82e8c0 ] Request (TestBGPVPNBasic:setUpClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 09:59:53.302 63 DEBUG tempest.lib.common.rest_client [req-25c67216-8094-48d0-bf86-f6b00f82e8c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8979', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 09:59:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-25c67216-8094-48d0-bf86-f6b00f82e8c0'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T10:59:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "36dad70b9bb1435baefb0552fe149835", "name": "tempest-TestBGPVPNBasic-796482001"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/36dad70b9bb1435baefb0552fe149835", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/36dad70b9bb1435baefb0552fe149835", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/36dad70b9bb1435baefb0552fe149835", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "831761409dfe44fb9df9daf72a646b63"}, {"re _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:53.910 63 INFO tempest.lib.common.rest_client [req-c3c4a037-a419-4eff-b08b-fe839c22f039 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.604s 2018-08-13 09:59:53.910 63 DEBUG tempest.lib.common.rest_client [req-c3c4a037-a419-4eff-b08b-fe839c22f039 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1494530381 description", "name": "tempest-secgroup-smoke-1494530381"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 09:59:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3c4a037-a419-4eff-b08b-fe839c22f039'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1494530381 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:53Z", "updated_at": "2018-08-13T09:59:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "3f8b9d1c-a966-474b-b17e-dd6f76464a2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "ca7b6dd8-0ca8-4458-a5b1-b84247d90c0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "name": "tempest-secgroup-smoke-1494530381"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:54.103 63 INFO tempest.lib.common.rest_client [req-afb9a112-525c-4803-8df5-26abc3ec6003 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.191s 2018-08-13 09:59:54.104 63 DEBUG tempest.lib.common.rest_client [req-afb9a112-525c-4803-8df5-26abc3ec6003 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afb9a112-525c-4803-8df5-26abc3ec6003'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "775c1e82-365e-439a-912d-ad85ff8e0016"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:54.462 63 INFO tempest.lib.common.rest_client [req-9874843b-ea01-4d9a-a247-c405b90ec4df ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.357s 2018-08-13 09:59:54.463 63 DEBUG tempest.lib.common.rest_client [req-9874843b-ea01-4d9a-a247-c405b90ec4df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9874843b-ea01-4d9a-a247-c405b90ec4df'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "08949c9b-e4c3-4447-a981-c3662622e118"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:54.600 63 INFO tempest.lib.common.rest_client [req-885b5abf-3e8d-4c7f-a9fc-27fa8afbefbf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 09:59:54.601 63 DEBUG tempest.lib.common.rest_client [req-885b5abf-3e8d-4c7f-a9fc-27fa8afbefbf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-885b5abf-3e8d-4c7f-a9fc-27fa8afbefbf'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b27a4662-22c3-45f7-9a77-0048add30f64"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:54.744 63 INFO tempest.lib.common.rest_client [req-3950ed9e-95e4-405e-a123-6e98bf2feedf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 09:59:54.744 63 DEBUG tempest.lib.common.rest_client [req-3950ed9e-95e4-405e-a123-6e98bf2feedf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3950ed9e-95e4-405e-a123-6e98bf2feedf'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bcc929f3-9332-420f-ab84-239e23059d83"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:55.145 63 INFO tempest.lib.common.rest_client [req-98c130de-6de3-4b29-9791-fa48e029581c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.400s 2018-08-13 09:59:55.145 63 DEBUG tempest.lib.common.rest_client [req-98c130de-6de3-4b29-9791-fa48e029581c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98c130de-6de3-4b29-9791-fa48e029581c'} 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-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6c680c70-a957-4ce7-bd15-c727dfb42f62"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:55.295 63 INFO tempest.lib.common.rest_client [req-a4b0ae7b-861b-414d-b61e-5a1ad24a029f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 09:59:55.295 63 DEBUG tempest.lib.common.rest_client [req-a4b0ae7b-861b-414d-b61e-5a1ad24a029f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4b0ae7b-861b-414d-b61e-5a1ad24a029f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5b7296f1-fe84-45fa-9201-74dd9a31b951"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:55.441 63 INFO tempest.lib.common.rest_client [req-43127861-f918-468e-b2b8-f4f3daa40f9a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.145s 2018-08-13 09:59:55.442 63 DEBUG tempest.lib.common.rest_client [req-43127861-f918-468e-b2b8-f4f3daa40f9a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-43127861-f918-468e-b2b8-f4f3daa40f9a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b4a75d04-c8b4-4a09-a6e3-6cad564b0f68"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:55.598 63 INFO tempest.lib.common.rest_client [req-5f3eb6d7-53f1-427f-b79c-b1c3dd355146 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 09:59:55.599 63 DEBUG tempest.lib.common.rest_client [req-5f3eb6d7-53f1-427f-b79c-b1c3dd355146 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f3eb6d7-53f1-427f-b79c-b1c3dd355146'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4ee57c21-e127-4372-b592-c35bf23fff59"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:55.815 63 INFO tempest.lib.common.rest_client [req-e1d0a148-d7a7-45dc-ab0c-433cefcdc09f ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/networks 0.215s 2018-08-13 09:59:55.815 63 DEBUG tempest.lib.common.rest_client [req-e1d0a148-d7a7-45dc-ab0c-433cefcdc09f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1889029304"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1d0a148-d7a7-45dc-ab0c-433cefcdc09f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","name":"tempest-A-1889029304"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:56.869 63 INFO tempest.lib.common.rest_client [req-8fb03681-0f48-40b5-bfc2-608be622b172 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.053s 2018-08-13 09:59:56.870 63 DEBUG tempest.lib.common.rest_client [req-8fb03681-0f48-40b5-bfc2-608be622b172 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "name": "tempest-subnet-A-1-294516940"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 09:59:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fb03681-0f48-40b5-bfc2-608be622b172'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:56Z","dns_nameservers":[],"updated_at":"2018-08-13T09:59:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0","subnetpool_id":null,"name":"tempest-subnet-A-1-294516940"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:57.386 63 INFO tempest.lib.common.rest_client [req-22a9ebfc-37cc-4f25-8253-7d1a31cb2c46 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/networks 0.515s 2018-08-13 09:59:57.387 63 DEBUG tempest.lib.common.rest_client [req-22a9ebfc-37cc-4f25-8253-7d1a31cb2c46 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1816118228"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22a9ebfc-37cc-4f25-8253-7d1a31cb2c46'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"9d5052f6-a374-494e-8741-98acc056a712","name":"tempest-B-1816118228"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:58.229 63 INFO tempest.lib.common.rest_client [req-0a7b8719-5289-446a-9f69-94bc226ed295 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.841s 2018-08-13 09:59:58.229 63 DEBUG tempest.lib.common.rest_client [req-0a7b8719-5289-446a-9f69-94bc226ed295 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "9d5052f6-a374-494e-8741-98acc056a712", "name": "tempest-subnet-B-1-1650795732"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 09:59:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a7b8719-5289-446a-9f69-94bc226ed295'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d5052f6-a374-494e-8741-98acc056a712","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:57Z","dns_nameservers":[],"updated_at":"2018-08-13T09:59:57Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cab6b66b-fa7c-44fe-a32f-4d213845e5ba","subnetpool_id":null,"name":"tempest-subnet-B-1-1650795732"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:58.647 63 INFO tempest.lib.common.rest_client [req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.416s 2018-08-13 09:59:58.648 63 DEBUG tempest.lib.common.rest_client [req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-293558231"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 09:59:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXnkVhDK7NzCdKGsfziVQGq+mlBT8MfRBATo4jaCb0qewgl9YbT0DR7yRQSJi5HRC7N1qPSRnRdrQS9f+ZJcafQC6cLkMSXHnThJwEJxmsRDXnhZW12zlRd0j4lzNpXNzYw3LEH64qMqUo7xrLMyR7Jmlq5WAq/BesSUVoMMQocLxUhq6egeGZSR4gSETPrO71Pf/sb7Us44Kju3e6WveTl43Ri097ObQ7R2zMmgBEYPw1xJAxZeBScT1II1AJhhTLQ03VCh1/A2dbwrvMfAGuSlQpXq06ZNWKNT+eOeDcjKhrbrIJ8TFGU840ZnO5BvUbrPPK1KB/FUobpWEBB8xF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA155FYQyuzcwnShrH84lUBqvppQU/DH0QQE6OI2gm9KnsIJfW\nG09A0e8kUEiYuR0Quzdaj0kZ0Xa0EvX/mSXGn0AunC5DElx504ScBCcZrEQ154WV\ntds5UXdI+JczaVzc2MNyxB+uKjKlKO8ayzMkeyZpauVgKvwXrElFaDDEKHC8VIau\nnoHhmUkeIEhEz6zu9T3/7G+1LOOCo7t3ulr3k5eN0YtPezm0O0dszJoARGD8NcSQ\nMWXgUnE9SCNQCYYUy0NN1QodfwNnW8K7zHwBrkpUKV6tOmTVijU/njng3Iyoa26y\nCfExRlPONGZzuQb1G6zzytSgfxVKG6VhAQfMRQIDAQABAoIBABQxtJnEUFLh/gQI\nwhVjFUWSsE1OUnte8ziyoslaJdvgVkcvMVRZdd6zoRkL05Hy0PBX3NlypUJi9baY\n55l2WkXsAvGJu6pqktZmox4Yc2UY9lt6vWzM3W9t1p3Bu4Twt5Ztp8AKn4tANwvA\naSgC4DXQgSsL1JfyCF2Qdzms55JJ4KM4EYQfUP6M8UUE17yUMuilhV1xgtX04nx0\nu8+9fOqX1jHez5TuipOxFJ6xJDfmK/fw9b6iyaIOQPwa1dT5TX1Z1JvZ12nJ5dEd\nhpsczyrZplJ2uJBHKiltGXPflRyui5QkmfCJlfnzl+egI0wUUNpqDIu9VQqkzetI\nktkbUvkCgYEA+Wx6XW06JGIe0e2spw46PCFDvxyWUSUb5miEoKcGIsjaecln+xDb\ndioroI+pUGx5DBmxBBuoq1fETNY50vqaPo/evqHb9WNyXN14mZjUmnVRLrqAcjGh\n1S6OwdupMT0EoAMo9Aez1S1DlIuy0ui0hMKmA4DIjuldLkhMiGox/JcCgYEA3U2e\nLdEReRI3EU721ytN2b9bLkDsUHM6yaLubMkJuwNt4n7g9FUXnFDaDc/CmpzVAh9f\nzSpSAfpDYEoMG7iffjO/O6GvpamROWnhYFG1J6y4CKZ2Vho07XtLnarVC4kGD81y\ncviqsfN2FKfIRszVseGfdtibrSeI31ifk4j7LYMCgYAH8VtoND1AwVsn5kC0RTC3\nj3ufz2I+DUd5K+TlVMxOOUUz0aUdCqlidu9SuqByrjGgoATSE6toYXAf3kaTIGXf\nDifSvEbL5rHSoT7g7Uv/6zJ9oXTLribwKf5j0AHwTngiPFeGheRFKp7XUSeNrdlp\nzOUKgYRhgK719Vlykqcq2wKBgQCwOgroOUBMxTCM2/C8z4MjDrqxTongVqJNxy1N\n+5mADu8GGjtQ1iIDHG9H6FXzgUgudIV5f2XmpT/aAZ06xf5cJSD3f3270hgPPD14\n0hgMDAJRAR3i2uOi6TgByfP1R5xIITYuT869/j3dnO5jUuIo0J6HqV3uuTjJgm0w\nszgxuQKBgF3rXy6z6+cVHE2AmISLoy7BwIWiqyavBzvxvSy6bruXd1VvPFaJVABH\ney2+ShuZ3ZPcNFm+I4f15dgxOEf+fw6nQDLRVgIxsR3fBO4u97CvGC+cge+0+cZd\n1yzs8vsX7brZPdxIh9psVLSfO7pHS9Q7dIvMMhjTcexYypl8ZQNV\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-293558231", "fingerprint": "c2:4e:e2:8d:e7:7b:aa:9f:fe:61:8b:a8:29:a8:89:a6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 09:59:59.796 63 INFO tempest.lib.common.rest_client [req-02e926bb-d251-498b-b30b-2fbd9ef0a6ea ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/ports 1.142s 2018-08-13 09:59:59.796 63 DEBUG tempest.lib.common.rest_client [req-02e926bb-d251-498b-b30b-2fbd9ef0a6ea ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-302561874", "security_groups": ["112dae41-c0d3-4e5a-a716-9fed11f561e3"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 09:59:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02e926bb-d251-498b-b30b-2fbd9ef0a6ea'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T09:59:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T09:59:59Z","name":"tempest-port-smoke-302561874","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dc:b4:f9","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0","ip_address":"10.101.11.10"}],"id":"3fc2f365-4d4e-4ed6-968a-920be1884feb","security_groups":["112dae41-c0d3-4e5a-a716-9fed11f561e3"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:01.575 63 INFO tempest.lib.common.rest_client [req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.22:8774/v2.1/servers 1.777s 2018-08-13 10:00:01.575 63 DEBUG tempest.lib.common.rest_client [req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-293558231", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "port": "3fc2f365-4d4e-4ed6-968a-920be1884feb"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 09:59:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "adminPass": "FnTQPqEBw8gN"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:02.349 63 INFO tempest.lib.common.rest_client [req-a6601605-ec93-41aa-8c4a-828f13863023 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.770s 2018-08-13 10:00:02.350 63 DEBUG tempest.lib.common.rest_client [req-a6601605-ec93-41aa-8c4a-828f13863023 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-a6601605-ec93-41aa-8c4a-828f13863023', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6601605-ec93-41aa-8c4a-828f13863023'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:03.688 63 INFO tempest.lib.common.rest_client [req-d4044693-ae9c-4748-91f2-e543cf6c10e2 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.322s 2018-08-13 10:00:03.688 63 DEBUG tempest.lib.common.rest_client [req-d4044693-ae9c-4748-91f2-e543cf6c10e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d4044693-ae9c-4748-91f2-e543cf6c10e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4044693-ae9c-4748-91f2-e543cf6c10e2'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:03.701 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:00:05.311 63 INFO tempest.lib.common.rest_client [req-e90c31e4-49c5-4074-8508-9830657dc8bf ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.608s 2018-08-13 10:00:05.312 63 DEBUG tempest.lib.common.rest_client [req-e90c31e4-49c5-4074-8508-9830657dc8bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-e90c31e4-49c5-4074-8508-9830657dc8bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e90c31e4-49c5-4074-8508-9830657dc8bf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:05.323 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:00:06.630 63 INFO tempest.lib.common.rest_client [req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.305s 2018-08-13 10:00:06.631 63 DEBUG tempest.lib.common.rest_client [req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:08.092 63 INFO tempest.lib.common.rest_client [req-30c19253-d732-4532-8f1a-c38064b8c0c2 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.446s 2018-08-13 10:00:08.092 63 DEBUG tempest.lib.common.rest_client [req-30c19253-d732-4532-8f1a-c38064b8c0c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-30c19253-d732-4532-8f1a-c38064b8c0c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30c19253-d732-4532-8f1a-c38064b8c0c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:09.260 63 INFO tempest.lib.common.rest_client [req-42b8f760-ee8a-4290-882f-f1548a9cb759 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.154s 2018-08-13 10:00:09.261 63 DEBUG tempest.lib.common.rest_client [req-42b8f760-ee8a-4290-882f-f1548a9cb759 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-42b8f760-ee8a-4290-882f-f1548a9cb759', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42b8f760-ee8a-4290-882f-f1548a9cb759'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:08Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:09.274 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:00:09.932 63 INFO tempest.lib.common.rest_client [req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.657s 2018-08-13 10:00:09.932 63 DEBUG tempest.lib.common.rest_client [req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:08Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:09.946 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:00:10.796 63 INFO tempest.lib.common.rest_client [req-cbfb7e1e-a55e-4423-8c93-081daeb79f3d ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/ports 0.849s 2018-08-13 10:00:10.796 63 DEBUG tempest.lib.common.rest_client [req-cbfb7e1e-a55e-4423-8c93-081daeb79f3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-982602764", "security_groups": ["112dae41-c0d3-4e5a-a716-9fed11f561e3"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:00:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cbfb7e1e-a55e-4423-8c93-081daeb79f3d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:00:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9d5052f6-a374-494e-8741-98acc056a712","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:00:10Z","name":"tempest-port-smoke-982602764","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2d:55:31","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cab6b66b-fa7c-44fe-a32f-4d213845e5ba","ip_address":"10.102.21.20"}],"id":"d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c","security_groups":["112dae41-c0d3-4e5a-a716-9fed11f561e3"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:12.919 63 INFO tempest.lib.common.rest_client [req-465f3d01-d65e-4a77-a971-809f322a7785 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.22:8774/v2.1/servers 2.121s 2018-08-13 10:00:12.919 63 DEBUG tempest.lib.common.rest_client [req-465f3d01-d65e-4a77-a971-809f322a7785 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-293558231", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "9d5052f6-a374-494e-8741-98acc056a712", "port": "d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-465f3d01-d65e-4a77-a971-809f322a7785', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-465f3d01-d65e-4a77-a971-809f322a7785'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "adminPass": "7VSxRGY6D69c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:13.310 63 INFO tempest.lib.common.rest_client [req-f6c6d08e-8808-479e-a31d-02f10df01dab ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.386s 2018-08-13 10:00:13.310 63 DEBUG tempest.lib.common.rest_client [req-f6c6d08e-8808-479e-a31d-02f10df01dab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-f6c6d08e-8808-479e-a31d-02f10df01dab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6c6d08e-8808-479e-a31d-02f10df01dab'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:14.385 63 INFO tempest.lib.common.rest_client [req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.061s 2018-08-13 10:00:14.386 63 DEBUG tempest.lib.common.rest_client [req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:16.388 63 INFO tempest.lib.common.rest_client [req-e285821b-5d30-4b1a-97bf-579ffe79a557 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.988s 2018-08-13 10:00:16.388 63 DEBUG tempest.lib.common.rest_client [req-e285821b-5d30-4b1a-97bf-579ffe79a557 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-e285821b-5d30-4b1a-97bf-579ffe79a557', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e285821b-5d30-4b1a-97bf-579ffe79a557'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:16.401 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-13 10:00:17.585 63 INFO tempest.lib.common.rest_client [req-7a23363b-0f86-4b71-bf55-60b16fe23686 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.182s 2018-08-13 10:00:17.585 63 DEBUG tempest.lib.common.rest_client [req-7a23363b-0f86-4b71-bf55-60b16fe23686 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-7a23363b-0f86-4b71-bf55-60b16fe23686', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a23363b-0f86-4b71-bf55-60b16fe23686'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:17.597 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:00:19.247 63 INFO tempest.lib.common.rest_client [req-56040257-533b-4b97-bbe1-ac2585a210e3 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.648s 2018-08-13 10:00:19.247 63 DEBUG tempest.lib.common.rest_client [req-56040257-533b-4b97-bbe1-ac2585a210e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-56040257-533b-4b97-bbe1-ac2585a210e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56040257-533b-4b97-bbe1-ac2585a210e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:20.452 63 INFO tempest.lib.common.rest_client [req-d6e2da2d-eccf-450a-a8bb-911413590d1f ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.190s 2018-08-13 10:00:20.452 63 DEBUG tempest.lib.common.rest_client [req-d6e2da2d-eccf-450a-a8bb-911413590d1f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-d6e2da2d-eccf-450a-a8bb-911413590d1f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6e2da2d-eccf-450a-a8bb-911413590d1f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:20.466 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:00:21.107 63 INFO tempest.lib.common.rest_client [req-97c11ded-bcd3-4869-a210-2db7a35b2ec0 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.641s 2018-08-13 10:00:21.108 63 DEBUG tempest.lib.common.rest_client [req-97c11ded-bcd3-4869-a210-2db7a35b2ec0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-97c11ded-bcd3-4869-a210-2db7a35b2ec0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97c11ded-bcd3-4869-a210-2db7a35b2ec0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:21.121 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 1cafb909-14d0-4c47-a8f5-c9db8a810a1f with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:00:21.459 63 INFO tempest.lib.common.rest_client [req-71cd8147-9cd2-480f-9c64-616da9b7ddc6 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.337s 2018-08-13 10:00:21.459 63 DEBUG tempest.lib.common.rest_client [req-71cd8147-9cd2-480f-9c64-616da9b7ddc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:00:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71cd8147-9cd2-480f-9c64-616da9b7ddc6'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "5e35f2bc-2c7f-45c1-b428-8d679e92ecdf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:21.704 63 INFO tempest.lib.common.rest_client [req-06c300dd-ce56-4788-a84e-23f9ddc6fe23 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations 0.244s 2018-08-13 10:00:21.705 63 DEBUG tempest.lib.common.rest_client [req-06c300dd-ce56-4788-a84e-23f9ddc6fe23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations', u'date': 'Mon, 13 Aug 2018 10:00:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06c300dd-ce56-4788-a84e-23f9ddc6fe23'} Body: {"network_association": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "id": "88c889c4-b4b6-44c6-b828-d851a6782646"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:22.055 63 INFO tempest.lib.common.rest_client [req-c1b8a098-2783-4d3f-b2c3-c8dec780ddce ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations 0.350s 2018-08-13 10:00:22.056 63 DEBUG tempest.lib.common.rest_client [req-c1b8a098-2783-4d3f-b2c3-c8dec780ddce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations', u'date': 'Mon, 13 Aug 2018 10:00:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1b8a098-2783-4d3f-b2c3-c8dec780ddce'} Body: {"network_association": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712", "id": "04f26bef-c4fb-4fcb-ad38-a14c3bf6c506"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:22.056 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 10:00:22.201 63 INFO tempest.lib.common.rest_client [req-32cf85d2-9ee1-48c3-a9a4-9e4238449216 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/routers 0.144s 2018-08-13 10:00:22.201 63 DEBUG tempest.lib.common.rest_client [req-32cf85d2-9ee1-48c3-a9a4-9e4238449216 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1109809156", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:00:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32cf85d2-9ee1-48c3-a9a4-9e4238449216'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:00:22Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "05809606-5621-4e46-a8b2-f07539376db3", "name": "tempest-router--1109809156"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:23.982 63 INFO tempest.lib.common.rest_client [req-524bbf75-0db0-4408-9966-d209caf314ca ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3 1.779s 2018-08-13 10:00:23.983 63 DEBUG tempest.lib.common.rest_client [req-524bbf75-0db0-4408-9966-d209caf314ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3', u'date': 'Mon, 13 Aug 2018 10:00:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-524bbf75-0db0-4408-9966-d209caf314ca'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:00:23Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "05809606-5621-4e46-a8b2-f07539376db3", "name": "tempest-router--1109809156"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:25.913 63 INFO tempest.lib.common.rest_client [req-6e9b8ee9-f00a-4a0b-9d9c-21bccb1935e4 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/add_router_interface 1.929s 2018-08-13 10:00:25.913 63 DEBUG tempest.lib.common.rest_client [req-6e9b8ee9-f00a-4a0b-9d9c-21bccb1935e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:00:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e9b8ee9-f00a-4a0b-9d9c-21bccb1935e4'} Body: {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0", "subnet_ids": ["b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"], "port_id": "03b6ea31-fa3b-4e17-823a-a15f4685fd1f", "id": "05809606-5621-4e46-a8b2-f07539376db3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:27.708 63 INFO tempest.lib.common.rest_client [req-e32a1a81-8f4c-4285-8777-19cc9693ce69 ] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.794s 2018-08-13 10:00:27.709 63 DEBUG tempest.lib.common.rest_client [req-e32a1a81-8f4c-4285-8777-19cc9693ce69 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "3fc2f365-4d4e-4ed6-968a-920be1884feb"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:00:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e32a1a81-8f4c-4285-8777-19cc9693ce69'} Body: {"floatingip": {"router_id": "05809606-5621-4e46-a8b2-f07539376db3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:00:26Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "3fc2f365-4d4e-4ed6-968a-920be1884feb", "id": "c0b090f4-b122-4cf8-b0c0-cc3da48d65b3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:26Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:00:27.711 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:00:35.726 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:00:35.794 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:00:35.824 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:00:35.939 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:00:35.939 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:00:35.941 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:00:36.003 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:00:36.006 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:00:41.013 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:00:41.014 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:01:51.017 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:01:51.018 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:01:51.022 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:01:51.082 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:01:51.086 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:01:56.092 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:01:56.093 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:03:06.129 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:03:06.130 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:03:06.131 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06.135 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06.230 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:03:06.263 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06.269 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:03:06.269 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:a9:d2:8e [ether] on eth0 2018-08-13 10:03:06.270 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:03:06.270 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06.272 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06.334 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:03:06.336 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06.345 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:03:06.346 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:03:06.346 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06.348 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06.410 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:03:06.412 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06.418 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:03:06.419 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06.421 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06.482 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:03:06.485 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06.491 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:03:06.492 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:a9:d2:8e [ether] on eth0 2018-08-13 10:03:06.492 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:03:06.492 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06.495 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06.558 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:03:06.559 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:11.566 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:03:11.566 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:04:21.616 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:04:21.617 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:04:21.621 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:04:21.719 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:04:21.749 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:04:26.756 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:04:26.757 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:05:36.760 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:05:38.135 63 INFO tempest.lib.common.rest_client [req-23e7ce37-9096-427e-b1d3-ccff8df2416e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/c0b090f4-b122-4cf8-b0c0-cc3da48d65b3 1.367s 2018-08-13 10:05:38.136 63 DEBUG tempest.lib.common.rest_client [req-23e7ce37-9096-427e-b1d3-ccff8df2416e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/c0b090f4-b122-4cf8-b0c0-cc3da48d65b3', u'date': 'Mon, 13 Aug 2018 10:05:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23e7ce37-9096-427e-b1d3-ccff8df2416e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:40.404 63 INFO tempest.lib.common.rest_client [req-1d16618f-cbe1-40e9-b0d6-8770c04106e0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/remove_router_interface 2.267s 2018-08-13 10:05:40.405 63 DEBUG tempest.lib.common.rest_client [req-1d16618f-cbe1-40e9-b0d6-8770c04106e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:05:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d16618f-cbe1-40e9-b0d6-8770c04106e0'} Body: {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0", "subnet_ids": ["b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"], "port_id": "03b6ea31-fa3b-4e17-823a-a15f4685fd1f", "id": "05809606-5621-4e46-a8b2-f07539376db3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:42.213 63 INFO tempest.lib.common.rest_client [req-b7fed51f-ea7b-41a3-b7c3-d496387c77cb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3 1.807s 2018-08-13 10:05:42.214 63 DEBUG tempest.lib.common.rest_client [req-b7fed51f-ea7b-41a3-b7c3-d496387c77cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7fed51f-ea7b-41a3-b7c3-d496387c77cb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:42.643 63 INFO tempest.lib.common.rest_client [req-28024511-b6f1-410d-841f-c56dff7bd557 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.428s 2018-08-13 10:05:42.644 63 DEBUG tempest.lib.common.rest_client [req-28024511-b6f1-410d-841f-c56dff7bd557 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-28024511-b6f1-410d-841f-c56dff7bd557', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28024511-b6f1-410d-841f-c56dff7bd557'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:43.250 63 INFO tempest.lib.common.rest_client [req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.605s 2018-08-13 10:05:43.250 63 DEBUG tempest.lib.common.rest_client [req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:05:42Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:44.905 63 INFO tempest.lib.common.rest_client [req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.638s 2018-08-13 10:05:44.906 63 DEBUG tempest.lib.common.rest_client [req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:05:44Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T10:05:44.000000", "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:44.919 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:05:45.967 63 INFO tempest.lib.common.rest_client [req-94744ead-332a-41c0-8b6b-e4705831848e ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.046s 2018-08-13 10:05:45.967 63 DEBUG tempest.lib.common.rest_client [req-94744ead-332a-41c0-8b6b-e4705831848e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-94744ead-332a-41c0-8b6b-e4705831848e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-94744ead-332a-41c0-8b6b-e4705831848e'} Body: {"itemNotFound": {"message": "Instance 1cafb909-14d0-4c47-a8f5-c9db8a810a1f could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:46.741 63 INFO tempest.lib.common.rest_client [req-16dee78c-fd06-4361-805e-a54d694875fc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c 0.772s 2018-08-13 10:05:46.741 63 DEBUG tempest.lib.common.rest_client [req-16dee78c-fd06-4361-805e-a54d694875fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c', u'date': 'Mon, 13 Aug 2018 10:05:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16dee78c-fd06-4361-805e-a54d694875fc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:47.091 63 INFO tempest.lib.common.rest_client [req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.348s 2018-08-13 10:05:47.091 63 DEBUG tempest.lib.common.rest_client [req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:47.534 63 INFO tempest.lib.common.rest_client [req-f1750bca-906a-4b83-b769-1462e59b7aba ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.442s 2018-08-13 10:05:47.535 63 DEBUG tempest.lib.common.rest_client [req-f1750bca-906a-4b83-b769-1462e59b7aba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-f1750bca-906a-4b83-b769-1462e59b7aba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1750bca-906a-4b83-b769-1462e59b7aba'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:05:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:48.941 63 INFO tempest.lib.common.rest_client [req-68ac5a33-ebf2-4d8e-9898-421a5801b064 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.391s 2018-08-13 10:05:48.942 63 DEBUG tempest.lib.common.rest_client [req-68ac5a33-ebf2-4d8e-9898-421a5801b064 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-68ac5a33-ebf2-4d8e-9898-421a5801b064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68ac5a33-ebf2-4d8e-9898-421a5801b064'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:05:48Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": "2018-08-13T10:05:48.000000", "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:48.953 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:05:50.005 63 INFO tempest.lib.common.rest_client [req-2bb6f31b-c301-495c-9feb-4a37593a6e54 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.050s 2018-08-13 10:05:50.006 63 DEBUG tempest.lib.common.rest_client [req-2bb6f31b-c301-495c-9feb-4a37593a6e54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-2bb6f31b-c301-495c-9feb-4a37593a6e54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2bb6f31b-c301-495c-9feb-4a37593a6e54'} Body: {"itemNotFound": {"message": "Instance e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:50.618 63 INFO tempest.lib.common.rest_client [req-7f44514a-1b4f-4bba-8803-63963cf54501 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/3fc2f365-4d4e-4ed6-968a-920be1884feb 0.610s 2018-08-13 10:05:50.619 63 DEBUG tempest.lib.common.rest_client [req-7f44514a-1b4f-4bba-8803-63963cf54501 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/3fc2f365-4d4e-4ed6-968a-920be1884feb', u'date': 'Mon, 13 Aug 2018 10:05:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7f44514a-1b4f-4bba-8803-63963cf54501'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:50.691 63 INFO tempest.lib.common.rest_client [req-d916e0f1-306b-4708-9822-90da180e15cc ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-293558231 0.071s 2018-08-13 10:05:50.692 63 DEBUG tempest.lib.common.rest_client [req-d916e0f1-306b-4708-9822-90da180e15cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-293558231', u'x-compute-request-id': 'req-d916e0f1-306b-4708-9822-90da180e15cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d916e0f1-306b-4708-9822-90da180e15cc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:51.634 63 INFO tempest.lib.common.rest_client [req-be2d0733-678a-45fc-8317-bb9270aa1aee ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cab6b66b-fa7c-44fe-a32f-4d213845e5ba 0.941s 2018-08-13 10:05:51.634 63 DEBUG tempest.lib.common.rest_client [req-be2d0733-678a-45fc-8317-bb9270aa1aee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cab6b66b-fa7c-44fe-a32f-4d213845e5ba', u'date': 'Mon, 13 Aug 2018 10:05:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-be2d0733-678a-45fc-8317-bb9270aa1aee'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:52.981 63 INFO tempest.lib.common.rest_client [req-25904dcb-ff5c-4d31-b981-6d1f26c8e722 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/9d5052f6-a374-494e-8741-98acc056a712 1.346s 2018-08-13 10:05:52.982 63 DEBUG tempest.lib.common.rest_client [req-25904dcb-ff5c-4d31-b981-6d1f26c8e722 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/9d5052f6-a374-494e-8741-98acc056a712', u'date': 'Mon, 13 Aug 2018 10:05:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25904dcb-ff5c-4d31-b981-6d1f26c8e722'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:53.982 63 INFO tempest.lib.common.rest_client [req-8a8bafc4-602f-41e4-bff9-f9865a84005f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0 0.999s 2018-08-13 10:05:53.983 63 DEBUG tempest.lib.common.rest_client [req-8a8bafc4-602f-41e4-bff9-f9865a84005f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0', u'date': 'Mon, 13 Aug 2018 10:05:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8a8bafc4-602f-41e4-bff9-f9865a84005f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:55.648 63 INFO tempest.lib.common.rest_client [req-0e27d661-f9ec-4978-b195-879cedf7126c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b 1.664s 2018-08-13 10:05:55.648 63 DEBUG tempest.lib.common.rest_client [req-0e27d661-f9ec-4978-b195-879cedf7126c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b', u'date': 'Mon, 13 Aug 2018 10:05:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0e27d661-f9ec-4978-b195-879cedf7126c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:55.942 63 INFO tempest.lib.common.rest_client [req-47da6b7e-1783-43a0-8e8b-3d0387a1e079 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/112dae41-c0d3-4e5a-a716-9fed11f561e3 0.293s 2018-08-13 10:05:55.943 63 DEBUG tempest.lib.common.rest_client [req-47da6b7e-1783-43a0-8e8b-3d0387a1e079 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/112dae41-c0d3-4e5a-a716-9fed11f561e3', u'date': 'Mon, 13 Aug 2018 10:05:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47da6b7e-1783-43a0-8e8b-3d0387a1e079'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [362.640042s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 83, in test_bgpvpn_basic self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 09:59:53,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.604s 2018-08-13 09:59:53,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1494530381 description", "name": "tempest-secgroup-smoke-1494530381"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 09:59:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3c4a037-a419-4eff-b08b-fe839c22f039'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1494530381 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:53Z", "updated_at": "2018-08-13T09:59:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "3f8b9d1c-a966-474b-b17e-dd6f76464a2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "ca7b6dd8-0ca8-4458-a5b1-b84247d90c0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "name": "tempest-secgroup-smoke-1494530381"}} 2018-08-13 09:59:54,103 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.191s 2018-08-13 09:59:54,104 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afb9a112-525c-4803-8df5-26abc3ec6003'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "775c1e82-365e-439a-912d-ad85ff8e0016"}} 2018-08-13 09:59:54,462 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.357s 2018-08-13 09:59:54,463 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9874843b-ea01-4d9a-a247-c405b90ec4df'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "08949c9b-e4c3-4447-a981-c3662622e118"}} 2018-08-13 09:59:54,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 09:59:54,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-885b5abf-3e8d-4c7f-a9fc-27fa8afbefbf'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b27a4662-22c3-45f7-9a77-0048add30f64"}} 2018-08-13 09:59:54,744 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 09:59:54,744 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3950ed9e-95e4-405e-a123-6e98bf2feedf'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bcc929f3-9332-420f-ab84-239e23059d83"}} 2018-08-13 09:59:55,145 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.400s 2018-08-13 09:59:55,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98c130de-6de3-4b29-9791-fa48e029581c'} 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-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6c680c70-a957-4ce7-bd15-c727dfb42f62"}} 2018-08-13 09:59:55,295 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 09:59:55,295 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4b0ae7b-861b-414d-b61e-5a1ad24a029f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5b7296f1-fe84-45fa-9201-74dd9a31b951"}} 2018-08-13 09:59:55,441 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.145s 2018-08-13 09:59:55,442 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-43127861-f918-468e-b2b8-f4f3daa40f9a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b4a75d04-c8b4-4a09-a6e3-6cad564b0f68"}} 2018-08-13 09:59:55,598 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 09:59:55,599 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f3eb6d7-53f1-427f-b79c-b1c3dd355146'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4ee57c21-e127-4372-b592-c35bf23fff59"}} 2018-08-13 09:59:55,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/networks 0.215s 2018-08-13 09:59:55,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1889029304"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1d0a148-d7a7-45dc-ab0c-433cefcdc09f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","name":"tempest-A-1889029304"}} 2018-08-13 09:59:56,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.053s 2018-08-13 09:59:56,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "name": "tempest-subnet-A-1-294516940"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 09:59:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fb03681-0f48-40b5-bfc2-608be622b172'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:56Z","dns_nameservers":[],"updated_at":"2018-08-13T09:59:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0","subnetpool_id":null,"name":"tempest-subnet-A-1-294516940"}} 2018-08-13 09:59:57,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/networks 0.515s 2018-08-13 09:59:57,387 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1816118228"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22a9ebfc-37cc-4f25-8253-7d1a31cb2c46'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"9d5052f6-a374-494e-8741-98acc056a712","name":"tempest-B-1816118228"}} 2018-08-13 09:59:58,229 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.841s 2018-08-13 09:59:58,229 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "9d5052f6-a374-494e-8741-98acc056a712", "name": "tempest-subnet-B-1-1650795732"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 09:59:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a7b8719-5289-446a-9f69-94bc226ed295'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d5052f6-a374-494e-8741-98acc056a712","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:57Z","dns_nameservers":[],"updated_at":"2018-08-13T09:59:57Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cab6b66b-fa7c-44fe-a32f-4d213845e5ba","subnetpool_id":null,"name":"tempest-subnet-B-1-1650795732"}} 2018-08-13 09:59:58,647 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.416s 2018-08-13 09:59:58,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-293558231"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 09:59:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXnkVhDK7NzCdKGsfziVQGq+mlBT8MfRBATo4jaCb0qewgl9YbT0DR7yRQSJi5HRC7N1qPSRnRdrQS9f+ZJcafQC6cLkMSXHnThJwEJxmsRDXnhZW12zlRd0j4lzNpXNzYw3LEH64qMqUo7xrLMyR7Jmlq5WAq/BesSUVoMMQocLxUhq6egeGZSR4gSETPrO71Pf/sb7Us44Kju3e6WveTl43Ri097ObQ7R2zMmgBEYPw1xJAxZeBScT1II1AJhhTLQ03VCh1/A2dbwrvMfAGuSlQpXq06ZNWKNT+eOeDcjKhrbrIJ8TFGU840ZnO5BvUbrPPK1KB/FUobpWEBB8xF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA155FYQyuzcwnShrH84lUBqvppQU/DH0QQE6OI2gm9KnsIJfW\nG09A0e8kUEiYuR0Quzdaj0kZ0Xa0EvX/mSXGn0AunC5DElx504ScBCcZrEQ154WV\ntds5UXdI+JczaVzc2MNyxB+uKjKlKO8ayzMkeyZpauVgKvwXrElFaDDEKHC8VIau\nnoHhmUkeIEhEz6zu9T3/7G+1LOOCo7t3ulr3k5eN0YtPezm0O0dszJoARGD8NcSQ\nMWXgUnE9SCNQCYYUy0NN1QodfwNnW8K7zHwBrkpUKV6tOmTVijU/njng3Iyoa26y\nCfExRlPONGZzuQb1G6zzytSgfxVKG6VhAQfMRQIDAQABAoIBABQxtJnEUFLh/gQI\nwhVjFUWSsE1OUnte8ziyoslaJdvgVkcvMVRZdd6zoRkL05Hy0PBX3NlypUJi9baY\n55l2WkXsAvGJu6pqktZmox4Yc2UY9lt6vWzM3W9t1p3Bu4Twt5Ztp8AKn4tANwvA\naSgC4DXQgSsL1JfyCF2Qdzms55JJ4KM4EYQfUP6M8UUE17yUMuilhV1xgtX04nx0\nu8+9fOqX1jHez5TuipOxFJ6xJDfmK/fw9b6iyaIOQPwa1dT5TX1Z1JvZ12nJ5dEd\nhpsczyrZplJ2uJBHKiltGXPflRyui5QkmfCJlfnzl+egI0wUUNpqDIu9VQqkzetI\nktkbUvkCgYEA+Wx6XW06JGIe0e2spw46PCFDvxyWUSUb5miEoKcGIsjaecln+xDb\ndioroI+pUGx5DBmxBBuoq1fETNY50vqaPo/evqHb9WNyXN14mZjUmnVRLrqAcjGh\n1S6OwdupMT0EoAMo9Aez1S1DlIuy0ui0hMKmA4DIjuldLkhMiGox/JcCgYEA3U2e\nLdEReRI3EU721ytN2b9bLkDsUHM6yaLubMkJuwNt4n7g9FUXnFDaDc/CmpzVAh9f\nzSpSAfpDYEoMG7iffjO/O6GvpamROWnhYFG1J6y4CKZ2Vho07XtLnarVC4kGD81y\ncviqsfN2FKfIRszVseGfdtibrSeI31ifk4j7LYMCgYAH8VtoND1AwVsn5kC0RTC3\nj3ufz2I+DUd5K+TlVMxOOUUz0aUdCqlidu9SuqByrjGgoATSE6toYXAf3kaTIGXf\nDifSvEbL5rHSoT7g7Uv/6zJ9oXTLribwKf5j0AHwTngiPFeGheRFKp7XUSeNrdlp\nzOUKgYRhgK719Vlykqcq2wKBgQCwOgroOUBMxTCM2/C8z4MjDrqxTongVqJNxy1N\n+5mADu8GGjtQ1iIDHG9H6FXzgUgudIV5f2XmpT/aAZ06xf5cJSD3f3270hgPPD14\n0hgMDAJRAR3i2uOi6TgByfP1R5xIITYuT869/j3dnO5jUuIo0J6HqV3uuTjJgm0w\nszgxuQKBgF3rXy6z6+cVHE2AmISLoy7BwIWiqyavBzvxvSy6bruXd1VvPFaJVABH\ney2+ShuZ3ZPcNFm+I4f15dgxOEf+fw6nQDLRVgIxsR3fBO4u97CvGC+cge+0+cZd\n1yzs8vsX7brZPdxIh9psVLSfO7pHS9Q7dIvMMhjTcexYypl8ZQNV\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-293558231", "fingerprint": "c2:4e:e2:8d:e7:7b:aa:9f:fe:61:8b:a8:29:a8:89:a6"}} 2018-08-13 09:59:59,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/ports 1.142s 2018-08-13 09:59:59,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-302561874", "security_groups": ["112dae41-c0d3-4e5a-a716-9fed11f561e3"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 09:59:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02e926bb-d251-498b-b30b-2fbd9ef0a6ea'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T09:59:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T09:59:59Z","name":"tempest-port-smoke-302561874","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dc:b4:f9","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0","ip_address":"10.101.11.10"}],"id":"3fc2f365-4d4e-4ed6-968a-920be1884feb","security_groups":["112dae41-c0d3-4e5a-a716-9fed11f561e3"],"device_id":""}} 2018-08-13 10:00:01,575 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.22:8774/v2.1/servers 1.777s 2018-08-13 10:00:01,575 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-293558231", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "port": "3fc2f365-4d4e-4ed6-968a-920be1884feb"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 09:59:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "adminPass": "FnTQPqEBw8gN"}} 2018-08-13 10:00:02,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.770s 2018-08-13 10:00:02,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-a6601605-ec93-41aa-8c4a-828f13863023', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6601605-ec93-41aa-8c4a-828f13863023'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:03,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.322s 2018-08-13 10:00:03,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d4044693-ae9c-4748-91f2-e543cf6c10e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4044693-ae9c-4748-91f2-e543cf6c10e2'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:03,701 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:00:05,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.608s 2018-08-13 10:00:05,312 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-e90c31e4-49c5-4074-8508-9830657dc8bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e90c31e4-49c5-4074-8508-9830657dc8bf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:05,323 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:00:06,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.305s 2018-08-13 10:00:06,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:08,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.446s 2018-08-13 10:00:08,092 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-30c19253-d732-4532-8f1a-c38064b8c0c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30c19253-d732-4532-8f1a-c38064b8c0c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:09,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.154s 2018-08-13 10:00:09,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-42b8f760-ee8a-4290-882f-f1548a9cb759', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42b8f760-ee8a-4290-882f-f1548a9cb759'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:08Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:09,274 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:00:09,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.657s 2018-08-13 10:00:09,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:08Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:09,946 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f with status: ACTIVE 2018-08-13 10:00:10,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/ports 0.849s 2018-08-13 10:00:10,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-982602764", "security_groups": ["112dae41-c0d3-4e5a-a716-9fed11f561e3"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:00:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cbfb7e1e-a55e-4423-8c93-081daeb79f3d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:00:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9d5052f6-a374-494e-8741-98acc056a712","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:00:10Z","name":"tempest-port-smoke-982602764","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2d:55:31","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cab6b66b-fa7c-44fe-a32f-4d213845e5ba","ip_address":"10.102.21.20"}],"id":"d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c","security_groups":["112dae41-c0d3-4e5a-a716-9fed11f561e3"],"device_id":""}} 2018-08-13 10:00:12,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.22:8774/v2.1/servers 2.121s 2018-08-13 10:00:12,919 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-293558231", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "9d5052f6-a374-494e-8741-98acc056a712", "port": "d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-465f3d01-d65e-4a77-a971-809f322a7785', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-465f3d01-d65e-4a77-a971-809f322a7785'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "adminPass": "7VSxRGY6D69c"}} 2018-08-13 10:00:13,310 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.386s 2018-08-13 10:00:13,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-f6c6d08e-8808-479e-a31d-02f10df01dab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6c6d08e-8808-479e-a31d-02f10df01dab'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:14,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.061s 2018-08-13 10:00:14,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:16,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.988s 2018-08-13 10:00:16,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-e285821b-5d30-4b1a-97bf-579ffe79a557', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e285821b-5d30-4b1a-97bf-579ffe79a557'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:16,401 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-13 10:00:17,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.182s 2018-08-13 10:00:17,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-7a23363b-0f86-4b71-bf55-60b16fe23686', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a23363b-0f86-4b71-bf55-60b16fe23686'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:17,597 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:00:19,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.648s 2018-08-13 10:00:19,247 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-56040257-533b-4b97-bbe1-ac2585a210e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56040257-533b-4b97-bbe1-ac2585a210e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:20,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.190s 2018-08-13 10:00:20,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-d6e2da2d-eccf-450a-a8bb-911413590d1f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6e2da2d-eccf-450a-a8bb-911413590d1f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:20,466 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:00:21,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.641s 2018-08-13 10:00:21,108 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-97c11ded-bcd3-4869-a210-2db7a35b2ec0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97c11ded-bcd3-4869-a210-2db7a35b2ec0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:21,121 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 1cafb909-14d0-4c47-a8f5-c9db8a810a1f with status: ACTIVE 2018-08-13 10:00:21,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.337s 2018-08-13 10:00:21,459 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:00:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71cd8147-9cd2-480f-9c64-616da9b7ddc6'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "5e35f2bc-2c7f-45c1-b428-8d679e92ecdf"}} 2018-08-13 10:00:21,704 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations 0.244s 2018-08-13 10:00:21,705 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations', u'date': 'Mon, 13 Aug 2018 10:00:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06c300dd-ce56-4788-a84e-23f9ddc6fe23'} Body: {"network_association": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "id": "88c889c4-b4b6-44c6-b828-d851a6782646"}} 2018-08-13 10:00:22,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations 0.350s 2018-08-13 10:00:22,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations', u'date': 'Mon, 13 Aug 2018 10:00:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1b8a098-2783-4d3f-b2c3-c8dec780ddce'} Body: {"network_association": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712", "id": "04f26bef-c4fb-4fcb-ad38-a14c3bf6c506"}} 2018-08-13 10:00:22,056 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:00:22,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/routers 0.144s 2018-08-13 10:00:22,201 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1109809156", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:00:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32cf85d2-9ee1-48c3-a9a4-9e4238449216'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:00:22Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "05809606-5621-4e46-a8b2-f07539376db3", "name": "tempest-router--1109809156"}} 2018-08-13 10:00:23,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3 1.779s 2018-08-13 10:00:23,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3', u'date': 'Mon, 13 Aug 2018 10:00:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-524bbf75-0db0-4408-9966-d209caf314ca'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:00:23Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "05809606-5621-4e46-a8b2-f07539376db3", "name": "tempest-router--1109809156"}} 2018-08-13 10:00:25,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/add_router_interface 1.929s 2018-08-13 10:00:25,913 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:00:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e9b8ee9-f00a-4a0b-9d9c-21bccb1935e4'} Body: {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0", "subnet_ids": ["b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"], "port_id": "03b6ea31-fa3b-4e17-823a-a15f4685fd1f", "id": "05809606-5621-4e46-a8b2-f07539376db3"} 2018-08-13 10:00:27,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.794s 2018-08-13 10:00:27,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "3fc2f365-4d4e-4ed6-968a-920be1884feb"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:00:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e32a1a81-8f4c-4285-8777-19cc9693ce69'} Body: {"floatingip": {"router_id": "05809606-5621-4e46-a8b2-f07539376db3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:00:26Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "3fc2f365-4d4e-4ed6-968a-920be1884feb", "id": "c0b090f4-b122-4cf8-b0c0-cc3da48d65b3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:26Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:00:27,711 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:00:35,726 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:00:35,794 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:00:35,824 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:00:35,939 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:00:35,939 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:00:35,941 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:00:36,003 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:00:36,006 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:00:41,013 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:00:41,014 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:01:51,017 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:01:51,018 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:01:51,022 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:01:51,082 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:01:51,086 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:01:56,092 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:01:56,093 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:03:06,129 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:03:06,130 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:03:06,131 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,135 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,230 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,263 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,269 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:03:06,269 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a9:d2:8e [ether] on eth0 2018-08-13 10:03:06,270 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:03:06,270 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,272 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,334 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,336 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,345 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:03:06,346 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:03:06,346 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,348 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,410 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,412 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,418 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:03:06,419 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,421 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,482 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,485 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,491 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:03:06,492 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a9:d2:8e [ether] on eth0 2018-08-13 10:03:06,492 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:03:06,492 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,495 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,558 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,559 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:11,566 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:03:11,566 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:04:21,616 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:04:21,617 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:04:21,621 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:04:21,719 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:04:21,749 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:04:26,756 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:04:26,757 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:05:36,760 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:05:36,761 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:05:38,135 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/c0b090f4-b122-4cf8-b0c0-cc3da48d65b3 1.367s 2018-08-13 10:05:38,136 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/c0b090f4-b122-4cf8-b0c0-cc3da48d65b3', u'date': 'Mon, 13 Aug 2018 10:05:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23e7ce37-9096-427e-b1d3-ccff8df2416e'} Body: 2018-08-13 10:05:40,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/remove_router_interface 2.267s 2018-08-13 10:05:40,405 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:05:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d16618f-cbe1-40e9-b0d6-8770c04106e0'} Body: {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0", "subnet_ids": ["b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"], "port_id": "03b6ea31-fa3b-4e17-823a-a15f4685fd1f", "id": "05809606-5621-4e46-a8b2-f07539376db3"} 2018-08-13 10:05:42,213 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3 1.807s 2018-08-13 10:05:42,214 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7fed51f-ea7b-41a3-b7c3-d496387c77cb'} Body: 2018-08-13 10:05:42,643 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.428s 2018-08-13 10:05:42,644 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-28024511-b6f1-410d-841f-c56dff7bd557', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28024511-b6f1-410d-841f-c56dff7bd557'} Body: 2018-08-13 10:05:43,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.605s 2018-08-13 10:05:43,250 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:05:42Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:44,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.638s 2018-08-13 10:05:44,906 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:05:44Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T10:05:44.000000", "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:44,919 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:05:45,967 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.046s 2018-08-13 10:05:45,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-94744ead-332a-41c0-8b6b-e4705831848e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-94744ead-332a-41c0-8b6b-e4705831848e'} Body: {"itemNotFound": {"message": "Instance 1cafb909-14d0-4c47-a8f5-c9db8a810a1f could not be found.", "code": 404}} 2018-08-13 10:05:46,741 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c 0.772s 2018-08-13 10:05:46,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c', u'date': 'Mon, 13 Aug 2018 10:05:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16dee78c-fd06-4361-805e-a54d694875fc'} Body: 2018-08-13 10:05:47,091 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.348s 2018-08-13 10:05:47,091 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e'} Body: 2018-08-13 10:05:47,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.442s 2018-08-13 10:05:47,535 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-f1750bca-906a-4b83-b769-1462e59b7aba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1750bca-906a-4b83-b769-1462e59b7aba'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:05:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:48,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.391s 2018-08-13 10:05:48,942 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-68ac5a33-ebf2-4d8e-9898-421a5801b064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68ac5a33-ebf2-4d8e-9898-421a5801b064'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:05:48Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": "2018-08-13T10:05:48.000000", "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:48,953 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:05:50,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.050s 2018-08-13 10:05:50,006 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-2bb6f31b-c301-495c-9feb-4a37593a6e54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2bb6f31b-c301-495c-9feb-4a37593a6e54'} Body: {"itemNotFound": {"message": "Instance e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f could not be found.", "code": 404}} 2018-08-13 10:05:50,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/3fc2f365-4d4e-4ed6-968a-920be1884feb 0.610s 2018-08-13 10:05:50,619 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/3fc2f365-4d4e-4ed6-968a-920be1884feb', u'date': 'Mon, 13 Aug 2018 10:05:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7f44514a-1b4f-4bba-8803-63963cf54501'} Body: 2018-08-13 10:05:50,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-293558231 0.071s 2018-08-13 10:05:50,692 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-293558231', u'x-compute-request-id': 'req-d916e0f1-306b-4708-9822-90da180e15cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d916e0f1-306b-4708-9822-90da180e15cc'} Body: 2018-08-13 10:05:51,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cab6b66b-fa7c-44fe-a32f-4d213845e5ba 0.941s 2018-08-13 10:05:51,634 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cab6b66b-fa7c-44fe-a32f-4d213845e5ba', u'date': 'Mon, 13 Aug 2018 10:05:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-be2d0733-678a-45fc-8317-bb9270aa1aee'} Body: 2018-08-13 10:05:52,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/9d5052f6-a374-494e-8741-98acc056a712 1.346s 2018-08-13 10:05:52,982 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/9d5052f6-a374-494e-8741-98acc056a712', u'date': 'Mon, 13 Aug 2018 10:05:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25904dcb-ff5c-4d31-b981-6d1f26c8e722'} Body: 2018-08-13 10:05:53,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0 0.999s 2018-08-13 10:05:53,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0', u'date': 'Mon, 13 Aug 2018 10:05:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8a8bafc4-602f-41e4-bff9-f9865a84005f'} Body: 2018-08-13 10:05:55,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b 1.664s 2018-08-13 10:05:55,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b', u'date': 'Mon, 13 Aug 2018 10:05:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0e27d661-f9ec-4978-b195-879cedf7126c'} Body: 2018-08-13 10:05:55,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/112dae41-c0d3-4e5a-a716-9fed11f561e3 0.293s 2018-08-13 10:05:55,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/112dae41-c0d3-4e5a-a716-9fed11f561e3', u'date': 'Mon, 13 Aug 2018 10:05:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47da6b7e-1783-43a0-8e8b-3d0387a1e079'} Body: 2018-08-13 10:05:56.169 63 INFO tempest.lib.common.rest_client [req-d70c3463-7f9c-4fc0-b5c6-083bf91706e7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.200s 2018-08-13 10:05:56.170 63 DEBUG tempest.lib.common.rest_client [req-d70c3463-7f9c-4fc0-b5c6-083bf91706e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-620540299 description", "name": "tempest-secgroup-smoke-620540299"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d70c3463-7f9c-4fc0-b5c6-083bf91706e7'} Body: {"security_group": {"description": "tempest-secgroup-smoke-620540299 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "updated_at": "2018-08-13T10:05:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:05:56Z", "revision_number": 0, "id": "39dce3a8-9323-4a74-a82b-2b597c3c83e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:05:56Z", "revision_number": 0, "id": "7f798c29-4cd2-43b3-8ac0-5279eaca3701", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "name": "tempest-secgroup-smoke-620540299"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:56.484 63 INFO tempest.lib.common.rest_client [req-616a7cf9-784c-4f2a-8842-289d7a9bc01a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.313s 2018-08-13 10:05:56.484 63 DEBUG tempest.lib.common.rest_client [req-616a7cf9-784c-4f2a-8842-289d7a9bc01a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-616a7cf9-784c-4f2a-8842-289d7a9bc01a'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "973625e7-d002-4c07-88fa-c6dc63968c0e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:56.634 63 INFO tempest.lib.common.rest_client [req-51f0e7f4-08ab-4eb6-913b-a55557072eaf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:05:56.635 63 DEBUG tempest.lib.common.rest_client [req-51f0e7f4-08ab-4eb6-913b-a55557072eaf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51f0e7f4-08ab-4eb6-913b-a55557072eaf'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c6298210-04b9-41f4-96d8-a208e3cbb4bd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:56.789 63 INFO tempest.lib.common.rest_client [req-fcab8b1c-b84c-45dc-96d3-13ae73c249e3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:05:56.789 63 DEBUG tempest.lib.common.rest_client [req-fcab8b1c-b84c-45dc-96d3-13ae73c249e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcab8b1c-b84c-45dc-96d3-13ae73c249e3'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a1336332-8ea8-4ff9-94ca-e695a0c90eb4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:56.918 63 INFO tempest.lib.common.rest_client [req-f88a8fb0-9d4e-493c-96c6-860389ad1be3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.127s 2018-08-13 10:05:56.918 63 DEBUG tempest.lib.common.rest_client [req-f88a8fb0-9d4e-493c-96c6-860389ad1be3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f88a8fb0-9d4e-493c-96c6-860389ad1be3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "216812c7-2c39-43d4-b698-8f8e181d592e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:57.079 63 INFO tempest.lib.common.rest_client [req-80d94f47-c37a-4f3a-8501-21b2038e2bf8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:05:57.080 63 DEBUG tempest.lib.common.rest_client [req-80d94f47-c37a-4f3a-8501-21b2038e2bf8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80d94f47-c37a-4f3a-8501-21b2038e2bf8'} 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-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe314a45-4a0f-4d69-8f50-ef27a41bbef9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:57.221 63 INFO tempest.lib.common.rest_client [req-d615150b-aaed-4dd8-9294-b873241638aa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 10:05:57.222 63 DEBUG tempest.lib.common.rest_client [req-d615150b-aaed-4dd8-9294-b873241638aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d615150b-aaed-4dd8-9294-b873241638aa'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "779b988a-f62b-4f04-9cb0-a09a5b113288"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:57.372 63 INFO tempest.lib.common.rest_client [req-8a3c0708-11fa-4137-91b4-5e028854d84e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:05:57.373 63 DEBUG tempest.lib.common.rest_client [req-8a3c0708-11fa-4137-91b4-5e028854d84e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a3c0708-11fa-4137-91b4-5e028854d84e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c5184cd-a20b-431c-b8ad-2900c0d8129f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:57.529 63 INFO tempest.lib.common.rest_client [req-b555c9a6-4f8d-435b-a365-32ac9ad63540 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:05:57.530 63 DEBUG tempest.lib.common.rest_client [req-b555c9a6-4f8d-435b-a365-32ac9ad63540 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b555c9a6-4f8d-435b-a365-32ac9ad63540'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fc59b8aa-1ce8-4a16-9d3d-2998f84483ca"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:57.731 63 INFO tempest.lib.common.rest_client [req-64babb93-2674-4dc9-be1b-18e5a74ba426 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/networks 0.200s 2018-08-13 10:05:57.732 63 DEBUG tempest.lib.common.rest_client [req-64babb93-2674-4dc9-be1b-18e5a74ba426 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-107386978"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64babb93-2674-4dc9-be1b-18e5a74ba426'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:05:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","name":"tempest-A-107386978"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:58.521 63 INFO tempest.lib.common.rest_client [req-744da569-2d21-403d-ac2b-76b6ed3333df ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.788s 2018-08-13 10:05:58.521 63 DEBUG tempest.lib.common.rest_client [req-744da569-2d21-403d-ac2b-76b6ed3333df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "name": "tempest-subnet-A-1-2127850879"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:05:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-744da569-2d21-403d-ac2b-76b6ed3333df'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:05:57Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e416dbb2-49fe-49b8-8426-7ea44dbe483f","subnetpool_id":null,"name":"tempest-subnet-A-1-2127850879"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:58.768 63 INFO tempest.lib.common.rest_client [req-ffe21753-3729-4a8d-9bab-b817798c0fc0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/networks 0.245s 2018-08-13 10:05:58.768 63 DEBUG tempest.lib.common.rest_client [req-ffe21753-3729-4a8d-9bab-b817798c0fc0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1288418185"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:05:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe21753-3729-4a8d-9bab-b817798c0fc0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:05:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","name":"tempest-B-1288418185"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:59.284 63 INFO tempest.lib.common.rest_client [req-59307b6d-3627-4aa9-9e98-ff9b45bcfac5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.515s 2018-08-13 10:05:59.284 63 DEBUG tempest.lib.common.rest_client [req-59307b6d-3627-4aa9-9e98-ff9b45bcfac5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "name": "tempest-subnet-B-1-2003778122"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:05:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59307b6d-3627-4aa9-9e98-ff9b45bcfac5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:05:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"03ef5be8-9aa7-4a51-b910-2a298b1638ae","subnetpool_id":null,"name":"tempest-subnet-B-1-2003778122"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:05:59.700 63 INFO tempest.lib.common.rest_client [req-21898a65-049c-4af2-bed7-5aa85f5104cc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.414s 2018-08-13 10:05:59.700 63 DEBUG tempest.lib.common.rest_client [req-21898a65-049c-4af2-bed7-5aa85f5104cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:05:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21898a65-049c-4af2-bed7-5aa85f5104cc'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "04c2187d-ebee-4c99-b468-ba7619ef9a41"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:00.230 63 INFO tempest.lib.common.rest_client [req-a2fb3521-2dec-422a-a8d5-c630df4bf45c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations 0.528s 2018-08-13 10:06:00.230 63 DEBUG tempest.lib.common.rest_client [req-a2fb3521-2dec-422a-a8d5-c630df4bf45c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2fb3521-2dec-422a-a8d5-c630df4bf45c'} Body: {"network_association": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "id": "9a4044d4-e790-4153-861d-269a653d64d8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:00.480 63 INFO tempest.lib.common.rest_client [req-4d1fb020-db71-42a5-b0f8-326df7b2049d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations 0.249s 2018-08-13 10:06:00.481 63 DEBUG tempest.lib.common.rest_client [req-4d1fb020-db71-42a5-b0f8-326df7b2049d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d1fb020-db71-42a5-b0f8-326df7b2049d'} Body: {"network_association": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "id": "28656a95-29bd-4cdc-b806-99fbfaf76047"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:00.482 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 10:06:00.975 63 INFO tempest.lib.common.rest_client [req-3e23ee30-586e-4255-8414-cba1fe3ab654 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.492s 2018-08-13 10:06:00.975 63 DEBUG tempest.lib.common.rest_client [req-3e23ee30-586e-4255-8414-cba1fe3ab654 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1733258268"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-3e23ee30-586e-4255-8414-cba1fe3ab654', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e23ee30-586e-4255-8414-cba1fe3ab654'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFF3MfBWWPd2ksUJXugvDgaGaFg9rzDI/OQKA4J4voqJzUdmH14ObXkMrN6ChLnS/vUiOx2GGcoyLEiWht8PSsS3+vN5qk7Gyv3Nen0Q0JFHALvUyb7EfTVxQfncl9l7OQNBESXsOFX2BnwZIoSXXME/4ZV/LNe2A8Qu23exmRga3LXjETxFks3B93VHIG6agJblNByXm6/cVvC6gjsbqAutjJYcEOPKWIH5pMDRJ+ymJkpClxlTg8ileXNjztqNXBK835Gh4sx4wIXojjcqH2lPCcif0o/IV2WHO/Wcx+qbJSJFmw2T1Sf7j9v1vojh3Zd0i5TiD2H9wJpj3oqNgN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxRdzHwVlj3dpLFCV7oLw4GhmhYPa8wyPzkCgOCeL6Kic1HZh\n9eDm15DKzegoS50v71IjsdhhnKMixIlobfD0rEt/rzeapOxsr9zXp9ENCRRwC71M\nm+xH01cUH53JfZezkDQREl7DhV9gZ8GSKEl1zBP+GVfyzXtgPELtt3sZkYGty14x\nE8RZLNwfd1RyBumoCW5TQcl5uv3FbwuoI7G6gLrYyWHBDjyliB+aTA0SfspiZKQp\ncZU4PIpXlzY87ajVwSvN+RoeLMeMCF6I43Kh9pTwnIn9KPyFdlhzv1nMfqmyUiRZ\nsNk9Un+4/b9b6I4d2XdIuU4g9h/cCaY96KjYDQIDAQABAoIBAC1wE41STDDAIdIi\nnf5H18qUpxYe6OphugGd6pIno9y2irl8tWbfO7j025yO6kNMcNGmyS3mKdLX1Vsk\nJpw6Ed5q5Xv6wL9G9mOw8VLyIiQ2vwIl2TSVS5XQnIYRdXNr9uzG5CytBjyIWYxy\nFwUMsoijD1C+cu6mg/BAqddEHQfrStrC5KqIEptAiQUgkoQ7PCKrb2ozrolN4s2q\nx/aVXus7KZfJWeVq+VuSM+eUFm/mw72YEKBZLJSf1I/60HcHeSYP9Tsjsu2YWoQ0\nx5jadpBD3fLgWKRxfGvgbUA3Z9Pt7N2l6/hfATIN4QKjRfcqw/8DGcdDMnf9pjPo\nhIRgDqECgYEA8IJvFwFwoC4RtloXxO2e+P+pz3d4Ly/ET8OzPqUAR2TNXQtPQKQb\n0HpWUyWOx7VBUFE7tu9/XFpYRyNgzVZVenpB2zv04zDtA5cjUBXFSRLBdOhZcTI8\nwHmgb/Z0eyeEiowY/H/9wzow1VvHcPT3skVpzdlocJ1AltmFv9g6SEkCgYEA0cki\nE+WeEY29rm+bQtUMHzkUzw9GsF/xiFCV+Wg8wD4rUDcihMXhNomq/ePjbYnkXlUm\n+UUkkS7TAgC62Az7jVYK6lVMtSz33ECmMJeO9dwKroFE8B7nMwvaGmBk0TDSsdHk\nOxzHl7G/ZKp8eU2/rMw8XcbA4AXqILdOqAkAOaUCgYB4/ZT3JNFMs4BTlOUKO2PS\n7YK2jOpYCpaebdvZMtZ+E/a/zPW0lhor+a89qtI2IzfVONhqgfc3NXfdaa3D/p+H\nusMwj+v08uL5AGpSWnFh/l51+oEsUdKAHW+Zg4k7fzjNHgdf1t+I+9gfLUmayJFn\nDEZauPkyVdltScZgKV3AiQKBgBSvXlrT4zgb374ZZxe55g4WFMUt3mx5qVkliQQk\nkQjrmF26cf7hfAlinaeXFs+wLwJWJxehB7ABC/FAnSu8a/lNqJnee0fJ/U6MWVal\nOwVnAu6d9Gwwv986pfC/3HD7/WpnJbfmaI++iP6mCMv1LJcfNDyS4mW0b5d2O505\n9fm5AoGBAKmUw/9jmC8mmCeKO/qQYQ1R6u9XXBUss+RGTQOmv65+y3AkDzNqKb50\nzZddo/bvtVuM1s7h2k7krWgYHk//KbxJAz1yjJulkbP3hlpRRb7FFxZmL3Xx04sX\nbCMaVvmle9+t0ngVCeUhRo0C4ZuTkmNi4lmGSBqrloMe5J8/JYIu\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1733258268", "fingerprint": "93:f8:40:6b:c2:45:34:50:ac:86:89:c8:54:61:a5:9f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:01.763 63 INFO tempest.lib.common.rest_client [req-c5c43486-290a-4c41-9164-5fd09983f9c9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/ports 0.784s 2018-08-13 10:06:01.764 63 DEBUG tempest.lib.common.rest_client [req-c5c43486-290a-4c41-9164-5fd09983f9c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1905539025", "security_groups": ["fe906cc7-2acb-4722-a49d-7c7999b008da"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:06:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5c43486-290a-4c41-9164-5fd09983f9c9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:06:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:06:01Z","name":"tempest-port-smoke-1905539025","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:71:02:f6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e416dbb2-49fe-49b8-8426-7ea44dbe483f","ip_address":"10.101.11.10"}],"id":"2d32f65f-fd98-45a9-a4a8-f0fa0f90d735","security_groups":["fe906cc7-2acb-4722-a49d-7c7999b008da"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:03.385 63 INFO tempest.lib.common.rest_client [req-f710861f-ec16-4de3-ab4d-c4b4baec417d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.22:8774/v2.1/servers 1.620s 2018-08-13 10:06:03.386 63 DEBUG tempest.lib.common.rest_client [req-f710861f-ec16-4de3-ab4d-c4b4baec417d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733258268", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "port": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-f710861f-ec16-4de3-ab4d-c4b4baec417d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f710861f-ec16-4de3-ab4d-c4b4baec417d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "adminPass": "M7HuFjaJeHXh"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:03.749 63 INFO tempest.lib.common.rest_client [req-c76b7b6f-7a2b-4e35-838e-77757c4b490e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.359s 2018-08-13 10:06:03.749 63 DEBUG tempest.lib.common.rest_client [req-c76b7b6f-7a2b-4e35-838e-77757c4b490e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-c76b7b6f-7a2b-4e35-838e-77757c4b490e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c76b7b6f-7a2b-4e35-838e-77757c4b490e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:05.137 63 INFO tempest.lib.common.rest_client [req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.372s 2018-08-13 10:06:05.138 63 DEBUG tempest.lib.common.rest_client [req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:06.859 63 INFO tempest.lib.common.rest_client [req-9b32f322-6398-42f2-b4fc-28dba7a167e9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.706s 2018-08-13 10:06:06.859 63 DEBUG tempest.lib.common.rest_client [req-9b32f322-6398-42f2-b4fc-28dba7a167e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-9b32f322-6398-42f2-b4fc-28dba7a167e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b32f322-6398-42f2-b4fc-28dba7a167e9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:06.872 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:06:08.030 63 INFO tempest.lib.common.rest_client [req-db8abc3a-7ac6-4195-8b46-72b5b41078d0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.155s 2018-08-13 10:06:08.030 63 DEBUG tempest.lib.common.rest_client [req-db8abc3a-7ac6-4195-8b46-72b5b41078d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-db8abc3a-7ac6-4195-8b46-72b5b41078d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db8abc3a-7ac6-4195-8b46-72b5b41078d0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:09.195 63 INFO tempest.lib.common.rest_client [req-bf4096c5-f6c1-4228-a93e-ea80549f4075 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.151s 2018-08-13 10:06:09.196 63 DEBUG tempest.lib.common.rest_client [req-bf4096c5-f6c1-4228-a93e-ea80549f4075 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-bf4096c5-f6c1-4228-a93e-ea80549f4075', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf4096c5-f6c1-4228-a93e-ea80549f4075'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:10.558 63 INFO tempest.lib.common.rest_client [req-3405b194-e723-49ca-9b1d-8539a1ceb4e7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.349s 2018-08-13 10:06:10.559 63 DEBUG tempest.lib.common.rest_client [req-3405b194-e723-49ca-9b1d-8539a1ceb4e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-3405b194-e723-49ca-9b1d-8539a1ceb4e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3405b194-e723-49ca-9b1d-8539a1ceb4e7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:10.573 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:06:10.966 63 INFO tempest.lib.common.rest_client [req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.393s 2018-08-13 10:06:10.967 63 DEBUG tempest.lib.common.rest_client [req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:10.980 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6d06aa81-4776-4151-ae63-c8173849c0a9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:06:12.014 63 INFO tempest.lib.common.rest_client [req-16c45c7f-46b0-4c3b-86f4-f0ed0624d7f8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/ports 1.033s 2018-08-13 10:06:12.015 63 DEBUG tempest.lib.common.rest_client [req-16c45c7f-46b0-4c3b-86f4-f0ed0624d7f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-820007525", "security_groups": ["fe906cc7-2acb-4722-a49d-7c7999b008da"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:06:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16c45c7f-46b0-4c3b-86f4-f0ed0624d7f8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:06:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:06:11Z","name":"tempest-port-smoke-820007525","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0a:b8:12","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"03ef5be8-9aa7-4a51-b910-2a298b1638ae","ip_address":"10.102.21.20"}],"id":"b112411f-3b6e-424f-abe3-bcef7dc091ed","security_groups":["fe906cc7-2acb-4722-a49d-7c7999b008da"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:13.938 63 INFO tempest.lib.common.rest_client [req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.22:8774/v2.1/servers 1.921s 2018-08-13 10:06:13.938 63 DEBUG tempest.lib.common.rest_client [req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733258268", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "port": "b112411f-3b6e-424f-abe3-bcef7dc091ed"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "adminPass": "ZAH39jqRxyRD"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:14.008 63 INFO tempest.lib.common.rest_client [req-618088df-fc74-4455-a145-4cd819d0b12f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.065s 2018-08-13 10:06:14.008 63 DEBUG tempest.lib.common.rest_client [req-618088df-fc74-4455-a145-4cd819d0b12f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-618088df-fc74-4455-a145-4cd819d0b12f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-618088df-fc74-4455-a145-4cd819d0b12f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:15.892 63 INFO tempest.lib.common.rest_client [req-b310b2f2-752d-4934-9a24-1eaf9c8cf168 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.869s 2018-08-13 10:06:15.892 63 DEBUG tempest.lib.common.rest_client [req-b310b2f2-752d-4934-9a24-1eaf9c8cf168 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-b310b2f2-752d-4934-9a24-1eaf9c8cf168', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b310b2f2-752d-4934-9a24-1eaf9c8cf168'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:17.307 63 INFO tempest.lib.common.rest_client [req-a2b933f7-8c22-4114-8db2-7bfca5997669 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.399s 2018-08-13 10:06:17.307 63 DEBUG tempest.lib.common.rest_client [req-a2b933f7-8c22-4114-8db2-7bfca5997669 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-a2b933f7-8c22-4114-8db2-7bfca5997669', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2b933f7-8c22-4114-8db2-7bfca5997669'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:16Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:17.320 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:06:19.145 63 INFO tempest.lib.common.rest_client [req-98311993-df19-4b12-ad78-20e4d5b67119 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.823s 2018-08-13 10:06:19.145 63 DEBUG tempest.lib.common.rest_client [req-98311993-df19-4b12-ad78-20e4d5b67119 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-98311993-df19-4b12-ad78-20e4d5b67119', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98311993-df19-4b12-ad78-20e4d5b67119'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:16Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:20.545 63 INFO tempest.lib.common.rest_client [req-4840ba41-c586-404b-9029-4ecffc7fc8d7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.386s 2018-08-13 10:06:20.546 63 DEBUG tempest.lib.common.rest_client [req-4840ba41-c586-404b-9029-4ecffc7fc8d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-4840ba41-c586-404b-9029-4ecffc7fc8d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4840ba41-c586-404b-9029-4ecffc7fc8d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:20.559 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:06:20.975 63 INFO tempest.lib.common.rest_client [req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.415s 2018-08-13 10:06:20.975 63 DEBUG tempest.lib.common.rest_client [req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:20.988 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e86d3536-2430-4cd4-9efb-fa462889c3ab with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:06:21.110 63 INFO tempest.lib.common.rest_client [req-358ae48e-a9df-47be-808f-f2aa5bb977a5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/routers 0.122s 2018-08-13 10:06:21.111 63 DEBUG tempest.lib.common.rest_client [req-358ae48e-a9df-47be-808f-f2aa5bb977a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1595693957", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:06:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-358ae48e-a9df-47be-808f-f2aa5bb977a5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:21Z", "admin_state_up": true, "updated_at": "2018-08-13T10:06:21Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77db791a-5c91-4d08-9dc5-1477f5894340", "name": "tempest-router--1595693957"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:22.328 63 INFO tempest.lib.common.rest_client [req-44772ff2-3b26-439d-9b03-3545a6e5ad0e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340 1.216s 2018-08-13 10:06:22.328 63 DEBUG tempest.lib.common.rest_client [req-44772ff2-3b26-439d-9b03-3545a6e5ad0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340', u'date': 'Mon, 13 Aug 2018 10:06:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44772ff2-3b26-439d-9b03-3545a6e5ad0e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:21Z", "admin_state_up": true, "updated_at": "2018-08-13T10:06:22Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77db791a-5c91-4d08-9dc5-1477f5894340", "name": "tempest-router--1595693957"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:24.671 63 INFO tempest.lib.common.rest_client [req-4d52758e-887d-497d-a8c5-04323df2f4c3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/add_router_interface 2.341s 2018-08-13 10:06:24.671 63 DEBUG tempest.lib.common.rest_client [req-4d52758e-887d-497d-a8c5-04323df2f4c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:06:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d52758e-887d-497d-a8c5-04323df2f4c3'} Body: {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f", "subnet_ids": ["e416dbb2-49fe-49b8-8426-7ea44dbe483f"], "port_id": "303fab2f-d87b-4cff-bb93-79a797b54d0e", "id": "77db791a-5c91-4d08-9dc5-1477f5894340"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:26.588 63 INFO tempest.lib.common.rest_client [req-13982ec1-3ae2-4d68-94e2-2b76c70b3550 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.915s 2018-08-13 10:06:26.589 63 DEBUG tempest.lib.common.rest_client [req-13982ec1-3ae2-4d68-94e2-2b76c70b3550 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:06:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13982ec1-3ae2-4d68-94e2-2b76c70b3550'} Body: {"floatingip": {"router_id": "77db791a-5c91-4d08-9dc5-1477f5894340", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:06:25Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735", "id": "6036bd08-216f-46e3-b58b-c140108ef57e", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:25Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:06:26.590 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:06:34.601 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:06:34.665 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:06:34.698 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:06:34.812 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:06:34.813 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:06:34.815 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:06:34.875 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:06:34.879 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:06:39.886 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:06:39.886 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:07:49.957 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:07:49.958 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:07:49.962 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:07:50.025 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:07:50.026 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:07:55.033 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:07:55.033 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:09:05.104 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:09:05.104 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:09:05.105 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05.108 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05.209 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:09:05.236 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05.241 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:09:05.242 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:96:83:28 [ether] on eth0 2018-08-13 10:09:05.242 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:09:05.243 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05.244 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05.305 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:09:05.309 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05.317 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:09:05.317 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:09:05.318 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05.320 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05.380 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:09:05.384 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05.389 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:09:05.390 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05.392 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05.452 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:09:05.456 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05.461 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:09:05.462 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:96:83:28 [ether] on eth0 2018-08-13 10:09:05.462 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:09:05.462 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05.464 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05.524 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:09:05.529 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:10.536 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:09:10.536 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:10:20.565 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:10:20.566 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:10:20.569 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:10:20.666 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:10:20.696 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:10:25.703 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:10:25.704 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:11:35.775 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:11:36.949 63 INFO tempest.lib.common.rest_client [req-71b644ce-0db1-48a5-b5a0-d4fd0628ca29 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/6036bd08-216f-46e3-b58b-c140108ef57e 1.172s 2018-08-13 10:11:36.950 63 DEBUG tempest.lib.common.rest_client [req-71b644ce-0db1-48a5-b5a0-d4fd0628ca29 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/6036bd08-216f-46e3-b58b-c140108ef57e', u'date': 'Mon, 13 Aug 2018 10:11:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-71b644ce-0db1-48a5-b5a0-d4fd0628ca29'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:39.227 63 INFO tempest.lib.common.rest_client [req-9cd0c075-0cd0-4806-abe6-d89be021de2b ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/remove_router_interface 2.276s 2018-08-13 10:11:39.227 63 DEBUG tempest.lib.common.rest_client [req-9cd0c075-0cd0-4806-abe6-d89be021de2b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9cd0c075-0cd0-4806-abe6-d89be021de2b'} Body: {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f", "subnet_ids": ["e416dbb2-49fe-49b8-8426-7ea44dbe483f"], "port_id": "303fab2f-d87b-4cff-bb93-79a797b54d0e", "id": "77db791a-5c91-4d08-9dc5-1477f5894340"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:40.944 63 INFO tempest.lib.common.rest_client [req-28323332-2cd4-418b-9f21-698118bb63bf ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340 1.716s 2018-08-13 10:11:40.945 63 DEBUG tempest.lib.common.rest_client [req-28323332-2cd4-418b-9f21-698118bb63bf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340', u'date': 'Mon, 13 Aug 2018 10:11:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-28323332-2cd4-418b-9f21-698118bb63bf'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:41.264 63 INFO tempest.lib.common.rest_client [req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.318s 2018-08-13 10:11:41.265 63 DEBUG tempest.lib.common.rest_client [req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:41.872 63 INFO tempest.lib.common.rest_client [req-6f574599-34e8-4ef3-9d21-04f8f92d932a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.606s 2018-08-13 10:11:41.873 63 DEBUG tempest.lib.common.rest_client [req-6f574599-34e8-4ef3-9d21-04f8f92d932a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-6f574599-34e8-4ef3-9d21-04f8f92d932a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f574599-34e8-4ef3-9d21-04f8f92d932a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:42.939 63 INFO tempest.lib.common.rest_client [req-ad81d2d1-eba8-448f-8acf-dad018c04afe ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.050s 2018-08-13 10:11:42.939 63 DEBUG tempest.lib.common.rest_client [req-ad81d2d1-eba8-448f-8acf-dad018c04afe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-ad81d2d1-eba8-448f-8acf-dad018c04afe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ad81d2d1-eba8-448f-8acf-dad018c04afe'} Body: {"itemNotFound": {"message": "Instance e86d3536-2430-4cd4-9efb-fa462889c3ab could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:43.533 63 INFO tempest.lib.common.rest_client [req-cef522a3-27a6-437a-82e5-f421ed0be5b1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b112411f-3b6e-424f-abe3-bcef7dc091ed 0.592s 2018-08-13 10:11:43.533 63 DEBUG tempest.lib.common.rest_client [req-cef522a3-27a6-437a-82e5-f421ed0be5b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b112411f-3b6e-424f-abe3-bcef7dc091ed', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cef522a3-27a6-437a-82e5-f421ed0be5b1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:43.676 63 INFO tempest.lib.common.rest_client [req-c6fb754f-86b5-4f07-b6db-60498921d8aa ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.142s 2018-08-13 10:11:43.676 63 DEBUG tempest.lib.common.rest_client [req-c6fb754f-86b5-4f07-b6db-60498921d8aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-c6fb754f-86b5-4f07-b6db-60498921d8aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6fb754f-86b5-4f07-b6db-60498921d8aa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:43.862 63 INFO tempest.lib.common.rest_client [req-6360623c-392a-47f4-ae57-80d2981519fe ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.184s 2018-08-13 10:11:43.862 63 DEBUG tempest.lib.common.rest_client [req-6360623c-392a-47f4-ae57-80d2981519fe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-6360623c-392a-47f4-ae57-80d2981519fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6360623c-392a-47f4-ae57-80d2981519fe'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:43Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:45.217 63 INFO tempest.lib.common.rest_client [req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.339s 2018-08-13 10:11:45.218 63 DEBUG tempest.lib.common.rest_client [req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:46.272 63 INFO tempest.lib.common.rest_client [req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.041s 2018-08-13 10:11:46.272 63 DEBUG tempest.lib.common.rest_client [req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7'} Body: {"itemNotFound": {"message": "Instance 6d06aa81-4776-4151-ae63-c8173849c0a9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:47.188 63 INFO tempest.lib.common.rest_client [req-1cc39829-a165-4995-82cd-65a0d6b2b626 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/2d32f65f-fd98-45a9-a4a8-f0fa0f90d735 0.915s 2018-08-13 10:11:47.189 63 DEBUG tempest.lib.common.rest_client [req-1cc39829-a165-4995-82cd-65a0d6b2b626 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/2d32f65f-fd98-45a9-a4a8-f0fa0f90d735', u'date': 'Mon, 13 Aug 2018 10:11:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cc39829-a165-4995-82cd-65a0d6b2b626'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:47.255 63 INFO tempest.lib.common.rest_client [req-e837305f-5683-439a-96cb-e07309bd4d74 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733258268 0.065s 2018-08-13 10:11:47.256 63 DEBUG tempest.lib.common.rest_client [req-e837305f-5683-439a-96cb-e07309bd4d74 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733258268', u'x-compute-request-id': 'req-e837305f-5683-439a-96cb-e07309bd4d74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e837305f-5683-439a-96cb-e07309bd4d74'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:48.617 63 INFO tempest.lib.common.rest_client [req-2aa23f49-d624-4e75-9ca4-da70130d65f9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/03ef5be8-9aa7-4a51-b910-2a298b1638ae 1.360s 2018-08-13 10:11:48.617 63 DEBUG tempest.lib.common.rest_client [req-2aa23f49-d624-4e75-9ca4-da70130d65f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/03ef5be8-9aa7-4a51-b910-2a298b1638ae', u'date': 'Mon, 13 Aug 2018 10:11:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2aa23f49-d624-4e75-9ca4-da70130d65f9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:49.814 63 INFO tempest.lib.common.rest_client [req-67eec71c-bad7-4166-90d5-31bfcf8ec033 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/f88f375a-39da-48fd-9cf8-61711b03d7f9 1.195s 2018-08-13 10:11:49.814 63 DEBUG tempest.lib.common.rest_client [req-67eec71c-bad7-4166-90d5-31bfcf8ec033 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/f88f375a-39da-48fd-9cf8-61711b03d7f9', u'date': 'Mon, 13 Aug 2018 10:11:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67eec71c-bad7-4166-90d5-31bfcf8ec033'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:51.088 63 INFO tempest.lib.common.rest_client [req-70277d96-d145-466b-80fe-73b4fc19c595 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e416dbb2-49fe-49b8-8426-7ea44dbe483f 1.273s 2018-08-13 10:11:51.089 63 DEBUG tempest.lib.common.rest_client [req-70277d96-d145-466b-80fe-73b4fc19c595 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e416dbb2-49fe-49b8-8426-7ea44dbe483f', u'date': 'Mon, 13 Aug 2018 10:11:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-70277d96-d145-466b-80fe-73b4fc19c595'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:52.950 63 INFO tempest.lib.common.rest_client [req-45208215-76cb-451a-822d-8e2e99296da3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4 1.860s 2018-08-13 10:11:52.951 63 DEBUG tempest.lib.common.rest_client [req-45208215-76cb-451a-822d-8e2e99296da3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4', u'date': 'Mon, 13 Aug 2018 10:11:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45208215-76cb-451a-822d-8e2e99296da3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:53.448 63 INFO tempest.lib.common.rest_client [req-515a1c9e-a57e-4694-a4d3-7f0ce97376dc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/fe906cc7-2acb-4722-a49d-7c7999b008da 0.496s 2018-08-13 10:11:53.449 63 DEBUG tempest.lib.common.rest_client [req-515a1c9e-a57e-4694-a4d3-7f0ce97376dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/fe906cc7-2acb-4722-a49d-7c7999b008da', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-515a1c9e-a57e-4694-a4d3-7f0ce97376dc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn [357.482104s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 740, in test_bgpvpn_negative_delete_bgpvpn self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:05:56,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.200s 2018-08-13 10:05:56,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-620540299 description", "name": "tempest-secgroup-smoke-620540299"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d70c3463-7f9c-4fc0-b5c6-083bf91706e7'} Body: {"security_group": {"description": "tempest-secgroup-smoke-620540299 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "updated_at": "2018-08-13T10:05:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:05:56Z", "revision_number": 0, "id": "39dce3a8-9323-4a74-a82b-2b597c3c83e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:05:56Z", "revision_number": 0, "id": "7f798c29-4cd2-43b3-8ac0-5279eaca3701", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "name": "tempest-secgroup-smoke-620540299"}} 2018-08-13 10:05:56,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.313s 2018-08-13 10:05:56,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-616a7cf9-784c-4f2a-8842-289d7a9bc01a'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "973625e7-d002-4c07-88fa-c6dc63968c0e"}} 2018-08-13 10:05:56,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:05:56,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51f0e7f4-08ab-4eb6-913b-a55557072eaf'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c6298210-04b9-41f4-96d8-a208e3cbb4bd"}} 2018-08-13 10:05:56,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:05:56,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcab8b1c-b84c-45dc-96d3-13ae73c249e3'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a1336332-8ea8-4ff9-94ca-e695a0c90eb4"}} 2018-08-13 10:05:56,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.127s 2018-08-13 10:05:56,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f88a8fb0-9d4e-493c-96c6-860389ad1be3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "216812c7-2c39-43d4-b698-8f8e181d592e"}} 2018-08-13 10:05:57,079 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:05:57,080 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80d94f47-c37a-4f3a-8501-21b2038e2bf8'} 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-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe314a45-4a0f-4d69-8f50-ef27a41bbef9"}} 2018-08-13 10:05:57,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 10:05:57,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d615150b-aaed-4dd8-9294-b873241638aa'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "779b988a-f62b-4f04-9cb0-a09a5b113288"}} 2018-08-13 10:05:57,372 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:05:57,373 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a3c0708-11fa-4137-91b4-5e028854d84e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c5184cd-a20b-431c-b8ad-2900c0d8129f"}} 2018-08-13 10:05:57,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:05:57,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b555c9a6-4f8d-435b-a365-32ac9ad63540'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fc59b8aa-1ce8-4a16-9d3d-2998f84483ca"}} 2018-08-13 10:05:57,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/networks 0.200s 2018-08-13 10:05:57,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-107386978"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64babb93-2674-4dc9-be1b-18e5a74ba426'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:05:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","name":"tempest-A-107386978"}} 2018-08-13 10:05:58,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.788s 2018-08-13 10:05:58,521 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "name": "tempest-subnet-A-1-2127850879"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:05:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-744da569-2d21-403d-ac2b-76b6ed3333df'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:05:57Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e416dbb2-49fe-49b8-8426-7ea44dbe483f","subnetpool_id":null,"name":"tempest-subnet-A-1-2127850879"}} 2018-08-13 10:05:58,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/networks 0.245s 2018-08-13 10:05:58,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1288418185"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:05:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe21753-3729-4a8d-9bab-b817798c0fc0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:05:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","name":"tempest-B-1288418185"}} 2018-08-13 10:05:59,284 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.515s 2018-08-13 10:05:59,284 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "name": "tempest-subnet-B-1-2003778122"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:05:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59307b6d-3627-4aa9-9e98-ff9b45bcfac5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:05:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"03ef5be8-9aa7-4a51-b910-2a298b1638ae","subnetpool_id":null,"name":"tempest-subnet-B-1-2003778122"}} 2018-08-13 10:05:59,700 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.414s 2018-08-13 10:05:59,700 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:05:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21898a65-049c-4af2-bed7-5aa85f5104cc'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "04c2187d-ebee-4c99-b468-ba7619ef9a41"}} 2018-08-13 10:06:00,230 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations 0.528s 2018-08-13 10:06:00,230 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2fb3521-2dec-422a-a8d5-c630df4bf45c'} Body: {"network_association": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "id": "9a4044d4-e790-4153-861d-269a653d64d8"}} 2018-08-13 10:06:00,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations 0.249s 2018-08-13 10:06:00,481 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d1fb020-db71-42a5-b0f8-326df7b2049d'} Body: {"network_association": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "id": "28656a95-29bd-4cdc-b806-99fbfaf76047"}} 2018-08-13 10:06:00,482 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:06:00,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.492s 2018-08-13 10:06:00,975 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1733258268"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-3e23ee30-586e-4255-8414-cba1fe3ab654', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e23ee30-586e-4255-8414-cba1fe3ab654'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFF3MfBWWPd2ksUJXugvDgaGaFg9rzDI/OQKA4J4voqJzUdmH14ObXkMrN6ChLnS/vUiOx2GGcoyLEiWht8PSsS3+vN5qk7Gyv3Nen0Q0JFHALvUyb7EfTVxQfncl9l7OQNBESXsOFX2BnwZIoSXXME/4ZV/LNe2A8Qu23exmRga3LXjETxFks3B93VHIG6agJblNByXm6/cVvC6gjsbqAutjJYcEOPKWIH5pMDRJ+ymJkpClxlTg8ileXNjztqNXBK835Gh4sx4wIXojjcqH2lPCcif0o/IV2WHO/Wcx+qbJSJFmw2T1Sf7j9v1vojh3Zd0i5TiD2H9wJpj3oqNgN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxRdzHwVlj3dpLFCV7oLw4GhmhYPa8wyPzkCgOCeL6Kic1HZh\n9eDm15DKzegoS50v71IjsdhhnKMixIlobfD0rEt/rzeapOxsr9zXp9ENCRRwC71M\nm+xH01cUH53JfZezkDQREl7DhV9gZ8GSKEl1zBP+GVfyzXtgPELtt3sZkYGty14x\nE8RZLNwfd1RyBumoCW5TQcl5uv3FbwuoI7G6gLrYyWHBDjyliB+aTA0SfspiZKQp\ncZU4PIpXlzY87ajVwSvN+RoeLMeMCF6I43Kh9pTwnIn9KPyFdlhzv1nMfqmyUiRZ\nsNk9Un+4/b9b6I4d2XdIuU4g9h/cCaY96KjYDQIDAQABAoIBAC1wE41STDDAIdIi\nnf5H18qUpxYe6OphugGd6pIno9y2irl8tWbfO7j025yO6kNMcNGmyS3mKdLX1Vsk\nJpw6Ed5q5Xv6wL9G9mOw8VLyIiQ2vwIl2TSVS5XQnIYRdXNr9uzG5CytBjyIWYxy\nFwUMsoijD1C+cu6mg/BAqddEHQfrStrC5KqIEptAiQUgkoQ7PCKrb2ozrolN4s2q\nx/aVXus7KZfJWeVq+VuSM+eUFm/mw72YEKBZLJSf1I/60HcHeSYP9Tsjsu2YWoQ0\nx5jadpBD3fLgWKRxfGvgbUA3Z9Pt7N2l6/hfATIN4QKjRfcqw/8DGcdDMnf9pjPo\nhIRgDqECgYEA8IJvFwFwoC4RtloXxO2e+P+pz3d4Ly/ET8OzPqUAR2TNXQtPQKQb\n0HpWUyWOx7VBUFE7tu9/XFpYRyNgzVZVenpB2zv04zDtA5cjUBXFSRLBdOhZcTI8\nwHmgb/Z0eyeEiowY/H/9wzow1VvHcPT3skVpzdlocJ1AltmFv9g6SEkCgYEA0cki\nE+WeEY29rm+bQtUMHzkUzw9GsF/xiFCV+Wg8wD4rUDcihMXhNomq/ePjbYnkXlUm\n+UUkkS7TAgC62Az7jVYK6lVMtSz33ECmMJeO9dwKroFE8B7nMwvaGmBk0TDSsdHk\nOxzHl7G/ZKp8eU2/rMw8XcbA4AXqILdOqAkAOaUCgYB4/ZT3JNFMs4BTlOUKO2PS\n7YK2jOpYCpaebdvZMtZ+E/a/zPW0lhor+a89qtI2IzfVONhqgfc3NXfdaa3D/p+H\nusMwj+v08uL5AGpSWnFh/l51+oEsUdKAHW+Zg4k7fzjNHgdf1t+I+9gfLUmayJFn\nDEZauPkyVdltScZgKV3AiQKBgBSvXlrT4zgb374ZZxe55g4WFMUt3mx5qVkliQQk\nkQjrmF26cf7hfAlinaeXFs+wLwJWJxehB7ABC/FAnSu8a/lNqJnee0fJ/U6MWVal\nOwVnAu6d9Gwwv986pfC/3HD7/WpnJbfmaI++iP6mCMv1LJcfNDyS4mW0b5d2O505\n9fm5AoGBAKmUw/9jmC8mmCeKO/qQYQ1R6u9XXBUss+RGTQOmv65+y3AkDzNqKb50\nzZddo/bvtVuM1s7h2k7krWgYHk//KbxJAz1yjJulkbP3hlpRRb7FFxZmL3Xx04sX\nbCMaVvmle9+t0ngVCeUhRo0C4ZuTkmNi4lmGSBqrloMe5J8/JYIu\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1733258268", "fingerprint": "93:f8:40:6b:c2:45:34:50:ac:86:89:c8:54:61:a5:9f"}} 2018-08-13 10:06:01,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/ports 0.784s 2018-08-13 10:06:01,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1905539025", "security_groups": ["fe906cc7-2acb-4722-a49d-7c7999b008da"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:06:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5c43486-290a-4c41-9164-5fd09983f9c9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:06:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:06:01Z","name":"tempest-port-smoke-1905539025","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:71:02:f6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e416dbb2-49fe-49b8-8426-7ea44dbe483f","ip_address":"10.101.11.10"}],"id":"2d32f65f-fd98-45a9-a4a8-f0fa0f90d735","security_groups":["fe906cc7-2acb-4722-a49d-7c7999b008da"],"device_id":""}} 2018-08-13 10:06:03,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.22:8774/v2.1/servers 1.620s 2018-08-13 10:06:03,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733258268", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "port": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-f710861f-ec16-4de3-ab4d-c4b4baec417d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f710861f-ec16-4de3-ab4d-c4b4baec417d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "adminPass": "M7HuFjaJeHXh"}} 2018-08-13 10:06:03,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.359s 2018-08-13 10:06:03,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-c76b7b6f-7a2b-4e35-838e-77757c4b490e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c76b7b6f-7a2b-4e35-838e-77757c4b490e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:05,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.372s 2018-08-13 10:06:05,138 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:06,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.706s 2018-08-13 10:06:06,859 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-9b32f322-6398-42f2-b4fc-28dba7a167e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b32f322-6398-42f2-b4fc-28dba7a167e9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:06,872 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:06:08,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.155s 2018-08-13 10:06:08,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-db8abc3a-7ac6-4195-8b46-72b5b41078d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db8abc3a-7ac6-4195-8b46-72b5b41078d0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:09,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.151s 2018-08-13 10:06:09,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-bf4096c5-f6c1-4228-a93e-ea80549f4075', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf4096c5-f6c1-4228-a93e-ea80549f4075'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:10,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.349s 2018-08-13 10:06:10,559 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-3405b194-e723-49ca-9b1d-8539a1ceb4e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3405b194-e723-49ca-9b1d-8539a1ceb4e7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:10,573 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:06:10,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.393s 2018-08-13 10:06:10,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:10,980 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6d06aa81-4776-4151-ae63-c8173849c0a9 with status: ACTIVE 2018-08-13 10:06:12,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/ports 1.033s 2018-08-13 10:06:12,015 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-820007525", "security_groups": ["fe906cc7-2acb-4722-a49d-7c7999b008da"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:06:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16c45c7f-46b0-4c3b-86f4-f0ed0624d7f8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:06:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:06:11Z","name":"tempest-port-smoke-820007525","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0a:b8:12","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"03ef5be8-9aa7-4a51-b910-2a298b1638ae","ip_address":"10.102.21.20"}],"id":"b112411f-3b6e-424f-abe3-bcef7dc091ed","security_groups":["fe906cc7-2acb-4722-a49d-7c7999b008da"],"device_id":""}} 2018-08-13 10:06:13,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.22:8774/v2.1/servers 1.921s 2018-08-13 10:06:13,938 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733258268", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "port": "b112411f-3b6e-424f-abe3-bcef7dc091ed"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "adminPass": "ZAH39jqRxyRD"}} 2018-08-13 10:06:14,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.065s 2018-08-13 10:06:14,008 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-618088df-fc74-4455-a145-4cd819d0b12f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-618088df-fc74-4455-a145-4cd819d0b12f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:15,892 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.869s 2018-08-13 10:06:15,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-b310b2f2-752d-4934-9a24-1eaf9c8cf168', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b310b2f2-752d-4934-9a24-1eaf9c8cf168'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:17,307 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.399s 2018-08-13 10:06:17,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-a2b933f7-8c22-4114-8db2-7bfca5997669', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2b933f7-8c22-4114-8db2-7bfca5997669'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:16Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:17,320 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:06:19,145 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.823s 2018-08-13 10:06:19,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-98311993-df19-4b12-ad78-20e4d5b67119', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98311993-df19-4b12-ad78-20e4d5b67119'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:16Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:20,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.386s 2018-08-13 10:06:20,546 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-4840ba41-c586-404b-9029-4ecffc7fc8d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4840ba41-c586-404b-9029-4ecffc7fc8d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:20,559 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:06:20,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.415s 2018-08-13 10:06:20,975 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:20,988 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e86d3536-2430-4cd4-9efb-fa462889c3ab with status: ACTIVE 2018-08-13 10:06:21,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/routers 0.122s 2018-08-13 10:06:21,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1595693957", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:06:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-358ae48e-a9df-47be-808f-f2aa5bb977a5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:21Z", "admin_state_up": true, "updated_at": "2018-08-13T10:06:21Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77db791a-5c91-4d08-9dc5-1477f5894340", "name": "tempest-router--1595693957"}} 2018-08-13 10:06:22,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340 1.216s 2018-08-13 10:06:22,328 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340', u'date': 'Mon, 13 Aug 2018 10:06:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44772ff2-3b26-439d-9b03-3545a6e5ad0e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:21Z", "admin_state_up": true, "updated_at": "2018-08-13T10:06:22Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77db791a-5c91-4d08-9dc5-1477f5894340", "name": "tempest-router--1595693957"}} 2018-08-13 10:06:24,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/add_router_interface 2.341s 2018-08-13 10:06:24,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:06:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d52758e-887d-497d-a8c5-04323df2f4c3'} Body: {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f", "subnet_ids": ["e416dbb2-49fe-49b8-8426-7ea44dbe483f"], "port_id": "303fab2f-d87b-4cff-bb93-79a797b54d0e", "id": "77db791a-5c91-4d08-9dc5-1477f5894340"} 2018-08-13 10:06:26,588 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.915s 2018-08-13 10:06:26,589 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:06:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13982ec1-3ae2-4d68-94e2-2b76c70b3550'} Body: {"floatingip": {"router_id": "77db791a-5c91-4d08-9dc5-1477f5894340", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:06:25Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735", "id": "6036bd08-216f-46e3-b58b-c140108ef57e", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:25Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:06:26,590 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:06:34,601 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:06:34,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:06:34,698 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:06:34,812 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:06:34,813 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:06:34,815 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:06:34,875 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:06:34,879 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:06:39,886 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:06:39,886 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:07:49,957 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:07:49,958 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:07:49,962 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:07:50,025 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:07:50,026 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:07:55,033 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:07:55,033 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:09:05,104 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:09:05,104 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:09:05,105 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,108 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,209 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,236 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,241 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:09:05,242 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:96:83:28 [ether] on eth0 2018-08-13 10:09:05,242 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:09:05,243 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,244 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,305 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,309 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,317 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:09:05,317 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:09:05,318 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,320 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,380 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,384 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,389 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:09:05,390 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,392 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,452 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,456 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,461 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:09:05,462 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:96:83:28 [ether] on eth0 2018-08-13 10:09:05,462 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:09:05,462 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,464 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,524 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,529 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:10,536 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:09:10,536 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:10:20,565 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:10:20,566 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:10:20,569 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:10:20,666 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:10:20,696 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:10:25,703 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:10:25,704 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:11:35,775 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:11:35,775 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:11:36,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/6036bd08-216f-46e3-b58b-c140108ef57e 1.172s 2018-08-13 10:11:36,950 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/6036bd08-216f-46e3-b58b-c140108ef57e', u'date': 'Mon, 13 Aug 2018 10:11:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-71b644ce-0db1-48a5-b5a0-d4fd0628ca29'} Body: 2018-08-13 10:11:39,227 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/remove_router_interface 2.276s 2018-08-13 10:11:39,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9cd0c075-0cd0-4806-abe6-d89be021de2b'} Body: {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f", "subnet_ids": ["e416dbb2-49fe-49b8-8426-7ea44dbe483f"], "port_id": "303fab2f-d87b-4cff-bb93-79a797b54d0e", "id": "77db791a-5c91-4d08-9dc5-1477f5894340"} 2018-08-13 10:11:40,944 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340 1.716s 2018-08-13 10:11:40,945 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340', u'date': 'Mon, 13 Aug 2018 10:11:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-28323332-2cd4-418b-9f21-698118bb63bf'} Body: 2018-08-13 10:11:41,264 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.318s 2018-08-13 10:11:41,265 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454'} Body: 2018-08-13 10:11:41,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.606s 2018-08-13 10:11:41,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-6f574599-34e8-4ef3-9d21-04f8f92d932a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f574599-34e8-4ef3-9d21-04f8f92d932a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:11:42,939 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.050s 2018-08-13 10:11:42,939 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-ad81d2d1-eba8-448f-8acf-dad018c04afe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ad81d2d1-eba8-448f-8acf-dad018c04afe'} Body: {"itemNotFound": {"message": "Instance e86d3536-2430-4cd4-9efb-fa462889c3ab could not be found.", "code": 404}} 2018-08-13 10:11:43,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b112411f-3b6e-424f-abe3-bcef7dc091ed 0.592s 2018-08-13 10:11:43,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b112411f-3b6e-424f-abe3-bcef7dc091ed', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cef522a3-27a6-437a-82e5-f421ed0be5b1'} Body: 2018-08-13 10:11:43,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.142s 2018-08-13 10:11:43,676 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-c6fb754f-86b5-4f07-b6db-60498921d8aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6fb754f-86b5-4f07-b6db-60498921d8aa'} Body: 2018-08-13 10:11:43,862 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.184s 2018-08-13 10:11:43,862 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-6360623c-392a-47f4-ae57-80d2981519fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6360623c-392a-47f4-ae57-80d2981519fe'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:43Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:11:45,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.339s 2018-08-13 10:11:45,218 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:11:46,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.041s 2018-08-13 10:11:46,272 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7'} Body: {"itemNotFound": {"message": "Instance 6d06aa81-4776-4151-ae63-c8173849c0a9 could not be found.", "code": 404}} 2018-08-13 10:11:47,188 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/2d32f65f-fd98-45a9-a4a8-f0fa0f90d735 0.915s 2018-08-13 10:11:47,189 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/2d32f65f-fd98-45a9-a4a8-f0fa0f90d735', u'date': 'Mon, 13 Aug 2018 10:11:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cc39829-a165-4995-82cd-65a0d6b2b626'} Body: 2018-08-13 10:11:47,255 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733258268 0.065s 2018-08-13 10:11:47,256 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733258268', u'x-compute-request-id': 'req-e837305f-5683-439a-96cb-e07309bd4d74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e837305f-5683-439a-96cb-e07309bd4d74'} Body: 2018-08-13 10:11:48,617 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/03ef5be8-9aa7-4a51-b910-2a298b1638ae 1.360s 2018-08-13 10:11:48,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/03ef5be8-9aa7-4a51-b910-2a298b1638ae', u'date': 'Mon, 13 Aug 2018 10:11:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2aa23f49-d624-4e75-9ca4-da70130d65f9'} Body: 2018-08-13 10:11:49,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/f88f375a-39da-48fd-9cf8-61711b03d7f9 1.195s 2018-08-13 10:11:49,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/f88f375a-39da-48fd-9cf8-61711b03d7f9', u'date': 'Mon, 13 Aug 2018 10:11:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67eec71c-bad7-4166-90d5-31bfcf8ec033'} Body: 2018-08-13 10:11:51,088 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e416dbb2-49fe-49b8-8426-7ea44dbe483f 1.273s 2018-08-13 10:11:51,089 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e416dbb2-49fe-49b8-8426-7ea44dbe483f', u'date': 'Mon, 13 Aug 2018 10:11:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-70277d96-d145-466b-80fe-73b4fc19c595'} Body: 2018-08-13 10:11:52,950 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4 1.860s 2018-08-13 10:11:52,951 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4', u'date': 'Mon, 13 Aug 2018 10:11:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45208215-76cb-451a-822d-8e2e99296da3'} Body: 2018-08-13 10:11:53,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/fe906cc7-2acb-4722-a49d-7c7999b008da 0.496s 2018-08-13 10:11:53,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/fe906cc7-2acb-4722-a49d-7c7999b008da', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-515a1c9e-a57e-4694-a4d3-7f0ce97376dc'} Body: 2018-08-13 10:11:53.675 63 INFO tempest.lib.common.rest_client [req-d3e7fa6c-d2f6-4336-a132-d469a684fdc5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.201s 2018-08-13 10:11:53.675 63 DEBUG tempest.lib.common.rest_client [req-d3e7fa6c-d2f6-4336-a132-d469a684fdc5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-38372533 description", "name": "tempest-secgroup-smoke-38372533"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3e7fa6c-d2f6-4336-a132-d469a684fdc5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-38372533 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "updated_at": "2018-08-13T10:11:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:11:53Z", "revision_number": 0, "id": "b7410936-c6a1-4f5c-98b0-a409ef361356", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:11:53Z", "revision_number": 0, "id": "f39046cc-1dc9-4289-b927-230cc594ebdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "name": "tempest-secgroup-smoke-38372533"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:53.843 63 INFO tempest.lib.common.rest_client [req-8ff81cb9-1a20-4e26-bf2b-e649f7871e33 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.167s 2018-08-13 10:11:53.844 63 DEBUG tempest.lib.common.rest_client [req-8ff81cb9-1a20-4e26-bf2b-e649f7871e33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ff81cb9-1a20-4e26-bf2b-e649f7871e33'} 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-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f26ad582-7c6e-4a91-928f-10f7e735a1ae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:54.033 63 INFO tempest.lib.common.rest_client [req-9b1993d4-f7ff-4f4f-b9b5-e2fed0d94ab0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.188s 2018-08-13 10:11:54.033 63 DEBUG tempest.lib.common.rest_client [req-9b1993d4-f7ff-4f4f-b9b5-e2fed0d94ab0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b1993d4-f7ff-4f4f-b9b5-e2fed0d94ab0'} 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-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "430c872b-c84e-438c-9e9f-fcdfcfd85843"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:54.196 63 INFO tempest.lib.common.rest_client [req-44dd720d-1895-4eed-b340-dd68d22f874c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 10:11:54.197 63 DEBUG tempest.lib.common.rest_client [req-44dd720d-1895-4eed-b340-dd68d22f874c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44dd720d-1895-4eed-b340-dd68d22f874c'} 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-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96a0dff4-8c49-4ff3-80e8-bb93d6d4b909"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:54.341 63 INFO tempest.lib.common.rest_client [req-fa24ba79-2121-4628-85a6-b5618b8af79c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:11:54.341 63 DEBUG tempest.lib.common.rest_client [req-fa24ba79-2121-4628-85a6-b5618b8af79c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa24ba79-2121-4628-85a6-b5618b8af79c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "79b25dfe-0d73-478d-93c8-efe24863f5e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:54.479 63 INFO tempest.lib.common.rest_client [req-713f43e7-17dd-4218-bb20-760a1419ab4b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 10:11:54.480 63 DEBUG tempest.lib.common.rest_client [req-713f43e7-17dd-4218-bb20-760a1419ab4b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-713f43e7-17dd-4218-bb20-760a1419ab4b'} 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-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e66ee4d2-2c0b-4c64-8b78-3855cb41f9f3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:54.634 63 INFO tempest.lib.common.rest_client [req-885ec461-c0ee-45d8-9c18-3603e35cda55 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:11:54.634 63 DEBUG tempest.lib.common.rest_client [req-885ec461-c0ee-45d8-9c18-3603e35cda55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-885ec461-c0ee-45d8-9c18-3603e35cda55'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1009455e-3a22-4e90-b0b1-7386328d4256"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:54.783 63 INFO tempest.lib.common.rest_client [req-4b9c2c20-4873-45b6-abe8-6e9a20e88edf ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:11:54.784 63 DEBUG tempest.lib.common.rest_client [req-4b9c2c20-4873-45b6-abe8-6e9a20e88edf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b9c2c20-4873-45b6-abe8-6e9a20e88edf'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "678ec667-10eb-47d2-861c-e8e2679d12b9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:54.934 63 INFO tempest.lib.common.rest_client [req-f68ef0be-a720-4c14-ba62-616f2b1cd499 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:11:54.934 63 DEBUG tempest.lib.common.rest_client [req-f68ef0be-a720-4c14-ba62-616f2b1cd499 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f68ef0be-a720-4c14-ba62-616f2b1cd499'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1a33a612-288a-4d7e-83a4-d2911e639239"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:55.132 63 INFO tempest.lib.common.rest_client [req-31726e7a-c088-425a-b79a-ef63fd6c60f7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.196s 2018-08-13 10:11:55.133 63 DEBUG tempest.lib.common.rest_client [req-31726e7a-c088-425a-b79a-ef63fd6c60f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-459408029"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:11:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31726e7a-c088-425a-b79a-ef63fd6c60f7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:11:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ce15538f-9045-41c9-9561-afb7d2a17c71","name":"tempest-A-459408029"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:55.908 63 INFO tempest.lib.common.rest_client [req-23366a17-c615-48bb-b45f-c8e0547cf74f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.774s 2018-08-13 10:11:55.909 63 DEBUG tempest.lib.common.rest_client [req-23366a17-c615-48bb-b45f-c8e0547cf74f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "name": "tempest-subnet-A-1-1110817837"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:11:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23366a17-c615-48bb-b45f-c8e0547cf74f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce15538f-9045-41c9-9561-afb7d2a17c71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:55Z","dns_nameservers":[],"updated_at":"2018-08-13T10:11:55Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"6940f663-45fd-4f55-a613-16f75a17693c","subnetpool_id":null,"name":"tempest-subnet-A-1-1110817837"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:56.125 63 INFO tempest.lib.common.rest_client [req-86e2c883-004b-4485-9428-391153e50d52 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.215s 2018-08-13 10:11:56.125 63 DEBUG tempest.lib.common.rest_client [req-86e2c883-004b-4485-9428-391153e50d52 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1512194302"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-86e2c883-004b-4485-9428-391153e50d52'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:11:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","name":"tempest-B-1512194302"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:56.755 63 INFO tempest.lib.common.rest_client [req-d2269798-979b-4c57-b790-de3e6164859a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.629s 2018-08-13 10:11:56.756 63 DEBUG tempest.lib.common.rest_client [req-d2269798-979b-4c57-b790-de3e6164859a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "name": "tempest-subnet-B-1-918583765"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2269798-979b-4c57-b790-de3e6164859a'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:11:56Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"909a8dbe-96a3-43d3-9492-7105d2c1431b","subnetpool_id":null,"name":"tempest-subnet-B-1-918583765"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:57.029 63 INFO tempest.lib.common.rest_client [req-1925415d-6d12-449c-8f53-d164dbdc594c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.272s 2018-08-13 10:11:57.030 63 DEBUG tempest.lib.common.rest_client [req-1925415d-6d12-449c-8f53-d164dbdc594c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1925415d-6d12-449c-8f53-d164dbdc594c'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "91e65e43-cefc-4a15-99c8-4a903a3c511d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:57.298 63 INFO tempest.lib.common.rest_client [req-c2b62321-1924-4696-a192-1fb4267803c1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations 0.267s 2018-08-13 10:11:57.299 63 DEBUG tempest.lib.common.rest_client [req-c2b62321-1924-4696-a192-1fb4267803c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2b62321-1924-4696-a192-1fb4267803c1'} Body: {"network_association": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "id": "8698875f-158e-47fa-9ee8-d57ed42ea14d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:57.586 63 INFO tempest.lib.common.rest_client [req-aa1a7d25-639f-4379-9ea3-0b97eed2c54b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations 0.286s 2018-08-13 10:11:57.586 63 DEBUG tempest.lib.common.rest_client [req-aa1a7d25-639f-4379-9ea3-0b97eed2c54b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa1a7d25-639f-4379-9ea3-0b97eed2c54b'} Body: {"network_association": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "id": "ef175c80-9c43-4a10-901a-a2d8911cfe82"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:57.718 63 INFO tempest.lib.common.rest_client [req-feccbbf5-7d16-4001-b2ed-888d5000c25d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.131s 2018-08-13 10:11:57.719 63 DEBUG tempest.lib.common.rest_client [req-feccbbf5-7d16-4001-b2ed-888d5000c25d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-339490431"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-feccbbf5-7d16-4001-b2ed-888d5000c25d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-feccbbf5-7d16-4001-b2ed-888d5000c25d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5YbbMMinPDWs0D4csnZxri+f6dqENoAIChQeDRFFoVTUr3/kMk9BRiTTkuPfAmwDjQmJOKeepUrYCwigx60MCBFEfPtoFOSQ/WvosiwDi++MABlTA9lvxQBU1xN+ShghWdQzuEjMJzzSzJ4GZDNauiNynUBA56+yUI1zeMgGiJKwwP6fJMp4PJE40MlHTMsvwuwW0ASg0Ods6AQ6vm9JPheRHLRi62PXfQvxtvb+IxGHXRwH6PnOmePJABtPhLnydqKBcNqZ0Ek9mqCLpPSy+yFpfNbO2Zg386CBlDpH0/lfd+yP7gkJyxQXtKkjvP8OTiF+epdsvLZ/HIrr3P1pL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuWG2zDIpzw1rNA+HLJ2ca4vn+nahDaACAoUHg0RRaFU1K9/5\nDJPQUYk05Lj3wJsA40JiTinnqVK2AsIoMetDAgRRHz7aBTkkP1r6LIsA4vvjAAZU\nwPZb8UAVNcTfkoYIVnUM7hIzCc80syeBmQzWrojcp1AQOevslCNc3jIBoiSsMD+n\nyTKeDyRONDJR0zLL8LsFtAEoNDnbOgEOr5vST4XkRy0Yutj130L8bb2/iMRh10cB\n+j5zpnjyQAbT4S58naigXDamdBJPZqgi6T0svshaXzWztmYN/OggZQ6R9P5X3fsj\n+4JCcsUF7SpI7z/Dk4hfnqXbLy2fxyK69z9aSwIDAQABAoIBAG0H1GxaoI5flQqk\ni1spQ8NZINIFjYmm7yeuOBHzT3Huk3w/mYnVMfOSoCJZy5VjVO1UsN7J9K94rwYG\nTX+2n82C3ndjDvV9ex0sE/G4u4fEn+j20EhBXSgSCad7KAdUf3jiFP28hHojfRpV\nhPqQO3+hjS12gGSgpp8mAUvJ234R1QPThzoL2O5jLq4WRxyNevdj64RyfvnfDkIU\n1/7MFsC3rCLUFYo/zz1j7M+mnEgkpVydT3arCWoKI3elaXQzzCxtmX9b1b2Ydmf1\nBkx49J8wg7cmPKugE6aeviR56NF0G8fUerZ+mBd3aYGRfP9QG/M8h+t26f7UZ9RR\n+HXvPckCgYEA5RWjVuyd+mGU7qwWaeWOWXaMweduyDXCoGXGpR+vukStOxGyESEU\n8/5JgOOTz2y9q6UhadYbkiak6zDr3NyedGOMxN22JtbTBlzqUGie8E1yYpfPN7s2\naSIIJ/mkTAhWXIDkZBLcFhhXNjVl1ZeMRquoLRmDGdNa0lHnMDmVh20CgYEAzymX\nJfrQCQU4u7Or5O8emIcc1oJkTKofvvZmAdl74XFzC6/iMppLbsXgMlvegNMdh2Jd\n8OZEO/9Bt3e3wJDlz/ijNqTBWloh8wvv3x/xBCeAGJqXAJaKifVkYqMVppVtEceG\ndSGeXZEm/FYObyBh9DudyX1yJwXuiJEK0Ge1vZcCgYAxnJMIMywvWky3t5sPCgDf\nDRaEs8tBHqtssz3m6srSyya9ASMQJJr2EF74w9Bx/nnBH3zx/8VuzGGw8aJS7ZB/\nYkPNKrrVBHclDKBOE6pAHnWkNn5Q8oFhGVas2ZqkQLX7SIqtxYvWWSUh/0RzkmN1\ntp0wTzMeN7CWldg8kGv6rQKBgQCKFcruQfSRTq22T9jwTIM0YDtUsK1yfKOUgmEU\nModkil6JF7/KwxYszDDY4Gu7qv0v1N2RSauJ4mdHh8Ev1mWY7r68Ga3YL+QZQYeu\nTng0sK+ttr2YYsANnUhAhzxTQZ7mDv0M7k/FRo+Z+zK71/Xy+hn+yGNip42L8kIn\nEDoQGQKBgQCOnIAmbcVVdprLnJOygygovKyRG6Cph5qNdtZKuMhnR+ixrwaYwfws\nwVNrn620Ng26PscFVxdy35ywI3x81hwLV8Mnb2SEeKgdHXK8GGhJVoAGtbcap9Hk\nPtqddlLR6bQdiWNUxOG7O5VWs7SqMge6zSfIekumYCV5aX75enXzYw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-339490431", "fingerprint": "59:b2:79:19:5b:54:d2:2d:2c:70:c0:d3:12:df:55:a0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:11:58.755 63 INFO tempest.lib.common.rest_client [req-ad6bab9b-5bdc-4ca4-ba5a-b6085b7891ed ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/ports 1.032s 2018-08-13 10:11:58.755 63 DEBUG tempest.lib.common.rest_client [req-ad6bab9b-5bdc-4ca4-ba5a-b6085b7891ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1449737347", "security_groups": ["d398420a-afb8-4276-b4b2-e64b3ce79b05"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:11:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad6bab9b-5bdc-4ca4-ba5a-b6085b7891ed'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:11:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce15538f-9045-41c9-9561-afb7d2a17c71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:11:58Z","name":"tempest-port-smoke-1449737347","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9c:83:3e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"6940f663-45fd-4f55-a613-16f75a17693c","ip_address":"10.101.11.10"}],"id":"ddd70c20-d849-4719-b5df-f06b7e9aafde","security_groups":["d398420a-afb8-4276-b4b2-e64b3ce79b05"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:00.434 63 INFO tempest.lib.common.rest_client [req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.22:8774/v2.1/servers 1.677s 2018-08-13 10:12:00.435 63 DEBUG tempest.lib.common.rest_client [req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-339490431", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ce15538f-9045-41c9-9561-afb7d2a17c71", "port": "ddd70c20-d849-4719-b5df-f06b7e9aafde"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "adminPass": "87KAf6qwqLQ6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:00.705 63 INFO tempest.lib.common.rest_client [req-8c97c641-365f-4b46-a023-90f91f612b2d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.266s 2018-08-13 10:12:00.706 63 DEBUG tempest.lib.common.rest_client [req-8c97c641-365f-4b46-a023-90f91f612b2d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-8c97c641-365f-4b46-a023-90f91f612b2d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c97c641-365f-4b46-a023-90f91f612b2d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:02.384 63 INFO tempest.lib.common.rest_client [req-dd35ec4d-d007-4109-9daa-ced9c8165f56 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.665s 2018-08-13 10:12:02.385 63 DEBUG tempest.lib.common.rest_client [req-dd35ec4d-d007-4109-9daa-ced9c8165f56 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-dd35ec4d-d007-4109-9daa-ced9c8165f56', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd35ec4d-d007-4109-9daa-ced9c8165f56'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:03.741 63 INFO tempest.lib.common.rest_client [req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.343s 2018-08-13 10:12:03.742 63 DEBUG tempest.lib.common.rest_client [req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:03.754 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:12:04.911 63 INFO tempest.lib.common.rest_client [req-21441f09-52e7-4021-8ac1-ec1cc7272035 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.154s 2018-08-13 10:12:04.911 63 DEBUG tempest.lib.common.rest_client [req-21441f09-52e7-4021-8ac1-ec1cc7272035 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-21441f09-52e7-4021-8ac1-ec1cc7272035', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21441f09-52e7-4021-8ac1-ec1cc7272035'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:07.041 63 INFO tempest.lib.common.rest_client [req-18edc8bb-bccf-44d7-bec9-72db7656ec78 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 1.115s 2018-08-13 10:12:07.041 63 DEBUG tempest.lib.common.rest_client [req-18edc8bb-bccf-44d7-bec9-72db7656ec78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-18edc8bb-bccf-44d7-bec9-72db7656ec78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18edc8bb-bccf-44d7-bec9-72db7656ec78'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:08.530 63 INFO tempest.lib.common.rest_client [req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.475s 2018-08-13 10:12:08.531 63 DEBUG tempest.lib.common.rest_client [req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:08.544 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-13 10:12:08.884 63 INFO tempest.lib.common.rest_client [req-713d4c13-5c1c-4b07-a95b-3412911c74c6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.339s 2018-08-13 10:12:08.884 63 DEBUG tempest.lib.common.rest_client [req-713d4c13-5c1c-4b07-a95b-3412911c74c6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-713d4c13-5c1c-4b07-a95b-3412911c74c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-713d4c13-5c1c-4b07-a95b-3412911c74c6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:08.897 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:12:09.631 63 INFO tempest.lib.common.rest_client [req-2ad5b90a-936a-43bf-94cc-74f7dd4469db ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/ports 0.733s 2018-08-13 10:12:09.632 63 DEBUG tempest.lib.common.rest_client [req-2ad5b90a-936a-43bf-94cc-74f7dd4469db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1193519263", "security_groups": ["d398420a-afb8-4276-b4b2-e64b3ce79b05"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:12:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ad5b90a-936a-43bf-94cc-74f7dd4469db'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:12:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:12:09Z","name":"tempest-port-smoke-1193519263","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:96:cb:54","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"909a8dbe-96a3-43d3-9492-7105d2c1431b","ip_address":"10.102.21.20"}],"id":"69ca39c8-b3bb-4806-bfb8-2ab22486f999","security_groups":["d398420a-afb8-4276-b4b2-e64b3ce79b05"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:12.066 63 INFO tempest.lib.common.rest_client [req-7358be2d-2cb8-4392-ad45-45339b3c8708 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.22:8774/v2.1/servers 2.433s 2018-08-13 10:12:12.066 63 DEBUG tempest.lib.common.rest_client [req-7358be2d-2cb8-4392-ad45-45339b3c8708 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-339490431", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "port": "69ca39c8-b3bb-4806-bfb8-2ab22486f999"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-7358be2d-2cb8-4392-ad45-45339b3c8708', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7358be2d-2cb8-4392-ad45-45339b3c8708'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "adminPass": "pBpJFS7wr57D"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:12.418 63 INFO tempest.lib.common.rest_client [req-80abb306-89fd-486a-96f6-573b829b7dca ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.348s 2018-08-13 10:12:12.419 63 DEBUG tempest.lib.common.rest_client [req-80abb306-89fd-486a-96f6-573b829b7dca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-80abb306-89fd-486a-96f6-573b829b7dca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80abb306-89fd-486a-96f6-573b829b7dca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:14.185 63 INFO tempest.lib.common.rest_client [req-61e88f56-9c19-4e64-b549-f2ae677a263e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.751s 2018-08-13 10:12:14.185 63 DEBUG tempest.lib.common.rest_client [req-61e88f56-9c19-4e64-b549-f2ae677a263e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-61e88f56-9c19-4e64-b549-f2ae677a263e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61e88f56-9c19-4e64-b549-f2ae677a263e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:15.340 63 INFO tempest.lib.common.rest_client [req-5949b62e-4f98-4767-b4d9-82f155c4269d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.141s 2018-08-13 10:12:15.341 63 DEBUG tempest.lib.common.rest_client [req-5949b62e-4f98-4767-b4d9-82f155c4269d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-5949b62e-4f98-4767-b4d9-82f155c4269d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5949b62e-4f98-4767-b4d9-82f155c4269d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:14Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:15.353 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:12:16.667 63 INFO tempest.lib.common.rest_client [req-4a825915-8e03-4aa3-b974-8e9483f6453d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.312s 2018-08-13 10:12:16.668 63 DEBUG tempest.lib.common.rest_client [req-4a825915-8e03-4aa3-b974-8e9483f6453d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-4a825915-8e03-4aa3-b974-8e9483f6453d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a825915-8e03-4aa3-b974-8e9483f6453d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:14Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:17.852 63 INFO tempest.lib.common.rest_client [req-62075577-8edb-4eae-9a70-22ea05c52330 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.169s 2018-08-13 10:12:17.852 63 DEBUG tempest.lib.common.rest_client [req-62075577-8edb-4eae-9a70-22ea05c52330 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-62075577-8edb-4eae-9a70-22ea05c52330', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62075577-8edb-4eae-9a70-22ea05c52330'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:17Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:17.866 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:12:18.012 63 INFO tempest.lib.common.rest_client [req-b3268f91-251d-4631-a5dc-f93964ae6098 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.146s 2018-08-13 10:12:18.013 63 DEBUG tempest.lib.common.rest_client [req-b3268f91-251d-4631-a5dc-f93964ae6098 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-b3268f91-251d-4631-a5dc-f93964ae6098', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3268f91-251d-4631-a5dc-f93964ae6098'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:17Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:18.026 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 83464f34-49ab-445a-b178-485b8b2c3bba with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:12:18.161 63 INFO tempest.lib.common.rest_client [req-506a7d82-5d41-4741-ac9e-f818972f1add ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.134s 2018-08-13 10:12:18.162 63 DEBUG tempest.lib.common.rest_client [req-506a7d82-5d41-4741-ac9e-f818972f1add ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1928054584", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:12:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-506a7d82-5d41-4741-ac9e-f818972f1add'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:12:18Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "name": "tempest-router--1928054584"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:19.604 63 INFO tempest.lib.common.rest_client [req-cc0586b9-972e-4dc3-ac79-47d6bca85149 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883 1.441s 2018-08-13 10:12:19.605 63 DEBUG tempest.lib.common.rest_client [req-cc0586b9-972e-4dc3-ac79-47d6bca85149 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883', u'date': 'Mon, 13 Aug 2018 10:12:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc0586b9-972e-4dc3-ac79-47d6bca85149'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:12:19Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "name": "tempest-router--1928054584"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:21.856 63 INFO tempest.lib.common.rest_client [req-e9542c6e-3b10-4a7a-b588-301d17951a48 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/add_router_interface 2.250s 2018-08-13 10:12:21.856 63 DEBUG tempest.lib.common.rest_client [req-e9542c6e-3b10-4a7a-b588-301d17951a48 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:12:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9542c6e-3b10-4a7a-b588-301d17951a48'} Body: {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c", "subnet_ids": ["6940f663-45fd-4f55-a613-16f75a17693c"], "port_id": "689e6241-4517-422a-9420-215153726cd5", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:23.757 63 INFO tempest.lib.common.rest_client [req-20e1136d-c02c-4301-b9ac-785581ecc132 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.900s 2018-08-13 10:12:23.758 63 DEBUG tempest.lib.common.rest_client [req-20e1136d-c02c-4301-b9ac-785581ecc132 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "ddd70c20-d849-4719-b5df-f06b7e9aafde"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:12:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20e1136d-c02c-4301-b9ac-785581ecc132'} Body: {"floatingip": {"router_id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:12:22Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "ddd70c20-d849-4719-b5df-f06b7e9aafde", "id": "271b5163-d024-4516-bc5e-d9dbe669c73a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:22Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:12:23.759 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:12:31.776 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:12:31.840 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:12:31.872 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:12:31.987 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:12:31.988 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:12:31.990 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:12:32.050 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:12:32.054 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:12:37.060 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:12:37.061 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:13:47.132 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:13:47.132 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:13:47.136 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:13:47.201 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:13:47.232 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:13:52.239 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:13:52.239 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:15:02.252 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:15:02.253 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:15:02.254 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02.261 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02.320 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:15:02.326 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02.332 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:15:02.333 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:7f:c7:55 [ether] on eth0 2018-08-13 10:15:02.333 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:15:02.334 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02.336 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02.396 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:15:02.400 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02.408 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:15:02.409 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:15:02.409 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02.411 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02.472 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:15:02.475 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02.482 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:15:02.482 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02.484 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02.544 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:15:02.548 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02.553 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:15:02.554 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:7f:c7:55 [ether] on eth0 2018-08-13 10:15:02.554 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:15:02.555 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02.556 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02.615 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:15:02.621 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:07.627 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:15:07.628 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:16:17.658 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:16:17.659 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:16:17.662 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:16:17.724 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:16:17.726 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:16:22.733 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:16:22.734 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:17:32.788 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:17:34.210 63 INFO tempest.lib.common.rest_client [req-2fa4cffc-3c57-4623-9391-7de158941d00 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/271b5163-d024-4516-bc5e-d9dbe669c73a 1.418s 2018-08-13 10:17:34.210 63 DEBUG tempest.lib.common.rest_client [req-2fa4cffc-3c57-4623-9391-7de158941d00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/271b5163-d024-4516-bc5e-d9dbe669c73a', u'date': 'Mon, 13 Aug 2018 10:17:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2fa4cffc-3c57-4623-9391-7de158941d00'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:36.118 63 INFO tempest.lib.common.rest_client [req-5857f22f-e7ab-446a-9305-eb22b376135c ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/remove_router_interface 1.906s 2018-08-13 10:17:36.118 63 DEBUG tempest.lib.common.rest_client [req-5857f22f-e7ab-446a-9305-eb22b376135c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5857f22f-e7ab-446a-9305-eb22b376135c'} Body: {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c", "subnet_ids": ["6940f663-45fd-4f55-a613-16f75a17693c"], "port_id": "689e6241-4517-422a-9420-215153726cd5", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:37.565 63 INFO tempest.lib.common.rest_client [req-0561df0b-9390-4ec1-a524-dac741bb9105 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883 1.445s 2018-08-13 10:17:37.565 63 DEBUG tempest.lib.common.rest_client [req-0561df0b-9390-4ec1-a524-dac741bb9105 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883', u'date': 'Mon, 13 Aug 2018 10:17:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0561df0b-9390-4ec1-a524-dac741bb9105'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:38.321 63 INFO tempest.lib.common.rest_client [req-556a0b93-430b-4b2c-9506-539bb8e77e0c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.755s 2018-08-13 10:17:38.321 63 DEBUG tempest.lib.common.rest_client [req-556a0b93-430b-4b2c-9506-539bb8e77e0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-556a0b93-430b-4b2c-9506-539bb8e77e0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-556a0b93-430b-4b2c-9506-539bb8e77e0c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:39.051 63 INFO tempest.lib.common.rest_client [req-b62eee17-ee14-412a-a2ab-96888ff174a7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.729s 2018-08-13 10:17:39.052 63 DEBUG tempest.lib.common.rest_client [req-b62eee17-ee14-412a-a2ab-96888ff174a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-b62eee17-ee14-412a-a2ab-96888ff174a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b62eee17-ee14-412a-a2ab-96888ff174a7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:17:38Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:40.122 63 INFO tempest.lib.common.rest_client [req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.054s 2018-08-13 10:17:40.123 63 DEBUG tempest.lib.common.rest_client [req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad'} Body: {"itemNotFound": {"message": "Instance 83464f34-49ab-445a-b178-485b8b2c3bba could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:41.203 63 INFO tempest.lib.common.rest_client [req-e337476a-c0ee-4d3c-8d49-ce89e7f44b4c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/69ca39c8-b3bb-4806-bfb8-2ab22486f999 1.079s 2018-08-13 10:17:41.204 63 DEBUG tempest.lib.common.rest_client [req-e337476a-c0ee-4d3c-8d49-ce89e7f44b4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/69ca39c8-b3bb-4806-bfb8-2ab22486f999', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e337476a-c0ee-4d3c-8d49-ce89e7f44b4c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:41.364 63 INFO tempest.lib.common.rest_client [req-e8fbcb59-f1fa-47cd-a861-518f60ed5954 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.159s 2018-08-13 10:17:41.364 63 DEBUG tempest.lib.common.rest_client [req-e8fbcb59-f1fa-47cd-a861-518f60ed5954 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-e8fbcb59-f1fa-47cd-a861-518f60ed5954', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8fbcb59-f1fa-47cd-a861-518f60ed5954'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:42.082 63 INFO tempest.lib.common.rest_client [req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.717s 2018-08-13 10:17:42.083 63 DEBUG tempest.lib.common.rest_client [req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:17:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:43.166 63 INFO tempest.lib.common.rest_client [req-29514c01-6f65-43a1-800e-a78cd44b0052 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.069s 2018-08-13 10:17:43.167 63 DEBUG tempest.lib.common.rest_client [req-29514c01-6f65-43a1-800e-a78cd44b0052 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-29514c01-6f65-43a1-800e-a78cd44b0052', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-29514c01-6f65-43a1-800e-a78cd44b0052'} Body: {"itemNotFound": {"message": "Instance 6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:44.001 63 INFO tempest.lib.common.rest_client [req-a41ae888-1d42-4ea9-99e4-df4ee13ee326 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/ddd70c20-d849-4719-b5df-f06b7e9aafde 0.833s 2018-08-13 10:17:44.002 63 DEBUG tempest.lib.common.rest_client [req-a41ae888-1d42-4ea9-99e4-df4ee13ee326 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/ddd70c20-d849-4719-b5df-f06b7e9aafde', u'date': 'Mon, 13 Aug 2018 10:17:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a41ae888-1d42-4ea9-99e4-df4ee13ee326'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:44.038 63 INFO tempest.lib.common.rest_client [req-b30ef106-a779-4007-b81c-8c3574e7dc10 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-339490431 0.035s 2018-08-13 10:17:44.039 63 DEBUG tempest.lib.common.rest_client [req-b30ef106-a779-4007-b81c-8c3574e7dc10 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-339490431', u'x-compute-request-id': 'req-b30ef106-a779-4007-b81c-8c3574e7dc10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b30ef106-a779-4007-b81c-8c3574e7dc10'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:45.048 63 INFO tempest.lib.common.rest_client [req-02172e35-c52c-45df-8502-518d02bace75 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/909a8dbe-96a3-43d3-9492-7105d2c1431b 1.009s 2018-08-13 10:17:45.049 63 DEBUG tempest.lib.common.rest_client [req-02172e35-c52c-45df-8502-518d02bace75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/909a8dbe-96a3-43d3-9492-7105d2c1431b', u'date': 'Mon, 13 Aug 2018 10:17:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-02172e35-c52c-45df-8502-518d02bace75'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:46.538 63 INFO tempest.lib.common.rest_client [req-684822d2-ca7c-46ec-b02d-57b1751e07c0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/771cac3b-6ed1-4d1d-95a2-03ab1ec694f1 1.488s 2018-08-13 10:17:46.539 63 DEBUG tempest.lib.common.rest_client [req-684822d2-ca7c-46ec-b02d-57b1751e07c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/771cac3b-6ed1-4d1d-95a2-03ab1ec694f1', u'date': 'Mon, 13 Aug 2018 10:17:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-684822d2-ca7c-46ec-b02d-57b1751e07c0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:47.728 63 INFO tempest.lib.common.rest_client [req-521a8ca1-cb42-4378-9af7-607a8e1b4bb5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/6940f663-45fd-4f55-a613-16f75a17693c 1.188s 2018-08-13 10:17:47.728 63 DEBUG tempest.lib.common.rest_client [req-521a8ca1-cb42-4378-9af7-607a8e1b4bb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/6940f663-45fd-4f55-a613-16f75a17693c', u'date': 'Mon, 13 Aug 2018 10:17:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-521a8ca1-cb42-4378-9af7-607a8e1b4bb5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:49.355 63 INFO tempest.lib.common.rest_client [req-58f6076b-ef0c-4ed0-9658-fbf9830601e6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/ce15538f-9045-41c9-9561-afb7d2a17c71 1.626s 2018-08-13 10:17:49.355 63 DEBUG tempest.lib.common.rest_client [req-58f6076b-ef0c-4ed0-9658-fbf9830601e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/ce15538f-9045-41c9-9561-afb7d2a17c71', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-58f6076b-ef0c-4ed0-9658-fbf9830601e6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:49.585 63 INFO tempest.lib.common.rest_client [req-2dec7cbc-6f12-40aa-8307-d10f8d32b05f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d398420a-afb8-4276-b4b2-e64b3ce79b05 0.229s 2018-08-13 10:17:49.586 63 DEBUG tempest.lib.common.rest_client [req-2dec7cbc-6f12-40aa-8307-d10f8d32b05f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d398420a-afb8-4276-b4b2-e64b3ce79b05', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2dec7cbc-6f12-40aa-8307-d10f8d32b05f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association [356.113945s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 768, in test_bgpvpn_negative_delete_net_association self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:11:53,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.201s 2018-08-13 10:11:53,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-38372533 description", "name": "tempest-secgroup-smoke-38372533"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3e7fa6c-d2f6-4336-a132-d469a684fdc5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-38372533 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "updated_at": "2018-08-13T10:11:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:11:53Z", "revision_number": 0, "id": "b7410936-c6a1-4f5c-98b0-a409ef361356", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:11:53Z", "revision_number": 0, "id": "f39046cc-1dc9-4289-b927-230cc594ebdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "name": "tempest-secgroup-smoke-38372533"}} 2018-08-13 10:11:53,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.167s 2018-08-13 10:11:53,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ff81cb9-1a20-4e26-bf2b-e649f7871e33'} 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-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f26ad582-7c6e-4a91-928f-10f7e735a1ae"}} 2018-08-13 10:11:54,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.188s 2018-08-13 10:11:54,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b1993d4-f7ff-4f4f-b9b5-e2fed0d94ab0'} 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-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "430c872b-c84e-438c-9e9f-fcdfcfd85843"}} 2018-08-13 10:11:54,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 10:11:54,197 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44dd720d-1895-4eed-b340-dd68d22f874c'} 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-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96a0dff4-8c49-4ff3-80e8-bb93d6d4b909"}} 2018-08-13 10:11:54,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:11:54,341 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa24ba79-2121-4628-85a6-b5618b8af79c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "79b25dfe-0d73-478d-93c8-efe24863f5e6"}} 2018-08-13 10:11:54,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 10:11:54,480 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-713f43e7-17dd-4218-bb20-760a1419ab4b'} 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-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e66ee4d2-2c0b-4c64-8b78-3855cb41f9f3"}} 2018-08-13 10:11:54,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:11:54,634 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-885ec461-c0ee-45d8-9c18-3603e35cda55'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1009455e-3a22-4e90-b0b1-7386328d4256"}} 2018-08-13 10:11:54,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:11:54,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b9c2c20-4873-45b6-abe8-6e9a20e88edf'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "678ec667-10eb-47d2-861c-e8e2679d12b9"}} 2018-08-13 10:11:54,934 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:11:54,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f68ef0be-a720-4c14-ba62-616f2b1cd499'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1a33a612-288a-4d7e-83a4-d2911e639239"}} 2018-08-13 10:11:55,132 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.196s 2018-08-13 10:11:55,133 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-459408029"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:11:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31726e7a-c088-425a-b79a-ef63fd6c60f7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:11:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ce15538f-9045-41c9-9561-afb7d2a17c71","name":"tempest-A-459408029"}} 2018-08-13 10:11:55,908 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.774s 2018-08-13 10:11:55,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "name": "tempest-subnet-A-1-1110817837"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:11:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23366a17-c615-48bb-b45f-c8e0547cf74f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce15538f-9045-41c9-9561-afb7d2a17c71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:55Z","dns_nameservers":[],"updated_at":"2018-08-13T10:11:55Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"6940f663-45fd-4f55-a613-16f75a17693c","subnetpool_id":null,"name":"tempest-subnet-A-1-1110817837"}} 2018-08-13 10:11:56,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.215s 2018-08-13 10:11:56,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1512194302"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-86e2c883-004b-4485-9428-391153e50d52'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:11:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","name":"tempest-B-1512194302"}} 2018-08-13 10:11:56,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.629s 2018-08-13 10:11:56,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "name": "tempest-subnet-B-1-918583765"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2269798-979b-4c57-b790-de3e6164859a'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:11:56Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"909a8dbe-96a3-43d3-9492-7105d2c1431b","subnetpool_id":null,"name":"tempest-subnet-B-1-918583765"}} 2018-08-13 10:11:57,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.272s 2018-08-13 10:11:57,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1925415d-6d12-449c-8f53-d164dbdc594c'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "91e65e43-cefc-4a15-99c8-4a903a3c511d"}} 2018-08-13 10:11:57,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations 0.267s 2018-08-13 10:11:57,299 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2b62321-1924-4696-a192-1fb4267803c1'} Body: {"network_association": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "id": "8698875f-158e-47fa-9ee8-d57ed42ea14d"}} 2018-08-13 10:11:57,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations 0.286s 2018-08-13 10:11:57,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa1a7d25-639f-4379-9ea3-0b97eed2c54b'} Body: {"network_association": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "id": "ef175c80-9c43-4a10-901a-a2d8911cfe82"}} 2018-08-13 10:11:57,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.131s 2018-08-13 10:11:57,719 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-339490431"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-feccbbf5-7d16-4001-b2ed-888d5000c25d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-feccbbf5-7d16-4001-b2ed-888d5000c25d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5YbbMMinPDWs0D4csnZxri+f6dqENoAIChQeDRFFoVTUr3/kMk9BRiTTkuPfAmwDjQmJOKeepUrYCwigx60MCBFEfPtoFOSQ/WvosiwDi++MABlTA9lvxQBU1xN+ShghWdQzuEjMJzzSzJ4GZDNauiNynUBA56+yUI1zeMgGiJKwwP6fJMp4PJE40MlHTMsvwuwW0ASg0Ods6AQ6vm9JPheRHLRi62PXfQvxtvb+IxGHXRwH6PnOmePJABtPhLnydqKBcNqZ0Ek9mqCLpPSy+yFpfNbO2Zg386CBlDpH0/lfd+yP7gkJyxQXtKkjvP8OTiF+epdsvLZ/HIrr3P1pL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuWG2zDIpzw1rNA+HLJ2ca4vn+nahDaACAoUHg0RRaFU1K9/5\nDJPQUYk05Lj3wJsA40JiTinnqVK2AsIoMetDAgRRHz7aBTkkP1r6LIsA4vvjAAZU\nwPZb8UAVNcTfkoYIVnUM7hIzCc80syeBmQzWrojcp1AQOevslCNc3jIBoiSsMD+n\nyTKeDyRONDJR0zLL8LsFtAEoNDnbOgEOr5vST4XkRy0Yutj130L8bb2/iMRh10cB\n+j5zpnjyQAbT4S58naigXDamdBJPZqgi6T0svshaXzWztmYN/OggZQ6R9P5X3fsj\n+4JCcsUF7SpI7z/Dk4hfnqXbLy2fxyK69z9aSwIDAQABAoIBAG0H1GxaoI5flQqk\ni1spQ8NZINIFjYmm7yeuOBHzT3Huk3w/mYnVMfOSoCJZy5VjVO1UsN7J9K94rwYG\nTX+2n82C3ndjDvV9ex0sE/G4u4fEn+j20EhBXSgSCad7KAdUf3jiFP28hHojfRpV\nhPqQO3+hjS12gGSgpp8mAUvJ234R1QPThzoL2O5jLq4WRxyNevdj64RyfvnfDkIU\n1/7MFsC3rCLUFYo/zz1j7M+mnEgkpVydT3arCWoKI3elaXQzzCxtmX9b1b2Ydmf1\nBkx49J8wg7cmPKugE6aeviR56NF0G8fUerZ+mBd3aYGRfP9QG/M8h+t26f7UZ9RR\n+HXvPckCgYEA5RWjVuyd+mGU7qwWaeWOWXaMweduyDXCoGXGpR+vukStOxGyESEU\n8/5JgOOTz2y9q6UhadYbkiak6zDr3NyedGOMxN22JtbTBlzqUGie8E1yYpfPN7s2\naSIIJ/mkTAhWXIDkZBLcFhhXNjVl1ZeMRquoLRmDGdNa0lHnMDmVh20CgYEAzymX\nJfrQCQU4u7Or5O8emIcc1oJkTKofvvZmAdl74XFzC6/iMppLbsXgMlvegNMdh2Jd\n8OZEO/9Bt3e3wJDlz/ijNqTBWloh8wvv3x/xBCeAGJqXAJaKifVkYqMVppVtEceG\ndSGeXZEm/FYObyBh9DudyX1yJwXuiJEK0Ge1vZcCgYAxnJMIMywvWky3t5sPCgDf\nDRaEs8tBHqtssz3m6srSyya9ASMQJJr2EF74w9Bx/nnBH3zx/8VuzGGw8aJS7ZB/\nYkPNKrrVBHclDKBOE6pAHnWkNn5Q8oFhGVas2ZqkQLX7SIqtxYvWWSUh/0RzkmN1\ntp0wTzMeN7CWldg8kGv6rQKBgQCKFcruQfSRTq22T9jwTIM0YDtUsK1yfKOUgmEU\nModkil6JF7/KwxYszDDY4Gu7qv0v1N2RSauJ4mdHh8Ev1mWY7r68Ga3YL+QZQYeu\nTng0sK+ttr2YYsANnUhAhzxTQZ7mDv0M7k/FRo+Z+zK71/Xy+hn+yGNip42L8kIn\nEDoQGQKBgQCOnIAmbcVVdprLnJOygygovKyRG6Cph5qNdtZKuMhnR+ixrwaYwfws\nwVNrn620Ng26PscFVxdy35ywI3x81hwLV8Mnb2SEeKgdHXK8GGhJVoAGtbcap9Hk\nPtqddlLR6bQdiWNUxOG7O5VWs7SqMge6zSfIekumYCV5aX75enXzYw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-339490431", "fingerprint": "59:b2:79:19:5b:54:d2:2d:2c:70:c0:d3:12:df:55:a0"}} 2018-08-13 10:11:58,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/ports 1.032s 2018-08-13 10:11:58,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1449737347", "security_groups": ["d398420a-afb8-4276-b4b2-e64b3ce79b05"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:11:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad6bab9b-5bdc-4ca4-ba5a-b6085b7891ed'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:11:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce15538f-9045-41c9-9561-afb7d2a17c71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:11:58Z","name":"tempest-port-smoke-1449737347","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9c:83:3e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"6940f663-45fd-4f55-a613-16f75a17693c","ip_address":"10.101.11.10"}],"id":"ddd70c20-d849-4719-b5df-f06b7e9aafde","security_groups":["d398420a-afb8-4276-b4b2-e64b3ce79b05"],"device_id":""}} 2018-08-13 10:12:00,434 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.22:8774/v2.1/servers 1.677s 2018-08-13 10:12:00,435 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-339490431", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ce15538f-9045-41c9-9561-afb7d2a17c71", "port": "ddd70c20-d849-4719-b5df-f06b7e9aafde"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "adminPass": "87KAf6qwqLQ6"}} 2018-08-13 10:12:00,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.266s 2018-08-13 10:12:00,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-8c97c641-365f-4b46-a023-90f91f612b2d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c97c641-365f-4b46-a023-90f91f612b2d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:02,384 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.665s 2018-08-13 10:12:02,385 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-dd35ec4d-d007-4109-9daa-ced9c8165f56', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd35ec4d-d007-4109-9daa-ced9c8165f56'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:03,741 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.343s 2018-08-13 10:12:03,742 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:03,754 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:12:04,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.154s 2018-08-13 10:12:04,911 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-21441f09-52e7-4021-8ac1-ec1cc7272035', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21441f09-52e7-4021-8ac1-ec1cc7272035'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:07,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 1.115s 2018-08-13 10:12:07,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-18edc8bb-bccf-44d7-bec9-72db7656ec78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18edc8bb-bccf-44d7-bec9-72db7656ec78'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:08,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.475s 2018-08-13 10:12:08,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:08,544 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-13 10:12:08,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.339s 2018-08-13 10:12:08,884 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-713d4c13-5c1c-4b07-a95b-3412911c74c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-713d4c13-5c1c-4b07-a95b-3412911c74c6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:08,897 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 with status: ACTIVE 2018-08-13 10:12:09,631 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/ports 0.733s 2018-08-13 10:12:09,632 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1193519263", "security_groups": ["d398420a-afb8-4276-b4b2-e64b3ce79b05"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:12:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ad5b90a-936a-43bf-94cc-74f7dd4469db'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:12:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:12:09Z","name":"tempest-port-smoke-1193519263","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:96:cb:54","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"909a8dbe-96a3-43d3-9492-7105d2c1431b","ip_address":"10.102.21.20"}],"id":"69ca39c8-b3bb-4806-bfb8-2ab22486f999","security_groups":["d398420a-afb8-4276-b4b2-e64b3ce79b05"],"device_id":""}} 2018-08-13 10:12:12,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.22:8774/v2.1/servers 2.433s 2018-08-13 10:12:12,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-339490431", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "port": "69ca39c8-b3bb-4806-bfb8-2ab22486f999"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-7358be2d-2cb8-4392-ad45-45339b3c8708', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7358be2d-2cb8-4392-ad45-45339b3c8708'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "adminPass": "pBpJFS7wr57D"}} 2018-08-13 10:12:12,418 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.348s 2018-08-13 10:12:12,419 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-80abb306-89fd-486a-96f6-573b829b7dca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80abb306-89fd-486a-96f6-573b829b7dca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:14,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.751s 2018-08-13 10:12:14,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-61e88f56-9c19-4e64-b549-f2ae677a263e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61e88f56-9c19-4e64-b549-f2ae677a263e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:15,340 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.141s 2018-08-13 10:12:15,341 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-5949b62e-4f98-4767-b4d9-82f155c4269d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5949b62e-4f98-4767-b4d9-82f155c4269d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:14Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:15,353 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:12:16,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.312s 2018-08-13 10:12:16,668 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-4a825915-8e03-4aa3-b974-8e9483f6453d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a825915-8e03-4aa3-b974-8e9483f6453d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:14Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:17,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.169s 2018-08-13 10:12:17,852 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-62075577-8edb-4eae-9a70-22ea05c52330', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62075577-8edb-4eae-9a70-22ea05c52330'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:17Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:17,866 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:12:18,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.146s 2018-08-13 10:12:18,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-b3268f91-251d-4631-a5dc-f93964ae6098', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3268f91-251d-4631-a5dc-f93964ae6098'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:17Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:18,026 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 83464f34-49ab-445a-b178-485b8b2c3bba with status: ACTIVE 2018-08-13 10:12:18,161 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.134s 2018-08-13 10:12:18,162 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1928054584", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:12:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-506a7d82-5d41-4741-ac9e-f818972f1add'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:12:18Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "name": "tempest-router--1928054584"}} 2018-08-13 10:12:19,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883 1.441s 2018-08-13 10:12:19,605 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883', u'date': 'Mon, 13 Aug 2018 10:12:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc0586b9-972e-4dc3-ac79-47d6bca85149'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:12:19Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "name": "tempest-router--1928054584"}} 2018-08-13 10:12:21,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/add_router_interface 2.250s 2018-08-13 10:12:21,856 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:12:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9542c6e-3b10-4a7a-b588-301d17951a48'} Body: {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c", "subnet_ids": ["6940f663-45fd-4f55-a613-16f75a17693c"], "port_id": "689e6241-4517-422a-9420-215153726cd5", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883"} 2018-08-13 10:12:23,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.900s 2018-08-13 10:12:23,758 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "ddd70c20-d849-4719-b5df-f06b7e9aafde"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:12:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20e1136d-c02c-4301-b9ac-785581ecc132'} Body: {"floatingip": {"router_id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:12:22Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "ddd70c20-d849-4719-b5df-f06b7e9aafde", "id": "271b5163-d024-4516-bc5e-d9dbe669c73a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:22Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:12:23,759 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:12:31,776 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:12:31,840 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:12:31,872 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:12:31,987 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:12:31,988 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:12:31,990 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:12:32,050 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:12:32,054 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:12:37,060 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:12:37,061 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:13:47,132 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:13:47,132 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:13:47,136 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:13:47,201 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:13:47,232 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:13:52,239 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:13:52,239 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:15:02,252 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:15:02,253 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:15:02,254 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,261 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,320 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,326 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,332 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:15:02,333 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:7f:c7:55 [ether] on eth0 2018-08-13 10:15:02,333 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:15:02,334 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,336 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,396 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,400 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,408 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:15:02,409 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:15:02,409 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,411 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,472 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,475 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,482 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:15:02,482 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,484 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,544 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,548 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,553 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:15:02,554 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:7f:c7:55 [ether] on eth0 2018-08-13 10:15:02,554 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:15:02,555 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,556 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,615 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,621 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:07,627 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:15:07,628 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:16:17,658 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:16:17,659 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:16:17,662 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:16:17,724 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:16:17,726 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:16:22,733 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:16:22,734 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:17:32,788 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:17:32,789 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:17:34,210 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/271b5163-d024-4516-bc5e-d9dbe669c73a 1.418s 2018-08-13 10:17:34,210 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/271b5163-d024-4516-bc5e-d9dbe669c73a', u'date': 'Mon, 13 Aug 2018 10:17:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2fa4cffc-3c57-4623-9391-7de158941d00'} Body: 2018-08-13 10:17:36,118 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/remove_router_interface 1.906s 2018-08-13 10:17:36,118 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5857f22f-e7ab-446a-9305-eb22b376135c'} Body: {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c", "subnet_ids": ["6940f663-45fd-4f55-a613-16f75a17693c"], "port_id": "689e6241-4517-422a-9420-215153726cd5", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883"} 2018-08-13 10:17:37,565 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883 1.445s 2018-08-13 10:17:37,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883', u'date': 'Mon, 13 Aug 2018 10:17:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0561df0b-9390-4ec1-a524-dac741bb9105'} Body: 2018-08-13 10:17:38,321 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.755s 2018-08-13 10:17:38,321 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-556a0b93-430b-4b2c-9506-539bb8e77e0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-556a0b93-430b-4b2c-9506-539bb8e77e0c'} Body: 2018-08-13 10:17:39,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.729s 2018-08-13 10:17:39,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-b62eee17-ee14-412a-a2ab-96888ff174a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b62eee17-ee14-412a-a2ab-96888ff174a7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:17:38Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:17:40,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.054s 2018-08-13 10:17:40,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad'} Body: {"itemNotFound": {"message": "Instance 83464f34-49ab-445a-b178-485b8b2c3bba could not be found.", "code": 404}} 2018-08-13 10:17:41,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/69ca39c8-b3bb-4806-bfb8-2ab22486f999 1.079s 2018-08-13 10:17:41,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/69ca39c8-b3bb-4806-bfb8-2ab22486f999', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e337476a-c0ee-4d3c-8d49-ce89e7f44b4c'} Body: 2018-08-13 10:17:41,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.159s 2018-08-13 10:17:41,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-e8fbcb59-f1fa-47cd-a861-518f60ed5954', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8fbcb59-f1fa-47cd-a861-518f60ed5954'} Body: 2018-08-13 10:17:42,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.717s 2018-08-13 10:17:42,083 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:17:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:17:43,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.069s 2018-08-13 10:17:43,167 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-29514c01-6f65-43a1-800e-a78cd44b0052', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-29514c01-6f65-43a1-800e-a78cd44b0052'} Body: {"itemNotFound": {"message": "Instance 6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 could not be found.", "code": 404}} 2018-08-13 10:17:44,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/ddd70c20-d849-4719-b5df-f06b7e9aafde 0.833s 2018-08-13 10:17:44,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/ddd70c20-d849-4719-b5df-f06b7e9aafde', u'date': 'Mon, 13 Aug 2018 10:17:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a41ae888-1d42-4ea9-99e4-df4ee13ee326'} Body: 2018-08-13 10:17:44,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-339490431 0.035s 2018-08-13 10:17:44,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-339490431', u'x-compute-request-id': 'req-b30ef106-a779-4007-b81c-8c3574e7dc10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b30ef106-a779-4007-b81c-8c3574e7dc10'} Body: 2018-08-13 10:17:45,048 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/909a8dbe-96a3-43d3-9492-7105d2c1431b 1.009s 2018-08-13 10:17:45,049 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/909a8dbe-96a3-43d3-9492-7105d2c1431b', u'date': 'Mon, 13 Aug 2018 10:17:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-02172e35-c52c-45df-8502-518d02bace75'} Body: 2018-08-13 10:17:46,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/771cac3b-6ed1-4d1d-95a2-03ab1ec694f1 1.488s 2018-08-13 10:17:46,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/771cac3b-6ed1-4d1d-95a2-03ab1ec694f1', u'date': 'Mon, 13 Aug 2018 10:17:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-684822d2-ca7c-46ec-b02d-57b1751e07c0'} Body: 2018-08-13 10:17:47,728 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/6940f663-45fd-4f55-a613-16f75a17693c 1.188s 2018-08-13 10:17:47,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/6940f663-45fd-4f55-a613-16f75a17693c', u'date': 'Mon, 13 Aug 2018 10:17:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-521a8ca1-cb42-4378-9af7-607a8e1b4bb5'} Body: 2018-08-13 10:17:49,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/ce15538f-9045-41c9-9561-afb7d2a17c71 1.626s 2018-08-13 10:17:49,355 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/ce15538f-9045-41c9-9561-afb7d2a17c71', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-58f6076b-ef0c-4ed0-9658-fbf9830601e6'} Body: 2018-08-13 10:17:49,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d398420a-afb8-4276-b4b2-e64b3ce79b05 0.229s 2018-08-13 10:17:49,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d398420a-afb8-4276-b4b2-e64b3ce79b05', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2dec7cbc-6f12-40aa-8307-d10f8d32b05f'} Body: 2018-08-13 10:17:49.860 63 INFO tempest.lib.common.rest_client [req-224eff2b-b88c-4e18-8a68-385fa9ccf4f2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.247s 2018-08-13 10:17:49.860 63 DEBUG tempest.lib.common.rest_client [req-224eff2b-b88c-4e18-8a68-385fa9ccf4f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1052453406 description", "name": "tempest-secgroup-smoke-1052453406"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-224eff2b-b88c-4e18-8a68-385fa9ccf4f2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1052453406 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:49Z", "updated_at": "2018-08-13T10:17:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:17:49Z", "revision_number": 0, "id": "0b365f06-b3e9-40ef-80a0-3c51a1ff706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:17:49Z", "revision_number": 0, "id": "53fe7f35-e071-4d8a-a39a-9ab2ff8b4ec5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a749085c-c769-423f-8807-34eb19835b97", "name": "tempest-secgroup-smoke-1052453406"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:50.033 63 INFO tempest.lib.common.rest_client [req-2a0668d4-2823-4e34-ba77-b1ce9ed2684f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.171s 2018-08-13 10:17:50.034 63 DEBUG tempest.lib.common.rest_client [req-2a0668d4-2823-4e34-ba77-b1ce9ed2684f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0668d4-2823-4e34-ba77-b1ce9ed2684f'} 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-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6aca0d37-5f89-46c2-8959-dfc65781be25"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:50.181 63 INFO tempest.lib.common.rest_client [req-ab7e39a5-1a64-4638-ab40-d20c175a352b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.146s 2018-08-13 10:17:50.181 63 DEBUG tempest.lib.common.rest_client [req-ab7e39a5-1a64-4638-ab40-d20c175a352b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab7e39a5-1a64-4638-ab40-d20c175a352b'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6f6b8786-7dd3-4215-bc54-942a632fa118"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:50.361 63 INFO tempest.lib.common.rest_client [req-44446f44-da06-41e5-afb5-792108f287b5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.179s 2018-08-13 10:17:50.362 63 DEBUG tempest.lib.common.rest_client [req-44446f44-da06-41e5-afb5-792108f287b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44446f44-da06-41e5-afb5-792108f287b5'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "75dd8717-1889-4c6d-a7b7-17dcd39f5786"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:50.519 63 INFO tempest.lib.common.rest_client [req-78549722-95b8-4f9c-90f4-46154a5642ed ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 10:17:50.519 63 DEBUG tempest.lib.common.rest_client [req-78549722-95b8-4f9c-90f4-46154a5642ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-78549722-95b8-4f9c-90f4-46154a5642ed'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e94b0025-2b76-41ce-b3af-f6e2cef14b01"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:50.715 63 INFO tempest.lib.common.rest_client [req-f4e24d2a-00d5-4a0e-93c1-3ed90a15ed3b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.194s 2018-08-13 10:17:50.715 63 DEBUG tempest.lib.common.rest_client [req-f4e24d2a-00d5-4a0e-93c1-3ed90a15ed3b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4e24d2a-00d5-4a0e-93c1-3ed90a15ed3b'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7aa65d5d-cd10-42b7-be48-d279f2361afa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:51.058 63 INFO tempest.lib.common.rest_client [req-116f9d79-e5af-4d4f-8593-4d6bb7e3aa47 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.342s 2018-08-13 10:17:51.059 63 DEBUG tempest.lib.common.rest_client [req-116f9d79-e5af-4d4f-8593-4d6bb7e3aa47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-116f9d79-e5af-4d4f-8593-4d6bb7e3aa47'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "626ef623-11bc-4f7b-bf69-9eeecdf1a965"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:51.196 63 INFO tempest.lib.common.rest_client [req-a12bbed2-a3fe-4462-a577-afc463ca3480 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:17:51.196 63 DEBUG tempest.lib.common.rest_client [req-a12bbed2-a3fe-4462-a577-afc463ca3480 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a12bbed2-a3fe-4462-a577-afc463ca3480'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:51Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c97b72b6-be27-4ca2-9e5a-3748a1ff3fc2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:51.351 63 INFO tempest.lib.common.rest_client [req-def3925c-09c4-475a-bf8f-e93e0a30e1bd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.154s 2018-08-13 10:17:51.352 63 DEBUG tempest.lib.common.rest_client [req-def3925c-09c4-475a-bf8f-e93e0a30e1bd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-def3925c-09c4-475a-bf8f-e93e0a30e1bd'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:51Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "066d0282-9d2e-4aac-8760-f8587601f531"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:51.601 63 INFO tempest.lib.common.rest_client [req-8b206d40-d5bb-4956-826d-6bc7eb453a01 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.249s 2018-08-13 10:17:51.602 63 DEBUG tempest.lib.common.rest_client [req-8b206d40-d5bb-4956-826d-6bc7eb453a01 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-383579686"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b206d40-d5bb-4956-826d-6bc7eb453a01'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:17:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"54159b2c-bbc7-4adc-bd00-02c19a300838","name":"tempest-A-383579686"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:52.389 63 INFO tempest.lib.common.rest_client [req-8e806692-db3b-4729-8362-aa7b3ff52a2f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.786s 2018-08-13 10:17:52.390 63 DEBUG tempest.lib.common.rest_client [req-8e806692-db3b-4729-8362-aa7b3ff52a2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "name": "tempest-subnet-A-1-1477933898"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:17:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e806692-db3b-4729-8362-aa7b3ff52a2f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54159b2c-bbc7-4adc-bd00-02c19a300838","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:51Z","dns_nameservers":[],"updated_at":"2018-08-13T10:17:51Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2c377c36-3c56-47d4-a8bd-5f6efae5ce17","subnetpool_id":null,"name":"tempest-subnet-A-1-1477933898"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:52.618 63 INFO tempest.lib.common.rest_client [req-5ea0d8dd-c54f-49e9-945e-9e21cf85fec3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.227s 2018-08-13 10:17:52.618 63 DEBUG tempest.lib.common.rest_client [req-5ea0d8dd-c54f-49e9-945e-9e21cf85fec3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1545100979"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:17:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ea0d8dd-c54f-49e9-945e-9e21cf85fec3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:17:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"b4a57abe-6f9f-4b32-b320-257448355174","name":"tempest-B-1545100979"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:53.467 63 INFO tempest.lib.common.rest_client [req-6c00cb8b-85d5-409a-832e-0e4634c0b850 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.848s 2018-08-13 10:17:53.468 63 DEBUG tempest.lib.common.rest_client [req-6c00cb8b-85d5-409a-832e-0e4634c0b850 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "name": "tempest-subnet-B-1-1235137833"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:17:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c00cb8b-85d5-409a-832e-0e4634c0b850'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4a57abe-6f9f-4b32-b320-257448355174","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:52Z","dns_nameservers":[],"updated_at":"2018-08-13T10:17:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"86d018c1-ee69-410c-b3d6-610bb3604bb3","subnetpool_id":null,"name":"tempest-subnet-B-1-1235137833"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:53.628 63 INFO tempest.lib.common.rest_client [req-d65abd97-4a78-4400-9ed9-33fb289c1d40 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.159s 2018-08-13 10:17:53.628 63 DEBUG tempest.lib.common.rest_client [req-d65abd97-4a78-4400-9ed9-33fb289c1d40 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--2123477423", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:17:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d65abd97-4a78-4400-9ed9-33fb289c1d40'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:53Z", "admin_state_up": true, "updated_at": "2018-08-13T10:17:53Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "name": "tempest-router--2123477423"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:54.963 63 INFO tempest.lib.common.rest_client [req-4ada25f5-778b-4900-bcf5-f14979bb2fb4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1 1.333s 2018-08-13 10:17:54.963 63 DEBUG tempest.lib.common.rest_client [req-4ada25f5-778b-4900-bcf5-f14979bb2fb4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1', u'date': 'Mon, 13 Aug 2018 10:17:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ada25f5-778b-4900-bcf5-f14979bb2fb4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:53Z", "admin_state_up": true, "updated_at": "2018-08-13T10:17:54Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "name": "tempest-router--2123477423"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:57.254 63 INFO tempest.lib.common.rest_client [req-12e8e3d0-a1a7-4696-b496-1db2dc6c435b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/add_router_interface 2.290s 2018-08-13 10:17:57.255 63 DEBUG tempest.lib.common.rest_client [req-12e8e3d0-a1a7-4696-b496-1db2dc6c435b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12e8e3d0-a1a7-4696-b496-1db2dc6c435b'} Body: {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3", "subnet_ids": ["86d018c1-ee69-410c-b3d6-610bb3604bb3"], "port_id": "bf4d8635-1a45-4a23-aea7-2b27770b5725", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:57.543 63 INFO tempest.lib.common.rest_client [req-a0465cd4-8f10-4416-9c81-3772e4cc1275 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.286s 2018-08-13 10:17:57.543 63 DEBUG tempest.lib.common.rest_client [req-a0465cd4-8f10-4416-9c81-3772e4cc1275 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0465cd4-8f10-4416-9c81-3772e4cc1275'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "7272bb5b-2d37-492c-aaf8-830c9ccbd8bf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:57.778 63 INFO tempest.lib.common.rest_client [req-e07a0314-45a2-449d-a826-60d7c7f31935 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/network_associations 0.234s 2018-08-13 10:17:57.779 63 DEBUG tempest.lib.common.rest_client [req-e07a0314-45a2-449d-a826-60d7c7f31935 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/network_associations', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e07a0314-45a2-449d-a826-60d7c7f31935'} Body: {"network_association": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "id": "f83745d7-f141-414c-9a84-f42961218512"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:58.352 63 INFO tempest.lib.common.rest_client [req-3a13ab35-f521-4377-8fbc-195947b609ae ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/router_associations 0.572s 2018-08-13 10:17:58.353 63 DEBUG tempest.lib.common.rest_client [req-3a13ab35-f521-4377-8fbc-195947b609ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/router_associations', u'date': 'Mon, 13 Aug 2018 10:17:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a13ab35-f521-4377-8fbc-195947b609ae'} Body: {"router_association": {"router_id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "id": "b456ce4c-cb3e-4367-85f7-c82ce27bd174"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:58.462 63 INFO tempest.lib.common.rest_client [req-c33031e4-1226-44e2-9cef-317850b0d5af ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.108s 2018-08-13 10:17:58.463 63 DEBUG tempest.lib.common.rest_client [req-c33031e4-1226-44e2-9cef-317850b0d5af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1206892287"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-c33031e4-1226-44e2-9cef-317850b0d5af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c33031e4-1226-44e2-9cef-317850b0d5af'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ7m2DXulj+AQrYcaXCuARQbvMxTCzWkNls/GcSHsitr1hZGm99YYo7Hq8iFpBEz+QFzwth0csGKSsUo3UZAilCez2Mu5Fjy60YPOb0f+QHmBVrPtflYjMwJYgEwBC/FOM1go4/ULJ10J/fSxYuR8fmtslJO881L5rdWbd6cj8J3PCu8KC98aLL24wEvZpQtEmP/jtf0kLcq2VH3D37wbRjuU0uYOlCfuppV3cxKfOH0Y/VBox1otyo68KBP978MC2aWAx7+WMY44AmyW0zWfn7kj5QPw2lwnFHqW+RakfWagRxHXVu84Xufzy1e/vRXiZOl2JQ+I06icq2shyNq7b Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA0O5tg17pY/gEK2HGlwrgEUG7zMUws1pDZbPxnEh7Ira9YWRp\nvfWGKOx6vIhaQRM/kBc8LYdHLBikrFKN1GQIpQns9jLuRY8utGDzm9H/kB5gVaz7\nX5WIzMCWIBMAQvxTjNYKOP1CyddCf30sWLkfH5rbJSTvPNS+a3Vm3enI/CdzwrvC\ngvfGiy9uMBL2aULRJj/47X9JC3KtlR9w9+8G0Y7lNLmDpQn7qaVd3MSnzh9GP1Qa\nMdaLcqOvCgT/e/DAtmlgMe/ljGOOAJsltM1n5+5I+UD8NpcJxR6lvkWpH1moEcR1\n1bvOF7n88tXv70V4mTpdiUPiNOonKtrIcjau2wIDAQABAoIBAQC2fx0ffB8HGFOk\nBSLvOiugRzegVLoGX5ixVG194n3UQ6TGVmxa5gSK6I0I811KrGKAHRuOdTSA2wG0\nF+QVGk/GwRW/s5sXHUthebIwcEz3+OCS1ac4xagZmTtIxvAaksb0JN4HC4l0Ptex\n/odm9ESwWZaEKm/iRb4SpRj2S8goH0XGZbIiRJVEgUzgr0igU1j2AOcag9en8nVY\n49fNbH1JHX+8Zo3lR9vdXpIIJLSqYb6ry740BokhWcn6gejsao4pxy9tm19ExOLe\nIg0lt2rC4cuEsnVn8MXtbKPWhShpvMLxgY7/CfT708awdewEw7+/Vj81XpkiD1cq\nyBR+mhNpAoGBAOy+E3Dcy3PZRsYlqOeeL+k5+NS6k+EEZpaBKQ0wjrk6dIepnVBx\n4m+OFJoUz6EEFaHKB2kXjuDhwWkl4a3k4h1FbSVMlxOC8wuyUHVaD6Yd3WkvREU5\nZnYU1fXcmHG0FciUAvkjK0BpjkFC+O2mK7csWHXutcH3EYmUsGbL1LEtAoGBAOHt\nNo/olpIvArn7gP9vBIk+mooUCmRiP7Ie8eIjfUBuT3CZXHPUeo5XuJF8V1XinAiG\nn02dboAfZexFVUKZM5xDJUlgjlwgmEe6GCP6rhW+1GpTOWUeQ4+okA37FQVfjVqe\nJztgcOHxX2w6ME1oX9fQ90mS3TvF1VGVlCARwxUnAoGBAJGT4IiKfWFjvq2iAtdK\n4tNcHrNReBXqitsJ2aCOt3UXiQjTODV7km5exDRrj7HHvTWb8iqhne6TZEewT7KL\nCLBPPOquykfpQmNy5x8CnpTb0IcZ1bVrsqHx9hAV8ngY8TxCKAHjqnkVb7CZ6lDY\n2hDtaAg9He+Eanhbwo2z0bqRAoGBALEQe5mvvQpWw7lFLqWCubhikzWyXS6tfaQ4\n8nO8QrbTfXkPCNFS7rZOc726CKysDIP2FjX7M5ZAhV32PMsUTMmkKj3m6cu0VASr\nCa5xEizCwbGPBkWEwYh+oGAEr0XlzF//4Vl8zRuXU6T7uc2BBtSa1qQX8UGeXAAz\nzcKQiSczAoGBALIRGiO4gLM3sfwep8GeS96/E7mIYpHaMy17a0XubqtDnNOcES14\n6hg02RdQPYL8EkfWi5cFAZ3vvr684GlkiZX+D35+T5U9aSyvFwZYu8i8FG6W61Or\nls3+FiUMSHgqdsHzwI0/WUjjL5zFJxp02RB77c2FmCKzzn40pbZmo1xr\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1206892287", "fingerprint": "a2:ed:f4:e7:41:61:c6:c6:5f:2e:a8:7f:57:50:ac:54"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:17:59.731 63 INFO tempest.lib.common.rest_client [req-31e46c08-5d04-4ec1-bc64-8a3c98d9d36e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/ports 1.264s 2018-08-13 10:17:59.732 63 DEBUG tempest.lib.common.rest_client [req-31e46c08-5d04-4ec1-bc64-8a3c98d9d36e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-299291863", "security_groups": ["a749085c-c769-423f-8807-34eb19835b97"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:17:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31e46c08-5d04-4ec1-bc64-8a3c98d9d36e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:17:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"54159b2c-bbc7-4adc-bd00-02c19a300838","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:17:59Z","name":"tempest-port-smoke-299291863","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:cc:e7:9b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"2c377c36-3c56-47d4-a8bd-5f6efae5ce17","ip_address":"10.101.11.10"}],"id":"60233fb8-a28b-4d48-a86a-c0622ec75b1d","security_groups":["a749085c-c769-423f-8807-34eb19835b97"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:01.684 63 INFO tempest.lib.common.rest_client [req-57c1fc89-5964-4cda-9b8b-bd387b55064b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.22:8774/v2.1/servers 1.951s 2018-08-13 10:18:01.685 63 DEBUG tempest.lib.common.rest_client [req-57c1fc89-5964-4cda-9b8b-bd387b55064b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1206892287", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "54159b2c-bbc7-4adc-bd00-02c19a300838", "port": "60233fb8-a28b-4d48-a86a-c0622ec75b1d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-57c1fc89-5964-4cda-9b8b-bd387b55064b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57c1fc89-5964-4cda-9b8b-bd387b55064b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "adminPass": "KFkPTeBCg4RP"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:01.752 63 INFO tempest.lib.common.rest_client [req-49b0d433-0591-4209-aa19-0843b64b5fb8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.062s 2018-08-13 10:18:01.752 63 DEBUG tempest.lib.common.rest_client [req-49b0d433-0591-4209-aa19-0843b64b5fb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-49b0d433-0591-4209-aa19-0843b64b5fb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49b0d433-0591-4209-aa19-0843b64b5fb8'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:03.010 63 INFO tempest.lib.common.rest_client [req-d8ce501f-689c-4da3-a213-e818f80e45be ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.243s 2018-08-13 10:18:03.010 63 DEBUG tempest.lib.common.rest_client [req-d8ce501f-689c-4da3-a213-e818f80e45be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d8ce501f-689c-4da3-a213-e818f80e45be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8ce501f-689c-4da3-a213-e818f80e45be'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:04.371 63 INFO tempest.lib.common.rest_client [req-4f997bb3-d253-4f75-bf69-1dc49472d757 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.346s 2018-08-13 10:18:04.372 63 DEBUG tempest.lib.common.rest_client [req-4f997bb3-d253-4f75-bf69-1dc49472d757 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-4f997bb3-d253-4f75-bf69-1dc49472d757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f997bb3-d253-4f75-bf69-1dc49472d757'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:04.385 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-13 10:18:05.808 63 INFO tempest.lib.common.rest_client [req-e9248984-2cad-403b-9f06-7ab3339a7a75 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.421s 2018-08-13 10:18:05.809 63 DEBUG tempest.lib.common.rest_client [req-e9248984-2cad-403b-9f06-7ab3339a7a75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-e9248984-2cad-403b-9f06-7ab3339a7a75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9248984-2cad-403b-9f06-7ab3339a7a75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:05.822 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:18:07.857 63 INFO tempest.lib.common.rest_client [req-d02675b4-3589-4a83-8aaf-04acf406d371 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 1.033s 2018-08-13 10:18:07.858 63 DEBUG tempest.lib.common.rest_client [req-d02675b4-3589-4a83-8aaf-04acf406d371 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d02675b4-3589-4a83-8aaf-04acf406d371', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d02675b4-3589-4a83-8aaf-04acf406d371'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:09.320 63 INFO tempest.lib.common.rest_client [req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.447s 2018-08-13 10:18:09.320 63 DEBUG tempest.lib.common.rest_client [req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:11.074 63 INFO tempest.lib.common.rest_client [req-c1082f8c-bb13-4fc3-8648-a906eef2f81a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.739s 2018-08-13 10:18:11.074 63 DEBUG tempest.lib.common.rest_client [req-c1082f8c-bb13-4fc3-8648-a906eef2f81a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-c1082f8c-bb13-4fc3-8648-a906eef2f81a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1082f8c-bb13-4fc3-8648-a906eef2f81a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:11.087 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-13 10:18:11.273 63 INFO tempest.lib.common.rest_client [req-2be2fc91-ed87-4529-bb8b-0c53fef8f064 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.185s 2018-08-13 10:18:11.273 63 DEBUG tempest.lib.common.rest_client [req-2be2fc91-ed87-4529-bb8b-0c53fef8f064 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-2be2fc91-ed87-4529-bb8b-0c53fef8f064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2be2fc91-ed87-4529-bb8b-0c53fef8f064'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:11.287 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:18:12.085 63 INFO tempest.lib.common.rest_client [req-2d36e93a-c0e9-4ea7-b604-c2b5eaa34aa0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/ports 0.796s 2018-08-13 10:18:12.085 63 DEBUG tempest.lib.common.rest_client [req-2d36e93a-c0e9-4ea7-b604-c2b5eaa34aa0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-416451718", "security_groups": ["a749085c-c769-423f-8807-34eb19835b97"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:18:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d36e93a-c0e9-4ea7-b604-c2b5eaa34aa0'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:18:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b4a57abe-6f9f-4b32-b320-257448355174","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:18:11Z","name":"tempest-port-smoke-416451718","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:91:67:cd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"86d018c1-ee69-410c-b3d6-610bb3604bb3","ip_address":"10.102.21.20"}],"id":"8aea3c95-a51e-4031-b099-db8850f9e0a5","security_groups":["a749085c-c769-423f-8807-34eb19835b97"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:14.444 63 INFO tempest.lib.common.rest_client [req-4a148465-1039-4931-87ff-dce86e01b767 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.22:8774/v2.1/servers 2.358s 2018-08-13 10:18:14.445 63 DEBUG tempest.lib.common.rest_client [req-4a148465-1039-4931-87ff-dce86e01b767 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1206892287", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "b4a57abe-6f9f-4b32-b320-257448355174", "port": "8aea3c95-a51e-4031-b099-db8850f9e0a5"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-4a148465-1039-4931-87ff-dce86e01b767', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a148465-1039-4931-87ff-dce86e01b767'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "adminPass": "8FsEtjh85ic4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:15.112 63 INFO tempest.lib.common.rest_client [req-305d0583-81cf-4aa4-b7b8-ea591f122232 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.662s 2018-08-13 10:18:15.112 63 DEBUG tempest.lib.common.rest_client [req-305d0583-81cf-4aa4-b7b8-ea591f122232 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-305d0583-81cf-4aa4-b7b8-ea591f122232', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-305d0583-81cf-4aa4-b7b8-ea591f122232'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:16.214 63 INFO tempest.lib.common.rest_client [req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.086s 2018-08-13 10:18:16.214 63 DEBUG tempest.lib.common.rest_client [req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:16.226 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:18:17.382 63 INFO tempest.lib.common.rest_client [req-c130ba4a-07be-4484-afa1-101230340a19 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.154s 2018-08-13 10:18:17.382 63 DEBUG tempest.lib.common.rest_client [req-c130ba4a-07be-4484-afa1-101230340a19 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-c130ba4a-07be-4484-afa1-101230340a19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c130ba4a-07be-4484-afa1-101230340a19'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:17.395 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:18:18.709 63 INFO tempest.lib.common.rest_client [req-aab7ff34-7aa5-434e-9015-e62e80484705 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.312s 2018-08-13 10:18:18.710 63 DEBUG tempest.lib.common.rest_client [req-aab7ff34-7aa5-434e-9015-e62e80484705 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-aab7ff34-7aa5-434e-9015-e62e80484705', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aab7ff34-7aa5-434e-9015-e62e80484705'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:19.896 63 INFO tempest.lib.common.rest_client [req-7315506a-e130-43e8-b1b4-f7e978b9ccf0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.171s 2018-08-13 10:18:19.897 63 DEBUG tempest.lib.common.rest_client [req-7315506a-e130-43e8-b1b4-f7e978b9ccf0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-7315506a-e130-43e8-b1b4-f7e978b9ccf0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7315506a-e130-43e8-b1b4-f7e978b9ccf0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:21.068 63 INFO tempest.lib.common.rest_client [req-5698fb4e-9452-4816-ad22-b22ff4aefc50 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.157s 2018-08-13 10:18:21.069 63 DEBUG tempest.lib.common.rest_client [req-5698fb4e-9452-4816-ad22-b22ff4aefc50 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-5698fb4e-9452-4816-ad22-b22ff4aefc50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5698fb4e-9452-4816-ad22-b22ff4aefc50'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:19Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:21.084 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:18:21.819 63 INFO tempest.lib.common.rest_client [req-ce6fe3ed-bed8-4e20-b695-1522d10ca282 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.734s 2018-08-13 10:18:21.820 63 DEBUG tempest.lib.common.rest_client [req-ce6fe3ed-bed8-4e20-b695-1522d10ca282 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-ce6fe3ed-bed8-4e20-b695-1522d10ca282', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce6fe3ed-bed8-4e20-b695-1522d10ca282'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:19Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:21.834 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 20842615-bccf-4675-a2ce-99be6d67c57b with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:18:22.204 63 INFO tempest.lib.common.rest_client [req-5b6ae936-83e6-4780-b9a5-4711f0b96fd3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.368s 2018-08-13 10:18:22.204 63 DEBUG tempest.lib.common.rest_client [req-5b6ae936-83e6-4780-b9a5-4711f0b96fd3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--314190608", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:18:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b6ae936-83e6-4780-b9a5-4711f0b96fd3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:18:22Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "name": "tempest-router--314190608"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:23.814 63 INFO tempest.lib.common.rest_client [req-397975fe-bdb4-4a60-ae07-1c5d9ad76763 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f 1.609s 2018-08-13 10:18:23.815 63 DEBUG tempest.lib.common.rest_client [req-397975fe-bdb4-4a60-ae07-1c5d9ad76763 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f', u'date': 'Mon, 13 Aug 2018 10:18:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-397975fe-bdb4-4a60-ae07-1c5d9ad76763'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:18:23Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "name": "tempest-router--314190608"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:25.827 63 INFO tempest.lib.common.rest_client [req-49bc9fa5-a92b-49ff-b1dd-c7620a35729b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/add_router_interface 2.010s 2018-08-13 10:18:25.827 63 DEBUG tempest.lib.common.rest_client [req-49bc9fa5-a92b-49ff-b1dd-c7620a35729b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:18:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49bc9fa5-a92b-49ff-b1dd-c7620a35729b'} Body: {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17", "subnet_ids": ["2c377c36-3c56-47d4-a8bd-5f6efae5ce17"], "port_id": "7af7576a-054b-490a-aeb9-7777517c0424", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:27.736 63 INFO tempest.lib.common.rest_client [req-46aacef5-b7c5-4b6c-9c05-52dea86b6791 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.908s 2018-08-13 10:18:27.737 63 DEBUG tempest.lib.common.rest_client [req-46aacef5-b7c5-4b6c-9c05-52dea86b6791 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "60233fb8-a28b-4d48-a86a-c0622ec75b1d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:18:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46aacef5-b7c5-4b6c-9c05-52dea86b6791'} Body: {"floatingip": {"router_id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:18:26Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "60233fb8-a28b-4d48-a86a-c0622ec75b1d", "id": "4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:26Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:18:27.739 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:18:30.746 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:18:30.808 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:18:30.810 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:18:30.925 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:18:30.925 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:18:30.927 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:18:30.986 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:18:30.991 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:18:35.997 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:18:35.998 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:19:46.069 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:19:46.069 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:19:46.074 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:19:46.170 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:19:46.201 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:19:51.209 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:19:51.210 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:21:01.241 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:21:01.242 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:21:01.242 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01.246 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01.345 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:21:01.374 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01.381 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:21:01.381 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:f0:a8:1c [ether] on eth0 2018-08-13 10:21:01.381 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:21:01.382 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01.384 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01.445 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:21:01.449 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01.458 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:21:01.458 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:21:01.459 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01.461 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01.521 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:21:01.525 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01.530 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:21:01.531 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01.533 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01.593 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:21:01.596 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01.602 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:21:01.602 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:f0:a8:1c [ether] on eth0 2018-08-13 10:21:01.603 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:21:01.603 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01.605 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01.665 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:21:01.669 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:06.676 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:21:06.677 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:22:16.703 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:22:16.703 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:22:16.707 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:22:16.806 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:22:16.835 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:22:21.842 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:22:21.843 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:23:31.904 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:23:33.258 63 INFO tempest.lib.common.rest_client [req-1f7711d2-62cb-4ad2-8b3e-394b3c002451 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c 1.352s 2018-08-13 10:23:33.259 63 DEBUG tempest.lib.common.rest_client [req-1f7711d2-62cb-4ad2-8b3e-394b3c002451 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c', u'date': 'Mon, 13 Aug 2018 10:23:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1f7711d2-62cb-4ad2-8b3e-394b3c002451'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:35.260 63 INFO tempest.lib.common.rest_client [req-ae050bfe-b6b6-43d6-8ac2-5849914500aa ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/remove_router_interface 2.000s 2018-08-13 10:23:35.261 63 DEBUG tempest.lib.common.rest_client [req-ae050bfe-b6b6-43d6-8ac2-5849914500aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae050bfe-b6b6-43d6-8ac2-5849914500aa'} Body: {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17", "subnet_ids": ["2c377c36-3c56-47d4-a8bd-5f6efae5ce17"], "port_id": "7af7576a-054b-490a-aeb9-7777517c0424", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:36.980 63 INFO tempest.lib.common.rest_client [req-31783ac6-d2bd-4974-b5ff-c030aa434c10 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f 1.718s 2018-08-13 10:23:36.980 63 DEBUG tempest.lib.common.rest_client [req-31783ac6-d2bd-4974-b5ff-c030aa434c10 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f', u'date': 'Mon, 13 Aug 2018 10:23:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31783ac6-d2bd-4974-b5ff-c030aa434c10'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:37.380 63 INFO tempest.lib.common.rest_client [req-6fb65799-560e-413a-b4c7-91e06d0f7565 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.399s 2018-08-13 10:23:37.381 63 DEBUG tempest.lib.common.rest_client [req-6fb65799-560e-413a-b4c7-91e06d0f7565 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-6fb65799-560e-413a-b4c7-91e06d0f7565', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fb65799-560e-413a-b4c7-91e06d0f7565'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:37.837 63 INFO tempest.lib.common.rest_client [req-430216dd-3553-4b49-af3b-bc504e98e70e ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.455s 2018-08-13 10:23:37.838 63 DEBUG tempest.lib.common.rest_client [req-430216dd-3553-4b49-af3b-bc504e98e70e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-430216dd-3553-4b49-af3b-bc504e98e70e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-430216dd-3553-4b49-af3b-bc504e98e70e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:37Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:39.385 63 INFO tempest.lib.common.rest_client [req-1771ee6f-ef50-4457-81ab-601cb708f622 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.532s 2018-08-13 10:23:39.386 63 DEBUG tempest.lib.common.rest_client [req-1771ee6f-ef50-4457-81ab-601cb708f622 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-1771ee6f-ef50-4457-81ab-601cb708f622', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1771ee6f-ef50-4457-81ab-601cb708f622'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:37Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:40.454 63 INFO tempest.lib.common.rest_client [req-efaee402-3809-4b27-a92d-bcdc185899d4 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.051s 2018-08-13 10:23:40.454 63 DEBUG tempest.lib.common.rest_client [req-efaee402-3809-4b27-a92d-bcdc185899d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-efaee402-3809-4b27-a92d-bcdc185899d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-efaee402-3809-4b27-a92d-bcdc185899d4'} Body: {"itemNotFound": {"message": "Instance 20842615-bccf-4675-a2ce-99be6d67c57b could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:41.303 63 INFO tempest.lib.common.rest_client [req-38cab650-8758-41fe-8739-db2503aec367 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/8aea3c95-a51e-4031-b099-db8850f9e0a5 0.848s 2018-08-13 10:23:41.304 63 DEBUG tempest.lib.common.rest_client [req-38cab650-8758-41fe-8739-db2503aec367 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/8aea3c95-a51e-4031-b099-db8850f9e0a5', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-38cab650-8758-41fe-8739-db2503aec367'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:41.458 63 INFO tempest.lib.common.rest_client [req-540e5bca-1e1a-450a-b5d5-af3103248c1a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.153s 2018-08-13 10:23:41.459 63 DEBUG tempest.lib.common.rest_client [req-540e5bca-1e1a-450a-b5d5-af3103248c1a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-540e5bca-1e1a-450a-b5d5-af3103248c1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-540e5bca-1e1a-450a-b5d5-af3103248c1a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:41.823 63 INFO tempest.lib.common.rest_client [req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.363s 2018-08-13 10:23:41.823 63 DEBUG tempest.lib.common.rest_client [req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:42.885 63 INFO tempest.lib.common.rest_client [req-ea84d480-82a0-4de2-b4ce-70125101cceb ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.047s 2018-08-13 10:23:42.886 63 DEBUG tempest.lib.common.rest_client [req-ea84d480-82a0-4de2-b4ce-70125101cceb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-ea84d480-82a0-4de2-b4ce-70125101cceb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ea84d480-82a0-4de2-b4ce-70125101cceb'} Body: {"itemNotFound": {"message": "Instance 4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:43.501 63 INFO tempest.lib.common.rest_client [req-0d1ee4dd-0e36-4128-a5d4-f546cd9ff5e4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/60233fb8-a28b-4d48-a86a-c0622ec75b1d 0.614s 2018-08-13 10:23:43.502 63 DEBUG tempest.lib.common.rest_client [req-0d1ee4dd-0e36-4128-a5d4-f546cd9ff5e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/60233fb8-a28b-4d48-a86a-c0622ec75b1d', u'date': 'Mon, 13 Aug 2018 10:23:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d1ee4dd-0e36-4128-a5d4-f546cd9ff5e4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:43.539 63 INFO tempest.lib.common.rest_client [req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1206892287 0.036s 2018-08-13 10:23:43.540 63 DEBUG tempest.lib.common.rest_client [req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1206892287', u'x-compute-request-id': 'req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:45.170 63 INFO tempest.lib.common.rest_client [req-bea753c3-5682-44d7-88fb-ac3596150671 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/remove_router_interface 1.629s 2018-08-13 10:23:45.170 63 DEBUG tempest.lib.common.rest_client [req-bea753c3-5682-44d7-88fb-ac3596150671 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:23:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bea753c3-5682-44d7-88fb-ac3596150671'} Body: {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3", "subnet_ids": ["86d018c1-ee69-410c-b3d6-610bb3604bb3"], "port_id": "bf4d8635-1a45-4a23-aea7-2b27770b5725", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:46.692 63 INFO tempest.lib.common.rest_client [req-9840464d-f21e-4be2-8a75-8f4def991ae6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1 1.521s 2018-08-13 10:23:46.693 63 DEBUG tempest.lib.common.rest_client [req-9840464d-f21e-4be2-8a75-8f4def991ae6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1', u'date': 'Mon, 13 Aug 2018 10:23:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9840464d-f21e-4be2-8a75-8f4def991ae6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:47.987 63 INFO tempest.lib.common.rest_client [req-c3f7175d-7930-43a1-abdf-64cf0929e7df ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/86d018c1-ee69-410c-b3d6-610bb3604bb3 1.292s 2018-08-13 10:23:47.988 63 DEBUG tempest.lib.common.rest_client [req-c3f7175d-7930-43a1-abdf-64cf0929e7df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/86d018c1-ee69-410c-b3d6-610bb3604bb3', u'date': 'Mon, 13 Aug 2018 10:23:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c3f7175d-7930-43a1-abdf-64cf0929e7df'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:49.866 63 INFO tempest.lib.common.rest_client [req-4ed9dcee-e6a2-42c0-9c64-347201c0f656 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/b4a57abe-6f9f-4b32-b320-257448355174 1.878s 2018-08-13 10:23:49.867 63 DEBUG tempest.lib.common.rest_client [req-4ed9dcee-e6a2-42c0-9c64-347201c0f656 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/b4a57abe-6f9f-4b32-b320-257448355174', u'date': 'Mon, 13 Aug 2018 10:23:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4ed9dcee-e6a2-42c0-9c64-347201c0f656'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:51.128 63 INFO tempest.lib.common.rest_client [req-26227a19-34bc-4d1d-b2e6-acf0afcb4996 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/2c377c36-3c56-47d4-a8bd-5f6efae5ce17 1.260s 2018-08-13 10:23:51.129 63 DEBUG tempest.lib.common.rest_client [req-26227a19-34bc-4d1d-b2e6-acf0afcb4996 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/2c377c36-3c56-47d4-a8bd-5f6efae5ce17', u'date': 'Mon, 13 Aug 2018 10:23:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-26227a19-34bc-4d1d-b2e6-acf0afcb4996'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:52.805 63 INFO tempest.lib.common.rest_client [req-a27057c2-792e-4846-9d66-4e5850d66c63 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/54159b2c-bbc7-4adc-bd00-02c19a300838 1.675s 2018-08-13 10:23:52.806 63 DEBUG tempest.lib.common.rest_client [req-a27057c2-792e-4846-9d66-4e5850d66c63 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/54159b2c-bbc7-4adc-bd00-02c19a300838', u'date': 'Mon, 13 Aug 2018 10:23:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a27057c2-792e-4846-9d66-4e5850d66c63'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:53.260 63 INFO tempest.lib.common.rest_client [req-9f4a1a17-c9ee-452c-9dc9-c28f9f9725c9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/a749085c-c769-423f-8807-34eb19835b97 0.453s 2018-08-13 10:23:53.261 63 DEBUG tempest.lib.common.rest_client [req-9f4a1a17-c9ee-452c-9dc9-c28f9f9725c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/a749085c-c769-423f-8807-34eb19835b97', u'date': 'Mon, 13 Aug 2018 10:23:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f4a1a17-c9ee-452c-9dc9-c28f9f9725c9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association [363.650528s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 801, in test_bgpvpn_negative_delete_router_association self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:17:49,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.247s 2018-08-13 10:17:49,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1052453406 description", "name": "tempest-secgroup-smoke-1052453406"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-224eff2b-b88c-4e18-8a68-385fa9ccf4f2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1052453406 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:49Z", "updated_at": "2018-08-13T10:17:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:17:49Z", "revision_number": 0, "id": "0b365f06-b3e9-40ef-80a0-3c51a1ff706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:17:49Z", "revision_number": 0, "id": "53fe7f35-e071-4d8a-a39a-9ab2ff8b4ec5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a749085c-c769-423f-8807-34eb19835b97", "name": "tempest-secgroup-smoke-1052453406"}} 2018-08-13 10:17:50,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.171s 2018-08-13 10:17:50,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0668d4-2823-4e34-ba77-b1ce9ed2684f'} 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-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6aca0d37-5f89-46c2-8959-dfc65781be25"}} 2018-08-13 10:17:50,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.146s 2018-08-13 10:17:50,181 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab7e39a5-1a64-4638-ab40-d20c175a352b'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6f6b8786-7dd3-4215-bc54-942a632fa118"}} 2018-08-13 10:17:50,361 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.179s 2018-08-13 10:17:50,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44446f44-da06-41e5-afb5-792108f287b5'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "75dd8717-1889-4c6d-a7b7-17dcd39f5786"}} 2018-08-13 10:17:50,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 10:17:50,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-78549722-95b8-4f9c-90f4-46154a5642ed'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e94b0025-2b76-41ce-b3af-f6e2cef14b01"}} 2018-08-13 10:17:50,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.194s 2018-08-13 10:17:50,715 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4e24d2a-00d5-4a0e-93c1-3ed90a15ed3b'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7aa65d5d-cd10-42b7-be48-d279f2361afa"}} 2018-08-13 10:17:51,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.342s 2018-08-13 10:17:51,059 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-116f9d79-e5af-4d4f-8593-4d6bb7e3aa47'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "626ef623-11bc-4f7b-bf69-9eeecdf1a965"}} 2018-08-13 10:17:51,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:17:51,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a12bbed2-a3fe-4462-a577-afc463ca3480'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:51Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c97b72b6-be27-4ca2-9e5a-3748a1ff3fc2"}} 2018-08-13 10:17:51,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.154s 2018-08-13 10:17:51,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-def3925c-09c4-475a-bf8f-e93e0a30e1bd'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:51Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "066d0282-9d2e-4aac-8760-f8587601f531"}} 2018-08-13 10:17:51,601 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.249s 2018-08-13 10:17:51,602 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-383579686"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b206d40-d5bb-4956-826d-6bc7eb453a01'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:17:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"54159b2c-bbc7-4adc-bd00-02c19a300838","name":"tempest-A-383579686"}} 2018-08-13 10:17:52,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.786s 2018-08-13 10:17:52,390 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "name": "tempest-subnet-A-1-1477933898"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:17:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e806692-db3b-4729-8362-aa7b3ff52a2f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54159b2c-bbc7-4adc-bd00-02c19a300838","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:51Z","dns_nameservers":[],"updated_at":"2018-08-13T10:17:51Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2c377c36-3c56-47d4-a8bd-5f6efae5ce17","subnetpool_id":null,"name":"tempest-subnet-A-1-1477933898"}} 2018-08-13 10:17:52,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.227s 2018-08-13 10:17:52,618 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1545100979"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:17:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ea0d8dd-c54f-49e9-945e-9e21cf85fec3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:17:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"b4a57abe-6f9f-4b32-b320-257448355174","name":"tempest-B-1545100979"}} 2018-08-13 10:17:53,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.848s 2018-08-13 10:17:53,468 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "name": "tempest-subnet-B-1-1235137833"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:17:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c00cb8b-85d5-409a-832e-0e4634c0b850'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4a57abe-6f9f-4b32-b320-257448355174","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:52Z","dns_nameservers":[],"updated_at":"2018-08-13T10:17:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"86d018c1-ee69-410c-b3d6-610bb3604bb3","subnetpool_id":null,"name":"tempest-subnet-B-1-1235137833"}} 2018-08-13 10:17:53,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.159s 2018-08-13 10:17:53,628 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--2123477423", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:17:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d65abd97-4a78-4400-9ed9-33fb289c1d40'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:53Z", "admin_state_up": true, "updated_at": "2018-08-13T10:17:53Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "name": "tempest-router--2123477423"}} 2018-08-13 10:17:54,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1 1.333s 2018-08-13 10:17:54,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1', u'date': 'Mon, 13 Aug 2018 10:17:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ada25f5-778b-4900-bcf5-f14979bb2fb4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:53Z", "admin_state_up": true, "updated_at": "2018-08-13T10:17:54Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "name": "tempest-router--2123477423"}} 2018-08-13 10:17:57,254 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/add_router_interface 2.290s 2018-08-13 10:17:57,255 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12e8e3d0-a1a7-4696-b496-1db2dc6c435b'} Body: {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3", "subnet_ids": ["86d018c1-ee69-410c-b3d6-610bb3604bb3"], "port_id": "bf4d8635-1a45-4a23-aea7-2b27770b5725", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"} 2018-08-13 10:17:57,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.286s 2018-08-13 10:17:57,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0465cd4-8f10-4416-9c81-3772e4cc1275'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "7272bb5b-2d37-492c-aaf8-830c9ccbd8bf"}} 2018-08-13 10:17:57,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/network_associations 0.234s 2018-08-13 10:17:57,779 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/network_associations', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e07a0314-45a2-449d-a826-60d7c7f31935'} Body: {"network_association": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "id": "f83745d7-f141-414c-9a84-f42961218512"}} 2018-08-13 10:17:58,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/router_associations 0.572s 2018-08-13 10:17:58,353 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/router_associations', u'date': 'Mon, 13 Aug 2018 10:17:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a13ab35-f521-4377-8fbc-195947b609ae'} Body: {"router_association": {"router_id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "id": "b456ce4c-cb3e-4367-85f7-c82ce27bd174"}} 2018-08-13 10:17:58,462 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.108s 2018-08-13 10:17:58,463 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1206892287"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-c33031e4-1226-44e2-9cef-317850b0d5af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c33031e4-1226-44e2-9cef-317850b0d5af'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ7m2DXulj+AQrYcaXCuARQbvMxTCzWkNls/GcSHsitr1hZGm99YYo7Hq8iFpBEz+QFzwth0csGKSsUo3UZAilCez2Mu5Fjy60YPOb0f+QHmBVrPtflYjMwJYgEwBC/FOM1go4/ULJ10J/fSxYuR8fmtslJO881L5rdWbd6cj8J3PCu8KC98aLL24wEvZpQtEmP/jtf0kLcq2VH3D37wbRjuU0uYOlCfuppV3cxKfOH0Y/VBox1otyo68KBP978MC2aWAx7+WMY44AmyW0zWfn7kj5QPw2lwnFHqW+RakfWagRxHXVu84Xufzy1e/vRXiZOl2JQ+I06icq2shyNq7b Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA0O5tg17pY/gEK2HGlwrgEUG7zMUws1pDZbPxnEh7Ira9YWRp\nvfWGKOx6vIhaQRM/kBc8LYdHLBikrFKN1GQIpQns9jLuRY8utGDzm9H/kB5gVaz7\nX5WIzMCWIBMAQvxTjNYKOP1CyddCf30sWLkfH5rbJSTvPNS+a3Vm3enI/CdzwrvC\ngvfGiy9uMBL2aULRJj/47X9JC3KtlR9w9+8G0Y7lNLmDpQn7qaVd3MSnzh9GP1Qa\nMdaLcqOvCgT/e/DAtmlgMe/ljGOOAJsltM1n5+5I+UD8NpcJxR6lvkWpH1moEcR1\n1bvOF7n88tXv70V4mTpdiUPiNOonKtrIcjau2wIDAQABAoIBAQC2fx0ffB8HGFOk\nBSLvOiugRzegVLoGX5ixVG194n3UQ6TGVmxa5gSK6I0I811KrGKAHRuOdTSA2wG0\nF+QVGk/GwRW/s5sXHUthebIwcEz3+OCS1ac4xagZmTtIxvAaksb0JN4HC4l0Ptex\n/odm9ESwWZaEKm/iRb4SpRj2S8goH0XGZbIiRJVEgUzgr0igU1j2AOcag9en8nVY\n49fNbH1JHX+8Zo3lR9vdXpIIJLSqYb6ry740BokhWcn6gejsao4pxy9tm19ExOLe\nIg0lt2rC4cuEsnVn8MXtbKPWhShpvMLxgY7/CfT708awdewEw7+/Vj81XpkiD1cq\nyBR+mhNpAoGBAOy+E3Dcy3PZRsYlqOeeL+k5+NS6k+EEZpaBKQ0wjrk6dIepnVBx\n4m+OFJoUz6EEFaHKB2kXjuDhwWkl4a3k4h1FbSVMlxOC8wuyUHVaD6Yd3WkvREU5\nZnYU1fXcmHG0FciUAvkjK0BpjkFC+O2mK7csWHXutcH3EYmUsGbL1LEtAoGBAOHt\nNo/olpIvArn7gP9vBIk+mooUCmRiP7Ie8eIjfUBuT3CZXHPUeo5XuJF8V1XinAiG\nn02dboAfZexFVUKZM5xDJUlgjlwgmEe6GCP6rhW+1GpTOWUeQ4+okA37FQVfjVqe\nJztgcOHxX2w6ME1oX9fQ90mS3TvF1VGVlCARwxUnAoGBAJGT4IiKfWFjvq2iAtdK\n4tNcHrNReBXqitsJ2aCOt3UXiQjTODV7km5exDRrj7HHvTWb8iqhne6TZEewT7KL\nCLBPPOquykfpQmNy5x8CnpTb0IcZ1bVrsqHx9hAV8ngY8TxCKAHjqnkVb7CZ6lDY\n2hDtaAg9He+Eanhbwo2z0bqRAoGBALEQe5mvvQpWw7lFLqWCubhikzWyXS6tfaQ4\n8nO8QrbTfXkPCNFS7rZOc726CKysDIP2FjX7M5ZAhV32PMsUTMmkKj3m6cu0VASr\nCa5xEizCwbGPBkWEwYh+oGAEr0XlzF//4Vl8zRuXU6T7uc2BBtSa1qQX8UGeXAAz\nzcKQiSczAoGBALIRGiO4gLM3sfwep8GeS96/E7mIYpHaMy17a0XubqtDnNOcES14\n6hg02RdQPYL8EkfWi5cFAZ3vvr684GlkiZX+D35+T5U9aSyvFwZYu8i8FG6W61Or\nls3+FiUMSHgqdsHzwI0/WUjjL5zFJxp02RB77c2FmCKzzn40pbZmo1xr\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1206892287", "fingerprint": "a2:ed:f4:e7:41:61:c6:c6:5f:2e:a8:7f:57:50:ac:54"}} 2018-08-13 10:17:59,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/ports 1.264s 2018-08-13 10:17:59,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-299291863", "security_groups": ["a749085c-c769-423f-8807-34eb19835b97"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:17:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31e46c08-5d04-4ec1-bc64-8a3c98d9d36e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:17:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"54159b2c-bbc7-4adc-bd00-02c19a300838","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:17:59Z","name":"tempest-port-smoke-299291863","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:cc:e7:9b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"2c377c36-3c56-47d4-a8bd-5f6efae5ce17","ip_address":"10.101.11.10"}],"id":"60233fb8-a28b-4d48-a86a-c0622ec75b1d","security_groups":["a749085c-c769-423f-8807-34eb19835b97"],"device_id":""}} 2018-08-13 10:18:01,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.22:8774/v2.1/servers 1.951s 2018-08-13 10:18:01,685 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1206892287", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "54159b2c-bbc7-4adc-bd00-02c19a300838", "port": "60233fb8-a28b-4d48-a86a-c0622ec75b1d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-57c1fc89-5964-4cda-9b8b-bd387b55064b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57c1fc89-5964-4cda-9b8b-bd387b55064b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "adminPass": "KFkPTeBCg4RP"}} 2018-08-13 10:18:01,752 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.062s 2018-08-13 10:18:01,752 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-49b0d433-0591-4209-aa19-0843b64b5fb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49b0d433-0591-4209-aa19-0843b64b5fb8'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:03,010 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.243s 2018-08-13 10:18:03,010 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d8ce501f-689c-4da3-a213-e818f80e45be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8ce501f-689c-4da3-a213-e818f80e45be'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:04,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.346s 2018-08-13 10:18:04,372 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-4f997bb3-d253-4f75-bf69-1dc49472d757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f997bb3-d253-4f75-bf69-1dc49472d757'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:04,385 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-13 10:18:05,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.421s 2018-08-13 10:18:05,809 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-e9248984-2cad-403b-9f06-7ab3339a7a75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9248984-2cad-403b-9f06-7ab3339a7a75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:05,822 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:18:07,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 1.033s 2018-08-13 10:18:07,858 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d02675b4-3589-4a83-8aaf-04acf406d371', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d02675b4-3589-4a83-8aaf-04acf406d371'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:09,320 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.447s 2018-08-13 10:18:09,320 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:11,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.739s 2018-08-13 10:18:11,074 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-c1082f8c-bb13-4fc3-8648-a906eef2f81a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1082f8c-bb13-4fc3-8648-a906eef2f81a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:11,087 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-13 10:18:11,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.185s 2018-08-13 10:18:11,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-2be2fc91-ed87-4529-bb8b-0c53fef8f064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2be2fc91-ed87-4529-bb8b-0c53fef8f064'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:11,287 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a with status: ACTIVE 2018-08-13 10:18:12,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/ports 0.796s 2018-08-13 10:18:12,085 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-416451718", "security_groups": ["a749085c-c769-423f-8807-34eb19835b97"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:18:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d36e93a-c0e9-4ea7-b604-c2b5eaa34aa0'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:18:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b4a57abe-6f9f-4b32-b320-257448355174","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:18:11Z","name":"tempest-port-smoke-416451718","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:91:67:cd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"86d018c1-ee69-410c-b3d6-610bb3604bb3","ip_address":"10.102.21.20"}],"id":"8aea3c95-a51e-4031-b099-db8850f9e0a5","security_groups":["a749085c-c769-423f-8807-34eb19835b97"],"device_id":""}} 2018-08-13 10:18:14,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.22:8774/v2.1/servers 2.358s 2018-08-13 10:18:14,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1206892287", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "b4a57abe-6f9f-4b32-b320-257448355174", "port": "8aea3c95-a51e-4031-b099-db8850f9e0a5"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-4a148465-1039-4931-87ff-dce86e01b767', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a148465-1039-4931-87ff-dce86e01b767'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "adminPass": "8FsEtjh85ic4"}} 2018-08-13 10:18:15,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.662s 2018-08-13 10:18:15,112 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-305d0583-81cf-4aa4-b7b8-ea591f122232', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-305d0583-81cf-4aa4-b7b8-ea591f122232'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:16,214 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.086s 2018-08-13 10:18:16,214 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:16,226 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:18:17,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.154s 2018-08-13 10:18:17,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-c130ba4a-07be-4484-afa1-101230340a19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c130ba4a-07be-4484-afa1-101230340a19'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:17,395 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:18:18,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.312s 2018-08-13 10:18:18,710 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-aab7ff34-7aa5-434e-9015-e62e80484705', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aab7ff34-7aa5-434e-9015-e62e80484705'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:19,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.171s 2018-08-13 10:18:19,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-7315506a-e130-43e8-b1b4-f7e978b9ccf0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7315506a-e130-43e8-b1b4-f7e978b9ccf0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:21,068 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.157s 2018-08-13 10:18:21,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-5698fb4e-9452-4816-ad22-b22ff4aefc50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5698fb4e-9452-4816-ad22-b22ff4aefc50'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:19Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:21,084 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:18:21,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.734s 2018-08-13 10:18:21,820 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-ce6fe3ed-bed8-4e20-b695-1522d10ca282', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce6fe3ed-bed8-4e20-b695-1522d10ca282'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:19Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:21,834 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 20842615-bccf-4675-a2ce-99be6d67c57b with status: ACTIVE 2018-08-13 10:18:22,204 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.368s 2018-08-13 10:18:22,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--314190608", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:18:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b6ae936-83e6-4780-b9a5-4711f0b96fd3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:18:22Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "name": "tempest-router--314190608"}} 2018-08-13 10:18:23,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f 1.609s 2018-08-13 10:18:23,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f', u'date': 'Mon, 13 Aug 2018 10:18:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-397975fe-bdb4-4a60-ae07-1c5d9ad76763'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:18:23Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "name": "tempest-router--314190608"}} 2018-08-13 10:18:25,827 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/add_router_interface 2.010s 2018-08-13 10:18:25,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:18:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49bc9fa5-a92b-49ff-b1dd-c7620a35729b'} Body: {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17", "subnet_ids": ["2c377c36-3c56-47d4-a8bd-5f6efae5ce17"], "port_id": "7af7576a-054b-490a-aeb9-7777517c0424", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f"} 2018-08-13 10:18:27,736 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.908s 2018-08-13 10:18:27,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "60233fb8-a28b-4d48-a86a-c0622ec75b1d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:18:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46aacef5-b7c5-4b6c-9c05-52dea86b6791'} Body: {"floatingip": {"router_id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:18:26Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "60233fb8-a28b-4d48-a86a-c0622ec75b1d", "id": "4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:26Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:18:27,739 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:18:30,746 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:18:30,808 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:18:30,810 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:18:30,925 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:18:30,925 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:18:30,927 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:18:30,986 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:18:30,991 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:18:35,997 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:18:35,998 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:19:46,069 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:19:46,069 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:19:46,074 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:19:46,170 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:19:46,201 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:19:51,209 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:19:51,210 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:21:01,241 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:21:01,242 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:21:01,242 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,246 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,345 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,374 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,381 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:21:01,381 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f0:a8:1c [ether] on eth0 2018-08-13 10:21:01,381 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:21:01,382 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,384 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,445 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,449 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,458 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:21:01,458 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:21:01,459 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,461 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,521 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,525 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,530 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:21:01,531 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,533 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,593 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,596 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,602 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:21:01,602 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f0:a8:1c [ether] on eth0 2018-08-13 10:21:01,603 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:21:01,603 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,605 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,669 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:06,676 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:21:06,677 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:22:16,703 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:22:16,703 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:22:16,707 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:22:16,806 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:22:16,835 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:22:21,842 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:22:21,843 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:23:31,904 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:23:31,904 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:23:33,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c 1.352s 2018-08-13 10:23:33,259 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c', u'date': 'Mon, 13 Aug 2018 10:23:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1f7711d2-62cb-4ad2-8b3e-394b3c002451'} Body: 2018-08-13 10:23:35,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/remove_router_interface 2.000s 2018-08-13 10:23:35,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae050bfe-b6b6-43d6-8ac2-5849914500aa'} Body: {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17", "subnet_ids": ["2c377c36-3c56-47d4-a8bd-5f6efae5ce17"], "port_id": "7af7576a-054b-490a-aeb9-7777517c0424", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f"} 2018-08-13 10:23:36,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f 1.718s 2018-08-13 10:23:36,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f', u'date': 'Mon, 13 Aug 2018 10:23:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31783ac6-d2bd-4974-b5ff-c030aa434c10'} Body: 2018-08-13 10:23:37,380 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.399s 2018-08-13 10:23:37,381 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-6fb65799-560e-413a-b4c7-91e06d0f7565', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fb65799-560e-413a-b4c7-91e06d0f7565'} Body: 2018-08-13 10:23:37,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.455s 2018-08-13 10:23:37,838 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-430216dd-3553-4b49-af3b-bc504e98e70e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-430216dd-3553-4b49-af3b-bc504e98e70e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:37Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:23:39,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.532s 2018-08-13 10:23:39,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-1771ee6f-ef50-4457-81ab-601cb708f622', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1771ee6f-ef50-4457-81ab-601cb708f622'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:37Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:23:40,454 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.051s 2018-08-13 10:23:40,454 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-efaee402-3809-4b27-a92d-bcdc185899d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-efaee402-3809-4b27-a92d-bcdc185899d4'} Body: {"itemNotFound": {"message": "Instance 20842615-bccf-4675-a2ce-99be6d67c57b could not be found.", "code": 404}} 2018-08-13 10:23:41,303 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/8aea3c95-a51e-4031-b099-db8850f9e0a5 0.848s 2018-08-13 10:23:41,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/8aea3c95-a51e-4031-b099-db8850f9e0a5', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-38cab650-8758-41fe-8739-db2503aec367'} Body: 2018-08-13 10:23:41,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.153s 2018-08-13 10:23:41,459 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-540e5bca-1e1a-450a-b5d5-af3103248c1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-540e5bca-1e1a-450a-b5d5-af3103248c1a'} Body: 2018-08-13 10:23:41,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.363s 2018-08-13 10:23:41,823 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:23:42,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.047s 2018-08-13 10:23:42,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-ea84d480-82a0-4de2-b4ce-70125101cceb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ea84d480-82a0-4de2-b4ce-70125101cceb'} Body: {"itemNotFound": {"message": "Instance 4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a could not be found.", "code": 404}} 2018-08-13 10:23:43,501 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/60233fb8-a28b-4d48-a86a-c0622ec75b1d 0.614s 2018-08-13 10:23:43,502 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/60233fb8-a28b-4d48-a86a-c0622ec75b1d', u'date': 'Mon, 13 Aug 2018 10:23:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d1ee4dd-0e36-4128-a5d4-f546cd9ff5e4'} Body: 2018-08-13 10:23:43,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1206892287 0.036s 2018-08-13 10:23:43,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1206892287', u'x-compute-request-id': 'req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab'} Body: 2018-08-13 10:23:45,170 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/remove_router_interface 1.629s 2018-08-13 10:23:45,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:23:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bea753c3-5682-44d7-88fb-ac3596150671'} Body: {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3", "subnet_ids": ["86d018c1-ee69-410c-b3d6-610bb3604bb3"], "port_id": "bf4d8635-1a45-4a23-aea7-2b27770b5725", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"} 2018-08-13 10:23:46,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1 1.521s 2018-08-13 10:23:46,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1', u'date': 'Mon, 13 Aug 2018 10:23:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9840464d-f21e-4be2-8a75-8f4def991ae6'} Body: 2018-08-13 10:23:47,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/86d018c1-ee69-410c-b3d6-610bb3604bb3 1.292s 2018-08-13 10:23:47,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/86d018c1-ee69-410c-b3d6-610bb3604bb3', u'date': 'Mon, 13 Aug 2018 10:23:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c3f7175d-7930-43a1-abdf-64cf0929e7df'} Body: 2018-08-13 10:23:49,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/b4a57abe-6f9f-4b32-b320-257448355174 1.878s 2018-08-13 10:23:49,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/b4a57abe-6f9f-4b32-b320-257448355174', u'date': 'Mon, 13 Aug 2018 10:23:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4ed9dcee-e6a2-42c0-9c64-347201c0f656'} Body: 2018-08-13 10:23:51,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/2c377c36-3c56-47d4-a8bd-5f6efae5ce17 1.260s 2018-08-13 10:23:51,129 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/2c377c36-3c56-47d4-a8bd-5f6efae5ce17', u'date': 'Mon, 13 Aug 2018 10:23:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-26227a19-34bc-4d1d-b2e6-acf0afcb4996'} Body: 2018-08-13 10:23:52,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/54159b2c-bbc7-4adc-bd00-02c19a300838 1.675s 2018-08-13 10:23:52,806 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/54159b2c-bbc7-4adc-bd00-02c19a300838', u'date': 'Mon, 13 Aug 2018 10:23:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a27057c2-792e-4846-9d66-4e5850d66c63'} Body: 2018-08-13 10:23:53,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/a749085c-c769-423f-8807-34eb19835b97 0.453s 2018-08-13 10:23:53,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/a749085c-c769-423f-8807-34eb19835b97', u'date': 'Mon, 13 Aug 2018 10:23:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f4a1a17-c9ee-452c-9dc9-c28f9f9725c9'} Body: 2018-08-13 10:23:53.572 63 INFO tempest.lib.common.rest_client [req-b1cfc0da-c6ec-4797-8ab0-ff9154b65d3a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.285s 2018-08-13 10:23:53.572 63 DEBUG tempest.lib.common.rest_client [req-b1cfc0da-c6ec-4797-8ab0-ff9154b65d3a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1723420700 description", "name": "tempest-secgroup-smoke-1723420700"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:23:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1cfc0da-c6ec-4797-8ab0-ff9154b65d3a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1723420700 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:53Z", "updated_at": "2018-08-13T10:23:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:23:53Z", "revision_number": 0, "id": "2e621646-630f-40ef-89e1-2822e5c4eef7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:23:53Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:23:53Z", "revision_number": 0, "id": "33b30f4c-402a-4c8e-9cde-55eb8f7da160", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:23:53Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "name": "tempest-secgroup-smoke-1723420700"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:54.145 63 INFO tempest.lib.common.rest_client [req-04f5e742-d880-4a1f-9919-d480dc83ca64 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.571s 2018-08-13 10:23:54.145 63 DEBUG tempest.lib.common.rest_client [req-04f5e742-d880-4a1f-9919-d480dc83ca64 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04f5e742-d880-4a1f-9919-d480dc83ca64'} 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-08-13T10:23:54Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "81f8dd80-54e0-4333-b31e-56ff245ef8b9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:54.308 63 INFO tempest.lib.common.rest_client [req-76983636-0e9a-4e00-a9a1-61f94e0abd6e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.161s 2018-08-13 10:23:54.308 63 DEBUG tempest.lib.common.rest_client [req-76983636-0e9a-4e00-a9a1-61f94e0abd6e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76983636-0e9a-4e00-a9a1-61f94e0abd6e'} 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-08-13T10:23:54Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "198ab39c-e7ab-4eee-bb27-416c3141ecb5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:54.464 63 INFO tempest.lib.common.rest_client [req-12ce2e7b-da54-4069-8220-03f2545bb78c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:23:54.465 63 DEBUG tempest.lib.common.rest_client [req-12ce2e7b-da54-4069-8220-03f2545bb78c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12ce2e7b-da54-4069-8220-03f2545bb78c'} 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-08-13T10:23:54Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3facad8e-dd38-498b-a8de-7c4b739e17bd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:54.615 63 INFO tempest.lib.common.rest_client [req-8dd6c35b-fa17-4d34-ac94-1f3d20363af7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:23:54.615 63 DEBUG tempest.lib.common.rest_client [req-8dd6c35b-fa17-4d34-ac94-1f3d20363af7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8dd6c35b-fa17-4d34-ac94-1f3d20363af7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:23:54Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7130a88d-bccc-43db-a548-4dcdff60375e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:54.773 63 INFO tempest.lib.common.rest_client [req-6398ec1b-ac86-4f63-9679-54aa31295e71 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.157s 2018-08-13 10:23:54.774 63 DEBUG tempest.lib.common.rest_client [req-6398ec1b-ac86-4f63-9679-54aa31295e71 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6398ec1b-ac86-4f63-9679-54aa31295e71'} 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-08-13T10:23:54Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0d07731b-56bd-4698-bf37-8ebc15b24dc0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:54.929 63 INFO tempest.lib.common.rest_client [req-668a0c3b-3830-430a-ab95-822ea0e78b63 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.154s 2018-08-13 10:23:54.930 63 DEBUG tempest.lib.common.rest_client [req-668a0c3b-3830-430a-ab95-822ea0e78b63 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-668a0c3b-3830-430a-ab95-822ea0e78b63'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:23:54Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "26033cc1-1814-46a4-bcf3-a6015866cb14"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:55.093 63 INFO tempest.lib.common.rest_client [req-37b0a0b6-8c4b-460a-8f10-5e1146f1e34f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 10:23:55.093 63 DEBUG tempest.lib.common.rest_client [req-37b0a0b6-8c4b-460a-8f10-5e1146f1e34f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37b0a0b6-8c4b-460a-8f10-5e1146f1e34f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:23:55Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "40705313-f8d4-48a5-81bd-8e66af9371c2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:55.262 63 INFO tempest.lib.common.rest_client [req-2bcac569-a7d4-49f7-806f-3c22f1e19671 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.168s 2018-08-13 10:23:55.262 63 DEBUG tempest.lib.common.rest_client [req-2bcac569-a7d4-49f7-806f-3c22f1e19671 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:23:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2bcac569-a7d4-49f7-806f-3c22f1e19671'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:23:55Z", "security_group_id": "dbcf13d1-e2e6-4d28-8318-e49c89e238b0", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:23:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b23f81a7-a370-42f8-b0ab-ed20db74fd44"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:55.540 63 INFO tempest.lib.common.rest_client [req-5dc79c0f-13a2-4d2a-a1bd-eba1ef2bf22e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.276s 2018-08-13 10:23:55.540 63 DEBUG tempest.lib.common.rest_client [req-5dc79c0f-13a2-4d2a-a1bd-eba1ef2bf22e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-167638294"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:23:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5dc79c0f-13a2-4d2a-a1bd-eba1ef2bf22e'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:23:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:23:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f","name":"tempest-A-167638294"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:56.601 63 INFO tempest.lib.common.rest_client [req-96ef3d24-ee1b-409d-a628-4bf4a8e4c5b1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.060s 2018-08-13 10:23:56.602 63 DEBUG tempest.lib.common.rest_client [req-96ef3d24-ee1b-409d-a628-4bf4a8e4c5b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f", "name": "tempest-subnet-A-1-1023694041"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:23:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96ef3d24-ee1b-409d-a628-4bf4a8e4c5b1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:23:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:23:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a53e3889-b08b-47de-b104-b4bd1ad70b41","subnetpool_id":null,"name":"tempest-subnet-A-1-1023694041"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:57.162 63 INFO tempest.lib.common.rest_client [req-fe9a8091-ebd2-4af3-bf11-871686766d71 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.559s 2018-08-13 10:23:57.163 63 DEBUG tempest.lib.common.rest_client [req-fe9a8091-ebd2-4af3-bf11-871686766d71 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-2020946249"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:23:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fe9a8091-ebd2-4af3-bf11-871686766d71'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:23:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:23:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0b579cd9-3173-4a6f-9228-d69ebc536356","name":"tempest-B-2020946249"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:58.320 63 INFO tempest.lib.common.rest_client [req-7c38a04e-4560-4025-9ab2-c479ef6336b2 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.156s 2018-08-13 10:23:58.320 63 DEBUG tempest.lib.common.rest_client [req-7c38a04e-4560-4025-9ab2-c479ef6336b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "0b579cd9-3173-4a6f-9228-d69ebc536356", "name": "tempest-subnet-B-1-152262847"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:23:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7c38a04e-4560-4025-9ab2-c479ef6336b2'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0b579cd9-3173-4a6f-9228-d69ebc536356","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:23:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:23:57Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"bfb03ca8-17e1-428d-9b17-9f13af27dd20","subnetpool_id":null,"name":"tempest-subnet-B-1-152262847"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:58.710 63 INFO tempest.lib.common.rest_client [req-03c15388-80ea-4bea-8413-e9387f43d4cf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.388s 2018-08-13 10:23:58.710 63 DEBUG tempest.lib.common.rest_client [req-03c15388-80ea-4bea-8413-e9387f43d4cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:23:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03c15388-80ea-4bea-8413-e9387f43d4cf'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "c486d9ce-d568-4971-a15c-eab54efc48cd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:58.966 63 INFO tempest.lib.common.rest_client [req-895f59a2-f0d5-4428-9656-7b785a056c10 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c486d9ce-d568-4971-a15c-eab54efc48cd/network_associations 0.255s 2018-08-13 10:23:58.967 63 DEBUG tempest.lib.common.rest_client [req-895f59a2-f0d5-4428-9656-7b785a056c10 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c486d9ce-d568-4971-a15c-eab54efc48cd/network_associations', u'date': 'Mon, 13 Aug 2018 10:23:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-895f59a2-f0d5-4428-9656-7b785a056c10'} Body: {"network_association": {"network_id": "3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f", "id": "913c0eeb-f637-4e3a-8dfd-dca2432f1aa9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:59.315 63 INFO tempest.lib.common.rest_client [req-571cd5e6-d4ba-4a5a-8f44-3eb07255fdac ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c486d9ce-d568-4971-a15c-eab54efc48cd/network_associations 0.347s 2018-08-13 10:23:59.315 63 DEBUG tempest.lib.common.rest_client [req-571cd5e6-d4ba-4a5a-8f44-3eb07255fdac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0b579cd9-3173-4a6f-9228-d69ebc536356"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c486d9ce-d568-4971-a15c-eab54efc48cd/network_associations', u'date': 'Mon, 13 Aug 2018 10:23:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-571cd5e6-d4ba-4a5a-8f44-3eb07255fdac'} Body: {"network_association": {"network_id": "0b579cd9-3173-4a6f-9228-d69ebc536356", "id": "a544cb58-0734-4003-a482-2838f9dd8d69"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:23:59.316 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 10:23:59.416 63 INFO tempest.lib.common.rest_client [req-42d0c974-adc2-4307-8ae6-7e3bbaaa62d4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.099s 2018-08-13 10:23:59.416 63 DEBUG tempest.lib.common.rest_client [req-42d0c974-adc2-4307-8ae6-7e3bbaaa62d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-320755877"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-42d0c974-adc2-4307-8ae6-7e3bbaaa62d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42d0c974-adc2-4307-8ae6-7e3bbaaa62d4'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCTQ4WEzzNyp3XcFGDRnN1nVAN32ujv9Ohh8Od9Eo9r5LH+oDfbGFBMfAneuU46JsI9wrjRJOV/lTU2AVxRqJPsqE3lzLl5yRmGqRZH9/zosljjn7s378XQ9IgFhzaQrqiPnEfu5IVnByjfUfLPg0bcBmgztyZXv5M/GBvg8v+uxLv15wZs8NTH1KVqbpyRfO3OBB5/5P8OBRgn2I6oupOwBZgkMawdN4GI7tNTroVjRjd3fRQkcfBA6AJ5LRADgD74rpE+2q2tacnGg4NeqZMXCH59EnWr7wPKJ4awXq2GRNAqR8oIhAd4rHqn1bXhjtVAk4kx4Y+Utgizy5BIqj13 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAk0OFhM8zcqd13BRg0ZzdZ1QDd9ro7/ToYfDnfRKPa+Sx/qA3\n2xhQTHwJ3rlOOibCPcK40STlf5U1NgFcUaiT7KhN5cy5eckZhqkWR/f86LJY45+7\nN+/F0PSIBYc2kK6oj5xH7uSFZwco31Hyz4NG3AZoM7cmV7+TPxgb4PL/rsS79ecG\nbPDUx9Slam6ckXztzgQef+T/DgUYJ9iOqLqTsAWYJDGsHTeBiO7TU66FY0Y3d30U\nJHHwQOgCeS0QA4A++K6RPtqtrWnJxoODXqmTFwh+fRJ1q+8DyieGsF6thkTQKkfK\nCIQHeKx6p9W14Y7VQJOJMeGPlLYIs8uQSKo9dwIDAQABAoIBACAsSklfs0/DQj6Y\nvSZObRicBD31N5rlGLf9F7X9jhP2XOTSQCG/yBtNpiJgvbR6r0kq95HJy9H52Sw5\nU+ALQnYbtxkThxoSU19WJaYHiduUy1K/nPl1ivRB2E3M4qDtZ6oobJbGmlaN++H+\nV1v6xEpho/ZYdyoIkrTgIYcdz7pwr//SHNSI3I4mtPRDu83ddfN/5XCgfkTH1faK\nDJRrIQDJzXzKHCIvSBK41DsEeg4JKLfPB7sqYFcUk3ClZfsa6IhDeB3uok9dsEbx\nb6sNbvjUPqyFhv6pdSSCEDrC8X4HbCYn94j9k/+WIhKdtomVuGXuaCwT6nv9Wkv8\n8bzRqlECgYEAxBNe4A+xP0RhiEDj9bZj0AqkCGx+ybwRHNBa1cTLSpLbo3Ofyl5U\nbS8VKcQ4G5tvywY6WNk0k5tGIr9GfpGWDrLl+beSE/YiR8msFa3Md3+DB+DWXM7N\nDPwps/HjyxIgbK9DLBt/9G7l2MPsXVV/jrdjdNLpeQRWKYECE50hCm0CgYEAwEUw\nfhHoxuogoitIESOqqNBAWd2nhjhrTAH9nOHv+bG6mMctRlS6fPt3M0WSSUQvs2g3\n1VK2ISdHW65xVpyz4HkP7LewJ5u+qetcQ064hpQjYn/7PRWfxLTnGlrepe6Hi65w\nCwKPDXmFYMJosxDvqirOD9Il2Y97wkfvLpyruPMCgYA/i+ebxnozfv39Isq+v7Xp\nnwk6ka8lwoXpSL2nungIW0BD4R1QgPHr0O6S8r0cdWvt6L7QPNUFYbWBXWyDaLux\nV9mg7RWy0nqZuYrEG+fActsMmpneykc6hh8d6q9hCSbpEoQ6r07w8WAcuKLKPQNy\nRY0+N3zjc7xZBy6dHLewoQKBgGGG9xkLxpKXkiQQZkbjW56zu+CZsW9A0RRF8joQ\n1SRIBcmXRpzlP49EEuu7/38Qik2rsJ6RjPb2MJkNvEndxNQ5NF2zszP0KVuRmkQ9\n+xWwsN424t7SSC+EP7G7pDJw8upkekrralrAaGpzUp56GcesXMfjpfVcdb9Ps8Bm\nEikHAoGBAIFvFc9EOsuZanrhFfO3EivJ77YB/YdNf2PlE8dwS89pwYAtIAyW2Zkd\nPpSQDWTJ3nTiDomnKucCHe5Riq6WWPUQylAYsAgPEwfyTN4orXgA2r9A6cgwFFDd\n7dwr+5xUOG4efW6z7SNORFE7xYGGPswdCCdlDG39zGyXaZbigKIG\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-320755877", "fingerprint": "e3:f2:fa:fd:0d:7a:db:d8:05:72:ee:fb:a5:17:e7:89"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:00.636 63 INFO tempest.lib.common.rest_client [req-97cf389e-d997-4e89-a6a3-3615062050fb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 1.214s 2018-08-13 10:24:00.636 63 DEBUG tempest.lib.common.rest_client [req-97cf389e-d997-4e89-a6a3-3615062050fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1638219470", "security_groups": ["dbcf13d1-e2e6-4d28-8318-e49c89e238b0"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:24:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-97cf389e-d997-4e89-a6a3-3615062050fb'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:23:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:23:59Z","name":"tempest-port-smoke-1638219470","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5f:19:b0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a53e3889-b08b-47de-b104-b4bd1ad70b41","ip_address":"10.101.11.10"}],"id":"0aee0d87-e373-49f2-9ec8-81e8360f7256","security_groups":["dbcf13d1-e2e6-4d28-8318-e49c89e238b0"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:01.928 63 INFO tempest.lib.common.rest_client [req-8120239b-b26c-42bc-bb49-ce05127efed3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.290s 2018-08-13 10:24:01.929 63 DEBUG tempest.lib.common.rest_client [req-8120239b-b26c-42bc-bb49-ce05127efed3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-320755877", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f", "port": "0aee0d87-e373-49f2-9ec8-81e8360f7256"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-8120239b-b26c-42bc-bb49-ce05127efed3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8120239b-b26c-42bc-bb49-ce05127efed3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "adminPass": "jjKvXD83DRg7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:02.164 63 INFO tempest.lib.common.rest_client [req-f93de60a-1111-4c62-b305-e54eeb3d8812 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.230s 2018-08-13 10:24:02.164 63 DEBUG tempest.lib.common.rest_client [req-f93de60a-1111-4c62-b305-e54eeb3d8812 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-f93de60a-1111-4c62-b305-e54eeb3d8812', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f93de60a-1111-4c62-b305-e54eeb3d8812'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:03.515 63 INFO tempest.lib.common.rest_client [req-57c0f8e2-b8e6-4eeb-aaaf-3968e736a5b6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.334s 2018-08-13 10:24:03.516 63 DEBUG tempest.lib.common.rest_client [req-57c0f8e2-b8e6-4eeb-aaaf-3968e736a5b6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-57c0f8e2-b8e6-4eeb-aaaf-3968e736a5b6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57c0f8e2-b8e6-4eeb-aaaf-3968e736a5b6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:04.867 63 INFO tempest.lib.common.rest_client [req-53da4566-a7a0-4fb8-a793-dbb8ce7cd083 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.337s 2018-08-13 10:24:04.868 63 DEBUG tempest.lib.common.rest_client [req-53da4566-a7a0-4fb8-a793-dbb8ce7cd083 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-53da4566-a7a0-4fb8-a793-dbb8ce7cd083', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53da4566-a7a0-4fb8-a793-dbb8ce7cd083'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:04.882 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:24:06.633 63 INFO tempest.lib.common.rest_client [req-669e066a-f350-4369-8907-f35890873629 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.750s 2018-08-13 10:24:06.634 63 DEBUG tempest.lib.common.rest_client [req-669e066a-f350-4369-8907-f35890873629 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-669e066a-f350-4369-8907-f35890873629', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-669e066a-f350-4369-8907-f35890873629'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:06.647 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:24:08.243 63 INFO tempest.lib.common.rest_client [req-3f43acec-1a4c-44f1-a787-eb24c9b821f5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.594s 2018-08-13 10:24:08.244 63 DEBUG tempest.lib.common.rest_client [req-3f43acec-1a4c-44f1-a787-eb24c9b821f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-3f43acec-1a4c-44f1-a787-eb24c9b821f5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3f43acec-1a4c-44f1-a787-eb24c9b821f5'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-167638294": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:19:b0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:24:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:24:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:08.258 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:24:08.482 63 INFO tempest.lib.common.rest_client [req-cdce5847-1ab8-4151-bb5b-2c649d99d106 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.223s 2018-08-13 10:24:08.483 63 DEBUG tempest.lib.common.rest_client [req-cdce5847-1ab8-4151-bb5b-2c649d99d106 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-cdce5847-1ab8-4151-bb5b-2c649d99d106', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdce5847-1ab8-4151-bb5b-2c649d99d106'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-167638294": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:19:b0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:24:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:24:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:08.500 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d00c6ac0-d5b9-4710-9ec6-66172f0f3439 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:24:09.572 63 INFO tempest.lib.common.rest_client [req-9a30cd59-e78c-4a4d-b82a-651622b3cb86 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 1.069s 2018-08-13 10:24:09.572 63 DEBUG tempest.lib.common.rest_client [req-9a30cd59-e78c-4a4d-b82a-651622b3cb86 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0b579cd9-3173-4a6f-9228-d69ebc536356", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1160960626", "security_groups": ["dbcf13d1-e2e6-4d28-8318-e49c89e238b0"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:24:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a30cd59-e78c-4a4d-b82a-651622b3cb86'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:24:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0b579cd9-3173-4a6f-9228-d69ebc536356","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:24:09Z","name":"tempest-port-smoke-1160960626","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:61:51:cd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"bfb03ca8-17e1-428d-9b17-9f13af27dd20","ip_address":"10.102.21.20"}],"id":"246b6af1-6a54-46bf-ac45-580aee425e2a","security_groups":["dbcf13d1-e2e6-4d28-8318-e49c89e238b0"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:11.308 63 INFO tempest.lib.common.rest_client [req-952fbb23-ee0f-48d7-b8b1-6765a1e15b06 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.734s 2018-08-13 10:24:11.309 63 DEBUG tempest.lib.common.rest_client [req-952fbb23-ee0f-48d7-b8b1-6765a1e15b06 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-320755877", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "0b579cd9-3173-4a6f-9228-d69ebc536356", "port": "246b6af1-6a54-46bf-ac45-580aee425e2a"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-952fbb23-ee0f-48d7-b8b1-6765a1e15b06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-952fbb23-ee0f-48d7-b8b1-6765a1e15b06'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "adminPass": "8KviUL2kbJ38"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:11.626 63 INFO tempest.lib.common.rest_client [req-75218862-cec0-486e-8f25-8c2ebe796271 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.311s 2018-08-13 10:24:11.627 63 DEBUG tempest.lib.common.rest_client [req-75218862-cec0-486e-8f25-8c2ebe796271 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-75218862-cec0-486e-8f25-8c2ebe796271', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75218862-cec0-486e-8f25-8c2ebe796271'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:13.010 63 INFO tempest.lib.common.rest_client [req-4a39c793-3d10-43fb-87ff-318be7e031e6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.365s 2018-08-13 10:24:13.010 63 DEBUG tempest.lib.common.rest_client [req-4a39c793-3d10-43fb-87ff-318be7e031e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-4a39c793-3d10-43fb-87ff-318be7e031e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a39c793-3d10-43fb-87ff-318be7e031e6'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:14.281 63 INFO tempest.lib.common.rest_client [req-343791d5-fe24-4a01-9cc0-cfb329808ce7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.255s 2018-08-13 10:24:14.281 63 DEBUG tempest.lib.common.rest_client [req-343791d5-fe24-4a01-9cc0-cfb329808ce7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-343791d5-fe24-4a01-9cc0-cfb329808ce7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-343791d5-fe24-4a01-9cc0-cfb329808ce7'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:14.294 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-13 10:24:15.464 63 INFO tempest.lib.common.rest_client [req-8d76fa0f-4124-4695-b8e9-dee67f1f9a25 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.168s 2018-08-13 10:24:15.465 63 DEBUG tempest.lib.common.rest_client [req-8d76fa0f-4124-4695-b8e9-dee67f1f9a25 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-8d76fa0f-4124-4695-b8e9-dee67f1f9a25', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d76fa0f-4124-4695-b8e9-dee67f1f9a25'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:15.478 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:24:16.875 63 INFO tempest.lib.common.rest_client [req-f88e73be-a41e-4bfb-be09-520b5759668a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.396s 2018-08-13 10:24:16.876 63 DEBUG tempest.lib.common.rest_client [req-f88e73be-a41e-4bfb-be09-520b5759668a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-f88e73be-a41e-4bfb-be09-520b5759668a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f88e73be-a41e-4bfb-be09-520b5759668a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:24:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:18.040 63 INFO tempest.lib.common.rest_client [req-e7e9a404-2f6e-4017-9b23-a20c744969e3 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.150s 2018-08-13 10:24:18.040 63 DEBUG tempest.lib.common.rest_client [req-e7e9a404-2f6e-4017-9b23-a20c744969e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-e7e9a404-2f6e-4017-9b23-a20c744969e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7e9a404-2f6e-4017-9b23-a20c744969e3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2020946249": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:51:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:24:16.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:24:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:18.053 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:24:18.196 63 INFO tempest.lib.common.rest_client [req-45285c03-c599-45b4-aaf4-f7e0c6b6244c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.142s 2018-08-13 10:24:18.196 63 DEBUG tempest.lib.common.rest_client [req-45285c03-c599-45b4-aaf4-f7e0c6b6244c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-45285c03-c599-45b4-aaf4-f7e0c6b6244c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-45285c03-c599-45b4-aaf4-f7e0c6b6244c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2020946249": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:51:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:24:16.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:24:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:18.208 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b2156b75-5884-4b51-bb82-be63e82e940f with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:24:18.313 63 INFO tempest.lib.common.rest_client [req-c1455d38-ea5b-4090-8211-282d7af45be9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/routers 0.103s 2018-08-13 10:24:18.313 63 DEBUG tempest.lib.common.rest_client [req-c1455d38-ea5b-4090-8211-282d7af45be9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1784591313", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:24:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1455d38-ea5b-4090-8211-282d7af45be9'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:24:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:24:18Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5c48ff5a-6784-4424-bf3c-5bbbb28b7370", "name": "tempest-router--1784591313"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:19.825 63 INFO tempest.lib.common.rest_client [req-72c127fe-4499-4518-980e-26b5d919309b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370 1.511s 2018-08-13 10:24:19.826 63 DEBUG tempest.lib.common.rest_client [req-72c127fe-4499-4518-980e-26b5d919309b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370', u'date': 'Mon, 13 Aug 2018 10:24:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72c127fe-4499-4518-980e-26b5d919309b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.217"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:24:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:24:19Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5c48ff5a-6784-4424-bf3c-5bbbb28b7370", "name": "tempest-router--1784591313"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:22.241 63 INFO tempest.lib.common.rest_client [req-d1c6f057-3386-4918-b8bd-cd97b82af5b4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370/add_router_interface 2.414s 2018-08-13 10:24:22.242 63 DEBUG tempest.lib.common.rest_client [req-d1c6f057-3386-4918-b8bd-cd97b82af5b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a53e3889-b08b-47de-b104-b4bd1ad70b41"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:24:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d1c6f057-3386-4918-b8bd-cd97b82af5b4'} Body: {"network_id": "3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a53e3889-b08b-47de-b104-b4bd1ad70b41", "subnet_ids": ["a53e3889-b08b-47de-b104-b4bd1ad70b41"], "port_id": "70cb3bdb-8076-46ea-8a2b-9c8ff86ea904", "id": "5c48ff5a-6784-4424-bf3c-5bbbb28b7370"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:24.117 63 INFO tempest.lib.common.rest_client [req-74c09861-68cb-4779-aa93-f99054805849 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.874s 2018-08-13 10:24:24.117 63 DEBUG tempest.lib.common.rest_client [req-74c09861-68cb-4779-aa93-f99054805849 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "0aee0d87-e373-49f2-9ec8-81e8360f7256"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:24:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-74c09861-68cb-4779-aa93-f99054805849'} Body: {"floatingip": {"router_id": "5c48ff5a-6784-4424-bf3c-5bbbb28b7370", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:24:23Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.207", "revision_number": 0, "port_id": "0aee0d87-e373-49f2-9ec8-81e8360f7256", "id": "5c8df7bd-bb26-47cc-9351-441445580880", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:24:23Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:24.119 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-13 10:24:40.152 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:24:40.216 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:24:40.249 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-13 10:24:40.363 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:24:40.363 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.207:22' as 'cirros' with public key authentication 2018-08-13 10:24:40.366 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:24:40.426 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:24:40.430 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.207 successfully created 2018-08-13 10:24:45.437 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_disjoint_import_export) Executing command on 172.30.9.207 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:24:45.437 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.207.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:24:45.438 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075031 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:24:46.509 63 INFO tempest.lib.common.rest_client [req-0b1ff7c3-c03d-45de-a2d4-e2562780e2eb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/5c8df7bd-bb26-47cc-9351-441445580880 1.070s 2018-08-13 10:24:46.509 63 DEBUG tempest.lib.common.rest_client [req-0b1ff7c3-c03d-45de-a2d4-e2562780e2eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/5c8df7bd-bb26-47cc-9351-441445580880', u'date': 'Mon, 13 Aug 2018 10:24:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0b1ff7c3-c03d-45de-a2d4-e2562780e2eb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:48.322 63 INFO tempest.lib.common.rest_client [req-14435f6f-aa1e-44e6-8ef6-83a6ced92260 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370/remove_router_interface 1.812s 2018-08-13 10:24:48.323 63 DEBUG tempest.lib.common.rest_client [req-14435f6f-aa1e-44e6-8ef6-83a6ced92260 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a53e3889-b08b-47de-b104-b4bd1ad70b41"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:24:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14435f6f-aa1e-44e6-8ef6-83a6ced92260'} Body: {"network_id": "3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a53e3889-b08b-47de-b104-b4bd1ad70b41", "subnet_ids": ["a53e3889-b08b-47de-b104-b4bd1ad70b41"], "port_id": "70cb3bdb-8076-46ea-8a2b-9c8ff86ea904", "id": "5c48ff5a-6784-4424-bf3c-5bbbb28b7370"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:49.769 63 INFO tempest.lib.common.rest_client [req-b5036468-6d8a-46bc-a787-8ac4a24749f8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370 1.444s 2018-08-13 10:24:49.769 63 DEBUG tempest.lib.common.rest_client [req-b5036468-6d8a-46bc-a787-8ac4a24749f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5c48ff5a-6784-4424-bf3c-5bbbb28b7370', u'date': 'Mon, 13 Aug 2018 10:24:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5036468-6d8a-46bc-a787-8ac4a24749f8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:50.004 63 INFO tempest.lib.common.rest_client [req-43183555-c5ea-4221-8b76-3ed219c619f1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.234s 2018-08-13 10:24:50.004 63 DEBUG tempest.lib.common.rest_client [req-43183555-c5ea-4221-8b76-3ed219c619f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-43183555-c5ea-4221-8b76-3ed219c619f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43183555-c5ea-4221-8b76-3ed219c619f1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:50.700 63 INFO tempest.lib.common.rest_client [req-2d2488b6-da1a-4549-9a3e-54d38bb5644d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.694s 2018-08-13 10:24:50.700 63 DEBUG tempest.lib.common.rest_client [req-2d2488b6-da1a-4549-9a3e-54d38bb5644d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-2d2488b6-da1a-4549-9a3e-54d38bb5644d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d2488b6-da1a-4549-9a3e-54d38bb5644d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2020946249": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:51:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b2156b75-5884-4b51-bb82-be63e82e940f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:24:16.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b2156b75-5884-4b51-bb82-be63e82e940f", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:24:49Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-2", "created": "2018-08-13T10:24:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:51.758 63 INFO tempest.lib.common.rest_client [req-e8ba3aa8-41f2-4ac1-aa97-69a44291b0ae ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f 0.043s 2018-08-13 10:24:51.759 63 DEBUG tempest.lib.common.rest_client [req-e8ba3aa8-41f2-4ac1-aa97-69a44291b0ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b2156b75-5884-4b51-bb82-be63e82e940f', u'x-compute-request-id': 'req-e8ba3aa8-41f2-4ac1-aa97-69a44291b0ae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-e8ba3aa8-41f2-4ac1-aa97-69a44291b0ae'} Body: {"itemNotFound": {"message": "Instance b2156b75-5884-4b51-bb82-be63e82e940f could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:52.650 63 INFO tempest.lib.common.rest_client [req-68e6df6b-461d-4720-b3ef-3fe48b579bb9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/246b6af1-6a54-46bf-ac45-580aee425e2a 0.890s 2018-08-13 10:24:52.650 63 DEBUG tempest.lib.common.rest_client [req-68e6df6b-461d-4720-b3ef-3fe48b579bb9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/246b6af1-6a54-46bf-ac45-580aee425e2a', u'date': 'Mon, 13 Aug 2018 10:24:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-68e6df6b-461d-4720-b3ef-3fe48b579bb9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:52.788 63 INFO tempest.lib.common.rest_client [req-35c7465b-e3ab-45e5-b3fc-e5d3268709bb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.137s 2018-08-13 10:24:52.789 63 DEBUG tempest.lib.common.rest_client [req-35c7465b-e3ab-45e5-b3fc-e5d3268709bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-35c7465b-e3ab-45e5-b3fc-e5d3268709bb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35c7465b-e3ab-45e5-b3fc-e5d3268709bb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:52.967 63 INFO tempest.lib.common.rest_client [req-6cf44b24-005e-4814-9b83-10dc019e7174 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.178s 2018-08-13 10:24:52.968 63 DEBUG tempest.lib.common.rest_client [req-6cf44b24-005e-4814-9b83-10dc019e7174 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-6cf44b24-005e-4814-9b83-10dc019e7174', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cf44b24-005e-4814-9b83-10dc019e7174'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-167638294": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5f:19:b0", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:24:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "security_groups": [{"name": "tempest-secgroup-smoke-1723420700"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:24:52Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:54.349 63 INFO tempest.lib.common.rest_client [req-1ff7a304-6d7d-421e-8cc1-288fe5422774 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.366s 2018-08-13 10:24:54.350 63 DEBUG tempest.lib.common.rest_client [req-1ff7a304-6d7d-421e-8cc1-288fe5422774 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-1ff7a304-6d7d-421e-8cc1-288fe5422774', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1ff7a304-6d7d-421e-8cc1-288fe5422774'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:24:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d00c6ac0-d5b9-4710-9ec6-66172f0f3439", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:24:53Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": "2018-08-13T10:24:53.000000", "key_name": "tempest-TestBGPVPNBasic-320755877", "name": "server-1", "created": "2018-08-13T10:24:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:54.362 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-13 10:24:55.410 63 INFO tempest.lib.common.rest_client [req-5efe6690-bca4-4ef5-82aa-752598537bda ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439 0.046s 2018-08-13 10:24:55.410 63 DEBUG tempest.lib.common.rest_client [req-5efe6690-bca4-4ef5-82aa-752598537bda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d00c6ac0-d5b9-4710-9ec6-66172f0f3439', u'x-compute-request-id': 'req-5efe6690-bca4-4ef5-82aa-752598537bda', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5efe6690-bca4-4ef5-82aa-752598537bda'} Body: {"itemNotFound": {"message": "Instance d00c6ac0-d5b9-4710-9ec6-66172f0f3439 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:55.970 63 INFO tempest.lib.common.rest_client [req-c047c748-c02f-4f58-a2f3-36708173fce4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0aee0d87-e373-49f2-9ec8-81e8360f7256 0.558s 2018-08-13 10:24:55.970 63 DEBUG tempest.lib.common.rest_client [req-c047c748-c02f-4f58-a2f3-36708173fce4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0aee0d87-e373-49f2-9ec8-81e8360f7256', u'date': 'Mon, 13 Aug 2018 10:24:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c047c748-c02f-4f58-a2f3-36708173fce4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:56.033 63 INFO tempest.lib.common.rest_client [req-8ba0f2af-2bd4-483b-a952-b457247e8239 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-320755877 0.061s 2018-08-13 10:24:56.034 63 DEBUG tempest.lib.common.rest_client [req-8ba0f2af-2bd4-483b-a952-b457247e8239 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-320755877', u'x-compute-request-id': 'req-8ba0f2af-2bd4-483b-a952-b457247e8239', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:24:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8ba0f2af-2bd4-483b-a952-b457247e8239'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:57.318 63 INFO tempest.lib.common.rest_client [req-0493061c-49f6-4910-96d5-2f55130dc72d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/bfb03ca8-17e1-428d-9b17-9f13af27dd20 1.283s 2018-08-13 10:24:57.318 63 DEBUG tempest.lib.common.rest_client [req-0493061c-49f6-4910-96d5-2f55130dc72d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/bfb03ca8-17e1-428d-9b17-9f13af27dd20', u'date': 'Mon, 13 Aug 2018 10:24:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0493061c-49f6-4910-96d5-2f55130dc72d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:24:59.256 63 INFO tempest.lib.common.rest_client [req-0914ba62-27e5-499a-9198-129e035dd79a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/0b579cd9-3173-4a6f-9228-d69ebc536356 1.936s 2018-08-13 10:24:59.256 63 DEBUG tempest.lib.common.rest_client [req-0914ba62-27e5-499a-9198-129e035dd79a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/0b579cd9-3173-4a6f-9228-d69ebc536356', u'date': 'Mon, 13 Aug 2018 10:24:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0914ba62-27e5-499a-9198-129e035dd79a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:00.580 63 INFO tempest.lib.common.rest_client [req-58214d69-fe3c-46a3-b667-7452b552ddbe ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a53e3889-b08b-47de-b104-b4bd1ad70b41 1.323s 2018-08-13 10:25:00.581 63 DEBUG tempest.lib.common.rest_client [req-58214d69-fe3c-46a3-b667-7452b552ddbe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a53e3889-b08b-47de-b104-b4bd1ad70b41', u'date': 'Mon, 13 Aug 2018 10:25:00 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-58214d69-fe3c-46a3-b667-7452b552ddbe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:02.445 63 INFO tempest.lib.common.rest_client [req-184f4fbe-0073-441d-9bf6-a26f8d47b3f2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f 1.863s 2018-08-13 10:25:02.446 63 DEBUG tempest.lib.common.rest_client [req-184f4fbe-0073-441d-9bf6-a26f8d47b3f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/3f6b50fa-d0f4-4cdf-826e-6c30e7b1bb3f', u'date': 'Mon, 13 Aug 2018 10:25:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-184f4fbe-0073-441d-9bf6-a26f8d47b3f2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:02.690 63 INFO tempest.lib.common.rest_client [req-7fbeacf9-fb6d-44ab-9668-484078d386d1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/dbcf13d1-e2e6-4d28-8318-e49c89e238b0 0.242s 2018-08-13 10:25:02.690 63 DEBUG tempest.lib.common.rest_client [req-7fbeacf9-fb6d-44ab-9668-484078d386d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/dbcf13d1-e2e6-4d28-8318-e49c89e238b0', u'date': 'Mon, 13 Aug 2018 10:25:02 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fbeacf9-fb6d-44ab-9668-484078d386d1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_disjoint_import_export [69.405345s] ... ok 2018-08-13 10:25:03.029 63 INFO tempest.lib.common.rest_client [req-fc38c944-e1e3-4897-97f5-673f2a6449ca ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.320s 2018-08-13 10:25:03.030 63 DEBUG tempest.lib.common.rest_client [req-fc38c944-e1e3-4897-97f5-673f2a6449ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1418332826 description", "name": "tempest-secgroup-smoke-1418332826"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:25:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc38c944-e1e3-4897-97f5-673f2a6449ca'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1418332826 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:02Z", "updated_at": "2018-08-13T10:25:02Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:02Z", "revision_number": 0, "id": "693774c2-6e36-4007-9c38-9803f952e3b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:02Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:02Z", "revision_number": 0, "id": "6df7f882-5c40-4f01-8c23-c669303f9016", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:02Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d9273271-604a-42c4-9b59-b3c2afbab937", "name": "tempest-secgroup-smoke-1418332826"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:03.210 63 INFO tempest.lib.common.rest_client [req-1346fad6-abd7-4dcf-9345-f99c889dda4b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.179s 2018-08-13 10:25:03.211 63 DEBUG tempest.lib.common.rest_client [req-1346fad6-abd7-4dcf-9345-f99c889dda4b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1346fad6-abd7-4dcf-9345-f99c889dda4b'} 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-08-13T10:25:03Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:03Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e0346841-3fbb-490e-8a74-5bd90bc8364e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:03.380 63 INFO tempest.lib.common.rest_client [req-49f3143b-e169-4aec-b2cb-7612bcad1444 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.169s 2018-08-13 10:25:03.381 63 DEBUG tempest.lib.common.rest_client [req-49f3143b-e169-4aec-b2cb-7612bcad1444 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49f3143b-e169-4aec-b2cb-7612bcad1444'} 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-08-13T10:25:03Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:03Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "dcefb60c-9b14-4877-a9b9-c94554b08a1b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:03.534 63 INFO tempest.lib.common.rest_client [req-d82416c7-e10f-4480-a9c1-bfc8fd2b9b86 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.152s 2018-08-13 10:25:03.535 63 DEBUG tempest.lib.common.rest_client [req-d82416c7-e10f-4480-a9c1-bfc8fd2b9b86 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d82416c7-e10f-4480-a9c1-bfc8fd2b9b86'} 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-08-13T10:25:03Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:03Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "291a12d8-ff45-4a30-8aa4-3ceb810cbfa5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:03.678 63 INFO tempest.lib.common.rest_client [req-50e228f5-e427-4d1b-b7be-5f20a8f806f2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 10:25:03.678 63 DEBUG tempest.lib.common.rest_client [req-50e228f5-e427-4d1b-b7be-5f20a8f806f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50e228f5-e427-4d1b-b7be-5f20a8f806f2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:25:03Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:03Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0932f250-9f95-4292-8957-bd323b81607f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:03.846 63 INFO tempest.lib.common.rest_client [req-d22faec0-6bdc-48be-9f04-34f021aa7e48 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.167s 2018-08-13 10:25:03.847 63 DEBUG tempest.lib.common.rest_client [req-d22faec0-6bdc-48be-9f04-34f021aa7e48 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d22faec0-6bdc-48be-9f04-34f021aa7e48'} 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-08-13T10:25:03Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:03Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a907bd6e-381f-4b3a-bfb3-a74ed1ac5efc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:03.998 63 INFO tempest.lib.common.rest_client [req-f27581d9-b91b-49e3-b148-3f14c8b242bb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:25:03.998 63 DEBUG tempest.lib.common.rest_client [req-f27581d9-b91b-49e3-b148-3f14c8b242bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f27581d9-b91b-49e3-b148-3f14c8b242bb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:03Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:03Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cf6de684-ebae-4f25-949f-695bc9a0609b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:04.165 63 INFO tempest.lib.common.rest_client [req-d0fbfb38-e025-4c0d-b433-30e0e14d7176 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.166s 2018-08-13 10:25:04.166 63 DEBUG tempest.lib.common.rest_client [req-d0fbfb38-e025-4c0d-b433-30e0e14d7176 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0fbfb38-e025-4c0d-b433-30e0e14d7176'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:04Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:04Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8d7862f8-5e7f-424a-a383-1b3fdb4647aa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:04.322 63 INFO tempest.lib.common.rest_client [req-836cbf49-f48f-4ce1-83a6-21d2b3e71aa3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:25:04.322 63 DEBUG tempest.lib.common.rest_client [req-836cbf49-f48f-4ce1-83a6-21d2b3e71aa3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-836cbf49-f48f-4ce1-83a6-21d2b3e71aa3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:04Z", "security_group_id": "d9273271-604a-42c4-9b59-b3c2afbab937", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:04Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9f8d7c5a-c1f4-4790-aad6-f8499c0ae562"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:04.629 63 INFO tempest.lib.common.rest_client [req-93c61043-69c7-4f8a-9ebf-97b982f408f9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.305s 2018-08-13 10:25:04.630 63 DEBUG tempest.lib.common.rest_client [req-93c61043-69c7-4f8a-9ebf-97b982f408f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-2092819275"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:25:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-93c61043-69c7-4f8a-9ebf-97b982f408f9'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:04Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:25:04Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"8385d562-1ee9-45bc-a906-2f71b9129638","name":"tempest-A-2092819275"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:05.183 63 INFO tempest.lib.common.rest_client [req-e28cfe43-09ce-4c8a-b415-4563908b5a52 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.552s 2018-08-13 10:25:05.183 63 DEBUG tempest.lib.common.rest_client [req-e28cfe43-09ce-4c8a-b415-4563908b5a52 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "8385d562-1ee9-45bc-a906-2f71b9129638", "name": "tempest-subnet-A-1-1071323324"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:25:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e28cfe43-09ce-4c8a-b415-4563908b5a52'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"8385d562-1ee9-45bc-a906-2f71b9129638","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:04Z","dns_nameservers":[],"updated_at":"2018-08-13T10:25:04Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"181013dc-6f88-4796-827f-79320a319f6f","subnetpool_id":null,"name":"tempest-subnet-A-1-1071323324"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:05.687 63 INFO tempest.lib.common.rest_client [req-6d92e9ef-2e76-474b-9a04-f39faaa5a712 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.503s 2018-08-13 10:25:05.688 63 DEBUG tempest.lib.common.rest_client [req-6d92e9ef-2e76-474b-9a04-f39faaa5a712 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1479285023"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:25:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d92e9ef-2e76-474b-9a04-f39faaa5a712'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:05Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:25:05Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"31804318-f95a-4dbb-9640-dfea16c79533","name":"tempest-B-1479285023"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:06.259 63 INFO tempest.lib.common.rest_client [req-296d4834-a692-4af1-bd39-0f68284978d0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.570s 2018-08-13 10:25:06.260 63 DEBUG tempest.lib.common.rest_client [req-296d4834-a692-4af1-bd39-0f68284978d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "31804318-f95a-4dbb-9640-dfea16c79533", "name": "tempest-subnet-B-1-1310740274"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:25:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-296d4834-a692-4af1-bd39-0f68284978d0'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"31804318-f95a-4dbb-9640-dfea16c79533","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:05Z","dns_nameservers":[],"updated_at":"2018-08-13T10:25:05Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"49efae65-2c71-48e7-995d-dd66a87e878c","subnetpool_id":null,"name":"tempest-subnet-B-1-1310740274"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:06.754 63 INFO tempest.lib.common.rest_client [req-19ba5ced-8be7-4bb7-a412-72ae66442b57 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.493s 2018-08-13 10:25:06.755 63 DEBUG tempest.lib.common.rest_client [req-19ba5ced-8be7-4bb7-a412-72ae66442b57 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:25:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-19ba5ced-8be7-4bb7-a412-72ae66442b57'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "1112a940-f9ac-4d8d-83db-69ac7fd89f13"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:07.013 63 INFO tempest.lib.common.rest_client [req-0ba46163-0a28-4626-ad35-5c368b55a852 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1112a940-f9ac-4d8d-83db-69ac7fd89f13/network_associations 0.257s 2018-08-13 10:25:07.014 63 DEBUG tempest.lib.common.rest_client [req-0ba46163-0a28-4626-ad35-5c368b55a852 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "8385d562-1ee9-45bc-a906-2f71b9129638"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1112a940-f9ac-4d8d-83db-69ac7fd89f13/network_associations', u'date': 'Mon, 13 Aug 2018 10:25:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ba46163-0a28-4626-ad35-5c368b55a852'} Body: {"network_association": {"network_id": "8385d562-1ee9-45bc-a906-2f71b9129638", "id": "5d4ccc49-79c1-46bf-99a9-8726867c3c01"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:07.219 63 INFO tempest.lib.common.rest_client [req-648e9409-1c90-43ac-9941-b3b17512cb96 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.204s 2018-08-13 10:25:07.220 63 DEBUG tempest.lib.common.rest_client [req-648e9409-1c90-43ac-9941-b3b17512cb96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-21499115"}} Response - Headers: {'status': '200', u'content-length': '2307', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-648e9409-1c90-43ac-9941-b3b17512cb96', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-648e9409-1c90-43ac-9941-b3b17512cb96'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzeFJOui63XFQC5WpOrZ9e7v/Os+7/5W2ovm+QN5sOFt9U0z3pIGRkrWp/y9hY5BqpMJHVqVAqJPZ6cetg4X+qe5G7rOnouHUN2Z9Hjxza2uIzfFPaQepRIyRqEnUQh/eAw+Sr8rOA+Bm5klZVULZa9kHCB8bhjHpsBuly9PEBZEIz+YN1nx1/j7gaLMuBeC/GmiPrQ+6GwCgebxJ+jniYy+5ErU/MpaAf9CkZ74gtQHBoGkud28vsglxt4ZUPEI+xKoTPNamOoSY92AJzaZtI9HQQYg9xQfPV+NgyxBPGu8W/TuYqUcajwVJ8pKzuzIwzmHuB2P2G0W4W+GgQ25Gp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAs3hSTrout1xUAuVqTq2fXu7/zrPu/+VtqL5vkDebDhbfVNM9\n6SBkZK1qf8vYWOQaqTCR1alQKiT2enHrYOF/qnuRu6zp6Lh1DdmfR48c2triM3xT\n2kHqUSMkahJ1EIf3gMPkq/KzgPgZuZJWVVC2WvZBwgfG4Yx6bAbpcvTxAWRCM/mD\ndZ8df4+4GizLgXgvxpoj60PuhsAoHm8Sfo54mMvuRK1PzKWgH/QpGe+ILUBwaBpL\nndvL7IJcbeGVDxCPsSqEzzWpjqEmPdgCc2mbSPR0EGIPcUHz1fjYMsQTxrvFv07m\nKlHGo8FSfKSs7syMM5h7gdj9htFuFvhoENuRqQIDAQABAoIBACMJ26/pI5PC39gM\n6DtiJFpJeQHnGUM2jLlELM3QPWJ7zrBl6ZFpNJB/VuqKZru8FQRxKhe3zaHcw45W\nTWkFvYIQS/yDHsvDr367vSAgbbbAwybgIBLdiZy7qrFW1yoaEZU/KZb0dF06kvMr\nAdX4QxHxQBdco1SHs6MBmnRKI/9sOqSJxaV76dNRJ/vDcTHTroLaMhCw3cpjVsaj\njxaG0342rgRkGXhF+8480Nu+1/1N9xRtfNlwfXuEdJWC8S73cPJbETKj2HV29LFD\nmMkIVKL45OyE/oEkuwRkJmzjLfQNAhBY3NA5qd+cyMtzE0m1K0Uga/VKFXDgW5Kc\nyT1qJQECgYEA5hbgPJjRkNvglrJdHFrI5ZQVSuLGkXZXxnWChVP1f4YNLWTjV5h5\n+EDJm6VKK1SjfBYM4GcKN3Xey6NSNYERVXOQgvX2eS1auYzE8+hzwnRpBFTSC+Tr\nJQpCdNJDIPdW2GcJzLqor1EfFcFRjJjJZ/7QiRfiSh+f/mtNVLVeguECgYEAx64q\nx6rup/coNjcajeSKlrdvzRxb3F5lRujsHeGXO1u67WPg0j3TQne7v1LrMfyHLZ1z\nVURbb3LmEc1kAJ6SKqiaZXQRAku35+AbZioZpcjE+yOLeLsxVHctFAZ02NC8TIju\nLqSIGKNFpyYMi0MYgp39AYaN00GfWaR/j8MPr8kCgYEAnWIwZ8KwNkHwUaQXhHmk\nyUSNe/e6k207hQiECubvGhd7k/1adGRbqa/HN6vMG+99FDeQ/z38AwuhJfHFHcv3\nK1gtFSdhPGoFkL31SlFKPUybONc8Bd7D6UYnRvk76aTFxqhUT7GuCJ2Yga0GNwGb\nYoMt6Vho9QLE0aZb8wFMcIECgYBNjdnTvxH+bsJRfEl1/uPM8eYcdf0/s/IF/oVm\nfa3tQg1yEi7JuXWKBVMIVj4/JeOi1dprracNvESbeXhzvSLsKpv89317tMjy6Fn7\n7jIT78yB9iY/eAUK11bMxk0vwLLBzxUjTIgHebKd3utUU3T7lj0kEIyZFo27lWZu\nAcbf8QKBgGt9Atkt2kUt+OBxrpbz/r82kvhxmdZlmplyx8ehOC/R85wsR/AYbp1w\nM57X5iJTiYcpSzYKqSnhWKjAp5s29hMQPM35gRR/Cm2GW0Cu4K4Ff7QaOgCVYUDd\nvQKtYqP+3UWccg/ndwTu61gKHpXuRVOsiQQXEOyAEH0CfzXx8OGz\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-21499115", "fingerprint": "96:3f:2f:79:de:59:c5:ce:b8:d4:62:69:fc:2a:6b:e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:08.578 63 INFO tempest.lib.common.rest_client [req-6cdd5c49-d346-4b26-9d7d-8b49200522cc ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 1.353s 2018-08-13 10:25:08.578 63 DEBUG tempest.lib.common.rest_client [req-6cdd5c49-d346-4b26-9d7d-8b49200522cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "8385d562-1ee9-45bc-a906-2f71b9129638", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1198271816", "security_groups": ["d9273271-604a-42c4-9b59-b3c2afbab937"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:25:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6cdd5c49-d346-4b26-9d7d-8b49200522cc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:25:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"8385d562-1ee9-45bc-a906-2f71b9129638","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:25:07Z","name":"tempest-port-smoke-1198271816","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:ba:aa:33","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"181013dc-6f88-4796-827f-79320a319f6f","ip_address":"10.101.11.10"}],"id":"3da03208-badc-4aed-9eb4-2d67961f3071","security_groups":["d9273271-604a-42c4-9b59-b3c2afbab937"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:10.374 63 INFO tempest.lib.common.rest_client [req-278b080b-a37e-43bc-8617-1b4611a5b866 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 1.794s 2018-08-13 10:25:10.374 63 DEBUG tempest.lib.common.rest_client [req-278b080b-a37e-43bc-8617-1b4611a5b866 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-21499115", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "8385d562-1ee9-45bc-a906-2f71b9129638", "port": "3da03208-badc-4aed-9eb4-2d67961f3071"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-278b080b-a37e-43bc-8617-1b4611a5b866', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-278b080b-a37e-43bc-8617-1b4611a5b866'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "adminPass": "DqNc97trKP6A"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:10.681 63 INFO tempest.lib.common.rest_client [req-2739d499-81f4-4938-a864-40c55fc7a8a7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.304s 2018-08-13 10:25:10.682 63 DEBUG tempest.lib.common.rest_client [req-2739d499-81f4-4938-a864-40c55fc7a8a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-2739d499-81f4-4938-a864-40c55fc7a8a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2739d499-81f4-4938-a864-40c55fc7a8a7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:11.995 63 INFO tempest.lib.common.rest_client [req-066b0ca3-f2eb-4607-81ce-93ba31055e0c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.299s 2018-08-13 10:25:11.995 63 DEBUG tempest.lib.common.rest_client [req-066b0ca3-f2eb-4607-81ce-93ba31055e0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-066b0ca3-f2eb-4607-81ce-93ba31055e0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-066b0ca3-f2eb-4607-81ce-93ba31055e0c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:13.486 63 INFO tempest.lib.common.rest_client [req-fd7009c7-dd58-4a46-96ad-0a6ad21ada67 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.476s 2018-08-13 10:25:13.486 63 DEBUG tempest.lib.common.rest_client [req-fd7009c7-dd58-4a46-96ad-0a6ad21ada67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1318', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-fd7009c7-dd58-4a46-96ad-0a6ad21ada67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fd7009c7-dd58-4a46-96ad-0a6ad21ada67'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:12Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:13.498 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:25:14.884 63 INFO tempest.lib.common.rest_client [req-16a75664-8dd3-41ab-9283-22de5f25a619 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.384s 2018-08-13 10:25:14.885 63 DEBUG tempest.lib.common.rest_client [req-16a75664-8dd3-41ab-9283-22de5f25a619 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-16a75664-8dd3-41ab-9283-22de5f25a619', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16a75664-8dd3-41ab-9283-22de5f25a619'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:12Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:16.238 63 INFO tempest.lib.common.rest_client [req-1b0d81d0-2fbc-49d1-aae8-529259c8fe92 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.340s 2018-08-13 10:25:16.239 63 DEBUG tempest.lib.common.rest_client [req-1b0d81d0-2fbc-49d1-aae8-529259c8fe92 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-1b0d81d0-2fbc-49d1-aae8-529259c8fe92', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1b0d81d0-2fbc-49d1-aae8-529259c8fe92'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:12Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:17.568 63 INFO tempest.lib.common.rest_client [req-be73a070-600a-474c-b620-6d98fcf067a9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.314s 2018-08-13 10:25:17.568 63 DEBUG tempest.lib.common.rest_client [req-be73a070-600a-474c-b620-6d98fcf067a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-be73a070-600a-474c-b620-6d98fcf067a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-be73a070-600a-474c-b620-6d98fcf067a9'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2092819275": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:aa:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:25:16.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:25:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:17.583 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:25:17.942 63 INFO tempest.lib.common.rest_client [req-11abdfba-20a6-4777-b3ef-23d98db84b2f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.357s 2018-08-13 10:25:17.942 63 DEBUG tempest.lib.common.rest_client [req-11abdfba-20a6-4777-b3ef-23d98db84b2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-11abdfba-20a6-4777-b3ef-23d98db84b2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11abdfba-20a6-4777-b3ef-23d98db84b2f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2092819275": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:aa:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:25:16.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:25:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:17.956 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 2a5f072f-6886-4b3c-84cf-4320ecbef454 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:25:18.698 63 INFO tempest.lib.common.rest_client [req-f5eba1ab-8b74-45d8-b0c5-0e3c0fddf965 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 0.741s 2018-08-13 10:25:18.699 63 DEBUG tempest.lib.common.rest_client [req-f5eba1ab-8b74-45d8-b0c5-0e3c0fddf965 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "31804318-f95a-4dbb-9640-dfea16c79533", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-359372592", "security_groups": ["d9273271-604a-42c4-9b59-b3c2afbab937"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:25:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f5eba1ab-8b74-45d8-b0c5-0e3c0fddf965'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:25:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"31804318-f95a-4dbb-9640-dfea16c79533","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:25:18Z","name":"tempest-port-smoke-359372592","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b3:fe:05","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"49efae65-2c71-48e7-995d-dd66a87e878c","ip_address":"10.102.21.20"}],"id":"76100a2f-5186-4995-bdbe-0ae6e0a1d827","security_groups":["d9273271-604a-42c4-9b59-b3c2afbab937"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:20.384 63 INFO tempest.lib.common.rest_client [req-15a79d5a-78ad-4d8a-897e-8645c55c295b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 1.684s 2018-08-13 10:25:20.385 63 DEBUG tempest.lib.common.rest_client [req-15a79d5a-78ad-4d8a-897e-8645c55c295b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-21499115", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "31804318-f95a-4dbb-9640-dfea16c79533", "port": "76100a2f-5186-4995-bdbe-0ae6e0a1d827"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-15a79d5a-78ad-4d8a-897e-8645c55c295b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15a79d5a-78ad-4d8a-897e-8645c55c295b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a38aa236-54f1-4609-a598-831daf445075", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "adminPass": "8S5qWHUeY7Yp"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:20.447 63 INFO tempest.lib.common.rest_client [req-c2acb88b-b0d7-4233-8d78-73b88020a8e9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.058s 2018-08-13 10:25:20.448 63 DEBUG tempest.lib.common.rest_client [req-c2acb88b-b0d7-4233-8d78-73b88020a8e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-c2acb88b-b0d7-4233-8d78-73b88020a8e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c2acb88b-b0d7-4233-8d78-73b88020a8e9'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:21.790 63 INFO tempest.lib.common.rest_client [req-4d52de89-4f57-4d3e-9f87-66ce2521fdde ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.327s 2018-08-13 10:25:21.790 63 DEBUG tempest.lib.common.rest_client [req-4d52de89-4f57-4d3e-9f87-66ce2521fdde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-4d52de89-4f57-4d3e-9f87-66ce2521fdde', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4d52de89-4f57-4d3e-9f87-66ce2521fdde'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:23.155 63 INFO tempest.lib.common.rest_client [req-4ad99f71-3fb8-416f-976a-4fbfba467ecf ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.350s 2018-08-13 10:25:23.155 63 DEBUG tempest.lib.common.rest_client [req-4ad99f71-3fb8-416f-976a-4fbfba467ecf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-4ad99f71-3fb8-416f-976a-4fbfba467ecf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ad99f71-3fb8-416f-976a-4fbfba467ecf'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:22Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:23.169 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-13 10:25:24.351 63 INFO tempest.lib.common.rest_client [req-3cde9b91-dfb8-4280-b85b-600470f2fe0d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.180s 2018-08-13 10:25:24.352 63 DEBUG tempest.lib.common.rest_client [req-3cde9b91-dfb8-4280-b85b-600470f2fe0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-3cde9b91-dfb8-4280-b85b-600470f2fe0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3cde9b91-dfb8-4280-b85b-600470f2fe0d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:23Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:24.365 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:25:25.702 63 INFO tempest.lib.common.rest_client [req-04fe9451-8200-4642-be4e-535ed91cfe8c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.335s 2018-08-13 10:25:25.702 63 DEBUG tempest.lib.common.rest_client [req-04fe9451-8200-4642-be4e-535ed91cfe8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-04fe9451-8200-4642-be4e-535ed91cfe8c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-04fe9451-8200-4642-be4e-535ed91cfe8c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:25:23Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:27.183 63 INFO tempest.lib.common.rest_client [req-8fe150c5-681f-430a-8949-654de2c83765 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.467s 2018-08-13 10:25:27.184 63 DEBUG tempest.lib.common.rest_client [req-8fe150c5-681f-430a-8949-654de2c83765 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-8fe150c5-681f-430a-8949-654de2c83765', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fe150c5-681f-430a-8949-654de2c83765'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1479285023": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fe:05", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:25:26.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:25:26Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:27.197 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:25:27.530 63 INFO tempest.lib.common.rest_client [req-4542505f-1e16-4cb3-9052-fd500ad46214 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.332s 2018-08-13 10:25:27.531 63 DEBUG tempest.lib.common.rest_client [req-4542505f-1e16-4cb3-9052-fd500ad46214 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-4542505f-1e16-4cb3-9052-fd500ad46214', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4542505f-1e16-4cb3-9052-fd500ad46214'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1479285023": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fe:05", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:25:26.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:25:26Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:27.544 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a38aa236-54f1-4609-a598-831daf445075 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:25:27.643 63 INFO tempest.lib.common.rest_client [req-4b07dc92-12de-4274-8bc4-15717e962b6e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/routers 0.098s 2018-08-13 10:25:27.643 63 DEBUG tempest.lib.common.rest_client [req-4b07dc92-12de-4274-8bc4-15717e962b6e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--74712784", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:25:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b07dc92-12de-4274-8bc4-15717e962b6e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:27Z", "admin_state_up": true, "updated_at": "2018-08-13T10:25:27Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c390bad7-b52c-42f9-bd21-c8f1c318b717", "name": "tempest-router--74712784"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:29.126 63 INFO tempest.lib.common.rest_client [req-0046b801-dd0c-4b10-835a-df96e9a0be79 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717 1.482s 2018-08-13 10:25:29.126 63 DEBUG tempest.lib.common.rest_client [req-0046b801-dd0c-4b10-835a-df96e9a0be79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717', u'date': 'Mon, 13 Aug 2018 10:25:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0046b801-dd0c-4b10-835a-df96e9a0be79'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:27Z", "admin_state_up": true, "updated_at": "2018-08-13T10:25:28Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c390bad7-b52c-42f9-bd21-c8f1c318b717", "name": "tempest-router--74712784"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:31.113 63 INFO tempest.lib.common.rest_client [req-cf4959d7-00c5-4dd9-a89b-3c15cb5ba329 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717/add_router_interface 1.985s 2018-08-13 10:25:31.113 63 DEBUG tempest.lib.common.rest_client [req-cf4959d7-00c5-4dd9-a89b-3c15cb5ba329 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "181013dc-6f88-4796-827f-79320a319f6f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:25:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cf4959d7-00c5-4dd9-a89b-3c15cb5ba329'} Body: {"network_id": "8385d562-1ee9-45bc-a906-2f71b9129638", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "181013dc-6f88-4796-827f-79320a319f6f", "subnet_ids": ["181013dc-6f88-4796-827f-79320a319f6f"], "port_id": "3d63aa26-f7e1-4d9a-addb-bb3bcd9634ca", "id": "c390bad7-b52c-42f9-bd21-c8f1c318b717"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:32.881 63 INFO tempest.lib.common.rest_client [req-ce449fd0-e488-4d71-ac82-cf7bee177c94 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.766s 2018-08-13 10:25:32.881 63 DEBUG tempest.lib.common.rest_client [req-ce449fd0-e488-4d71-ac82-cf7bee177c94 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "3da03208-badc-4aed-9eb4-2d67961f3071"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:25:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce449fd0-e488-4d71-ac82-cf7bee177c94'} Body: {"floatingip": {"router_id": "c390bad7-b52c-42f9-bd21-c8f1c318b717", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:25:32Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "3da03208-badc-4aed-9eb4-2d67961f3071", "id": "528904ef-3103-4a91-9da1-d24ffb472610", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:32Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:32.882 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 10:25:35.884 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:25:35.948 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:25:35.981 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 10:25:36.095 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:25:36.096 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 10:25:36.098 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:25:36.158 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:25:36.162 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 10:25:41.169 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_ping_to_unassociated_net) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:25:41.170 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:25:41.170 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075143 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:25:42.372 63 INFO tempest.lib.common.rest_client [req-b98b3976-24a4-4e6e-a3a2-da966da75c8e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/528904ef-3103-4a91-9da1-d24ffb472610 1.201s 2018-08-13 10:25:42.373 63 DEBUG tempest.lib.common.rest_client [req-b98b3976-24a4-4e6e-a3a2-da966da75c8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/528904ef-3103-4a91-9da1-d24ffb472610', u'date': 'Mon, 13 Aug 2018 10:25:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b98b3976-24a4-4e6e-a3a2-da966da75c8e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:44.003 63 INFO tempest.lib.common.rest_client [req-ff9ab1f3-a50f-4589-bb26-75089a5b1468 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717/remove_router_interface 1.628s 2018-08-13 10:25:44.003 63 DEBUG tempest.lib.common.rest_client [req-ff9ab1f3-a50f-4589-bb26-75089a5b1468 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "181013dc-6f88-4796-827f-79320a319f6f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:25:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff9ab1f3-a50f-4589-bb26-75089a5b1468'} Body: {"network_id": "8385d562-1ee9-45bc-a906-2f71b9129638", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "181013dc-6f88-4796-827f-79320a319f6f", "subnet_ids": ["181013dc-6f88-4796-827f-79320a319f6f"], "port_id": "3d63aa26-f7e1-4d9a-addb-bb3bcd9634ca", "id": "c390bad7-b52c-42f9-bd21-c8f1c318b717"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:45.566 63 INFO tempest.lib.common.rest_client [req-d31ff464-94aa-4a2b-bf01-16e53f2b08e8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717 1.562s 2018-08-13 10:25:45.567 63 DEBUG tempest.lib.common.rest_client [req-d31ff464-94aa-4a2b-bf01-16e53f2b08e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/c390bad7-b52c-42f9-bd21-c8f1c318b717', u'date': 'Mon, 13 Aug 2018 10:25:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d31ff464-94aa-4a2b-bf01-16e53f2b08e8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:45.744 63 INFO tempest.lib.common.rest_client [req-c738c128-c9fc-4590-b5a5-ba6556b2b36e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.176s 2018-08-13 10:25:45.744 63 DEBUG tempest.lib.common.rest_client [req-c738c128-c9fc-4590-b5a5-ba6556b2b36e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-c738c128-c9fc-4590-b5a5-ba6556b2b36e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c738c128-c9fc-4590-b5a5-ba6556b2b36e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:46.412 63 INFO tempest.lib.common.rest_client [req-97e78ee4-4a56-407c-9f2b-0ae518349379 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.667s 2018-08-13 10:25:46.413 63 DEBUG tempest.lib.common.rest_client [req-97e78ee4-4a56-407c-9f2b-0ae518349379 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-97e78ee4-4a56-407c-9f2b-0ae518349379', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97e78ee4-4a56-407c-9f2b-0ae518349379'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1479285023": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:fe:05", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a38aa236-54f1-4609-a598-831daf445075", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:25:26.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a38aa236-54f1-4609-a598-831daf445075", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:25:45Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-2", "created": "2018-08-13T10:25:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:47.478 63 INFO tempest.lib.common.rest_client [req-ef3788b6-1dff-4dff-85b7-820c570aa00d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075 0.047s 2018-08-13 10:25:47.479 63 DEBUG tempest.lib.common.rest_client [req-ef3788b6-1dff-4dff-85b7-820c570aa00d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a38aa236-54f1-4609-a598-831daf445075', u'x-compute-request-id': 'req-ef3788b6-1dff-4dff-85b7-820c570aa00d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:47 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ef3788b6-1dff-4dff-85b7-820c570aa00d'} Body: {"itemNotFound": {"message": "Instance a38aa236-54f1-4609-a598-831daf445075 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:48.341 63 INFO tempest.lib.common.rest_client [req-33feabba-a97a-45c7-a31d-c66eaa4c286e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/76100a2f-5186-4995-bdbe-0ae6e0a1d827 0.861s 2018-08-13 10:25:48.341 63 DEBUG tempest.lib.common.rest_client [req-33feabba-a97a-45c7-a31d-c66eaa4c286e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/76100a2f-5186-4995-bdbe-0ae6e0a1d827', u'date': 'Mon, 13 Aug 2018 10:25:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-33feabba-a97a-45c7-a31d-c66eaa4c286e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:48.485 63 INFO tempest.lib.common.rest_client [req-ecbff021-fb9d-4b8e-93b4-d3c69a4cf776 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.142s 2018-08-13 10:25:48.485 63 DEBUG tempest.lib.common.rest_client [req-ecbff021-fb9d-4b8e-93b4-d3c69a4cf776 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-ecbff021-fb9d-4b8e-93b4-d3c69a4cf776', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ecbff021-fb9d-4b8e-93b4-d3c69a4cf776'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:48.645 63 INFO tempest.lib.common.rest_client [req-e2eec41c-da18-4576-9ac3-4d930e3c5eb1 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.158s 2018-08-13 10:25:48.646 63 DEBUG tempest.lib.common.rest_client [req-e2eec41c-da18-4576-9ac3-4d930e3c5eb1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-e2eec41c-da18-4576-9ac3-4d930e3c5eb1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2eec41c-da18-4576-9ac3-4d930e3c5eb1'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2092819275": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:aa:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:25:16.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "security_groups": [{"name": "tempest-secgroup-smoke-1418332826"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:25:48Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:50.051 63 INFO tempest.lib.common.rest_client [req-2ff39f58-2c6e-4fe1-bd07-d3f89cb96985 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.390s 2018-08-13 10:25:50.052 63 DEBUG tempest.lib.common.rest_client [req-2ff39f58-2c6e-4fe1-bd07-d3f89cb96985 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-2ff39f58-2c6e-4fe1-bd07-d3f89cb96985', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ff39f58-2c6e-4fe1-bd07-d3f89cb96985'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2092819275": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ba:aa:33", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:25:16.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "2a5f072f-6886-4b3c-84cf-4320ecbef454", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:25:49Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-21499115", "name": "server-1", "created": "2018-08-13T10:25:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:51.113 63 INFO tempest.lib.common.rest_client [req-f2d7db18-7157-4156-a5b7-0456749cb5fc ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454 0.046s 2018-08-13 10:25:51.114 63 DEBUG tempest.lib.common.rest_client [req-f2d7db18-7157-4156-a5b7-0456749cb5fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/2a5f072f-6886-4b3c-84cf-4320ecbef454', u'x-compute-request-id': 'req-f2d7db18-7157-4156-a5b7-0456749cb5fc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:51 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f2d7db18-7157-4156-a5b7-0456749cb5fc'} Body: {"itemNotFound": {"message": "Instance 2a5f072f-6886-4b3c-84cf-4320ecbef454 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:51.697 63 INFO tempest.lib.common.rest_client [req-c58dcdba-d7aa-4314-b5db-1ffaacf82489 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/3da03208-badc-4aed-9eb4-2d67961f3071 0.581s 2018-08-13 10:25:51.697 63 DEBUG tempest.lib.common.rest_client [req-c58dcdba-d7aa-4314-b5db-1ffaacf82489 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/3da03208-badc-4aed-9eb4-2d67961f3071', u'date': 'Mon, 13 Aug 2018 10:25:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c58dcdba-d7aa-4314-b5db-1ffaacf82489'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:51.744 63 INFO tempest.lib.common.rest_client [req-15a7674d-3d1f-4b85-b5c8-9e5c3864928a ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-21499115 0.045s 2018-08-13 10:25:51.745 63 DEBUG tempest.lib.common.rest_client [req-15a7674d-3d1f-4b85-b5c8-9e5c3864928a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-21499115', u'x-compute-request-id': 'req-15a7674d-3d1f-4b85-b5c8-9e5c3864928a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:25:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-15a7674d-3d1f-4b85-b5c8-9e5c3864928a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:52.995 63 INFO tempest.lib.common.rest_client [req-b1a0f90d-4c88-4d79-85b8-0713a8fa0603 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/49efae65-2c71-48e7-995d-dd66a87e878c 1.249s 2018-08-13 10:25:52.996 63 DEBUG tempest.lib.common.rest_client [req-b1a0f90d-4c88-4d79-85b8-0713a8fa0603 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/49efae65-2c71-48e7-995d-dd66a87e878c', u'date': 'Mon, 13 Aug 2018 10:25:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b1a0f90d-4c88-4d79-85b8-0713a8fa0603'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:54.877 63 INFO tempest.lib.common.rest_client [req-b598f08e-67ec-469b-88f3-cb54c4887246 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/31804318-f95a-4dbb-9640-dfea16c79533 1.880s 2018-08-13 10:25:54.877 63 DEBUG tempest.lib.common.rest_client [req-b598f08e-67ec-469b-88f3-cb54c4887246 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/31804318-f95a-4dbb-9640-dfea16c79533', u'date': 'Mon, 13 Aug 2018 10:25:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b598f08e-67ec-469b-88f3-cb54c4887246'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:55.896 63 INFO tempest.lib.common.rest_client [req-e9dea7d3-4d97-480d-b2a0-e20a0a4929d9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/181013dc-6f88-4796-827f-79320a319f6f 1.018s 2018-08-13 10:25:55.897 63 DEBUG tempest.lib.common.rest_client [req-e9dea7d3-4d97-480d-b2a0-e20a0a4929d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/181013dc-6f88-4796-827f-79320a319f6f', u'date': 'Mon, 13 Aug 2018 10:25:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e9dea7d3-4d97-480d-b2a0-e20a0a4929d9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:57.546 63 INFO tempest.lib.common.rest_client [req-5d706d40-84d5-46a0-8725-b52cad6f6c3c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/8385d562-1ee9-45bc-a906-2f71b9129638 1.648s 2018-08-13 10:25:57.547 63 DEBUG tempest.lib.common.rest_client [req-5d706d40-84d5-46a0-8725-b52cad6f6c3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/8385d562-1ee9-45bc-a906-2f71b9129638', u'date': 'Mon, 13 Aug 2018 10:25:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5d706d40-84d5-46a0-8725-b52cad6f6c3c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:57.764 63 INFO tempest.lib.common.rest_client [req-c1a732ed-139b-47f5-ba02-355b592606d4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d9273271-604a-42c4-9b59-b3c2afbab937 0.216s 2018-08-13 10:25:57.764 63 DEBUG tempest.lib.common.rest_client [req-c1a732ed-139b-47f5-ba02-355b592606d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d9273271-604a-42c4-9b59-b3c2afbab937', u'date': 'Mon, 13 Aug 2018 10:25:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c1a732ed-139b-47f5-ba02-355b592606d4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_ping_to_unassociated_net [55.057546s] ... ok 2018-08-13 10:25:58.029 63 INFO tempest.lib.common.rest_client [req-3874dfb7-cd81-4bcf-a7c0-df45ce00e6c8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.246s 2018-08-13 10:25:58.030 63 DEBUG tempest.lib.common.rest_client [req-3874dfb7-cd81-4bcf-a7c0-df45ce00e6c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-62959175 description", "name": "tempest-secgroup-smoke-62959175"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3874dfb7-cd81-4bcf-a7c0-df45ce00e6c8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-62959175 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:57Z", "updated_at": "2018-08-13T10:25:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:57Z", "revision_number": 0, "id": "0d3e5a11-22d0-43f1-be7b-3dbc122232d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:57Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:57Z", "revision_number": 0, "id": "e82fd4a0-b0b9-4496-a7da-15fa813ae25b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:57Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "name": "tempest-secgroup-smoke-62959175"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:58.218 63 INFO tempest.lib.common.rest_client [req-cdd77a5b-4572-4943-bf95-a966184026ed ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.187s 2018-08-13 10:25:58.219 63 DEBUG tempest.lib.common.rest_client [req-cdd77a5b-4572-4943-bf95-a966184026ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cdd77a5b-4572-4943-bf95-a966184026ed'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ffe63221-af04-41d5-b8ea-e20136fc3b3d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:58.590 63 INFO tempest.lib.common.rest_client [req-fa8009a2-f633-444e-a9ef-d1a7c4b7e72e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.370s 2018-08-13 10:25:58.590 63 DEBUG tempest.lib.common.rest_client [req-fa8009a2-f633-444e-a9ef-d1a7c4b7e72e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa8009a2-f633-444e-a9ef-d1a7c4b7e72e'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3cbdbf3d-8f4a-4002-b5dd-323ed15a78a2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:58.734 63 INFO tempest.lib.common.rest_client [req-715938a1-28fe-4a89-b2f8-5f9903f9d35a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:25:58.734 63 DEBUG tempest.lib.common.rest_client [req-715938a1-28fe-4a89-b2f8-5f9903f9d35a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-715938a1-28fe-4a89-b2f8-5f9903f9d35a'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "39338208-294c-4ac3-ab1c-9624efb0625c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:58.875 63 INFO tempest.lib.common.rest_client [req-be195c5d-c9b3-4f41-af5e-c9119e8b6316 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 10:25:58.876 63 DEBUG tempest.lib.common.rest_client [req-be195c5d-c9b3-4f41-af5e-c9119e8b6316 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be195c5d-c9b3-4f41-af5e-c9119e8b6316'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4dd033f3-fe83-4761-b505-0d9ea9318c28"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:59.013 63 INFO tempest.lib.common.rest_client [req-78ce5994-30dc-4846-8925-68e88d25906c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:25:59.013 63 DEBUG tempest.lib.common.rest_client [req-78ce5994-30dc-4846-8925-68e88d25906c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-78ce5994-30dc-4846-8925-68e88d25906c'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24a4c214-08d2-475b-acaf-b40e5d8a1e6e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:59.150 63 INFO tempest.lib.common.rest_client [req-f4019c3a-fe43-451a-a4c9-ee1d092741e3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:25:59.151 63 DEBUG tempest.lib.common.rest_client [req-f4019c3a-fe43-451a-a4c9-ee1d092741e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4019c3a-fe43-451a-a4c9-ee1d092741e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "47e75fd5-d33f-4d43-a412-12782a1b047d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:59.279 63 INFO tempest.lib.common.rest_client [req-c803e941-da2b-405d-97a5-fcd45a5402e0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.127s 2018-08-13 10:25:59.279 63 DEBUG tempest.lib.common.rest_client [req-c803e941-da2b-405d-97a5-fcd45a5402e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c803e941-da2b-405d-97a5-fcd45a5402e0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6ad37ebf-8cac-4731-9d23-9783ffbf0d3d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:59.441 63 INFO tempest.lib.common.rest_client [req-adcbdc0f-b5ab-4d10-bd06-415b62b23af9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:25:59.441 63 DEBUG tempest.lib.common.rest_client [req-adcbdc0f-b5ab-4d10-bd06-415b62b23af9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adcbdc0f-b5ab-4d10-bd06-415b62b23af9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "90886e51-130f-4502-805b-8f066d55847f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:25:59.662 63 INFO tempest.lib.common.rest_client [req-9ceadb9d-513b-4292-991d-b0683b85b79b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.220s 2018-08-13 10:25:59.663 63 DEBUG tempest.lib.common.rest_client [req-9ceadb9d-513b-4292-991d-b0683b85b79b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-2142469068"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ceadb9d-513b-4292-991d-b0683b85b79b'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:25:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cd3d6964-53a1-4d83-af4f-890bb82781de","name":"tempest-A-2142469068"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:00.175 63 INFO tempest.lib.common.rest_client [req-bc26efaa-cb33-4a07-8939-cf1ec081f4a5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.511s 2018-08-13 10:26:00.176 63 DEBUG tempest.lib.common.rest_client [req-bc26efaa-cb33-4a07-8939-cf1ec081f4a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "name": "tempest-subnet-A-1-558938470"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:26:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc26efaa-cb33-4a07-8939-cf1ec081f4a5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd3d6964-53a1-4d83-af4f-890bb82781de","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:25:59Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f3dd573a-7f3c-4816-9d1e-73e37530e8f3","subnetpool_id":null,"name":"tempest-subnet-A-1-558938470"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:00.400 63 INFO tempest.lib.common.rest_client [req-2dd16150-b76e-4cd8-89ac-e20a375a2a59 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.223s 2018-08-13 10:26:00.401 63 DEBUG tempest.lib.common.rest_client [req-2dd16150-b76e-4cd8-89ac-e20a375a2a59 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-588251855"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:26:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2dd16150-b76e-4cd8-89ac-e20a375a2a59'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:26:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5b710659-5daa-4132-87fe-e17543f42e9b","name":"tempest-B-588251855"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:01.033 63 INFO tempest.lib.common.rest_client [req-03c72d07-f045-4d90-bd4a-060e93312550 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.631s 2018-08-13 10:26:01.033 63 DEBUG tempest.lib.common.rest_client [req-03c72d07-f045-4d90-bd4a-060e93312550 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "name": "tempest-subnet-B-1-34381803"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03c72d07-f045-4d90-bd4a-060e93312550'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b710659-5daa-4132-87fe-e17543f42e9b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:26:00Z","dns_nameservers":[],"updated_at":"2018-08-13T10:26:00Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e3f390b7-1e55-4d91-b316-4cee24e82caf","subnetpool_id":null,"name":"tempest-subnet-B-1-34381803"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:01.420 63 INFO tempest.lib.common.rest_client [req-58e34e27-94c3-4f64-b444-d6cae77e2810 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.385s 2018-08-13 10:26:01.420 63 DEBUG tempest.lib.common.rest_client [req-58e34e27-94c3-4f64-b444-d6cae77e2810 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58e34e27-94c3-4f64-b444-d6cae77e2810'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "af42c7cd-d7c8-4828-b291-4eb3222f5463"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:01.569 63 INFO tempest.lib.common.rest_client [req-665103f8-8052-4ff6-8f94-057e9bc84eb9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.147s 2018-08-13 10:26:01.569 63 DEBUG tempest.lib.common.rest_client [req-665103f8-8052-4ff6-8f94-057e9bc84eb9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1733791480"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-665103f8-8052-4ff6-8f94-057e9bc84eb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665103f8-8052-4ff6-8f94-057e9bc84eb9'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC241J2af972YWFqt4oTctutwJhc5vuMQ8kQXA69BvlRbGnqJYtja2tMB60XqtlHSTPcQOCQN7wNqjU+tEy80MtwpZ2rWLNzJ6THoYI2FFaCSHrCFny36ce68/tjCIcia0YFbiqX706B/Fek8rgPdzlGGTnkgsN5b1/EjkK5jlTYkKOGiBzZm7QWzuy34hGiHKPNBhCvameyxWXpw9lKQehliUXbbzk1ZcPTjWtHY5Hqfs1CDm8vC77X6AFtZQg3YuRmvsMYpQlb0MHIlYLegFNLM16oNRQs5FxkaJ/diYkIcy81C6zPCQgjBkN8PevJkJmuK9D69JOPBN3X6MMRP9P Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtuNSdmn/e9mFhareKE3LbrcCYXOb7jEPJEFwOvQb5UWxp6iW\nLY2trTAetF6rZR0kz3EDgkDe8Dao1PrRMvNDLcKWdq1izcyekx6GCNhRWgkh6whZ\n8t+nHuvP7YwiHImtGBW4ql+9OgfxXpPK4D3c5Rhk55ILDeW9fxI5CuY5U2JCjhog\nc2Zu0Fs7st+IRohyjzQYQr2pnssVl6cPZSkHoZYlF2285NWXD041rR2OR6n7NQg5\nvLwu+1+gBbWUIN2LkZr7DGKUJW9DByJWC3oBTSzNeqDUULORcZGif3YmJCHMvNQu\nszwkIIwZDfD3ryZCZrivQ+vSTjwTd1+jDET/TwIDAQABAoIBAGMYLPhIWswKgpR4\njsMb09x7gOi4sYaQQnoMkvj+h5bk+muzpxurpq0uY5SrrwaskeNsgtAywhk6JKSx\n+mQ29vF2e/x12hFUi59/bHSicQHt7Njiv4ofsPfKIfG+ekUoPAfOzS5Tjb5By4DJ\nZ6W1H1lqrFHlCeRP1Sti/lFviSQqMOi7hlyrD9Ge0A8tNMFfdzeIBqFT9H5AdN2M\nDgiaP+qv7prq8CkuzsjOhsPBeDuOIR8fIPq6AVvJS6QGCrrSWl7cX2ecp8sWg/HK\ndG9LCtK1NNtbUXvKAKfHf8g2QoofY2Gj8KbQ4kVqiBlBYS79y6MblOpESpphtq9W\nzMTl3gECgYEA4O1wL/KbAx6spnbD41YAgdxQyUqkEAPXGdkavTX6gKjwc3KAdO/D\nb4a+kdFekA+NmY5gOUcOjWDhQqsoXW67zEJsuVDu9MUKJVsw4e7WPU1xCmH/vBh0\nGxuwhfXsXr1YbFuWu/K5kBUj2MShISb2M0xUL0fF9W+2ip7VOxDrxM8CgYEA0Ccn\n/ga3sVSTy7U2y3Yo6xGB5WbYFXGuN//FSpwgLVbbz8IgqSa//4oUewXyfvRQBgbp\nhMO/R2N7f+BfK4eam9h0IHRajZm0yPJNbWi60eZxd4Kwt9pjKMBQvhHK33aTS96O\nThDhykF/4vFVh7fKXGiPjaeePICKK2vFela2vYECgYA+TyhT8AYnIBk96Aqt8IYl\nc03h5U57rUSqQW1Z2xkxCRvLL34MZtsiCxbBuFlU2Solzr4zP871NVBRsq5065cU\np5YM5DG+FtOPs6pf/FTXGJvm/2zjw3ZuiAYnpg+70wIqyliAamYjVufeReJJF8z+\nOvfbPSvGqRLNZeC2AyL9GwKBgQCamoq8xfaIMt63rjgttOy9dDp7zgBvJQmWtFWw\njffkVSBc1r51hL+UqNV/brJnk0UgxN+LaezXtE9VcqydY1H1sTbHqERd6i16F2Zk\n/iXMo5Hhh2OEmyONcBJIqmR5x9OtxXcDCsz58d5wDHpPnLYkHtGJEFeaboqxp5F8\nxY1jgQKBgQDc/DS+69cIHaPhqJ11Y29sYPhX4jCX9nG+J5JV8tLNSjwKF7vM4CdE\nMF7Y4R2gNSqz/FsY3O83Li+KvFjO4m6gXIx2U6QiQ2JayN5aYj5n+ZZYXUifcrwf\nnhbkkSMggKnheDXikbLeQmoFSE+h3pFwsTLMWYgpr1D0K+9qrt3+/w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1733791480", "fingerprint": "0e:39:8d:b5:f6:66:58:07:cb:98:59:8e:de:0c:cb:c7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:02.719 63 INFO tempest.lib.common.rest_client [req-14203b7e-84b9-46f8-bcf0-9144b3f0e746 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 1.145s 2018-08-13 10:26:02.719 63 DEBUG tempest.lib.common.rest_client [req-14203b7e-84b9-46f8-bcf0-9144b3f0e746 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1690285922", "security_groups": ["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:26:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14203b7e-84b9-46f8-bcf0-9144b3f0e746'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:26:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cd3d6964-53a1-4d83-af4f-890bb82781de","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:26:01Z","name":"tempest-port-smoke-1690285922","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:50:9c:f5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"f3dd573a-7f3c-4816-9d1e-73e37530e8f3","ip_address":"10.101.11.10"}],"id":"aac0db06-5753-4721-af70-dc8aa0a6e32f","security_groups":["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:04.548 63 INFO tempest.lib.common.rest_client [req-43dcd46c-05ea-4c71-b098-ccc245679571 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.828s 2018-08-13 10:26:04.549 63 DEBUG tempest.lib.common.rest_client [req-43dcd46c-05ea-4c71-b098-ccc245679571 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733791480", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "cd3d6964-53a1-4d83-af4f-890bb82781de", "port": "aac0db06-5753-4721-af70-dc8aa0a6e32f"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-43dcd46c-05ea-4c71-b098-ccc245679571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43dcd46c-05ea-4c71-b098-ccc245679571'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "adminPass": "u4RxvyVmtbf7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:04.871 63 INFO tempest.lib.common.rest_client [req-605a3b49-c3e7-426c-9c6f-57677a1ec91a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.317s 2018-08-13 10:26:04.871 63 DEBUG tempest.lib.common.rest_client [req-605a3b49-c3e7-426c-9c6f-57677a1ec91a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-605a3b49-c3e7-426c-9c6f-57677a1ec91a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-605a3b49-c3e7-426c-9c6f-57677a1ec91a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:06.285 63 INFO tempest.lib.common.rest_client [req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.397s 2018-08-13 10:26:06.285 63 DEBUG tempest.lib.common.rest_client [req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:06.298 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:26:07.632 63 INFO tempest.lib.common.rest_client [req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.332s 2018-08-13 10:26:07.633 63 DEBUG tempest.lib.common.rest_client [req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:07.645 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:26:09.029 63 INFO tempest.lib.common.rest_client [req-3dd93edf-cca1-4145-9ac7-894b8c33f217 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.382s 2018-08-13 10:26:09.030 63 DEBUG tempest.lib.common.rest_client [req-3dd93edf-cca1-4145-9ac7-894b8c33f217 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-3dd93edf-cca1-4145-9ac7-894b8c33f217', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dd93edf-cca1-4145-9ac7-894b8c33f217'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:10.497 63 INFO tempest.lib.common.rest_client [req-d5fde6fb-6c8a-40c5-86bc-349cc6313563 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.453s 2018-08-13 10:26:10.498 63 DEBUG tempest.lib.common.rest_client [req-d5fde6fb-6c8a-40c5-86bc-349cc6313563 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d5fde6fb-6c8a-40c5-86bc-349cc6313563', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5fde6fb-6c8a-40c5-86bc-349cc6313563'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:10.508 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:26:10.825 63 INFO tempest.lib.common.rest_client [req-670a0ef4-8cfb-490f-88e2-f92596f903e1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.317s 2018-08-13 10:26:10.826 63 DEBUG tempest.lib.common.rest_client [req-670a0ef4-8cfb-490f-88e2-f92596f903e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-670a0ef4-8cfb-490f-88e2-f92596f903e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-670a0ef4-8cfb-490f-88e2-f92596f903e1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:10.840 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6e80f1c6-aff4-457d-a6a1-e318027b80a1 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:26:11.627 63 INFO tempest.lib.common.rest_client [req-f58667db-1f22-446c-b89a-d0607549348e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 0.786s 2018-08-13 10:26:11.628 63 DEBUG tempest.lib.common.rest_client [req-f58667db-1f22-446c-b89a-d0607549348e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1654116012", "security_groups": ["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:26:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f58667db-1f22-446c-b89a-d0607549348e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:26:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5b710659-5daa-4132-87fe-e17543f42e9b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:26:11Z","name":"tempest-port-smoke-1654116012","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:97:95:fe","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e3f390b7-1e55-4d91-b316-4cee24e82caf","ip_address":"10.102.21.20"}],"id":"b2444086-20d0-462f-9d22-1db5614ae427","security_groups":["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:12.762 63 INFO tempest.lib.common.rest_client [req-bf908d23-3663-4a62-bac9-bc23a9c47969 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.132s 2018-08-13 10:26:12.763 63 DEBUG tempest.lib.common.rest_client [req-bf908d23-3663-4a62-bac9-bc23a9c47969 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733791480", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5b710659-5daa-4132-87fe-e17543f42e9b", "port": "b2444086-20d0-462f-9d22-1db5614ae427"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-bf908d23-3663-4a62-bac9-bc23a9c47969', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf908d23-3663-4a62-bac9-bc23a9c47969'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "adminPass": "Se2Jom5uruem"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:13.012 63 INFO tempest.lib.common.rest_client [req-b2e1ebfb-2b3f-4457-9948-336a255b8485 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.244s 2018-08-13 10:26:13.012 63 DEBUG tempest.lib.common.rest_client [req-b2e1ebfb-2b3f-4457-9948-336a255b8485 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-b2e1ebfb-2b3f-4457-9948-336a255b8485', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e1ebfb-2b3f-4457-9948-336a255b8485'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:14.114 63 INFO tempest.lib.common.rest_client [req-79d8bd3f-6753-4902-a25e-0049439d8697 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.087s 2018-08-13 10:26:14.115 63 DEBUG tempest.lib.common.rest_client [req-79d8bd3f-6753-4902-a25e-0049439d8697 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-79d8bd3f-6753-4902-a25e-0049439d8697', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-79d8bd3f-6753-4902-a25e-0049439d8697'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:14.129 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:26:15.452 63 INFO tempest.lib.common.rest_client [req-a37ace8d-10df-483f-869c-dd8ad5667696 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.321s 2018-08-13 10:26:15.453 63 DEBUG tempest.lib.common.rest_client [req-a37ace8d-10df-483f-869c-dd8ad5667696 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-a37ace8d-10df-483f-869c-dd8ad5667696', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a37ace8d-10df-483f-869c-dd8ad5667696'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:15.466 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:26:16.620 63 INFO tempest.lib.common.rest_client [req-71a46cbf-f461-4491-88b1-b567d1ecc563 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.152s 2018-08-13 10:26:16.620 63 DEBUG tempest.lib.common.rest_client [req-71a46cbf-f461-4491-88b1-b567d1ecc563 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-71a46cbf-f461-4491-88b1-b567d1ecc563', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71a46cbf-f461-4491-88b1-b567d1ecc563'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:17.978 63 INFO tempest.lib.common.rest_client [req-54f711d6-3d04-4999-9639-ff0b85dd4fe7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.343s 2018-08-13 10:26:17.979 63 DEBUG tempest.lib.common.rest_client [req-54f711d6-3d04-4999-9639-ff0b85dd4fe7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-54f711d6-3d04-4999-9639-ff0b85dd4fe7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54f711d6-3d04-4999-9639-ff0b85dd4fe7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:19.128 63 INFO tempest.lib.common.rest_client [req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.139s 2018-08-13 10:26:19.128 63 DEBUG tempest.lib.common.rest_client [req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:19.142 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:26:19.297 63 INFO tempest.lib.common.rest_client [req-c38c9853-61a0-487a-80dd-8a2d2cc384a8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.154s 2018-08-13 10:26:19.297 63 DEBUG tempest.lib.common.rest_client [req-c38c9853-61a0-487a-80dd-8a2d2cc384a8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-c38c9853-61a0-487a-80dd-8a2d2cc384a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c38c9853-61a0-487a-80dd-8a2d2cc384a8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:19.311 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c71bbe25-d08c-40d8-beda-ea103939fd52 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:26:19.635 63 INFO tempest.lib.common.rest_client [req-4ac6adc6-1adc-4236-b263-ed769f7083d8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations 0.322s 2018-08-13 10:26:19.635 63 DEBUG tempest.lib.common.rest_client [req-4ac6adc6-1adc-4236-b263-ed769f7083d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ac6adc6-1adc-4236-b263-ed769f7083d8'} Body: {"network_association": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "id": "ca112bdb-58f0-46f2-bc41-1d58e5ddf810"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:19.931 63 INFO tempest.lib.common.rest_client [req-230fb894-c256-4f1c-8e13-4f82825d2991 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations 0.295s 2018-08-13 10:26:19.932 63 DEBUG tempest.lib.common.rest_client [req-230fb894-c256-4f1c-8e13-4f82825d2991 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-230fb894-c256-4f1c-8e13-4f82825d2991'} Body: {"network_association": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "id": "0b779bd2-6bf4-4c0c-a4e2-a484c7fca8cd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:19.932 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 10:26:20.132 63 INFO tempest.lib.common.rest_client [req-ff25770a-9f07-493c-9beb-76da643c8059 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/routers 0.199s 2018-08-13 10:26:20.132 63 DEBUG tempest.lib.common.rest_client [req-ff25770a-9f07-493c-9beb-76da643c8059 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--453228498", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:26:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff25770a-9f07-493c-9beb-76da643c8059'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:20Z", "admin_state_up": true, "updated_at": "2018-08-13T10:26:20Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "name": "tempest-router--453228498"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:21.683 63 INFO tempest.lib.common.rest_client [req-7995d9ba-e95b-41e8-b717-27a0af7ca04d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c 1.549s 2018-08-13 10:26:21.684 63 DEBUG tempest.lib.common.rest_client [req-7995d9ba-e95b-41e8-b717-27a0af7ca04d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c', u'date': 'Mon, 13 Aug 2018 10:26:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7995d9ba-e95b-41e8-b717-27a0af7ca04d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:20Z", "admin_state_up": true, "updated_at": "2018-08-13T10:26:21Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "name": "tempest-router--453228498"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:23.723 63 INFO tempest.lib.common.rest_client [req-8544f1a3-163e-46de-80e3-3aa17aff3f81 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/add_router_interface 2.038s 2018-08-13 10:26:23.723 63 DEBUG tempest.lib.common.rest_client [req-8544f1a3-163e-46de-80e3-3aa17aff3f81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:26:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8544f1a3-163e-46de-80e3-3aa17aff3f81'} Body: {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3", "subnet_ids": ["f3dd573a-7f3c-4816-9d1e-73e37530e8f3"], "port_id": "ebceab99-c07d-43bc-b1c8-05595abafc7e", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:25.501 63 INFO tempest.lib.common.rest_client [req-273a36cd-fb75-46c1-86b9-275a1305f64c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.777s 2018-08-13 10:26:25.502 63 DEBUG tempest.lib.common.rest_client [req-273a36cd-fb75-46c1-86b9-275a1305f64c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "aac0db06-5753-4721-af70-dc8aa0a6e32f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:26:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-273a36cd-fb75-46c1-86b9-275a1305f64c'} Body: {"floatingip": {"router_id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:26:24Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "aac0db06-5753-4721-af70-dc8aa0a6e32f", "id": "fef5dace-f3b2-42b9-a9f1-85022521e380", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:24Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:26:25.503 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:26:33.519 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:26:33.616 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:26:33.647 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:26:33.762 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:26:33.762 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:26:33.764 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:26:33.826 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:26:33.829 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:26:38.839 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:26:38.839 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:27:48.910 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:27:48.911 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:27:48.913 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:27:48.976 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:27:48.977 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:27:53.985 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:27:53.985 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:29:04.009 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:29:04.011 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:29:04.011 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04.016 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04.115 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:29:04.145 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04.151 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:29:04.152 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:4b:ed:ed [ether] on eth0 2018-08-13 10:29:04.152 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:29:04.152 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04.154 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04.215 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:29:04.218 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04.227 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:29:04.227 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:29:04.228 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04.230 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04.291 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:29:04.294 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04.300 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:29:04.300 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04.302 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04.362 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:29:04.366 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04.371 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:29:04.372 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:4b:ed:ed [ether] on eth0 2018-08-13 10:29:04.372 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:29:04.373 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04.375 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04.434 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:29:04.439 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:09.445 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:29:09.446 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:30:19.489 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:30:19.490 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:30:19.493 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:30:19.587 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:30:19.589 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:30:24.596 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:30:24.597 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:31:34.667 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.200: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:31:36.033 63 INFO tempest.lib.common.rest_client [req-a167f872-79ef-4599-9959-48625ae419a6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/fef5dace-f3b2-42b9-a9f1-85022521e380 1.361s 2018-08-13 10:31:36.033 63 DEBUG tempest.lib.common.rest_client [req-a167f872-79ef-4599-9959-48625ae419a6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/fef5dace-f3b2-42b9-a9f1-85022521e380', u'date': 'Mon, 13 Aug 2018 10:31:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a167f872-79ef-4599-9959-48625ae419a6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:37.645 63 INFO tempest.lib.common.rest_client [req-1f889c89-2f80-4607-a661-e55d150701e7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/remove_router_interface 1.611s 2018-08-13 10:31:37.646 63 DEBUG tempest.lib.common.rest_client [req-1f889c89-2f80-4607-a661-e55d150701e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:31:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f889c89-2f80-4607-a661-e55d150701e7'} Body: {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3", "subnet_ids": ["f3dd573a-7f3c-4816-9d1e-73e37530e8f3"], "port_id": "ebceab99-c07d-43bc-b1c8-05595abafc7e", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:39.376 63 INFO tempest.lib.common.rest_client [req-e7676fc2-3c88-450f-b563-e4e89b5ea6a0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c 1.729s 2018-08-13 10:31:39.377 63 DEBUG tempest.lib.common.rest_client [req-e7676fc2-3c88-450f-b563-e4e89b5ea6a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7676fc2-3c88-450f-b563-e4e89b5ea6a0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:39.784 63 INFO tempest.lib.common.rest_client [req-61de45b1-d331-467d-9371-46f20e145845 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.407s 2018-08-13 10:31:39.785 63 DEBUG tempest.lib.common.rest_client [req-61de45b1-d331-467d-9371-46f20e145845 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-61de45b1-d331-467d-9371-46f20e145845', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61de45b1-d331-467d-9371-46f20e145845'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:40.451 63 INFO tempest.lib.common.rest_client [req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.665s 2018-08-13 10:31:40.451 63 DEBUG tempest.lib.common.rest_client [req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:39Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:41.515 63 INFO tempest.lib.common.rest_client [req-06a16442-c98f-4daa-85e8-6f522d750832 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.047s 2018-08-13 10:31:41.515 63 DEBUG tempest.lib.common.rest_client [req-06a16442-c98f-4daa-85e8-6f522d750832 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-06a16442-c98f-4daa-85e8-6f522d750832', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-06a16442-c98f-4daa-85e8-6f522d750832'} Body: {"itemNotFound": {"message": "Instance c71bbe25-d08c-40d8-beda-ea103939fd52 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:42.375 63 INFO tempest.lib.common.rest_client [req-61faaa4a-81de-443a-b959-ea30e95337ff ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b2444086-20d0-462f-9d22-1db5614ae427 0.859s 2018-08-13 10:31:42.376 63 DEBUG tempest.lib.common.rest_client [req-61faaa4a-81de-443a-b959-ea30e95337ff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b2444086-20d0-462f-9d22-1db5614ae427', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-61faaa4a-81de-443a-b959-ea30e95337ff'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:42.510 63 INFO tempest.lib.common.rest_client [req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.133s 2018-08-13 10:31:42.510 63 DEBUG tempest.lib.common.rest_client [req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:42.951 63 INFO tempest.lib.common.rest_client [req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.440s 2018-08-13 10:31:42.952 63 DEBUG tempest.lib.common.rest_client [req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:44.229 63 INFO tempest.lib.common.rest_client [req-c91a15f9-b087-4444-8608-b0f29b672951 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.262s 2018-08-13 10:31:44.230 63 DEBUG tempest.lib.common.rest_client [req-c91a15f9-b087-4444-8608-b0f29b672951 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-c91a15f9-b087-4444-8608-b0f29b672951', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c91a15f9-b087-4444-8608-b0f29b672951'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:43Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:45.300 63 INFO tempest.lib.common.rest_client [req-d0fad6be-53b5-4ff5-a912-800d1eb335e2 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.056s 2018-08-13 10:31:45.301 63 DEBUG tempest.lib.common.rest_client [req-d0fad6be-53b5-4ff5-a912-800d1eb335e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d0fad6be-53b5-4ff5-a912-800d1eb335e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d0fad6be-53b5-4ff5-a912-800d1eb335e2'} Body: {"itemNotFound": {"message": "Instance 6e80f1c6-aff4-457d-a6a1-e318027b80a1 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:45.875 63 INFO tempest.lib.common.rest_client [req-a0f4b89b-cded-4c32-9cec-83cad9ea3d66 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/aac0db06-5753-4721-af70-dc8aa0a6e32f 0.573s 2018-08-13 10:31:45.875 63 DEBUG tempest.lib.common.rest_client [req-a0f4b89b-cded-4c32-9cec-83cad9ea3d66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/aac0db06-5753-4721-af70-dc8aa0a6e32f', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a0f4b89b-cded-4c32-9cec-83cad9ea3d66'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:45.906 63 INFO tempest.lib.common.rest_client [req-81ec434b-d4cb-4ca3-beda-489584ae2e3a ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733791480 0.030s 2018-08-13 10:31:45.907 63 DEBUG tempest.lib.common.rest_client [req-81ec434b-d4cb-4ca3-beda-489584ae2e3a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733791480', u'x-compute-request-id': 'req-81ec434b-d4cb-4ca3-beda-489584ae2e3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81ec434b-d4cb-4ca3-beda-489584ae2e3a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:47.110 63 INFO tempest.lib.common.rest_client [req-f9d13cd4-8722-4d32-86c4-e4a7b198aeca ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e3f390b7-1e55-4d91-b316-4cee24e82caf 1.202s 2018-08-13 10:31:47.111 63 DEBUG tempest.lib.common.rest_client [req-f9d13cd4-8722-4d32-86c4-e4a7b198aeca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e3f390b7-1e55-4d91-b316-4cee24e82caf', u'date': 'Mon, 13 Aug 2018 10:31:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9d13cd4-8722-4d32-86c4-e4a7b198aeca'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:48.552 63 INFO tempest.lib.common.rest_client [req-8ef2f300-7aae-4886-a05d-e2304f9c586d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5b710659-5daa-4132-87fe-e17543f42e9b 1.440s 2018-08-13 10:31:48.553 63 DEBUG tempest.lib.common.rest_client [req-8ef2f300-7aae-4886-a05d-e2304f9c586d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5b710659-5daa-4132-87fe-e17543f42e9b', u'date': 'Mon, 13 Aug 2018 10:31:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ef2f300-7aae-4886-a05d-e2304f9c586d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:49.796 63 INFO tempest.lib.common.rest_client [req-fd3a0044-94d5-4b7b-96ac-4a9e60551b17 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/f3dd573a-7f3c-4816-9d1e-73e37530e8f3 1.242s 2018-08-13 10:31:49.796 63 DEBUG tempest.lib.common.rest_client [req-fd3a0044-94d5-4b7b-96ac-4a9e60551b17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/f3dd573a-7f3c-4816-9d1e-73e37530e8f3', u'date': 'Mon, 13 Aug 2018 10:31:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd3a0044-94d5-4b7b-96ac-4a9e60551b17'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:51.131 63 INFO tempest.lib.common.rest_client [req-b1431e61-d2c5-42bb-9c68-26b11f981a83 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/cd3d6964-53a1-4d83-af4f-890bb82781de 1.333s 2018-08-13 10:31:51.131 63 DEBUG tempest.lib.common.rest_client [req-b1431e61-d2c5-42bb-9c68-26b11f981a83 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/cd3d6964-53a1-4d83-af4f-890bb82781de', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b1431e61-d2c5-42bb-9c68-26b11f981a83'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:51.366 63 INFO tempest.lib.common.rest_client [req-6767cd8a-8f8e-4cf5-9e6b-485c0c83846f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224 0.234s 2018-08-13 10:31:51.366 63 DEBUG tempest.lib.common.rest_client [req-6767cd8a-8f8e-4cf5-9e6b-485c0c83846f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6767cd8a-8f8e-4cf5-9e6b-485c0c83846f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export [353.585339s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 827, in test_bgpvpn_negative_update_to_disjoint_import_export self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:25:58,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.246s 2018-08-13 10:25:58,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-62959175 description", "name": "tempest-secgroup-smoke-62959175"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3874dfb7-cd81-4bcf-a7c0-df45ce00e6c8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-62959175 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:57Z", "updated_at": "2018-08-13T10:25:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:57Z", "revision_number": 0, "id": "0d3e5a11-22d0-43f1-be7b-3dbc122232d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:57Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:57Z", "revision_number": 0, "id": "e82fd4a0-b0b9-4496-a7da-15fa813ae25b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:57Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "name": "tempest-secgroup-smoke-62959175"}} 2018-08-13 10:25:58,218 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.187s 2018-08-13 10:25:58,219 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cdd77a5b-4572-4943-bf95-a966184026ed'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ffe63221-af04-41d5-b8ea-e20136fc3b3d"}} 2018-08-13 10:25:58,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.370s 2018-08-13 10:25:58,590 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa8009a2-f633-444e-a9ef-d1a7c4b7e72e'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3cbdbf3d-8f4a-4002-b5dd-323ed15a78a2"}} 2018-08-13 10:25:58,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:25:58,734 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-715938a1-28fe-4a89-b2f8-5f9903f9d35a'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "39338208-294c-4ac3-ab1c-9624efb0625c"}} 2018-08-13 10:25:58,875 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 10:25:58,876 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be195c5d-c9b3-4f41-af5e-c9119e8b6316'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4dd033f3-fe83-4761-b505-0d9ea9318c28"}} 2018-08-13 10:25:59,013 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:25:59,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-78ce5994-30dc-4846-8925-68e88d25906c'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24a4c214-08d2-475b-acaf-b40e5d8a1e6e"}} 2018-08-13 10:25:59,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:25:59,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4019c3a-fe43-451a-a4c9-ee1d092741e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "47e75fd5-d33f-4d43-a412-12782a1b047d"}} 2018-08-13 10:25:59,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.127s 2018-08-13 10:25:59,279 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c803e941-da2b-405d-97a5-fcd45a5402e0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6ad37ebf-8cac-4731-9d23-9783ffbf0d3d"}} 2018-08-13 10:25:59,441 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:25:59,441 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adcbdc0f-b5ab-4d10-bd06-415b62b23af9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "90886e51-130f-4502-805b-8f066d55847f"}} 2018-08-13 10:25:59,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.220s 2018-08-13 10:25:59,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-2142469068"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ceadb9d-513b-4292-991d-b0683b85b79b'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:25:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cd3d6964-53a1-4d83-af4f-890bb82781de","name":"tempest-A-2142469068"}} 2018-08-13 10:26:00,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.511s 2018-08-13 10:26:00,176 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "name": "tempest-subnet-A-1-558938470"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:26:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc26efaa-cb33-4a07-8939-cf1ec081f4a5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd3d6964-53a1-4d83-af4f-890bb82781de","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:25:59Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f3dd573a-7f3c-4816-9d1e-73e37530e8f3","subnetpool_id":null,"name":"tempest-subnet-A-1-558938470"}} 2018-08-13 10:26:00,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.223s 2018-08-13 10:26:00,401 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-588251855"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:26:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2dd16150-b76e-4cd8-89ac-e20a375a2a59'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:26:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5b710659-5daa-4132-87fe-e17543f42e9b","name":"tempest-B-588251855"}} 2018-08-13 10:26:01,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.631s 2018-08-13 10:26:01,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "name": "tempest-subnet-B-1-34381803"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03c72d07-f045-4d90-bd4a-060e93312550'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b710659-5daa-4132-87fe-e17543f42e9b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:26:00Z","dns_nameservers":[],"updated_at":"2018-08-13T10:26:00Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e3f390b7-1e55-4d91-b316-4cee24e82caf","subnetpool_id":null,"name":"tempest-subnet-B-1-34381803"}} 2018-08-13 10:26:01,420 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.385s 2018-08-13 10:26:01,420 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58e34e27-94c3-4f64-b444-d6cae77e2810'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "af42c7cd-d7c8-4828-b291-4eb3222f5463"}} 2018-08-13 10:26:01,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.147s 2018-08-13 10:26:01,569 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1733791480"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-665103f8-8052-4ff6-8f94-057e9bc84eb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665103f8-8052-4ff6-8f94-057e9bc84eb9'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC241J2af972YWFqt4oTctutwJhc5vuMQ8kQXA69BvlRbGnqJYtja2tMB60XqtlHSTPcQOCQN7wNqjU+tEy80MtwpZ2rWLNzJ6THoYI2FFaCSHrCFny36ce68/tjCIcia0YFbiqX706B/Fek8rgPdzlGGTnkgsN5b1/EjkK5jlTYkKOGiBzZm7QWzuy34hGiHKPNBhCvameyxWXpw9lKQehliUXbbzk1ZcPTjWtHY5Hqfs1CDm8vC77X6AFtZQg3YuRmvsMYpQlb0MHIlYLegFNLM16oNRQs5FxkaJ/diYkIcy81C6zPCQgjBkN8PevJkJmuK9D69JOPBN3X6MMRP9P Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtuNSdmn/e9mFhareKE3LbrcCYXOb7jEPJEFwOvQb5UWxp6iW\nLY2trTAetF6rZR0kz3EDgkDe8Dao1PrRMvNDLcKWdq1izcyekx6GCNhRWgkh6whZ\n8t+nHuvP7YwiHImtGBW4ql+9OgfxXpPK4D3c5Rhk55ILDeW9fxI5CuY5U2JCjhog\nc2Zu0Fs7st+IRohyjzQYQr2pnssVl6cPZSkHoZYlF2285NWXD041rR2OR6n7NQg5\nvLwu+1+gBbWUIN2LkZr7DGKUJW9DByJWC3oBTSzNeqDUULORcZGif3YmJCHMvNQu\nszwkIIwZDfD3ryZCZrivQ+vSTjwTd1+jDET/TwIDAQABAoIBAGMYLPhIWswKgpR4\njsMb09x7gOi4sYaQQnoMkvj+h5bk+muzpxurpq0uY5SrrwaskeNsgtAywhk6JKSx\n+mQ29vF2e/x12hFUi59/bHSicQHt7Njiv4ofsPfKIfG+ekUoPAfOzS5Tjb5By4DJ\nZ6W1H1lqrFHlCeRP1Sti/lFviSQqMOi7hlyrD9Ge0A8tNMFfdzeIBqFT9H5AdN2M\nDgiaP+qv7prq8CkuzsjOhsPBeDuOIR8fIPq6AVvJS6QGCrrSWl7cX2ecp8sWg/HK\ndG9LCtK1NNtbUXvKAKfHf8g2QoofY2Gj8KbQ4kVqiBlBYS79y6MblOpESpphtq9W\nzMTl3gECgYEA4O1wL/KbAx6spnbD41YAgdxQyUqkEAPXGdkavTX6gKjwc3KAdO/D\nb4a+kdFekA+NmY5gOUcOjWDhQqsoXW67zEJsuVDu9MUKJVsw4e7WPU1xCmH/vBh0\nGxuwhfXsXr1YbFuWu/K5kBUj2MShISb2M0xUL0fF9W+2ip7VOxDrxM8CgYEA0Ccn\n/ga3sVSTy7U2y3Yo6xGB5WbYFXGuN//FSpwgLVbbz8IgqSa//4oUewXyfvRQBgbp\nhMO/R2N7f+BfK4eam9h0IHRajZm0yPJNbWi60eZxd4Kwt9pjKMBQvhHK33aTS96O\nThDhykF/4vFVh7fKXGiPjaeePICKK2vFela2vYECgYA+TyhT8AYnIBk96Aqt8IYl\nc03h5U57rUSqQW1Z2xkxCRvLL34MZtsiCxbBuFlU2Solzr4zP871NVBRsq5065cU\np5YM5DG+FtOPs6pf/FTXGJvm/2zjw3ZuiAYnpg+70wIqyliAamYjVufeReJJF8z+\nOvfbPSvGqRLNZeC2AyL9GwKBgQCamoq8xfaIMt63rjgttOy9dDp7zgBvJQmWtFWw\njffkVSBc1r51hL+UqNV/brJnk0UgxN+LaezXtE9VcqydY1H1sTbHqERd6i16F2Zk\n/iXMo5Hhh2OEmyONcBJIqmR5x9OtxXcDCsz58d5wDHpPnLYkHtGJEFeaboqxp5F8\nxY1jgQKBgQDc/DS+69cIHaPhqJ11Y29sYPhX4jCX9nG+J5JV8tLNSjwKF7vM4CdE\nMF7Y4R2gNSqz/FsY3O83Li+KvFjO4m6gXIx2U6QiQ2JayN5aYj5n+ZZYXUifcrwf\nnhbkkSMggKnheDXikbLeQmoFSE+h3pFwsTLMWYgpr1D0K+9qrt3+/w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1733791480", "fingerprint": "0e:39:8d:b5:f6:66:58:07:cb:98:59:8e:de:0c:cb:c7"}} 2018-08-13 10:26:02,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 1.145s 2018-08-13 10:26:02,719 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1690285922", "security_groups": ["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:26:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14203b7e-84b9-46f8-bcf0-9144b3f0e746'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:26:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cd3d6964-53a1-4d83-af4f-890bb82781de","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:26:01Z","name":"tempest-port-smoke-1690285922","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:50:9c:f5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"f3dd573a-7f3c-4816-9d1e-73e37530e8f3","ip_address":"10.101.11.10"}],"id":"aac0db06-5753-4721-af70-dc8aa0a6e32f","security_groups":["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"],"device_id":""}} 2018-08-13 10:26:04,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.828s 2018-08-13 10:26:04,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733791480", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "cd3d6964-53a1-4d83-af4f-890bb82781de", "port": "aac0db06-5753-4721-af70-dc8aa0a6e32f"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-43dcd46c-05ea-4c71-b098-ccc245679571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43dcd46c-05ea-4c71-b098-ccc245679571'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "adminPass": "u4RxvyVmtbf7"}} 2018-08-13 10:26:04,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.317s 2018-08-13 10:26:04,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-605a3b49-c3e7-426c-9c6f-57677a1ec91a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-605a3b49-c3e7-426c-9c6f-57677a1ec91a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:06,285 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.397s 2018-08-13 10:26:06,285 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:06,298 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:26:07,632 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.332s 2018-08-13 10:26:07,633 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:07,645 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:26:09,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.382s 2018-08-13 10:26:09,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-3dd93edf-cca1-4145-9ac7-894b8c33f217', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dd93edf-cca1-4145-9ac7-894b8c33f217'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:10,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.453s 2018-08-13 10:26:10,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d5fde6fb-6c8a-40c5-86bc-349cc6313563', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5fde6fb-6c8a-40c5-86bc-349cc6313563'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:10,508 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:26:10,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.317s 2018-08-13 10:26:10,826 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-670a0ef4-8cfb-490f-88e2-f92596f903e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-670a0ef4-8cfb-490f-88e2-f92596f903e1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:10,840 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6e80f1c6-aff4-457d-a6a1-e318027b80a1 with status: ACTIVE 2018-08-13 10:26:11,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 0.786s 2018-08-13 10:26:11,628 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1654116012", "security_groups": ["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:26:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f58667db-1f22-446c-b89a-d0607549348e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:26:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5b710659-5daa-4132-87fe-e17543f42e9b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:26:11Z","name":"tempest-port-smoke-1654116012","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:97:95:fe","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e3f390b7-1e55-4d91-b316-4cee24e82caf","ip_address":"10.102.21.20"}],"id":"b2444086-20d0-462f-9d22-1db5614ae427","security_groups":["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"],"device_id":""}} 2018-08-13 10:26:12,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.132s 2018-08-13 10:26:12,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733791480", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5b710659-5daa-4132-87fe-e17543f42e9b", "port": "b2444086-20d0-462f-9d22-1db5614ae427"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-bf908d23-3663-4a62-bac9-bc23a9c47969', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf908d23-3663-4a62-bac9-bc23a9c47969'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "adminPass": "Se2Jom5uruem"}} 2018-08-13 10:26:13,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.244s 2018-08-13 10:26:13,012 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-b2e1ebfb-2b3f-4457-9948-336a255b8485', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e1ebfb-2b3f-4457-9948-336a255b8485'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:14,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.087s 2018-08-13 10:26:14,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-79d8bd3f-6753-4902-a25e-0049439d8697', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-79d8bd3f-6753-4902-a25e-0049439d8697'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:14,129 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:26:15,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.321s 2018-08-13 10:26:15,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-a37ace8d-10df-483f-869c-dd8ad5667696', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a37ace8d-10df-483f-869c-dd8ad5667696'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:15,466 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:26:16,620 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.152s 2018-08-13 10:26:16,620 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-71a46cbf-f461-4491-88b1-b567d1ecc563', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71a46cbf-f461-4491-88b1-b567d1ecc563'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:17,978 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.343s 2018-08-13 10:26:17,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-54f711d6-3d04-4999-9639-ff0b85dd4fe7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54f711d6-3d04-4999-9639-ff0b85dd4fe7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:19,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.139s 2018-08-13 10:26:19,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:19,142 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:26:19,297 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.154s 2018-08-13 10:26:19,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-c38c9853-61a0-487a-80dd-8a2d2cc384a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c38c9853-61a0-487a-80dd-8a2d2cc384a8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:19,311 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c71bbe25-d08c-40d8-beda-ea103939fd52 with status: ACTIVE 2018-08-13 10:26:19,635 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations 0.322s 2018-08-13 10:26:19,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ac6adc6-1adc-4236-b263-ed769f7083d8'} Body: {"network_association": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "id": "ca112bdb-58f0-46f2-bc41-1d58e5ddf810"}} 2018-08-13 10:26:19,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations 0.295s 2018-08-13 10:26:19,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-230fb894-c256-4f1c-8e13-4f82825d2991'} Body: {"network_association": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "id": "0b779bd2-6bf4-4c0c-a4e2-a484c7fca8cd"}} 2018-08-13 10:26:19,932 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:26:20,132 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/routers 0.199s 2018-08-13 10:26:20,132 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--453228498", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:26:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff25770a-9f07-493c-9beb-76da643c8059'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:20Z", "admin_state_up": true, "updated_at": "2018-08-13T10:26:20Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "name": "tempest-router--453228498"}} 2018-08-13 10:26:21,683 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c 1.549s 2018-08-13 10:26:21,684 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c', u'date': 'Mon, 13 Aug 2018 10:26:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7995d9ba-e95b-41e8-b717-27a0af7ca04d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:20Z", "admin_state_up": true, "updated_at": "2018-08-13T10:26:21Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "name": "tempest-router--453228498"}} 2018-08-13 10:26:23,723 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/add_router_interface 2.038s 2018-08-13 10:26:23,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:26:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8544f1a3-163e-46de-80e3-3aa17aff3f81'} Body: {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3", "subnet_ids": ["f3dd573a-7f3c-4816-9d1e-73e37530e8f3"], "port_id": "ebceab99-c07d-43bc-b1c8-05595abafc7e", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c"} 2018-08-13 10:26:25,501 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.777s 2018-08-13 10:26:25,502 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "aac0db06-5753-4721-af70-dc8aa0a6e32f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:26:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-273a36cd-fb75-46c1-86b9-275a1305f64c'} Body: {"floatingip": {"router_id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:26:24Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "aac0db06-5753-4721-af70-dc8aa0a6e32f", "id": "fef5dace-f3b2-42b9-a9f1-85022521e380", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:24Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:26:25,503 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:26:33,519 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:26:33,616 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:26:33,647 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:26:33,762 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:26:33,762 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:26:33,764 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:26:33,826 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:26:33,829 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:26:38,839 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:26:38,839 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:27:48,910 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:27:48,911 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:27:48,913 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:27:48,976 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:27:48,977 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:27:53,985 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:27:53,985 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:29:04,009 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:29:04,011 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:29:04,011 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,115 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,145 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,151 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:29:04,152 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:4b:ed:ed [ether] on eth0 2018-08-13 10:29:04,152 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:29:04,152 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,154 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,215 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,218 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,227 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:29:04,227 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:29:04,228 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,230 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,291 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,294 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,300 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:29:04,300 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,302 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,362 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,366 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,371 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:29:04,372 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:4b:ed:ed [ether] on eth0 2018-08-13 10:29:04,372 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:29:04,373 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,375 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,434 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,439 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:09,445 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:29:09,446 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:30:19,489 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:30:19,490 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:30:19,493 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:30:19,587 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:30:19,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:30:24,596 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:30:24,597 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:31:34,667 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:31:34,669 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:31:36,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/fef5dace-f3b2-42b9-a9f1-85022521e380 1.361s 2018-08-13 10:31:36,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/fef5dace-f3b2-42b9-a9f1-85022521e380', u'date': 'Mon, 13 Aug 2018 10:31:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a167f872-79ef-4599-9959-48625ae419a6'} Body: 2018-08-13 10:31:37,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/remove_router_interface 1.611s 2018-08-13 10:31:37,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:31:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f889c89-2f80-4607-a661-e55d150701e7'} Body: {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3", "subnet_ids": ["f3dd573a-7f3c-4816-9d1e-73e37530e8f3"], "port_id": "ebceab99-c07d-43bc-b1c8-05595abafc7e", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c"} 2018-08-13 10:31:39,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c 1.729s 2018-08-13 10:31:39,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7676fc2-3c88-450f-b563-e4e89b5ea6a0'} Body: 2018-08-13 10:31:39,784 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.407s 2018-08-13 10:31:39,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-61de45b1-d331-467d-9371-46f20e145845', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61de45b1-d331-467d-9371-46f20e145845'} Body: 2018-08-13 10:31:40,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.665s 2018-08-13 10:31:40,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:39Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:41,515 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.047s 2018-08-13 10:31:41,515 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-06a16442-c98f-4daa-85e8-6f522d750832', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-06a16442-c98f-4daa-85e8-6f522d750832'} Body: {"itemNotFound": {"message": "Instance c71bbe25-d08c-40d8-beda-ea103939fd52 could not be found.", "code": 404}} 2018-08-13 10:31:42,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b2444086-20d0-462f-9d22-1db5614ae427 0.859s 2018-08-13 10:31:42,376 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b2444086-20d0-462f-9d22-1db5614ae427', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-61faaa4a-81de-443a-b959-ea30e95337ff'} Body: 2018-08-13 10:31:42,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.133s 2018-08-13 10:31:42,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e'} Body: 2018-08-13 10:31:42,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.440s 2018-08-13 10:31:42,952 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:44,229 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.262s 2018-08-13 10:31:44,230 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-c91a15f9-b087-4444-8608-b0f29b672951', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c91a15f9-b087-4444-8608-b0f29b672951'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:43Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:45,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.056s 2018-08-13 10:31:45,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d0fad6be-53b5-4ff5-a912-800d1eb335e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d0fad6be-53b5-4ff5-a912-800d1eb335e2'} Body: {"itemNotFound": {"message": "Instance 6e80f1c6-aff4-457d-a6a1-e318027b80a1 could not be found.", "code": 404}} 2018-08-13 10:31:45,875 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/aac0db06-5753-4721-af70-dc8aa0a6e32f 0.573s 2018-08-13 10:31:45,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/aac0db06-5753-4721-af70-dc8aa0a6e32f', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a0f4b89b-cded-4c32-9cec-83cad9ea3d66'} Body: 2018-08-13 10:31:45,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733791480 0.030s 2018-08-13 10:31:45,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733791480', u'x-compute-request-id': 'req-81ec434b-d4cb-4ca3-beda-489584ae2e3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81ec434b-d4cb-4ca3-beda-489584ae2e3a'} Body: 2018-08-13 10:31:47,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e3f390b7-1e55-4d91-b316-4cee24e82caf 1.202s 2018-08-13 10:31:47,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e3f390b7-1e55-4d91-b316-4cee24e82caf', u'date': 'Mon, 13 Aug 2018 10:31:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9d13cd4-8722-4d32-86c4-e4a7b198aeca'} Body: 2018-08-13 10:31:48,552 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5b710659-5daa-4132-87fe-e17543f42e9b 1.440s 2018-08-13 10:31:48,553 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5b710659-5daa-4132-87fe-e17543f42e9b', u'date': 'Mon, 13 Aug 2018 10:31:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ef2f300-7aae-4886-a05d-e2304f9c586d'} Body: 2018-08-13 10:31:49,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/f3dd573a-7f3c-4816-9d1e-73e37530e8f3 1.242s 2018-08-13 10:31:49,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/f3dd573a-7f3c-4816-9d1e-73e37530e8f3', u'date': 'Mon, 13 Aug 2018 10:31:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd3a0044-94d5-4b7b-96ac-4a9e60551b17'} Body: 2018-08-13 10:31:51,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/cd3d6964-53a1-4d83-af4f-890bb82781de 1.333s 2018-08-13 10:31:51,131 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/cd3d6964-53a1-4d83-af4f-890bb82781de', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b1431e61-d2c5-42bb-9c68-26b11f981a83'} Body: 2018-08-13 10:31:51,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224 0.234s 2018-08-13 10:31:51,366 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6767cd8a-8f8e-4cf5-9e6b-485c0c83846f'} Body: 2018-08-13 10:31:51.650 63 INFO tempest.lib.common.rest_client [req-0b5111a1-0072-4164-8da6-e074f8b2f400 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.257s 2018-08-13 10:31:51.651 63 DEBUG tempest.lib.common.rest_client [req-0b5111a1-0072-4164-8da6-e074f8b2f400 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-434460974 description", "name": "tempest-secgroup-smoke-434460974"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b5111a1-0072-4164-8da6-e074f8b2f400'} Body: {"security_group": {"description": "tempest-secgroup-smoke-434460974 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "updated_at": "2018-08-13T10:31:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:31:51Z", "revision_number": 0, "id": "433ca708-4d03-4bf9-8fed-96fd22f63332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:31:51Z", "revision_number": 0, "id": "b3d6836a-aa57-422e-944b-094f6128b6a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "name": "tempest-secgroup-smoke-434460974"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:51.836 63 INFO tempest.lib.common.rest_client [req-961bc398-1063-44b5-852e-32d1206f4379 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 10:31:51.836 63 DEBUG tempest.lib.common.rest_client [req-961bc398-1063-44b5-852e-32d1206f4379 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-961bc398-1063-44b5-852e-32d1206f4379'} 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-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "462990f4-c725-439b-bdf4-c1f9ccb65e81"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:52.001 63 INFO tempest.lib.common.rest_client [req-7d1a01ac-3914-42d5-a5bd-8efe35c05369 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.164s 2018-08-13 10:31:52.002 63 DEBUG tempest.lib.common.rest_client [req-7d1a01ac-3914-42d5-a5bd-8efe35c05369 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d1a01ac-3914-42d5-a5bd-8efe35c05369'} 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-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8ff5b54c-8c86-411c-971f-4b6e3f0ddb01"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:52.163 63 INFO tempest.lib.common.rest_client [req-f22d266f-37e0-407d-a5b2-8d3bfa5ece9d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:31:52.163 63 DEBUG tempest.lib.common.rest_client [req-f22d266f-37e0-407d-a5b2-8d3bfa5ece9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f22d266f-37e0-407d-a5b2-8d3bfa5ece9d'} 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-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f195c9ff-968e-425e-b00b-f1b5152ae895"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:52.351 63 INFO tempest.lib.common.rest_client [req-02890fd0-d900-496d-8ec6-ede345ee2d1b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.186s 2018-08-13 10:31:52.352 63 DEBUG tempest.lib.common.rest_client [req-02890fd0-d900-496d-8ec6-ede345ee2d1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02890fd0-d900-496d-8ec6-ede345ee2d1b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "eb894a4c-8bbf-4645-99fa-cd70d3a1c935"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:52.537 63 INFO tempest.lib.common.rest_client [req-a0cf19b0-6006-4fef-81e9-9c8c044b950f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 10:31:52.537 63 DEBUG tempest.lib.common.rest_client [req-a0cf19b0-6006-4fef-81e9-9c8c044b950f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0cf19b0-6006-4fef-81e9-9c8c044b950f'} 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-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "91b0af6d-21e0-42be-b028-936297e8a747"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:52.708 63 INFO tempest.lib.common.rest_client [req-2de54181-cbf0-47cf-a962-951209be3170 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.169s 2018-08-13 10:31:52.708 63 DEBUG tempest.lib.common.rest_client [req-2de54181-cbf0-47cf-a962-951209be3170 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2de54181-cbf0-47cf-a962-951209be3170'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "02e0b1d2-08c3-4cdc-9a39-01463361018d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:53.127 63 INFO tempest.lib.common.rest_client [req-36ad5980-fbd7-4372-bfb1-ddaaab61930f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.418s 2018-08-13 10:31:53.128 63 DEBUG tempest.lib.common.rest_client [req-36ad5980-fbd7-4372-bfb1-ddaaab61930f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36ad5980-fbd7-4372-bfb1-ddaaab61930f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:53Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2a86b385-3603-46b4-aefe-38888ada2449"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:53.272 63 INFO tempest.lib.common.rest_client [req-f911b9dd-92a9-4630-af60-30bf76b33070 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:31:53.273 63 DEBUG tempest.lib.common.rest_client [req-f911b9dd-92a9-4630-af60-30bf76b33070 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f911b9dd-92a9-4630-af60-30bf76b33070'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:53Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5908bdd0-8cd1-4016-b6ff-061cd8253d06"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:53.527 63 INFO tempest.lib.common.rest_client [req-e1e984e0-05d1-4529-b39b-e7d4bab08ee5 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/networks 0.253s 2018-08-13 10:31:53.528 63 DEBUG tempest.lib.common.rest_client [req-e1e984e0-05d1-4529-b39b-e7d4bab08ee5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1466672721"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1e984e0-05d1-4529-b39b-e7d4bab08ee5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:31:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","name":"tempest-A-1466672721"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:54.055 63 INFO tempest.lib.common.rest_client [req-f2f6085f-ce13-495d-89a4-d62ff722f28d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.527s 2018-08-13 10:31:54.056 63 DEBUG tempest.lib.common.rest_client [req-f2f6085f-ce13-495d-89a4-d62ff722f28d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "name": "tempest-subnet-A-1-319754664"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2f6085f-ce13-495d-89a4-d62ff722f28d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:53Z","dns_nameservers":[],"updated_at":"2018-08-13T10:31:53Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e651a2a8-684a-4fb8-9377-6ecd45968c9f","subnetpool_id":null,"name":"tempest-subnet-A-1-319754664"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:54.307 63 INFO tempest.lib.common.rest_client [req-62b072f4-e4cd-4085-b085-992c0288f0ac ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/networks 0.250s 2018-08-13 10:31:54.307 63 DEBUG tempest.lib.common.rest_client [req-62b072f4-e4cd-4085-b085-992c0288f0ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1032342933"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62b072f4-e4cd-4085-b085-992c0288f0ac'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:31:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"443eac56-e02d-4446-b0f6-0c807b93559e","name":"tempest-B-1032342933"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:54.926 63 INFO tempest.lib.common.rest_client [req-c156c2f6-22cf-47b1-b0be-068f72c654fb ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.617s 2018-08-13 10:31:54.926 63 DEBUG tempest.lib.common.rest_client [req-c156c2f6-22cf-47b1-b0be-068f72c654fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "name": "tempest-subnet-B-1-2007618102"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c156c2f6-22cf-47b1-b0be-068f72c654fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"443eac56-e02d-4446-b0f6-0c807b93559e","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-13T10:31:54Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0afc42a8-56fa-46d6-bd32-85fa9b468473","subnetpool_id":null,"name":"tempest-subnet-B-1-2007618102"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:55.377 63 INFO tempest.lib.common.rest_client [req-f3e69bf4-57ab-43f5-8441-2f3b2bdea195 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.449s 2018-08-13 10:31:55.377 63 DEBUG tempest.lib.common.rest_client [req-f3e69bf4-57ab-43f5-8441-2f3b2bdea195 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:31:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3e69bf4-57ab-43f5-8441-2f3b2bdea195'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "d631b846-a9fb-4aea-adb7-5852751afca7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:55.478 63 INFO tempest.lib.common.rest_client [req-996c3d36-a2de-4390-8f79-9c29092ca7c4 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.100s 2018-08-13 10:31:55.479 63 DEBUG tempest.lib.common.rest_client [req-996c3d36-a2de-4390-8f79-9c29092ca7c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-82649757"}} Response - Headers: {'status': '200', u'content-length': '2307', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-996c3d36-a2de-4390-8f79-9c29092ca7c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-996c3d36-a2de-4390-8f79-9c29092ca7c4'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRP/M23Rcy9FtbcLtCtV71/LF5zQirrrwVqqgPpbMAivGhzboPoaJycBx3TGlQPbiD6xXWXDZNUOy72wzFm0UG0XHdbIqvDrykzfFvHvOZj/JzLYX5CRCq3KpNVfQYpLlrHFpsao7ZnhpaEvHNjyfP2ALw94KJzQeFyTVCxt3BzEw0sMPr26pOkLJ00SKtr97AIpglCY4QzLUJyIn2sXMu99upbPmXUGjqoZAmxIhSQPpNdOFUw/KyJwc8aaHIEOhaT4ROe/t4lm2puY1hgGe1SSjY5d/uP3UiIZu2n3LOCFRAA9rOu3EykENU3VLER6bSLUk8G+bfg85PLcQXLC43 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0T/zNt0XMvRbW3C7QrVe9fyxec0Iq668FaqoD6WzAIrxoc26\nD6GicnAcd0xpUD24g+sV1lw2TVDsu9sMxZtFBtFx3WyKrw68pM3xbx7zmY/ycy2F\n+QkQqtyqTVX0GKS5axxabGqO2Z4aWhLxzY8nz9gC8PeCic0Hhck1QsbdwcxMNLDD\n69uqTpCydNEira/ewCKYJQmOEMy1CciJ9rFzLvfbqWz5l1Bo6qGQJsSIUkD6TXTh\nVMPysicHPGmhyBDoWk+ETnv7eJZtqbmNYYBntUko2OXf7j91IiGbtp9yzghUQAPa\nzrtxMpBDVN1SxEem0i1JPBvm34POTy3EFywuNwIDAQABAoIBAB/e+655klUCfv+4\nde09Ls+Mw4NnxVBQ9vjd22c2t8L3ZsJcUWCcH+AKT2ukSc4c+IOvRM43kVXJY6Vh\nQdq/QY4+THeLVrw/JGB9ta5VKolTMXx1jJhX1yAPKClLVDiErnEwCl3FBSkEOcNK\na2YBzfCMWDZXnJxcjC7GbMRVAeXIb6QXKB94M7QVko0eOoqXyBPXaiDK4Hqu/U78\nLsEtUdFdWC+UQxLvhCwCfziJS3iUM/6aQcLXCDZzVuWzV7TbWva+njL4XtNP5K3X\nuBpXC22CcptZ1cGY+VultGiu1WazNcJN73s7mfYmGAjmdxFJz3UdqL9q5HfSK8Bt\n+b369rECgYEA8w4mXSxdDIp4ThdlvhCVhpfslLcy5pQ+eA6s/gWuqkImkHMqjAnd\nrhTBy0XK+RfDz6+0tR5g96Jija7UOrSRMGemyS06skGaLtLR2dBJvsmZLPWlLLww\n+rJta9CFwXeu5ADEe4ZPXckuLbkXJQe9X3pKWTqOzEr+RrV3I5WUIcUCgYEA3GTk\nQpIk0xpI8xgAQIi7SFFCBD6SjoS5h3U/aBrCzD3UYgNq1FzpFYhNjesQ8tdmiCca\n5kXbSRcqQWmfHLJ6VmMnZhkInPu5aWs7dpRC+diB3oCbM9nq6H5lwnt7qK5Mzww4\nMl9FUcoeefZK0knhGPOHsSU1ZZo//P5A2vsJO8sCgYAfG7yFSFxQcpibRhtbjDvX\nEjLRhfEZ2fd03kv95zRHzlepPVRAwDKDSVzUa4ZjA0uolVCHre+zQjFi+PFo4huD\nGoEaVpOgpQza2VjKjAIkTSExw+70HtIWBChFGFdGP88+l2qOdM5LrqgeagYwUyFF\nyx0g9oG4XBDXc/pfr5FaEQKBgQCbzmucMGr+Hnfx+0a6WK9lyaRNEdtUC7qJa7ce\npsSN1Swe+mF8rg5NnaWOLd82flbK7DJVFo+W1VyXD89fX0Gjbsd8ozf2mvKR9y/7\nfYb30DrHjM2r02QBZtITsm5Sap58RRw5aCa+UpBHEnoEvhv3IrsL3c0o/eo8tZYt\n+QinDwKBgF/Xc1sFXmooEz3znwJkFgfDTHYG3Dv5SaesHI/BZ6P6VQKo6BobmKLy\nxAPZrIFoAJDaeB7ktk4h5rtknAfXwxx7+FArEcsQdgpGAy5QY6f27sxV+PizjFxm\nd8dJDarlyHKYgEbstrWJW7CCJUpQdjn+RxnKaycCr4qJq8F54/Ak\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-82649757", "fingerprint": "c3:5e:0f:28:f5:05:c0:bd:5d:e8:62:16:52:61:d6:1e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:56.279 63 INFO tempest.lib.common.rest_client [req-7b7d73bd-48ef-49b2-8436-23b40c83cf3f ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/ports 0.796s 2018-08-13 10:31:56.279 63 DEBUG tempest.lib.common.rest_client [req-7b7d73bd-48ef-49b2-8436-23b40c83cf3f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1605027959", "security_groups": ["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:31:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b7d73bd-48ef-49b2-8436-23b40c83cf3f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:31:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:31:55Z","name":"tempest-port-smoke-1605027959","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3f:82:18","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e651a2a8-684a-4fb8-9377-6ecd45968c9f","ip_address":"10.101.11.10"}],"id":"26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50","security_groups":["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:57.484 63 INFO tempest.lib.common.rest_client [req-3c69df8e-b810-4a16-a1c6-15bca2a90840 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.22:8774/v2.1/servers 1.203s 2018-08-13 10:31:57.484 63 DEBUG tempest.lib.common.rest_client [req-3c69df8e-b810-4a16-a1c6-15bca2a90840 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82649757", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "port": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-3c69df8e-b810-4a16-a1c6-15bca2a90840', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c69df8e-b810-4a16-a1c6-15bca2a90840'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "adminPass": "SwpL9PneVfx7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:57.993 63 INFO tempest.lib.common.rest_client [req-cec248cf-10cf-4d68-8f9f-a433fa358714 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.504s 2018-08-13 10:31:57.993 63 DEBUG tempest.lib.common.rest_client [req-cec248cf-10cf-4d68-8f9f-a433fa358714 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-cec248cf-10cf-4d68-8f9f-a433fa358714', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cec248cf-10cf-4d68-8f9f-a433fa358714'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:31:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:59.267 63 INFO tempest.lib.common.rest_client [req-7c1f9987-5965-4500-aa9b-401522156a6d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.259s 2018-08-13 10:31:59.268 63 DEBUG tempest.lib.common.rest_client [req-7c1f9987-5965-4500-aa9b-401522156a6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1256', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-7c1f9987-5965-4500-aa9b-401522156a6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c1f9987-5965-4500-aa9b-401522156a6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:31:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:31:59.282 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:32:00.457 63 INFO tempest.lib.common.rest_client [req-714ba7a3-cf25-425e-a6d7-a483902c37b7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.173s 2018-08-13 10:32:00.458 63 DEBUG tempest.lib.common.rest_client [req-714ba7a3-cf25-425e-a6d7-a483902c37b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-714ba7a3-cf25-425e-a6d7-a483902c37b7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-714ba7a3-cf25-425e-a6d7-a483902c37b7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:00.471 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:32:01.615 63 INFO tempest.lib.common.rest_client [req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.141s 2018-08-13 10:32:01.616 63 DEBUG tempest.lib.common.rest_client [req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:03.039 63 INFO tempest.lib.common.rest_client [req-a495c9fe-7a3f-4265-8724-f0cba05116e8 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.408s 2018-08-13 10:32:03.039 63 DEBUG tempest.lib.common.rest_client [req-a495c9fe-7a3f-4265-8724-f0cba05116e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-a495c9fe-7a3f-4265-8724-f0cba05116e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a495c9fe-7a3f-4265-8724-f0cba05116e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:04.397 63 INFO tempest.lib.common.rest_client [req-d2528003-5e2e-45d8-92c1-d23882330cb7 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.343s 2018-08-13 10:32:04.397 63 DEBUG tempest.lib.common.rest_client [req-d2528003-5e2e-45d8-92c1-d23882330cb7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-d2528003-5e2e-45d8-92c1-d23882330cb7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d2528003-5e2e-45d8-92c1-d23882330cb7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:04.410 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:32:05.239 63 INFO tempest.lib.common.rest_client [req-2e227885-250f-4a6e-ae19-49f2dcf66c9d ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.827s 2018-08-13 10:32:05.239 63 DEBUG tempest.lib.common.rest_client [req-2e227885-250f-4a6e-ae19-49f2dcf66c9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-2e227885-250f-4a6e-ae19-49f2dcf66c9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e227885-250f-4a6e-ae19-49f2dcf66c9d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:05.252 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a63ca8df-732c-4433-83ac-ceef8ddcf7aa with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:32:06.491 63 INFO tempest.lib.common.rest_client [req-0cb2d959-1319-4bea-9336-58bbb487b7f9 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/ports 1.237s 2018-08-13 10:32:06.491 63 DEBUG tempest.lib.common.rest_client [req-0cb2d959-1319-4bea-9336-58bbb487b7f9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-134203361", "security_groups": ["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:32:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0cb2d959-1319-4bea-9336-58bbb487b7f9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:32:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"443eac56-e02d-4446-b0f6-0c807b93559e","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:32:06Z","name":"tempest-port-smoke-134203361","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:69:12:0b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"0afc42a8-56fa-46d6-bd32-85fa9b468473","ip_address":"10.102.21.20"}],"id":"efb591a2-37da-4f8b-afe6-c8f7c4d2720b","security_groups":["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:08.481 63 INFO tempest.lib.common.rest_client [req-0fe45fa4-a285-4496-af18-f1725ff9113b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.22:8774/v2.1/servers 1.988s 2018-08-13 10:32:08.481 63 DEBUG tempest.lib.common.rest_client [req-0fe45fa4-a285-4496-af18-f1725ff9113b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82649757", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "443eac56-e02d-4446-b0f6-0c807b93559e", "port": "efb591a2-37da-4f8b-afe6-c8f7c4d2720b"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0fe45fa4-a285-4496-af18-f1725ff9113b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fe45fa4-a285-4496-af18-f1725ff9113b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "adminPass": "cKsuPXwVt8kb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:08.705 63 INFO tempest.lib.common.rest_client [req-e34cd4c7-d868-4a73-b281-cd035a4407cd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.219s 2018-08-13 10:32:08.706 63 DEBUG tempest.lib.common.rest_client [req-e34cd4c7-d868-4a73-b281-cd035a4407cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-e34cd4c7-d868-4a73-b281-cd035a4407cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e34cd4c7-d868-4a73-b281-cd035a4407cd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:09.979 63 INFO tempest.lib.common.rest_client [req-451ac6b3-6071-4790-813a-a2204b609f72 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.260s 2018-08-13 10:32:09.980 63 DEBUG tempest.lib.common.rest_client [req-451ac6b3-6071-4790-813a-a2204b609f72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-451ac6b3-6071-4790-813a-a2204b609f72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-451ac6b3-6071-4790-813a-a2204b609f72'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:09.992 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:32:11.140 63 INFO tempest.lib.common.rest_client [req-46ab7f75-73a4-4d83-ad42-ef483d038edd ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.145s 2018-08-13 10:32:11.140 63 DEBUG tempest.lib.common.rest_client [req-46ab7f75-73a4-4d83-ad42-ef483d038edd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-46ab7f75-73a4-4d83-ad42-ef483d038edd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-46ab7f75-73a4-4d83-ad42-ef483d038edd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:11.154 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:32:12.309 63 INFO tempest.lib.common.rest_client [req-362d21fe-938b-4d7c-a74b-bcc45822b921 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.153s 2018-08-13 10:32:12.310 63 DEBUG tempest.lib.common.rest_client [req-362d21fe-938b-4d7c-a74b-bcc45822b921 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-362d21fe-938b-4d7c-a74b-bcc45822b921', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-362d21fe-938b-4d7c-a74b-bcc45822b921'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:13.500 63 INFO tempest.lib.common.rest_client [req-4b181e23-222a-4a20-bf9c-232df58635f6 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.175s 2018-08-13 10:32:13.501 63 DEBUG tempest.lib.common.rest_client [req-4b181e23-222a-4a20-bf9c-232df58635f6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-4b181e23-222a-4a20-bf9c-232df58635f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b181e23-222a-4a20-bf9c-232df58635f6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:14.667 63 INFO tempest.lib.common.rest_client [req-43301d20-9873-4d27-b173-a56d101c9751 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.151s 2018-08-13 10:32:14.667 63 DEBUG tempest.lib.common.rest_client [req-43301d20-9873-4d27-b173-a56d101c9751 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-43301d20-9873-4d27-b173-a56d101c9751', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43301d20-9873-4d27-b173-a56d101c9751'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:14.681 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:32:14.825 63 INFO tempest.lib.common.rest_client [req-c65712d5-5e0c-47b4-a92f-492afadb9952 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.143s 2018-08-13 10:32:14.825 63 DEBUG tempest.lib.common.rest_client [req-c65712d5-5e0c-47b4-a92f-492afadb9952 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-c65712d5-5e0c-47b4-a92f-492afadb9952', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c65712d5-5e0c-47b4-a92f-492afadb9952'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:14.839 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 67590ebe-22a5-4bf8-bd38-f47c31aec406 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:32:15.437 63 INFO tempest.lib.common.rest_client [req-8c396c32-9ff1-4b58-bfdf-4255f654476a ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations 0.596s 2018-08-13 10:32:15.437 63 DEBUG tempest.lib.common.rest_client [req-8c396c32-9ff1-4b58-bfdf-4255f654476a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c396c32-9ff1-4b58-bfdf-4255f654476a'} Body: {"network_association": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "id": "b7801035-4d1c-4b2c-894e-d9b676eea7c5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:15.761 63 INFO tempest.lib.common.rest_client [req-819f1425-91bb-4ccb-b95e-7dd23c97d710 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations 0.323s 2018-08-13 10:32:15.762 63 DEBUG tempest.lib.common.rest_client [req-819f1425-91bb-4ccb-b95e-7dd23c97d710 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-819f1425-91bb-4ccb-b95e-7dd23c97d710'} Body: {"network_association": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "id": "b439d6ca-aba4-4b71-8ca1-5807da8ffe9c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:15.762 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 10:32:15.885 63 INFO tempest.lib.common.rest_client [req-8e22b89e-6c17-4f95-8660-6936a089d9e0 ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/routers 0.122s 2018-08-13 10:32:15.886 63 DEBUG tempest.lib.common.rest_client [req-8e22b89e-6c17-4f95-8660-6936a089d9e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1005286732", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e22b89e-6c17-4f95-8660-6936a089d9e0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:15Z", "admin_state_up": true, "updated_at": "2018-08-13T10:32:15Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "name": "tempest-router--1005286732"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:17.283 63 INFO tempest.lib.common.rest_client [req-df0a29dd-939c-489f-88a4-c4e2775c509c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0 1.396s 2018-08-13 10:32:17.283 63 DEBUG tempest.lib.common.rest_client [req-df0a29dd-939c-489f-88a4-c4e2775c509c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0', u'date': 'Mon, 13 Aug 2018 10:32:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df0a29dd-939c-489f-88a4-c4e2775c509c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:15Z", "admin_state_up": true, "updated_at": "2018-08-13T10:32:17Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "name": "tempest-router--1005286732"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:19.348 63 INFO tempest.lib.common.rest_client [req-a95f38ad-b1ef-4548-b6d2-fd478499648c ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/add_router_interface 2.064s 2018-08-13 10:32:19.349 63 DEBUG tempest.lib.common.rest_client [req-a95f38ad-b1ef-4548-b6d2-fd478499648c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:32:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a95f38ad-b1ef-4548-b6d2-fd478499648c'} Body: {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f", "subnet_ids": ["e651a2a8-684a-4fb8-9377-6ecd45968c9f"], "port_id": "a6bb39fb-8e26-4473-8aff-152655dd1dfd", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:21.127 63 INFO tempest.lib.common.rest_client [req-ea098651-70cf-4b84-a64c-23716db6e22b ] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.777s 2018-08-13 10:32:21.128 63 DEBUG tempest.lib.common.rest_client [req-ea098651-70cf-4b84-a64c-23716db6e22b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:32:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea098651-70cf-4b84-a64c-23716db6e22b'} Body: {"floatingip": {"router_id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:32:20Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50", "id": "0ae35f0f-6c30-45ce-993c-03f71d054267", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:20Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:32:21.129 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:32:29.145 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:32:29.249 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:32:29.273 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:32:29.388 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:32:29.389 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:32:29.391 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:32:29.455 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:32:29.456 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:32:34.464 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:32:34.465 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:33:44.504 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:33:44.505 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:33:44.508 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:33:44.570 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:33:44.573 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:33:49.580 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:33:49.581 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:34:59.650 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:34:59.651 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:34:59.651 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59.656 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59.757 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:34:59.784 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59.791 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:34:59.792 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:b7:a0:48 [ether] on eth0 2018-08-13 10:34:59.792 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:34:59.793 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59.795 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59.857 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:34:59.860 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59.869 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:34:59.870 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:34:59.870 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59.873 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59.933 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:34:59.937 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59.943 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:34:59.944 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59.946 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:35:00.004 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:35:00.010 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:35:00.016 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:35:00.016 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:b7:a0:48 [ether] on eth0 2018-08-13 10:35:00.017 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:35:00.017 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:35:00.019 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:35:00.081 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:35:00.083 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:35:05.091 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:35:05.092 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:36:15.152 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:36:15.153 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:36:15.157 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:36:15.218 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:36:15.221 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:36:20.228 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:36:20.229 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:37:30.297 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:37:31.773 63 INFO tempest.lib.common.rest_client [req-662df828-4e28-4d22-991e-d01c3527159c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/0ae35f0f-6c30-45ce-993c-03f71d054267 1.473s 2018-08-13 10:37:31.774 63 DEBUG tempest.lib.common.rest_client [req-662df828-4e28-4d22-991e-d01c3527159c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/0ae35f0f-6c30-45ce-993c-03f71d054267', u'date': 'Mon, 13 Aug 2018 10:37:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-662df828-4e28-4d22-991e-d01c3527159c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:33.694 63 INFO tempest.lib.common.rest_client [req-194f5583-2049-4f4a-8647-25bded6a1342 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/remove_router_interface 1.919s 2018-08-13 10:37:33.695 63 DEBUG tempest.lib.common.rest_client [req-194f5583-2049-4f4a-8647-25bded6a1342 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:37:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-194f5583-2049-4f4a-8647-25bded6a1342'} Body: {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f", "subnet_ids": ["e651a2a8-684a-4fb8-9377-6ecd45968c9f"], "port_id": "a6bb39fb-8e26-4473-8aff-152655dd1dfd", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:35.509 63 INFO tempest.lib.common.rest_client [req-01a8043e-209e-4c2f-bf6a-08f363a9eb39 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0 1.812s 2018-08-13 10:37:35.509 63 DEBUG tempest.lib.common.rest_client [req-01a8043e-209e-4c2f-bf6a-08f363a9eb39 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-01a8043e-209e-4c2f-bf6a-08f363a9eb39'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:35.916 63 INFO tempest.lib.common.rest_client [req-b847d3c7-c87c-4f89-9e07-4a08c14027ab ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.406s 2018-08-13 10:37:35.917 63 DEBUG tempest.lib.common.rest_client [req-b847d3c7-c87c-4f89-9e07-4a08c14027ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-b847d3c7-c87c-4f89-9e07-4a08c14027ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b847d3c7-c87c-4f89-9e07-4a08c14027ab'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:36.388 63 INFO tempest.lib.common.rest_client [req-199c0044-5155-400f-9807-e2f7126bda52 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.470s 2018-08-13 10:37:36.389 63 DEBUG tempest.lib.common.rest_client [req-199c0044-5155-400f-9807-e2f7126bda52 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-199c0044-5155-400f-9807-e2f7126bda52', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-199c0044-5155-400f-9807-e2f7126bda52'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:35Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:37.760 63 INFO tempest.lib.common.rest_client [req-7ffb5288-ecb7-458d-8f85-9a3f190057e4 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.356s 2018-08-13 10:37:37.761 63 DEBUG tempest.lib.common.rest_client [req-7ffb5288-ecb7-458d-8f85-9a3f190057e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-7ffb5288-ecb7-458d-8f85-9a3f190057e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7ffb5288-ecb7-458d-8f85-9a3f190057e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:36Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:38.820 63 INFO tempest.lib.common.rest_client [req-2548e294-f88f-4b8b-9099-5736994b7cc7 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.044s 2018-08-13 10:37:38.820 63 DEBUG tempest.lib.common.rest_client [req-2548e294-f88f-4b8b-9099-5736994b7cc7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-2548e294-f88f-4b8b-9099-5736994b7cc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2548e294-f88f-4b8b-9099-5736994b7cc7'} Body: {"itemNotFound": {"message": "Instance 67590ebe-22a5-4bf8-bd38-f47c31aec406 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:39.675 63 INFO tempest.lib.common.rest_client [req-f73c2f86-1883-4ce0-86b7-72c5a8bf4145 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/efb591a2-37da-4f8b-afe6-c8f7c4d2720b 0.853s 2018-08-13 10:37:39.675 63 DEBUG tempest.lib.common.rest_client [req-f73c2f86-1883-4ce0-86b7-72c5a8bf4145 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/efb591a2-37da-4f8b-afe6-c8f7c4d2720b', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f73c2f86-1883-4ce0-86b7-72c5a8bf4145'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:39.819 63 INFO tempest.lib.common.rest_client [req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.142s 2018-08-13 10:37:39.819 63 DEBUG tempest.lib.common.rest_client [req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:40.510 63 INFO tempest.lib.common.rest_client [req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.689s 2018-08-13 10:37:40.510 63 DEBUG tempest.lib.common.rest_client [req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:39Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:41.568 63 INFO tempest.lib.common.rest_client [req-429514af-9e56-4f6f-a71e-c8a1ba6904ab ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.039s 2018-08-13 10:37:41.568 63 DEBUG tempest.lib.common.rest_client [req-429514af-9e56-4f6f-a71e-c8a1ba6904ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-429514af-9e56-4f6f-a71e-c8a1ba6904ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-429514af-9e56-4f6f-a71e-c8a1ba6904ab'} Body: {"itemNotFound": {"message": "Instance a63ca8df-732c-4433-83ac-ceef8ddcf7aa could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:42.773 63 INFO tempest.lib.common.rest_client [req-9ede27c6-249e-48bf-84b1-4f63e2c7c19c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50 1.204s 2018-08-13 10:37:42.774 63 DEBUG tempest.lib.common.rest_client [req-9ede27c6-249e-48bf-84b1-4f63e2c7c19c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50', u'date': 'Mon, 13 Aug 2018 10:37:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9ede27c6-249e-48bf-84b1-4f63e2c7c19c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:42.825 63 INFO tempest.lib.common.rest_client [req-712b13e6-a326-4777-85ec-14a53b62aecd ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82649757 0.050s 2018-08-13 10:37:42.825 63 DEBUG tempest.lib.common.rest_client [req-712b13e6-a326-4777-85ec-14a53b62aecd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82649757', u'x-compute-request-id': 'req-712b13e6-a326-4777-85ec-14a53b62aecd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-712b13e6-a326-4777-85ec-14a53b62aecd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:43.821 63 INFO tempest.lib.common.rest_client [req-7e7010c3-f952-4f04-bc6a-ced4cb19ca5f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/0afc42a8-56fa-46d6-bd32-85fa9b468473 0.995s 2018-08-13 10:37:43.822 63 DEBUG tempest.lib.common.rest_client [req-7e7010c3-f952-4f04-bc6a-ced4cb19ca5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/0afc42a8-56fa-46d6-bd32-85fa9b468473', u'date': 'Mon, 13 Aug 2018 10:37:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e7010c3-f952-4f04-bc6a-ced4cb19ca5f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:45.201 63 INFO tempest.lib.common.rest_client [req-fa717702-42a8-46d4-a060-5e92c39408de ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/443eac56-e02d-4446-b0f6-0c807b93559e 1.378s 2018-08-13 10:37:45.201 63 DEBUG tempest.lib.common.rest_client [req-fa717702-42a8-46d4-a060-5e92c39408de ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/443eac56-e02d-4446-b0f6-0c807b93559e', u'date': 'Mon, 13 Aug 2018 10:37:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa717702-42a8-46d4-a060-5e92c39408de'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:46.448 63 INFO tempest.lib.common.rest_client [req-d397c4e7-8236-4508-9de8-cde983ecffd1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e651a2a8-684a-4fb8-9377-6ecd45968c9f 1.245s 2018-08-13 10:37:46.449 63 DEBUG tempest.lib.common.rest_client [req-d397c4e7-8236-4508-9de8-cde983ecffd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e651a2a8-684a-4fb8-9377-6ecd45968c9f', u'date': 'Mon, 13 Aug 2018 10:37:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d397c4e7-8236-4508-9de8-cde983ecffd1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:48.374 63 INFO tempest.lib.common.rest_client [req-04711d90-1191-4919-9071-783dec2a7c33 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d2eedb14-1bc8-4206-baf5-8415dd019ba2 1.924s 2018-08-13 10:37:48.375 63 DEBUG tempest.lib.common.rest_client [req-04711d90-1191-4919-9071-783dec2a7c33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d2eedb14-1bc8-4206-baf5-8415dd019ba2', u'date': 'Mon, 13 Aug 2018 10:37:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-04711d90-1191-4919-9071-783dec2a7c33'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:48.828 63 INFO tempest.lib.common.rest_client [req-a453d884-3ebe-479f-b4b5-0f069d5c2864 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/34eb0c66-d6c2-44f0-a0fb-870868c4bb3c 0.452s 2018-08-13 10:37:48.829 63 DEBUG tempest.lib.common.rest_client [req-a453d884-3ebe-479f-b4b5-0f069d5c2864 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/34eb0c66-d6c2-44f0-a0fb-870868c4bb3c', u'date': 'Mon, 13 Aug 2018 10:37:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a453d884-3ebe-479f-b4b5-0f069d5c2864'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list [357.437288s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 852, in test_bgpvpn_negative_update_to_empty_rt_list self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:31:51,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.257s 2018-08-13 10:31:51,651 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-434460974 description", "name": "tempest-secgroup-smoke-434460974"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b5111a1-0072-4164-8da6-e074f8b2f400'} Body: {"security_group": {"description": "tempest-secgroup-smoke-434460974 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "updated_at": "2018-08-13T10:31:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:31:51Z", "revision_number": 0, "id": "433ca708-4d03-4bf9-8fed-96fd22f63332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:31:51Z", "revision_number": 0, "id": "b3d6836a-aa57-422e-944b-094f6128b6a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "name": "tempest-secgroup-smoke-434460974"}} 2018-08-13 10:31:51,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 10:31:51,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-961bc398-1063-44b5-852e-32d1206f4379'} 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-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "462990f4-c725-439b-bdf4-c1f9ccb65e81"}} 2018-08-13 10:31:52,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.164s 2018-08-13 10:31:52,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d1a01ac-3914-42d5-a5bd-8efe35c05369'} 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-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8ff5b54c-8c86-411c-971f-4b6e3f0ddb01"}} 2018-08-13 10:31:52,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:31:52,163 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f22d266f-37e0-407d-a5b2-8d3bfa5ece9d'} 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-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f195c9ff-968e-425e-b00b-f1b5152ae895"}} 2018-08-13 10:31:52,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.186s 2018-08-13 10:31:52,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02890fd0-d900-496d-8ec6-ede345ee2d1b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "eb894a4c-8bbf-4645-99fa-cd70d3a1c935"}} 2018-08-13 10:31:52,537 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 10:31:52,537 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0cf19b0-6006-4fef-81e9-9c8c044b950f'} 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-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "91b0af6d-21e0-42be-b028-936297e8a747"}} 2018-08-13 10:31:52,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.169s 2018-08-13 10:31:52,708 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2de54181-cbf0-47cf-a962-951209be3170'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "02e0b1d2-08c3-4cdc-9a39-01463361018d"}} 2018-08-13 10:31:53,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.418s 2018-08-13 10:31:53,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36ad5980-fbd7-4372-bfb1-ddaaab61930f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:53Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2a86b385-3603-46b4-aefe-38888ada2449"}} 2018-08-13 10:31:53,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:31:53,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f911b9dd-92a9-4630-af60-30bf76b33070'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:53Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5908bdd0-8cd1-4016-b6ff-061cd8253d06"}} 2018-08-13 10:31:53,527 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/networks 0.253s 2018-08-13 10:31:53,528 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1466672721"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1e984e0-05d1-4529-b39b-e7d4bab08ee5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:31:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","name":"tempest-A-1466672721"}} 2018-08-13 10:31:54,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.527s 2018-08-13 10:31:54,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "name": "tempest-subnet-A-1-319754664"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2f6085f-ce13-495d-89a4-d62ff722f28d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:53Z","dns_nameservers":[],"updated_at":"2018-08-13T10:31:53Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e651a2a8-684a-4fb8-9377-6ecd45968c9f","subnetpool_id":null,"name":"tempest-subnet-A-1-319754664"}} 2018-08-13 10:31:54,307 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/networks 0.250s 2018-08-13 10:31:54,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1032342933"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62b072f4-e4cd-4085-b085-992c0288f0ac'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:31:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"443eac56-e02d-4446-b0f6-0c807b93559e","name":"tempest-B-1032342933"}} 2018-08-13 10:31:54,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.617s 2018-08-13 10:31:54,926 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "name": "tempest-subnet-B-1-2007618102"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c156c2f6-22cf-47b1-b0be-068f72c654fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"443eac56-e02d-4446-b0f6-0c807b93559e","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-13T10:31:54Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0afc42a8-56fa-46d6-bd32-85fa9b468473","subnetpool_id":null,"name":"tempest-subnet-B-1-2007618102"}} 2018-08-13 10:31:55,377 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.449s 2018-08-13 10:31:55,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:31:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3e69bf4-57ab-43f5-8441-2f3b2bdea195'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "d631b846-a9fb-4aea-adb7-5852751afca7"}} 2018-08-13 10:31:55,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.100s 2018-08-13 10:31:55,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-82649757"}} Response - Headers: {'status': '200', u'content-length': '2307', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-996c3d36-a2de-4390-8f79-9c29092ca7c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-996c3d36-a2de-4390-8f79-9c29092ca7c4'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRP/M23Rcy9FtbcLtCtV71/LF5zQirrrwVqqgPpbMAivGhzboPoaJycBx3TGlQPbiD6xXWXDZNUOy72wzFm0UG0XHdbIqvDrykzfFvHvOZj/JzLYX5CRCq3KpNVfQYpLlrHFpsao7ZnhpaEvHNjyfP2ALw94KJzQeFyTVCxt3BzEw0sMPr26pOkLJ00SKtr97AIpglCY4QzLUJyIn2sXMu99upbPmXUGjqoZAmxIhSQPpNdOFUw/KyJwc8aaHIEOhaT4ROe/t4lm2puY1hgGe1SSjY5d/uP3UiIZu2n3LOCFRAA9rOu3EykENU3VLER6bSLUk8G+bfg85PLcQXLC43 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0T/zNt0XMvRbW3C7QrVe9fyxec0Iq668FaqoD6WzAIrxoc26\nD6GicnAcd0xpUD24g+sV1lw2TVDsu9sMxZtFBtFx3WyKrw68pM3xbx7zmY/ycy2F\n+QkQqtyqTVX0GKS5axxabGqO2Z4aWhLxzY8nz9gC8PeCic0Hhck1QsbdwcxMNLDD\n69uqTpCydNEira/ewCKYJQmOEMy1CciJ9rFzLvfbqWz5l1Bo6qGQJsSIUkD6TXTh\nVMPysicHPGmhyBDoWk+ETnv7eJZtqbmNYYBntUko2OXf7j91IiGbtp9yzghUQAPa\nzrtxMpBDVN1SxEem0i1JPBvm34POTy3EFywuNwIDAQABAoIBAB/e+655klUCfv+4\nde09Ls+Mw4NnxVBQ9vjd22c2t8L3ZsJcUWCcH+AKT2ukSc4c+IOvRM43kVXJY6Vh\nQdq/QY4+THeLVrw/JGB9ta5VKolTMXx1jJhX1yAPKClLVDiErnEwCl3FBSkEOcNK\na2YBzfCMWDZXnJxcjC7GbMRVAeXIb6QXKB94M7QVko0eOoqXyBPXaiDK4Hqu/U78\nLsEtUdFdWC+UQxLvhCwCfziJS3iUM/6aQcLXCDZzVuWzV7TbWva+njL4XtNP5K3X\nuBpXC22CcptZ1cGY+VultGiu1WazNcJN73s7mfYmGAjmdxFJz3UdqL9q5HfSK8Bt\n+b369rECgYEA8w4mXSxdDIp4ThdlvhCVhpfslLcy5pQ+eA6s/gWuqkImkHMqjAnd\nrhTBy0XK+RfDz6+0tR5g96Jija7UOrSRMGemyS06skGaLtLR2dBJvsmZLPWlLLww\n+rJta9CFwXeu5ADEe4ZPXckuLbkXJQe9X3pKWTqOzEr+RrV3I5WUIcUCgYEA3GTk\nQpIk0xpI8xgAQIi7SFFCBD6SjoS5h3U/aBrCzD3UYgNq1FzpFYhNjesQ8tdmiCca\n5kXbSRcqQWmfHLJ6VmMnZhkInPu5aWs7dpRC+diB3oCbM9nq6H5lwnt7qK5Mzww4\nMl9FUcoeefZK0knhGPOHsSU1ZZo//P5A2vsJO8sCgYAfG7yFSFxQcpibRhtbjDvX\nEjLRhfEZ2fd03kv95zRHzlepPVRAwDKDSVzUa4ZjA0uolVCHre+zQjFi+PFo4huD\nGoEaVpOgpQza2VjKjAIkTSExw+70HtIWBChFGFdGP88+l2qOdM5LrqgeagYwUyFF\nyx0g9oG4XBDXc/pfr5FaEQKBgQCbzmucMGr+Hnfx+0a6WK9lyaRNEdtUC7qJa7ce\npsSN1Swe+mF8rg5NnaWOLd82flbK7DJVFo+W1VyXD89fX0Gjbsd8ozf2mvKR9y/7\nfYb30DrHjM2r02QBZtITsm5Sap58RRw5aCa+UpBHEnoEvhv3IrsL3c0o/eo8tZYt\n+QinDwKBgF/Xc1sFXmooEz3znwJkFgfDTHYG3Dv5SaesHI/BZ6P6VQKo6BobmKLy\nxAPZrIFoAJDaeB7ktk4h5rtknAfXwxx7+FArEcsQdgpGAy5QY6f27sxV+PizjFxm\nd8dJDarlyHKYgEbstrWJW7CCJUpQdjn+RxnKaycCr4qJq8F54/Ak\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-82649757", "fingerprint": "c3:5e:0f:28:f5:05:c0:bd:5d:e8:62:16:52:61:d6:1e"}} 2018-08-13 10:31:56,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/ports 0.796s 2018-08-13 10:31:56,279 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1605027959", "security_groups": ["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:31:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b7d73bd-48ef-49b2-8436-23b40c83cf3f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:31:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:31:55Z","name":"tempest-port-smoke-1605027959","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3f:82:18","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e651a2a8-684a-4fb8-9377-6ecd45968c9f","ip_address":"10.101.11.10"}],"id":"26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50","security_groups":["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"],"device_id":""}} 2018-08-13 10:31:57,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.22:8774/v2.1/servers 1.203s 2018-08-13 10:31:57,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82649757", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "port": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-3c69df8e-b810-4a16-a1c6-15bca2a90840', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c69df8e-b810-4a16-a1c6-15bca2a90840'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "adminPass": "SwpL9PneVfx7"}} 2018-08-13 10:31:57,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.504s 2018-08-13 10:31:57,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-cec248cf-10cf-4d68-8f9f-a433fa358714', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cec248cf-10cf-4d68-8f9f-a433fa358714'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:31:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:59,267 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.259s 2018-08-13 10:31:59,268 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1256', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-7c1f9987-5965-4500-aa9b-401522156a6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c1f9987-5965-4500-aa9b-401522156a6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:31:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:59,282 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:32:00,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.173s 2018-08-13 10:32:00,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-714ba7a3-cf25-425e-a6d7-a483902c37b7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-714ba7a3-cf25-425e-a6d7-a483902c37b7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:00,471 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:32:01,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.141s 2018-08-13 10:32:01,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:03,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.408s 2018-08-13 10:32:03,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-a495c9fe-7a3f-4265-8724-f0cba05116e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a495c9fe-7a3f-4265-8724-f0cba05116e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:04,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.343s 2018-08-13 10:32:04,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-d2528003-5e2e-45d8-92c1-d23882330cb7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d2528003-5e2e-45d8-92c1-d23882330cb7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:04,410 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:32:05,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.827s 2018-08-13 10:32:05,239 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-2e227885-250f-4a6e-ae19-49f2dcf66c9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e227885-250f-4a6e-ae19-49f2dcf66c9d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:05,252 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a63ca8df-732c-4433-83ac-ceef8ddcf7aa with status: ACTIVE 2018-08-13 10:32:06,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/ports 1.237s 2018-08-13 10:32:06,491 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-134203361", "security_groups": ["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:32:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0cb2d959-1319-4bea-9336-58bbb487b7f9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:32:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"443eac56-e02d-4446-b0f6-0c807b93559e","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:32:06Z","name":"tempest-port-smoke-134203361","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:69:12:0b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"0afc42a8-56fa-46d6-bd32-85fa9b468473","ip_address":"10.102.21.20"}],"id":"efb591a2-37da-4f8b-afe6-c8f7c4d2720b","security_groups":["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"],"device_id":""}} 2018-08-13 10:32:08,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.22:8774/v2.1/servers 1.988s 2018-08-13 10:32:08,481 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82649757", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "443eac56-e02d-4446-b0f6-0c807b93559e", "port": "efb591a2-37da-4f8b-afe6-c8f7c4d2720b"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0fe45fa4-a285-4496-af18-f1725ff9113b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fe45fa4-a285-4496-af18-f1725ff9113b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "adminPass": "cKsuPXwVt8kb"}} 2018-08-13 10:32:08,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.219s 2018-08-13 10:32:08,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-e34cd4c7-d868-4a73-b281-cd035a4407cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e34cd4c7-d868-4a73-b281-cd035a4407cd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:09,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.260s 2018-08-13 10:32:09,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-451ac6b3-6071-4790-813a-a2204b609f72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-451ac6b3-6071-4790-813a-a2204b609f72'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:09,992 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:32:11,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.145s 2018-08-13 10:32:11,140 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-46ab7f75-73a4-4d83-ad42-ef483d038edd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-46ab7f75-73a4-4d83-ad42-ef483d038edd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:11,154 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:32:12,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.153s 2018-08-13 10:32:12,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-362d21fe-938b-4d7c-a74b-bcc45822b921', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-362d21fe-938b-4d7c-a74b-bcc45822b921'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:13,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.175s 2018-08-13 10:32:13,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-4b181e23-222a-4a20-bf9c-232df58635f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b181e23-222a-4a20-bf9c-232df58635f6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:14,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.151s 2018-08-13 10:32:14,667 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-43301d20-9873-4d27-b173-a56d101c9751', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43301d20-9873-4d27-b173-a56d101c9751'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:14,681 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:32:14,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.143s 2018-08-13 10:32:14,825 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-c65712d5-5e0c-47b4-a92f-492afadb9952', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c65712d5-5e0c-47b4-a92f-492afadb9952'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:14,839 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 67590ebe-22a5-4bf8-bd38-f47c31aec406 with status: ACTIVE 2018-08-13 10:32:15,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations 0.596s 2018-08-13 10:32:15,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c396c32-9ff1-4b58-bfdf-4255f654476a'} Body: {"network_association": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "id": "b7801035-4d1c-4b2c-894e-d9b676eea7c5"}} 2018-08-13 10:32:15,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations 0.323s 2018-08-13 10:32:15,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-819f1425-91bb-4ccb-b95e-7dd23c97d710'} Body: {"network_association": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "id": "b439d6ca-aba4-4b71-8ca1-5807da8ffe9c"}} 2018-08-13 10:32:15,762 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:32:15,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/routers 0.122s 2018-08-13 10:32:15,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1005286732", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e22b89e-6c17-4f95-8660-6936a089d9e0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:15Z", "admin_state_up": true, "updated_at": "2018-08-13T10:32:15Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "name": "tempest-router--1005286732"}} 2018-08-13 10:32:17,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0 1.396s 2018-08-13 10:32:17,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0', u'date': 'Mon, 13 Aug 2018 10:32:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df0a29dd-939c-489f-88a4-c4e2775c509c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:15Z", "admin_state_up": true, "updated_at": "2018-08-13T10:32:17Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "name": "tempest-router--1005286732"}} 2018-08-13 10:32:19,348 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/add_router_interface 2.064s 2018-08-13 10:32:19,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:32:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a95f38ad-b1ef-4548-b6d2-fd478499648c'} Body: {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f", "subnet_ids": ["e651a2a8-684a-4fb8-9377-6ecd45968c9f"], "port_id": "a6bb39fb-8e26-4473-8aff-152655dd1dfd", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0"} 2018-08-13 10:32:21,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.777s 2018-08-13 10:32:21,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:32:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea098651-70cf-4b84-a64c-23716db6e22b'} Body: {"floatingip": {"router_id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:32:20Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50", "id": "0ae35f0f-6c30-45ce-993c-03f71d054267", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:20Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:32:21,129 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:32:29,145 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:32:29,249 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:32:29,273 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:32:29,388 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:32:29,389 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:32:29,391 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:32:29,455 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:32:29,456 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:32:34,464 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:32:34,465 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:33:44,504 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:33:44,505 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:33:44,508 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:33:44,570 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:33:44,573 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:33:49,580 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:33:49,581 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:34:59,650 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:34:59,651 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:34:59,651 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,656 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59,757 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:34:59,784 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59,791 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:34:59,792 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b7:a0:48 [ether] on eth0 2018-08-13 10:34:59,792 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:34:59,793 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,795 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59,857 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:34:59,860 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59,869 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:34:59,870 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:34:59,870 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,873 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59,933 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:34:59,937 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59,943 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:34:59,944 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,946 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:35:00,004 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:35:00,010 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:35:00,016 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:35:00,016 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b7:a0:48 [ether] on eth0 2018-08-13 10:35:00,017 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:35:00,017 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:35:00,019 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:35:00,081 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:35:00,083 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:35:05,091 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:35:05,092 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:36:15,152 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:36:15,153 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:36:15,157 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:36:15,218 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:36:15,221 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:36:20,228 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:36:20,229 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:37:30,297 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:37:30,297 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:37:31,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/0ae35f0f-6c30-45ce-993c-03f71d054267 1.473s 2018-08-13 10:37:31,774 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/0ae35f0f-6c30-45ce-993c-03f71d054267', u'date': 'Mon, 13 Aug 2018 10:37:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-662df828-4e28-4d22-991e-d01c3527159c'} Body: 2018-08-13 10:37:33,694 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/remove_router_interface 1.919s 2018-08-13 10:37:33,695 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:37:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-194f5583-2049-4f4a-8647-25bded6a1342'} Body: {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f", "subnet_ids": ["e651a2a8-684a-4fb8-9377-6ecd45968c9f"], "port_id": "a6bb39fb-8e26-4473-8aff-152655dd1dfd", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0"} 2018-08-13 10:37:35,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0 1.812s 2018-08-13 10:37:35,509 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-01a8043e-209e-4c2f-bf6a-08f363a9eb39'} Body: 2018-08-13 10:37:35,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.406s 2018-08-13 10:37:35,917 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-b847d3c7-c87c-4f89-9e07-4a08c14027ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b847d3c7-c87c-4f89-9e07-4a08c14027ab'} Body: 2018-08-13 10:37:36,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.470s 2018-08-13 10:37:36,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-199c0044-5155-400f-9807-e2f7126bda52', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-199c0044-5155-400f-9807-e2f7126bda52'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:35Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:37:37,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.356s 2018-08-13 10:37:37,761 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-7ffb5288-ecb7-458d-8f85-9a3f190057e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7ffb5288-ecb7-458d-8f85-9a3f190057e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:36Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:37:38,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.044s 2018-08-13 10:37:38,820 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-2548e294-f88f-4b8b-9099-5736994b7cc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2548e294-f88f-4b8b-9099-5736994b7cc7'} Body: {"itemNotFound": {"message": "Instance 67590ebe-22a5-4bf8-bd38-f47c31aec406 could not be found.", "code": 404}} 2018-08-13 10:37:39,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/efb591a2-37da-4f8b-afe6-c8f7c4d2720b 0.853s 2018-08-13 10:37:39,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/efb591a2-37da-4f8b-afe6-c8f7c4d2720b', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f73c2f86-1883-4ce0-86b7-72c5a8bf4145'} Body: 2018-08-13 10:37:39,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.142s 2018-08-13 10:37:39,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5'} Body: 2018-08-13 10:37:40,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.689s 2018-08-13 10:37:40,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:39Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:37:41,568 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.039s 2018-08-13 10:37:41,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-429514af-9e56-4f6f-a71e-c8a1ba6904ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-429514af-9e56-4f6f-a71e-c8a1ba6904ab'} Body: {"itemNotFound": {"message": "Instance a63ca8df-732c-4433-83ac-ceef8ddcf7aa could not be found.", "code": 404}} 2018-08-13 10:37:42,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50 1.204s 2018-08-13 10:37:42,774 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50', u'date': 'Mon, 13 Aug 2018 10:37:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9ede27c6-249e-48bf-84b1-4f63e2c7c19c'} Body: 2018-08-13 10:37:42,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82649757 0.050s 2018-08-13 10:37:42,825 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82649757', u'x-compute-request-id': 'req-712b13e6-a326-4777-85ec-14a53b62aecd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-712b13e6-a326-4777-85ec-14a53b62aecd'} Body: 2018-08-13 10:37:43,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/0afc42a8-56fa-46d6-bd32-85fa9b468473 0.995s 2018-08-13 10:37:43,822 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/0afc42a8-56fa-46d6-bd32-85fa9b468473', u'date': 'Mon, 13 Aug 2018 10:37:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e7010c3-f952-4f04-bc6a-ced4cb19ca5f'} Body: 2018-08-13 10:37:45,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/443eac56-e02d-4446-b0f6-0c807b93559e 1.378s 2018-08-13 10:37:45,201 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/443eac56-e02d-4446-b0f6-0c807b93559e', u'date': 'Mon, 13 Aug 2018 10:37:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa717702-42a8-46d4-a060-5e92c39408de'} Body: 2018-08-13 10:37:46,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e651a2a8-684a-4fb8-9377-6ecd45968c9f 1.245s 2018-08-13 10:37:46,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e651a2a8-684a-4fb8-9377-6ecd45968c9f', u'date': 'Mon, 13 Aug 2018 10:37:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d397c4e7-8236-4508-9de8-cde983ecffd1'} Body: 2018-08-13 10:37:48,374 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d2eedb14-1bc8-4206-baf5-8415dd019ba2 1.924s 2018-08-13 10:37:48,375 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d2eedb14-1bc8-4206-baf5-8415dd019ba2', u'date': 'Mon, 13 Aug 2018 10:37:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-04711d90-1191-4919-9071-783dec2a7c33'} Body: 2018-08-13 10:37:48,828 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/34eb0c66-d6c2-44f0-a0fb-870868c4bb3c 0.452s 2018-08-13 10:37:48,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/34eb0c66-d6c2-44f0-a0fb-870868c4bb3c', u'date': 'Mon, 13 Aug 2018 10:37:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a453d884-3ebe-479f-b4b5-0f069d5c2864'} Body: 2018-08-13 10:37:49.138 63 INFO tempest.lib.common.rest_client [req-deb4abe5-34ce-4407-9c0a-6355e2aef679 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.284s 2018-08-13 10:37:49.139 63 DEBUG tempest.lib.common.rest_client [req-deb4abe5-34ce-4407-9c0a-6355e2aef679 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-133948729 description", "name": "tempest-secgroup-smoke-133948729"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:37:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-deb4abe5-34ce-4407-9c0a-6355e2aef679'} Body: {"security_group": {"description": "tempest-secgroup-smoke-133948729 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:48Z", "updated_at": "2018-08-13T10:37:48Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:48Z", "revision_number": 0, "id": "00ed1105-44cf-4e97-b819-2dae67b5ce96", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:48Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:48Z", "revision_number": 0, "id": "174d586c-a3e1-406f-ac18-846beda987ff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:48Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "name": "tempest-secgroup-smoke-133948729"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:49.301 63 INFO tempest.lib.common.rest_client [req-e779cb88-85d6-4a57-a859-a33817e743f5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.161s 2018-08-13 10:37:49.302 63 DEBUG tempest.lib.common.rest_client [req-e779cb88-85d6-4a57-a859-a33817e743f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e779cb88-85d6-4a57-a859-a33817e743f5'} 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-08-13T10:37:49Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "313f43b9-d6b2-4f0f-a6f7-c11fcc160b4a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:49.468 63 INFO tempest.lib.common.rest_client [req-5e974152-bb1a-4115-b432-c0b38fe1e978 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.166s 2018-08-13 10:37:49.469 63 DEBUG tempest.lib.common.rest_client [req-5e974152-bb1a-4115-b432-c0b38fe1e978 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5e974152-bb1a-4115-b432-c0b38fe1e978'} 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-08-13T10:37:49Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e211c10c-946c-4c8a-a6cb-b9ae87dca211"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:49.647 63 INFO tempest.lib.common.rest_client [req-f387dd3d-a127-495a-b7c1-aab495624130 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.176s 2018-08-13 10:37:49.647 63 DEBUG tempest.lib.common.rest_client [req-f387dd3d-a127-495a-b7c1-aab495624130 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f387dd3d-a127-495a-b7c1-aab495624130'} 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-08-13T10:37:49Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ee5ecee2-0652-4931-a8ae-bb9787daad6d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:49.814 63 INFO tempest.lib.common.rest_client [req-202c4668-faef-494b-a462-bc8a44672254 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.166s 2018-08-13 10:37:49.815 63 DEBUG tempest.lib.common.rest_client [req-202c4668-faef-494b-a462-bc8a44672254 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-202c4668-faef-494b-a462-bc8a44672254'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:37:49Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bc1ec820-783e-4e5f-be76-aebb27e71086"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:50.237 63 INFO tempest.lib.common.rest_client [req-b0fdb65f-79ad-4948-aa11-0b84840f780f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.421s 2018-08-13 10:37:50.238 63 DEBUG tempest.lib.common.rest_client [req-b0fdb65f-79ad-4948-aa11-0b84840f780f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0fdb65f-79ad-4948-aa11-0b84840f780f'} 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-08-13T10:37:50Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a5056a39-ebac-4c3a-a09c-7bfd611d60dd"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:50.413 63 INFO tempest.lib.common.rest_client [req-9d23ea8c-83bb-46aa-bb79-f4bab4b61bf4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.175s 2018-08-13 10:37:50.414 63 DEBUG tempest.lib.common.rest_client [req-9d23ea8c-83bb-46aa-bb79-f4bab4b61bf4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d23ea8c-83bb-46aa-bb79-f4bab4b61bf4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:50Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4a728f4e-9194-44f6-aee8-ebea98ac833c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:50.564 63 INFO tempest.lib.common.rest_client [req-950fb2a3-2de2-47f8-a135-d7a5e0453f5f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:37:50.565 63 DEBUG tempest.lib.common.rest_client [req-950fb2a3-2de2-47f8-a135-d7a5e0453f5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-950fb2a3-2de2-47f8-a135-d7a5e0453f5f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:50Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "12645856-2913-4687-8cfd-8782ea0b5b9b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:50.726 63 INFO tempest.lib.common.rest_client [req-b96b768d-5336-458c-af7d-806aeceb75c5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:37:50.727 63 DEBUG tempest.lib.common.rest_client [req-b96b768d-5336-458c-af7d-806aeceb75c5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b96b768d-5336-458c-af7d-806aeceb75c5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:50Z", "security_group_id": "2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "33e5eafc-be86-4e12-9adc-44440fa0b321"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:50.905 63 INFO tempest.lib.common.rest_client [req-7e9e30fd-43b5-4a72-bb61-f8ac3a2eee44 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7 0.176s 2018-08-13 10:37:50.905 63 DEBUG tempest.lib.common.rest_client [req-7e9e30fd-43b5-4a72-bb61-f8ac3a2eee44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/2ddb0ce2-9957-4834-aefc-fbfa31e9d0c7', u'date': 'Mon, 13 Aug 2018 10:37:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e9e30fd-43b5-4a72-bb61-f8ac3a2eee44'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_delete ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled 2018-08-13 10:37:51.115 63 INFO tempest.lib.common.rest_client [req-01b2e53a-ffd9-4f53-8941-b40b833054d5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.206s 2018-08-13 10:37:51.115 63 DEBUG tempest.lib.common.rest_client [req-01b2e53a-ffd9-4f53-8941-b40b833054d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1501622348 description", "name": "tempest-secgroup-smoke-1501622348"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-01b2e53a-ffd9-4f53-8941-b40b833054d5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1501622348 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:50Z", "updated_at": "2018-08-13T10:37:50Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:50Z", "revision_number": 0, "id": "18fc0bfe-0d66-4efd-9514-0a0322939525", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:50Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:50Z", "revision_number": 0, "id": "6921033d-6aad-423e-b185-49bf12aef041", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:50Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "name": "tempest-secgroup-smoke-1501622348"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:51.288 63 INFO tempest.lib.common.rest_client [req-52e0644d-5e14-4e06-a9db-b83d1ff4be09 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.172s 2018-08-13 10:37:51.288 63 DEBUG tempest.lib.common.rest_client [req-52e0644d-5e14-4e06-a9db-b83d1ff4be09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52e0644d-5e14-4e06-a9db-b83d1ff4be09'} 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-08-13T10:37:51Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f75e7a8d-cfed-481f-bfed-9938379387da"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:51.482 63 INFO tempest.lib.common.rest_client [req-9a2ae2ec-0a39-45b4-a0f4-76e7722e614c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.192s 2018-08-13 10:37:51.482 63 DEBUG tempest.lib.common.rest_client [req-9a2ae2ec-0a39-45b4-a0f4-76e7722e614c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a2ae2ec-0a39-45b4-a0f4-76e7722e614c'} 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-08-13T10:37:51Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "23fa95e7-980b-440f-ba80-1bf4c82dccd4"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:51.722 63 INFO tempest.lib.common.rest_client [req-25e38203-6109-45c0-9142-e1ebc41a9071 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.239s 2018-08-13 10:37:51.723 63 DEBUG tempest.lib.common.rest_client [req-25e38203-6109-45c0-9142-e1ebc41a9071 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-25e38203-6109-45c0-9142-e1ebc41a9071'} 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-08-13T10:37:51Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8be0065d-5509-422a-bf97-d391afe00b7b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:51.926 63 INFO tempest.lib.common.rest_client [req-41010a89-310b-41cd-a705-3a6adbea0b24 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.203s 2018-08-13 10:37:51.927 63 DEBUG tempest.lib.common.rest_client [req-41010a89-310b-41cd-a705-3a6adbea0b24 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-41010a89-310b-41cd-a705-3a6adbea0b24'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:37:51Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "080013c8-3990-4d6d-9644-eed3683dc6ab"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:52.080 63 INFO tempest.lib.common.rest_client [req-6e64acd4-97e3-43cd-b790-4b513855646f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.152s 2018-08-13 10:37:52.081 63 DEBUG tempest.lib.common.rest_client [req-6e64acd4-97e3-43cd-b790-4b513855646f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e64acd4-97e3-43cd-b790-4b513855646f'} 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-08-13T10:37:52Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "05dac3f9-4f32-4eb9-b484-1341f9b72bd7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:52.200 63 INFO tempest.lib.common.rest_client [req-09233ecd-c3a8-4c17-a101-ee67f3cbd514 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.118s 2018-08-13 10:37:52.200 63 DEBUG tempest.lib.common.rest_client [req-09233ecd-c3a8-4c17-a101-ee67f3cbd514 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09233ecd-c3a8-4c17-a101-ee67f3cbd514'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:52Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6dde6845-90b0-404d-be8d-082175fb4bb6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:52.350 63 INFO tempest.lib.common.rest_client [req-30947470-2062-429c-aa7b-3b14bf815e9d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:37:52.351 63 DEBUG tempest.lib.common.rest_client [req-30947470-2062-429c-aa7b-3b14bf815e9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30947470-2062-429c-aa7b-3b14bf815e9d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:52Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "10d561a6-d195-4e5c-b583-3b7f5c029624"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:52.556 63 INFO tempest.lib.common.rest_client [req-5c203a7e-eff9-45b0-b4a7-fc7bb6973fc7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.204s 2018-08-13 10:37:52.557 63 DEBUG tempest.lib.common.rest_client [req-5c203a7e-eff9-45b0-b4a7-fc7bb6973fc7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5c203a7e-eff9-45b0-b4a7-fc7bb6973fc7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:52Z", "security_group_id": "66f7a1f7-e969-422a-9745-1eaeb61bb291", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fb32de46-50fb-4742-8e5e-ef951dbbeedf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:52.731 63 INFO tempest.lib.common.rest_client [req-c127360e-fbc1-406b-b20f-c58ed1729778 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/66f7a1f7-e969-422a-9745-1eaeb61bb291 0.172s 2018-08-13 10:37:52.731 63 DEBUG tempest.lib.common.rest_client [req-c127360e-fbc1-406b-b20f-c58ed1729778 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/66f7a1f7-e969-422a-9745-1eaeb61bb291', u'date': 'Mon, 13 Aug 2018 10:37:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c127360e-fbc1-406b-b20f-c58ed1729778'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_update ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled 2018-08-13 10:37:52.936 63 INFO tempest.lib.common.rest_client [req-4b40c144-5fb0-4d3e-910e-5120386fa550 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.201s 2018-08-13 10:37:52.936 63 DEBUG tempest.lib.common.rest_client [req-4b40c144-5fb0-4d3e-910e-5120386fa550 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1578746879 description", "name": "tempest-secgroup-smoke-1578746879"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:37:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b40c144-5fb0-4d3e-910e-5120386fa550'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1578746879 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:52Z", "updated_at": "2018-08-13T10:37:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:52Z", "revision_number": 0, "id": "5b39f735-92eb-4ae3-9083-778e80de6d6f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:52Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:52Z", "revision_number": 0, "id": "6904cffe-cd8d-4419-b7f8-a26c600120cf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:52Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "name": "tempest-secgroup-smoke-1578746879"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:53.119 63 INFO tempest.lib.common.rest_client [req-302e80d6-490c-45f3-a407-e920a01a5634 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.182s 2018-08-13 10:37:53.120 63 DEBUG tempest.lib.common.rest_client [req-302e80d6-490c-45f3-a407-e920a01a5634 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-302e80d6-490c-45f3-a407-e920a01a5634'} 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-08-13T10:37:53Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0bdae646-7863-4f7d-ac7f-ae391cb28cd5"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:53.283 63 INFO tempest.lib.common.rest_client [req-c0265ff4-d25b-4cae-ab6d-496f95abc603 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.163s 2018-08-13 10:37:53.284 63 DEBUG tempest.lib.common.rest_client [req-c0265ff4-d25b-4cae-ab6d-496f95abc603 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0265ff4-d25b-4cae-ab6d-496f95abc603'} 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-08-13T10:37:53Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e3c99f77-2edb-40c3-bb8d-c36d4ee62fbb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:53.463 63 INFO tempest.lib.common.rest_client [req-59eaf8d7-3352-4900-a07e-1d6e3cde4d78 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.178s 2018-08-13 10:37:53.463 63 DEBUG tempest.lib.common.rest_client [req-59eaf8d7-3352-4900-a07e-1d6e3cde4d78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59eaf8d7-3352-4900-a07e-1d6e3cde4d78'} 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-08-13T10:37:53Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "347623eb-db88-4844-9e3f-2607fb18b5bb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:53.621 63 INFO tempest.lib.common.rest_client [req-95e64db5-91e0-4bdf-83db-9d105b5e0a81 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.157s 2018-08-13 10:37:53.622 63 DEBUG tempest.lib.common.rest_client [req-95e64db5-91e0-4bdf-83db-9d105b5e0a81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95e64db5-91e0-4bdf-83db-9d105b5e0a81'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:37:53Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ccbff1f3-c41a-4be9-91bd-e73571fd8974"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:53.782 63 INFO tempest.lib.common.rest_client [req-56a3253a-8fa1-4a0b-89f1-4571c8cfdc44 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.159s 2018-08-13 10:37:53.783 63 DEBUG tempest.lib.common.rest_client [req-56a3253a-8fa1-4a0b-89f1-4571c8cfdc44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56a3253a-8fa1-4a0b-89f1-4571c8cfdc44'} 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-08-13T10:37:53Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "597756b6-e0e1-4374-836a-2123260e3cbf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:53.948 63 INFO tempest.lib.common.rest_client [req-a1504e9f-2cea-47da-953f-2b8d6970d214 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.165s 2018-08-13 10:37:53.949 63 DEBUG tempest.lib.common.rest_client [req-a1504e9f-2cea-47da-953f-2b8d6970d214 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a1504e9f-2cea-47da-953f-2b8d6970d214'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:53Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "16bf50d7-9109-4835-aec6-34565fec96b7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:54.074 63 INFO tempest.lib.common.rest_client [req-a25518a2-c9ca-43c6-b09b-4ff68499fc82 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.124s 2018-08-13 10:37:54.074 63 DEBUG tempest.lib.common.rest_client [req-a25518a2-c9ca-43c6-b09b-4ff68499fc82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a25518a2-c9ca-43c6-b09b-4ff68499fc82'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:54Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "44cf950b-23bc-4729-a217-d5c97ac6cbc2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:54.213 63 INFO tempest.lib.common.rest_client [req-41cd6a65-9617-4554-be9e-97da1868c83c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.138s 2018-08-13 10:37:54.214 63 DEBUG tempest.lib.common.rest_client [req-41cd6a65-9617-4554-be9e-97da1868c83c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-41cd6a65-9617-4554-be9e-97da1868c83c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:54Z", "security_group_id": "2972640e-ce70-4f11-8b4a-d703ccc1855e", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c4958d02-52fd-4f35-8fc5-18ce4b774732"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:54.399 63 INFO tempest.lib.common.rest_client [req-1f95e2a6-eed0-4009-a11b-ceaab22e9b98 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/2972640e-ce70-4f11-8b4a-d703ccc1855e 0.184s 2018-08-13 10:37:54.399 63 DEBUG tempest.lib.common.rest_client [req-1f95e2a6-eed0-4009-a11b-ceaab22e9b98 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/2972640e-ce70-4f11-8b4a-d703ccc1855e', u'date': 'Mon, 13 Aug 2018 10:37:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1f95e2a6-eed0-4009-a11b-ceaab22e9b98'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_local_pref ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled 2018-08-13 10:37:54.757 63 INFO tempest.lib.common.rest_client [req-d13162d7-d4ef-45d5-928f-b10b9fae6a70 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.355s 2018-08-13 10:37:54.757 63 DEBUG tempest.lib.common.rest_client [req-d13162d7-d4ef-45d5-928f-b10b9fae6a70 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-142637927 description", "name": "tempest-secgroup-smoke-142637927"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:37:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d13162d7-d4ef-45d5-928f-b10b9fae6a70'} Body: {"security_group": {"description": "tempest-secgroup-smoke-142637927 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:54Z", "updated_at": "2018-08-13T10:37:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:54Z", "revision_number": 0, "id": "325a3133-d3bd-4293-a71e-fb8ccfc9a828", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:54Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:37:54Z", "revision_number": 0, "id": "c769e122-850e-4785-a6d9-946f3e8aded7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:37:54Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "13b51c09-2d27-451f-acd5-666522d24604", "name": "tempest-secgroup-smoke-142637927"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:54.927 63 INFO tempest.lib.common.rest_client [req-43054f7a-8b8a-4840-b8f2-3b70a29d9ab8 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.169s 2018-08-13 10:37:54.928 63 DEBUG tempest.lib.common.rest_client [req-43054f7a-8b8a-4840-b8f2-3b70a29d9ab8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-43054f7a-8b8a-4840-b8f2-3b70a29d9ab8'} 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-08-13T10:37:54Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "73836940-d26d-484e-8902-247c2b320de6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:55.111 63 INFO tempest.lib.common.rest_client [req-81991c1c-3ca1-4086-a1a8-8c0add60f3bb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.182s 2018-08-13 10:37:55.111 63 DEBUG tempest.lib.common.rest_client [req-81991c1c-3ca1-4086-a1a8-8c0add60f3bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81991c1c-3ca1-4086-a1a8-8c0add60f3bb'} 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-08-13T10:37:55Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a8f11c05-c6b5-418f-9a89-2350a8e6e13a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:55.500 63 INFO tempest.lib.common.rest_client [req-e2d3f3f4-8e44-4857-939b-f3bd1fdb4671 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.388s 2018-08-13 10:37:55.501 63 DEBUG tempest.lib.common.rest_client [req-e2d3f3f4-8e44-4857-939b-f3bd1fdb4671 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2d3f3f4-8e44-4857-939b-f3bd1fdb4671'} 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-08-13T10:37:55Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "66bd09c9-1de2-4361-be27-28d30c55567a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:55.633 63 INFO tempest.lib.common.rest_client [req-b19e0625-ebcf-4c40-aa86-b025740c9b82 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.132s 2018-08-13 10:37:55.634 63 DEBUG tempest.lib.common.rest_client [req-b19e0625-ebcf-4c40-aa86-b025740c9b82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b19e0625-ebcf-4c40-aa86-b025740c9b82'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:37:55Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0fa32edd-ad1a-4d58-9dda-3c6deddf7f4a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:55.766 63 INFO tempest.lib.common.rest_client [req-d400f585-6ded-4f80-9ad2-d42aa3317646 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.130s 2018-08-13 10:37:55.766 63 DEBUG tempest.lib.common.rest_client [req-d400f585-6ded-4f80-9ad2-d42aa3317646 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d400f585-6ded-4f80-9ad2-d42aa3317646'} 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-08-13T10:37:55Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c5ed80dd-9fd1-4a71-ac9b-01932f548464"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:55.889 63 INFO tempest.lib.common.rest_client [req-bcf30980-1709-42ae-9923-127ac5a62ab5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.121s 2018-08-13 10:37:55.890 63 DEBUG tempest.lib.common.rest_client [req-bcf30980-1709-42ae-9923-127ac5a62ab5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bcf30980-1709-42ae-9923-127ac5a62ab5'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:55Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "44bc1280-20ea-49e3-aeed-9f57d7fa846c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:56.027 63 INFO tempest.lib.common.rest_client [req-3828bda3-bc62-4fed-aba9-1bc40bc93ffb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:37:56.028 63 DEBUG tempest.lib.common.rest_client [req-3828bda3-bc62-4fed-aba9-1bc40bc93ffb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3828bda3-bc62-4fed-aba9-1bc40bc93ffb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:55Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3d180560-c56c-43c6-a5fd-08341cd55473"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:56.155 63 INFO tempest.lib.common.rest_client [req-6a7f4a11-4859-4bea-b84a-9e9101be6b87 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.127s 2018-08-13 10:37:56.156 63 DEBUG tempest.lib.common.rest_client [req-6a7f4a11-4859-4bea-b84a-9e9101be6b87 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:37:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6a7f4a11-4859-4bea-b84a-9e9101be6b87'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:37:56Z", "security_group_id": "13b51c09-2d27-451f-acd5-666522d24604", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:37:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "014e173a-d94d-401e-a261-539f738f5143"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:56.409 63 INFO tempest.lib.common.rest_client [req-0975566e-76c8-4c53-97e8-d67396caf58c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/networks 0.252s 2018-08-13 10:37:56.410 63 DEBUG tempest.lib.common.rest_client [req-0975566e-76c8-4c53-97e8-d67396caf58c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-924694653"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:37:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0975566e-76c8-4c53-97e8-d67396caf58c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:37:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:37:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ce515df5-5fd6-400c-8a55-13b1e4ad0f6c","name":"tempest-A-924694653"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:56.898 63 INFO tempest.lib.common.rest_client [req-91aad20d-f083-4f11-abfd-fdb4c80f897c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.487s 2018-08-13 10:37:56.898 63 DEBUG tempest.lib.common.rest_client [req-91aad20d-f083-4f11-abfd-fdb4c80f897c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "name": "tempest-subnet-A-1-855839688"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:37:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91aad20d-f083-4f11-abfd-fdb4c80f897c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce515df5-5fd6-400c-8a55-13b1e4ad0f6c","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:37:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:37:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"96895cf8-deca-48a8-add9-863c4ed2b436","subnetpool_id":null,"name":"tempest-subnet-A-1-855839688"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:57.651 63 INFO tempest.lib.common.rest_client [req-ec394468-dbe9-4c03-997a-61e3324b93d1 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.752s 2018-08-13 10:37:57.652 63 DEBUG tempest.lib.common.rest_client [req-ec394468-dbe9-4c03-997a-61e3324b93d1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.12.0/24", "network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "name": "tempest-subnet-A-2-1259748937"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:37:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ec394468-dbe9-4c03-997a-61e3324b93d1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce515df5-5fd6-400c-8a55-13b1e4ad0f6c","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:37:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:37:57Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"170a9270-87d3-4cd1-957c-f24b06223486","subnetpool_id":null,"name":"tempest-subnet-A-2-1259748937"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:57.927 63 INFO tempest.lib.common.rest_client [req-2afee9cc-a5ca-42e9-9c03-3631d8f93f00 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/networks 0.273s 2018-08-13 10:37:57.927 63 DEBUG tempest.lib.common.rest_client [req-2afee9cc-a5ca-42e9-9c03-3631d8f93f00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-Bis-2121556776"}} Response - Headers: {'status': '201', u'content-length': '561', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:37:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2afee9cc-a5ca-42e9-9c03-3631d8f93f00'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:37:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:37:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7c9c1550-14b8-49d4-a9e1-e3b85630bf71","name":"tempest-A-Bis-2121556776"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:58.452 63 INFO tempest.lib.common.rest_client [req-f07871f1-bf57-4c95-b117-7838dc1efda4 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.524s 2018-08-13 10:37:58.452 63 DEBUG tempest.lib.common.rest_client [req-f07871f1-bf57-4c95-b117-7838dc1efda4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "name": "tempest-subnet-A-Bis-1-313453062"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:37:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f07871f1-bf57-4c95-b117-7838dc1efda4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c9c1550-14b8-49d4-a9e1-e3b85630bf71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:37:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:37:58Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"93ec78a9-847f-4b54-a278-c66853ba117d","subnetpool_id":null,"name":"tempest-subnet-A-Bis-1-313453062"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:59.126 63 INFO tempest.lib.common.rest_client [req-f9fb2bab-b9ad-4331-8150-cc486a7073ef ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.672s 2018-08-13 10:37:59.126 63 DEBUG tempest.lib.common.rest_client [req-f9fb2bab-b9ad-4331-8150-cc486a7073ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.12.0/24", "network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "name": "tempest-subnet-A-Bis-2-140814629"}} Response - Headers: {'status': '201', u'content-length': '639', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:37:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9fb2bab-b9ad-4331-8150-cc486a7073ef'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"7c9c1550-14b8-49d4-a9e1-e3b85630bf71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:37:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:37:58Z","gateway_ip":"10.101.12.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.12.2","end":"10.101.12.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.12.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"30fab5de-b35e-4b96-8601-00170d005243","subnetpool_id":null,"name":"tempest-subnet-A-Bis-2-140814629"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:59.593 63 INFO tempest.lib.common.rest_client [req-d0eca71c-f510-4f87-825a-954de4ea107e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.466s 2018-08-13 10:37:59.594 63 DEBUG tempest.lib.common.rest_client [req-d0eca71c-f510-4f87-825a-954de4ea107e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '332', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:37:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0eca71c-f510-4f87-825a-954de4ea107e'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "a32da289-b7da-4725-9457-aa5171c74657"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:37:59.752 63 INFO tempest.lib.common.rest_client [req-9c933250-01c4-489f-85be-76376e926981 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.157s 2018-08-13 10:37:59.752 63 DEBUG tempest.lib.common.rest_client [req-9c933250-01c4-489f-85be-76376e926981 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_targets": ["64512:2"]}} Response - Headers: {'status': '201', u'content-length': '336', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:37:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9c933250-01c4-489f-85be-76376e926981'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn-a-bis", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:2"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "93faa90c-765a-48b1-b12a-d782910e3188"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:00.121 63 INFO tempest.lib.common.rest_client [req-92328861-11a9-4437-992a-372f04fde2f2 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a32da289-b7da-4725-9457-aa5171c74657/network_associations 0.368s 2018-08-13 10:38:00.122 63 DEBUG tempest.lib.common.rest_client [req-92328861-11a9-4437-992a-372f04fde2f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a32da289-b7da-4725-9457-aa5171c74657/network_associations', u'date': 'Mon, 13 Aug 2018 10:38:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92328861-11a9-4437-992a-372f04fde2f2'} Body: {"network_association": {"network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "id": "10cd531f-82cb-48d7-8a42-7812ea0b2214"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:00.555 63 INFO tempest.lib.common.rest_client [req-daa117b2-9d92-4d8d-90e8-94a7ff48f067 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/93faa90c-765a-48b1-b12a-d782910e3188/network_associations 0.432s 2018-08-13 10:38:00.555 63 DEBUG tempest.lib.common.rest_client [req-daa117b2-9d92-4d8d-90e8-94a7ff48f067 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/93faa90c-765a-48b1-b12a-d782910e3188/network_associations', u'date': 'Mon, 13 Aug 2018 10:38:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-daa117b2-9d92-4d8d-90e8-94a7ff48f067'} Body: {"network_association": {"network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "id": "3d2c6bb7-a0b8-49ca-9b89-aef6d9be67df"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:00.754 63 INFO tempest.lib.common.rest_client [req-c3676f89-ccc0-45fd-b522-5bd7af929fb2 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.197s 2018-08-13 10:38:00.754 63 DEBUG tempest.lib.common.rest_client [req-c3676f89-ccc0-45fd-b522-5bd7af929fb2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1655497581"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-c3676f89-ccc0-45fd-b522-5bd7af929fb2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3676f89-ccc0-45fd-b522-5bd7af929fb2'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDnoGPBBUaZXlHetelvVro+gw5q5YMHuXo6WKYVT/ahW0KWU1RlREOxe7L8DNlx59OtkN9/TTRNggrlSHOGJ27KuiDdm7+PEolDhZChHU2wGAIHu9Q7nJuofwQl5c9VnkYgGd4SYdk0eY9ZMofGq2nPIM5Re+NIpitYWkY2Y2t4E5CJdJAi3A3ZIce2vNYq4sRzMce2EUSuAywWBK21UK1wntwlEqkPlcxghqGbEAX3Wv4VBIbgqQEB0b6GJCg/Rs3sERZY+7fvjqSmugTD7+YhA+YY2+GuY9Ylo3nhcfhJzT1rE3lR5y1GbLnqAVqaUUYwCnMkpvnYWwYAZq+KWiNj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA56BjwQVGmV5R3rXpb1a6PoMOauWDB7l6OlimFU/2oVtCllNU\nZURDsXuy/AzZcefTrZDff000TYIK5Uhzhiduyrog3Zu/jxKJQ4WQoR1NsBgCB7vU\nO5ybqH8EJeXPVZ5GIBneEmHZNHmPWTKHxqtpzyDOUXvjSKYrWFpGNmNreBOQiXSQ\nItwN2SHHtrzWKuLEczHHthFErgMsFgSttVCtcJ7cJRKpD5XMYIahmxAF91r+FQSG\n4KkBAdG+hiQoP0bN7BEWWPu3746kproEw+/mIQPmGNvhrmPWJaN54XH4Sc09axN5\nUectRmy56gFamlFGMApzJKb52FsGAGavilojYwIDAQABAoIBAB/5hSvFJazQV27u\nH85t44Hzp47cJg1v7k6VpD+27S3zIisMT8828D1U/S1MPMw7m34PTLsPFlRIymZC\nbSgs01+K+DR/Zp9CiM5YZtHG8M2JUuZsaGzePqKw/gqZQdjo43dU+tIAzfIvgbln\nf1TOnumn9rNK7eI+hidJNv4VFWXa0j7zMSNHPcfvb1Wj6R4H4g2fUpGt5nYTJB6Q\n0L+I47cVmYfd4sMpqoFUEy0ttQ1uFslZKH39KQfk6fOb/iKZJoDInwr61xwUA5+C\nr4pfHE06UC7Q+0pR4Ok9eKftCcQOcpdCl0Bsl8sHvyeePCyHw8aOd1FueUiRO36g\nQ1w3AJECgYEA/4ugxy0yWI25/qRbCRJqzp6TfUExWY88T8jqstIpxN+uy/gLU6C8\nF2u0XaBCdixBq9v4VmVFXpSPgeSZbmL7JHAmPC6xDleQUEsWJp+a8w9wdyIycCaS\nneid5xOx8U9/cCStp5IbOaVziAhUHeRt/h75xPPoZWYie0XfLEPtLJsCgYEA6Ane\niQYtbXG9xXnbJObdUQtyVzfhz3JgXVBiwAxydBkJLFifPaJWlufJ2N6fbnv6N44U\np5QaHoGTys6XfrtoICmDkwKmvMC8t85RWmtWixjb6vvy3s3DCVjwlIv/Tq3InpDB\nmWj8pOPLfZCYgGcckth+RukTKqwLb20lEa3BPNkCgYBcT5oCmScIqhm4DLL98fM3\nND1fD7+99Gn7AD8X3adNAOhpse6VhQitBTEgaRXZDl+ir1FkFC0c31l/uI5cO9Ew\n9no5XzyCS8tL1fPoe9tDVh5wSqAhty1bcX4ozQqIewkz/2vjjnnbNxMm3qtUKQI6\nvAHJzbnzdxOZqEHYAamZZQKBgQCpv86U33gMQNFbzjGLZXky+PTE6ZTAdiQZH92e\nMXzpggc78flM1Z4S966qgPKRmREL410o2yfgeVrtWwVpKSCbpsMioSXpn/ZvYPgS\n9cNyLtVzqq2aYVz1UaNuiJxVqrzBg5Sd7jglSKBtU4K9LLGym76Fkaz74rDa6zXb\nIQnkwQKBgDrhb+N3iDYxvwLfHxat9dIWJ9J8o2uk+0C/BfhCIl6Wrv2Raqbqdvmc\nTX+DY3MHvh1H6rCzYlE+BIlM1oazJeiyA3vYvxQKsylzXpglEdaPn/W79kpFr25y\n9k1AVqO1PYFZZsdJa0On+Sc03lhyL1NNQgcHHTYaqS992C6iUb41\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1655497581", "fingerprint": "a4:2d:0f:46:06:fa:00:d1:83:de:fc:25:b4:34:d6:98"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:02.115 63 INFO tempest.lib.common.rest_client [req-7373f070-cb49-43e1-88c7-2b96421a4177 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/ports 1.356s 2018-08-13 10:38:02.115 63 DEBUG tempest.lib.common.rest_client [req-7373f070-cb49-43e1-88c7-2b96421a4177 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1766969342", "security_groups": ["13b51c09-2d27-451f-acd5-666522d24604"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:38:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7373f070-cb49-43e1-88c7-2b96421a4177'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:38:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce515df5-5fd6-400c-8a55-13b1e4ad0f6c","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:38:01Z","name":"tempest-port-smoke-1766969342","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:49:cc:d3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"96895cf8-deca-48a8-add9-863c4ed2b436","ip_address":"10.101.11.10"}],"id":"3281508a-91f9-45db-8032-6f0caa5afac8","security_groups":["13b51c09-2d27-451f-acd5-666522d24604"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:03.854 63 INFO tempest.lib.common.rest_client [req-d6540e37-f6b0-4743-8273-5ef534a9d9d0 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.22:8774/v2.1/servers 1.738s 2018-08-13 10:38:03.855 63 DEBUG tempest.lib.common.rest_client [req-d6540e37-f6b0-4743-8273-5ef534a9d9d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655497581", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "port": "3281508a-91f9-45db-8032-6f0caa5afac8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d6540e37-f6b0-4743-8273-5ef534a9d9d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6540e37-f6b0-4743-8273-5ef534a9d9d0'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "adminPass": "dp3NHuYDW7Py"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:04.267 63 INFO tempest.lib.common.rest_client [req-351ab2c5-2569-4643-9c05-17e77d88bbff ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.408s 2018-08-13 10:38:04.268 63 DEBUG tempest.lib.common.rest_client [req-351ab2c5-2569-4643-9c05-17e77d88bbff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-351ab2c5-2569-4643-9c05-17e77d88bbff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-351ab2c5-2569-4643-9c05-17e77d88bbff'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:05.594 63 INFO tempest.lib.common.rest_client [req-040f123d-f538-432a-8b6d-0a62bf305dbc ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.310s 2018-08-13 10:38:05.594 63 DEBUG tempest.lib.common.rest_client [req-040f123d-f538-432a-8b6d-0a62bf305dbc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-040f123d-f538-432a-8b6d-0a62bf305dbc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-040f123d-f538-432a-8b6d-0a62bf305dbc'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:06.922 63 INFO tempest.lib.common.rest_client [req-58fac6fe-4973-42db-93f3-d134d2e7eb17 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.313s 2018-08-13 10:38:06.922 63 DEBUG tempest.lib.common.rest_client [req-58fac6fe-4973-42db-93f3-d134d2e7eb17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-58fac6fe-4973-42db-93f3-d134d2e7eb17', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-58fac6fe-4973-42db-93f3-d134d2e7eb17'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:06.935 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:38:08.399 63 INFO tempest.lib.common.rest_client [req-47613886-7823-408c-8e0a-5151275437c9 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.462s 2018-08-13 10:38:08.400 63 DEBUG tempest.lib.common.rest_client [req-47613886-7823-408c-8e0a-5151275437c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-47613886-7823-408c-8e0a-5151275437c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-47613886-7823-408c-8e0a-5151275437c9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:08.413 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:38:09.727 63 INFO tempest.lib.common.rest_client [req-d220403e-38ce-4ed3-a17b-03f516e43f47 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.312s 2018-08-13 10:38:09.727 63 DEBUG tempest.lib.common.rest_client [req-d220403e-38ce-4ed3-a17b-03f516e43f47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-d220403e-38ce-4ed3-a17b-03f516e43f47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d220403e-38ce-4ed3-a17b-03f516e43f47'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:11.553 63 INFO tempest.lib.common.rest_client [req-c8cda4cb-40c9-4287-9167-733a74c76290 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.811s 2018-08-13 10:38:11.554 63 DEBUG tempest.lib.common.rest_client [req-c8cda4cb-40c9-4287-9167-733a74c76290 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-c8cda4cb-40c9-4287-9167-733a74c76290', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8cda4cb-40c9-4287-9167-733a74c76290'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:cc:d3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:11.568 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:38:12.037 63 INFO tempest.lib.common.rest_client [req-a107b848-3f33-4bdb-a45f-ada472577547 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.468s 2018-08-13 10:38:12.038 63 DEBUG tempest.lib.common.rest_client [req-a107b848-3f33-4bdb-a45f-ada472577547 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-a107b848-3f33-4bdb-a45f-ada472577547', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a107b848-3f33-4bdb-a45f-ada472577547'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:cc:d3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:12.051 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 6c1aae38-5e13-4896-a434-8d2a6e5a86ce with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:38:12.855 63 INFO tempest.lib.common.rest_client [req-183610b2-4759-480a-b46b-30ae1fe406e5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/ports 0.803s 2018-08-13 10:38:12.855 63 DEBUG tempest.lib.common.rest_client [req-183610b2-4759-480a-b46b-30ae1fe406e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-607742221", "security_groups": ["13b51c09-2d27-451f-acd5-666522d24604"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:38:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-183610b2-4759-480a-b46b-30ae1fe406e5'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:38:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7c9c1550-14b8-49d4-a9e1-e3b85630bf71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:38:12Z","name":"tempest-port-smoke-607742221","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9e:2b:ff","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"93ec78a9-847f-4b54-a278-c66853ba117d","ip_address":"10.101.11.30"}],"id":"30c0615e-c7f5-46c2-a780-1d32d39e59d8","security_groups":["13b51c09-2d27-451f-acd5-666522d24604"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:14.426 63 INFO tempest.lib.common.rest_client [req-056b7bce-30ab-400e-8a78-50889c42538d ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.22:8774/v2.1/servers 1.569s 2018-08-13 10:38:14.427 63 DEBUG tempest.lib.common.rest_client [req-056b7bce-30ab-400e-8a78-50889c42538d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655497581", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "port": "30c0615e-c7f5-46c2-a780-1d32d39e59d8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-056b7bce-30ab-400e-8a78-50889c42538d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-056b7bce-30ab-400e-8a78-50889c42538d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "adminPass": "a89UmVkHXpnz"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:14.847 63 INFO tempest.lib.common.rest_client [req-6f8b721f-1b44-4928-924c-7c2622bb5d30 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.416s 2018-08-13 10:38:14.848 63 DEBUG tempest.lib.common.rest_client [req-6f8b721f-1b44-4928-924c-7c2622bb5d30 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-6f8b721f-1b44-4928-924c-7c2622bb5d30', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f8b721f-1b44-4928-924c-7c2622bb5d30'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-2", "created": "2018-08-13T10:38:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:16.159 63 INFO tempest.lib.common.rest_client [req-eda90c07-369a-4c40-9da7-e16dde548817 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.296s 2018-08-13 10:38:16.160 63 DEBUG tempest.lib.common.rest_client [req-eda90c07-369a-4c40-9da7-e16dde548817 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-eda90c07-369a-4c40-9da7-e16dde548817', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eda90c07-369a-4c40-9da7-e16dde548817'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-2", "created": "2018-08-13T10:38:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:16.173 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:38:17.996 63 INFO tempest.lib.common.rest_client [req-b13fd878-e1d6-4da4-9360-d1a6f6f33c43 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.821s 2018-08-13 10:38:17.997 63 DEBUG tempest.lib.common.rest_client [req-b13fd878-e1d6-4da4-9360-d1a6f6f33c43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-b13fd878-e1d6-4da4-9360-d1a6f6f33c43', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b13fd878-e1d6-4da4-9360-d1a6f6f33c43'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-2", "created": "2018-08-13T10:38:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:18.011 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:38:19.763 63 INFO tempest.lib.common.rest_client [req-7a3fab5a-1be9-4f1c-b52a-02f1f060d2e4 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.750s 2018-08-13 10:38:19.763 63 DEBUG tempest.lib.common.rest_client [req-7a3fab5a-1be9-4f1c-b52a-02f1f060d2e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-7a3fab5a-1be9-4f1c-b52a-02f1f060d2e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a3fab5a-1be9-4f1c-b52a-02f1f060d2e4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-2", "created": "2018-08-13T10:38:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:21.098 63 INFO tempest.lib.common.rest_client [req-d89fa7e3-2360-4bb2-bb92-8a11af34bb7c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.319s 2018-08-13 10:38:21.098 63 DEBUG tempest.lib.common.rest_client [req-d89fa7e3-2360-4bb2-bb92-8a11af34bb7c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-d89fa7e3-2360-4bb2-bb92-8a11af34bb7c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d89fa7e3-2360-4bb2-bb92-8a11af34bb7c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-2121556776": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:2b:ff", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-2", "created": "2018-08-13T10:38:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:21.113 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:38:21.546 63 INFO tempest.lib.common.rest_client [req-ebb3bc52-2963-4aa1-b1ad-6a4eca031d06 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.432s 2018-08-13 10:38:21.546 63 DEBUG tempest.lib.common.rest_client [req-ebb3bc52-2963-4aa1-b1ad-6a4eca031d06 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-ebb3bc52-2963-4aa1-b1ad-6a4eca031d06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebb3bc52-2963-4aa1-b1ad-6a4eca031d06'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-2121556776": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:2b:ff", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-2", "created": "2018-08-13T10:38:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:21.560 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 79702143-1e28-4ce4-ab31-0e2a3f36cde3 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:38:22.358 63 INFO tempest.lib.common.rest_client [req-16c41b8b-5309-4a40-91ba-da9aa37ecffa ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/ports 0.797s 2018-08-13 10:38:22.358 63 DEBUG tempest.lib.common.rest_client [req-16c41b8b-5309-4a40-91ba-da9aa37ecffa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-849541131", "security_groups": ["13b51c09-2d27-451f-acd5-666522d24604"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:38:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16c41b8b-5309-4a40-91ba-da9aa37ecffa'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:38:21Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce515df5-5fd6-400c-8a55-13b1e4ad0f6c","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:38:21Z","name":"tempest-port-smoke-849541131","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:1a:b3:d0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"96895cf8-deca-48a8-add9-863c4ed2b436","ip_address":"10.101.11.30"}],"id":"3d993d72-484d-4dcf-ad98-d37429be0071","security_groups":["13b51c09-2d27-451f-acd5-666522d24604"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:23.931 63 INFO tempest.lib.common.rest_client [req-5666cd4c-ee4e-4335-9b47-a798f0104827 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.22:8774/v2.1/servers 1.572s 2018-08-13 10:38:23.932 63 DEBUG tempest.lib.common.rest_client [req-5666cd4c-ee4e-4335-9b47-a798f0104827 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655497581", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "port": "3d993d72-484d-4dcf-ad98-d37429be0071"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-5666cd4c-ee4e-4335-9b47-a798f0104827', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5666cd4c-ee4e-4335-9b47-a798f0104827'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "adminPass": "BfFU6pooAggp"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:23.994 63 INFO tempest.lib.common.rest_client [req-aed38a88-e8aa-412a-b7ce-af593bbcbd0e ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.058s 2018-08-13 10:38:23.995 63 DEBUG tempest.lib.common.rest_client [req-aed38a88-e8aa-412a-b7ce-af593bbcbd0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-aed38a88-e8aa-412a-b7ce-af593bbcbd0e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aed38a88-e8aa-412a-b7ce-af593bbcbd0e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:23Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:25.277 63 INFO tempest.lib.common.rest_client [req-02247c5e-12fa-435b-865b-dba16649a25a ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.268s 2018-08-13 10:38:25.278 63 DEBUG tempest.lib.common.rest_client [req-02247c5e-12fa-435b-865b-dba16649a25a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-02247c5e-12fa-435b-865b-dba16649a25a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-02247c5e-12fa-435b-865b-dba16649a25a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:25Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:26.700 63 INFO tempest.lib.common.rest_client [req-1fc9a493-a277-49c8-98e0-e2badcb4e1ab ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.407s 2018-08-13 10:38:26.701 63 DEBUG tempest.lib.common.rest_client [req-1fc9a493-a277-49c8-98e0-e2badcb4e1ab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-1fc9a493-a277-49c8-98e0-e2badcb4e1ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1fc9a493-a277-49c8-98e0-e2badcb4e1ab'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:26.716 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:38:28.107 63 INFO tempest.lib.common.rest_client [req-01d4105f-3126-4c3e-8c11-c64d38d73466 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.389s 2018-08-13 10:38:28.108 63 DEBUG tempest.lib.common.rest_client [req-01d4105f-3126-4c3e-8c11-c64d38d73466 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-01d4105f-3126-4c3e-8c11-c64d38d73466', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-01d4105f-3126-4c3e-8c11-c64d38d73466'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:29.264 63 INFO tempest.lib.common.rest_client [req-87012356-2d38-4a7c-9b31-a692c003e7d6 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.142s 2018-08-13 10:38:29.265 63 DEBUG tempest.lib.common.rest_client [req-87012356-2d38-4a7c-9b31-a692c003e7d6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-87012356-2d38-4a7c-9b31-a692c003e7d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87012356-2d38-4a7c-9b31-a692c003e7d6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:b3:d0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:28.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:28Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:29.277 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:38:29.668 63 INFO tempest.lib.common.rest_client [req-2d653b61-9016-4945-a22e-b9d68d0d2048 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.390s 2018-08-13 10:38:29.669 63 DEBUG tempest.lib.common.rest_client [req-2d653b61-9016-4945-a22e-b9d68d0d2048 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-2d653b61-9016-4945-a22e-b9d68d0d2048', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2d653b61-9016-4945-a22e-b9d68d0d2048'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:b3:d0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:28.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:28Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:29.682 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 74522883-7d10-4dcd-85d5-f25ff11fdf6c with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:38:30.494 63 INFO tempest.lib.common.rest_client [req-72896015-0b2e-4918-a71f-ef842d5bdf1b ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/ports 0.811s 2018-08-13 10:38:30.494 63 DEBUG tempest.lib.common.rest_client [req-72896015-0b2e-4918-a71f-ef842d5bdf1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-242704839", "security_groups": ["13b51c09-2d27-451f-acd5-666522d24604"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:38:30 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72896015-0b2e-4918-a71f-ef842d5bdf1b'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:38:30Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"7c9c1550-14b8-49d4-a9e1-e3b85630bf71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:38:30Z","name":"tempest-port-smoke-242704839","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:66:ea:92","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"93ec78a9-847f-4b54-a278-c66853ba117d","ip_address":"10.101.11.50"}],"id":"9e9e8b44-d704-4663-aad5-1befb74a7e69","security_groups":["13b51c09-2d27-451f-acd5-666522d24604"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:31.416 63 INFO tempest.lib.common.rest_client [req-d5742018-9b6a-419a-95a6-7c46190c1115 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.22:8774/v2.1/servers 0.920s 2018-08-13 10:38:31.416 63 DEBUG tempest.lib.common.rest_client [req-d5742018-9b6a-419a-95a6-7c46190c1115 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655497581", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "port": "9e9e8b44-d704-4663-aad5-1befb74a7e69"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d5742018-9b6a-419a-95a6-7c46190c1115', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5742018-9b6a-419a-95a6-7c46190c1115'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "adminPass": "ubR5efEeKikk"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:31.480 63 INFO tempest.lib.common.rest_client [req-7f7dda3b-dcb7-4136-8243-844201db7a23 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.060s 2018-08-13 10:38:31.481 63 DEBUG tempest.lib.common.rest_client [req-7f7dda3b-dcb7-4136-8243-844201db7a23 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-7f7dda3b-dcb7-4136-8243-844201db7a23', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7f7dda3b-dcb7-4136-8243-844201db7a23'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:31Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-4", "created": "2018-08-13T10:38:31Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:32.835 63 INFO tempest.lib.common.rest_client [req-5416664e-a08d-4358-b549-cf75792f77cb ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.340s 2018-08-13 10:38:32.836 63 DEBUG tempest.lib.common.rest_client [req-5416664e-a08d-4358-b549-cf75792f77cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-5416664e-a08d-4358-b549-cf75792f77cb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5416664e-a08d-4358-b549-cf75792f77cb'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:32Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-4", "created": "2018-08-13T10:38:31Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:32.850 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-13 10:38:34.026 63 INFO tempest.lib.common.rest_client [req-53101c6b-ea78-4390-bbd0-1dc1b4026393 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.175s 2018-08-13 10:38:34.027 63 DEBUG tempest.lib.common.rest_client [req-53101c6b-ea78-4390-bbd0-1dc1b4026393 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-53101c6b-ea78-4390-bbd0-1dc1b4026393', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53101c6b-ea78-4390-bbd0-1dc1b4026393'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:32Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-4", "created": "2018-08-13T10:38:31Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:34.041 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:38:35.202 63 INFO tempest.lib.common.rest_client [req-e1d226e5-7477-453b-9df9-90644caad8d0 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.159s 2018-08-13 10:38:35.203 63 DEBUG tempest.lib.common.rest_client [req-e1d226e5-7477-453b-9df9-90644caad8d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-e1d226e5-7477-453b-9df9-90644caad8d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1d226e5-7477-453b-9df9-90644caad8d0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-2121556776": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:ea:92", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:34.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:35Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-4", "created": "2018-08-13T10:38:31Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:35.216 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 4 second wait 2018-08-13 10:38:35.537 63 INFO tempest.lib.common.rest_client [req-ec3ad18f-e6af-48cb-a894-c81c5dfed7dc ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.320s 2018-08-13 10:38:35.537 63 DEBUG tempest.lib.common.rest_client [req-ec3ad18f-e6af-48cb-a894-c81c5dfed7dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-ec3ad18f-e6af-48cb-a894-c81c5dfed7dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec3ad18f-e6af-48cb-a894-c81c5dfed7dc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-Bis-2121556776": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:ea:92", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:34.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:35Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-4", "created": "2018-08-13T10:38:31Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:35.551 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 0cc89e8e-0940-4482-9ab1-b8217dab90c9 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:38:36.393 63 INFO tempest.lib.common.rest_client [req-065b6c1d-3592-47b6-a428-2854b049a816 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/ports 0.841s 2018-08-13 10:38:36.393 63 DEBUG tempest.lib.common.rest_client [req-065b6c1d-3592-47b6-a428-2854b049a816 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "fixed_ips": [{"ip_address": "10.101.11.50"}], "name": "tempest-port-smoke-652579539", "security_groups": ["13b51c09-2d27-451f-acd5-666522d24604"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:38:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-065b6c1d-3592-47b6-a428-2854b049a816'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:38:35Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce515df5-5fd6-400c-8a55-13b1e4ad0f6c","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:38:35Z","name":"tempest-port-smoke-652579539","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:e6:59:94","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"96895cf8-deca-48a8-add9-863c4ed2b436","ip_address":"10.101.11.50"}],"id":"b0277fe4-2e4d-459d-b971-19edad95e894","security_groups":["13b51c09-2d27-451f-acd5-666522d24604"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:38.100 63 INFO tempest.lib.common.rest_client [req-00661b52-bf93-421d-80f9-e133a8e9c974 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 202 POST http://172.30.9.22:8774/v2.1/servers 1.706s 2018-08-13 10:38:38.101 63 DEBUG tempest.lib.common.rest_client [req-00661b52-bf93-421d-80f9-e133a8e9c974 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1655497581", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "port": "b0277fe4-2e4d-459d-b971-19edad95e894"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-5"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-00661b52-bf93-421d-80f9-e133a8e9c974', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-00661b52-bf93-421d-80f9-e133a8e9c974'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "adminPass": "sVuApdL4ERd3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:38.168 63 INFO tempest.lib.common.rest_client [req-9b0b5b56-a905-4617-8851-57e544394206 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.063s 2018-08-13 10:38:38.168 63 DEBUG tempest.lib.common.rest_client [req-9b0b5b56-a905-4617-8851-57e544394206 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-9b0b5b56-a905-4617-8851-57e544394206', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b0b5b56-a905-4617-8851-57e544394206'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:38Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:39.271 63 INFO tempest.lib.common.rest_client [req-ad618605-ebae-423d-9423-72c810613847 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.088s 2018-08-13 10:38:39.272 63 DEBUG tempest.lib.common.rest_client [req-ad618605-ebae-423d-9423-72c810613847 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-ad618605-ebae-423d-9423-72c810613847', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ad618605-ebae-423d-9423-72c810613847'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:39Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:39.285 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:38:40.715 63 INFO tempest.lib.common.rest_client [req-e2aaa3fb-a420-4daf-856d-220570a2db0c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.429s 2018-08-13 10:38:40.716 63 DEBUG tempest.lib.common.rest_client [req-e2aaa3fb-a420-4daf-856d-220570a2db0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-e2aaa3fb-a420-4daf-856d-220570a2db0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e2aaa3fb-a420-4daf-856d-220570a2db0c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:39Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:40.729 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:38:42.070 63 INFO tempest.lib.common.rest_client [req-b3d2339a-378f-40f8-bb74-9abcfdd4fe9a ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.339s 2018-08-13 10:38:42.071 63 DEBUG tempest.lib.common.rest_client [req-b3d2339a-378f-40f8-bb74-9abcfdd4fe9a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-b3d2339a-378f-40f8-bb74-9abcfdd4fe9a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3d2339a-378f-40f8-bb74-9abcfdd4fe9a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:38:39Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:43.259 63 INFO tempest.lib.common.rest_client [req-455a6161-b1d7-4935-b66e-ac82037a2e01 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.174s 2018-08-13 10:38:43.259 63 DEBUG tempest.lib.common.rest_client [req-455a6161-b1d7-4935-b66e-ac82037a2e01 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-455a6161-b1d7-4935-b66e-ac82037a2e01', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-455a6161-b1d7-4935-b66e-ac82037a2e01'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:59:94", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:42.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:43.272 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:38:43.428 63 INFO tempest.lib.common.rest_client [req-d718e0d3-f867-406b-af3c-d47dff892798 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.156s 2018-08-13 10:38:43.429 63 DEBUG tempest.lib.common.rest_client [req-d718e0d3-f867-406b-af3c-d47dff892798 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-d718e0d3-f867-406b-af3c-d47dff892798', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:38:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d718e0d3-f867-406b-af3c-d47dff892798'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:59:94", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:42.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:38:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:43.442 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 5df0be1c-973f-469f-b84c-7b9368442a4c with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:38:43.552 63 INFO tempest.lib.common.rest_client [req-91ede5e1-70ca-4a19-9115-536031bbcf25 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/routers 0.109s 2018-08-13 10:38:43.553 63 DEBUG tempest.lib.common.rest_client [req-91ede5e1-70ca-4a19-9115-536031bbcf25 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1357766579", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:38:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91ede5e1-70ca-4a19-9115-536031bbcf25'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:43Z", "admin_state_up": true, "updated_at": "2018-08-13T10:38:43Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "71ae8008-3521-4800-8731-2c1663f7ff20", "name": "tempest-router--1357766579"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:45.128 63 INFO tempest.lib.common.rest_client [req-77131c5d-e465-451c-9545-9cebe2f6326f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20 1.574s 2018-08-13 10:38:45.128 63 DEBUG tempest.lib.common.rest_client [req-77131c5d-e465-451c-9545-9cebe2f6326f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20', u'date': 'Mon, 13 Aug 2018 10:38:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77131c5d-e465-451c-9545-9cebe2f6326f'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:43Z", "admin_state_up": true, "updated_at": "2018-08-13T10:38:44Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "71ae8008-3521-4800-8731-2c1663f7ff20", "name": "tempest-router--1357766579"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:47.141 63 INFO tempest.lib.common.rest_client [req-161586af-6e11-43b3-99ab-54e73b5521ce ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20/add_router_interface 2.011s 2018-08-13 10:38:47.142 63 DEBUG tempest.lib.common.rest_client [req-161586af-6e11-43b3-99ab-54e73b5521ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "96895cf8-deca-48a8-add9-863c4ed2b436"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:38:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-161586af-6e11-43b3-99ab-54e73b5521ce'} Body: {"network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "96895cf8-deca-48a8-add9-863c4ed2b436", "subnet_ids": ["96895cf8-deca-48a8-add9-863c4ed2b436"], "port_id": "2aaeb66c-e7d2-4409-b05a-928c4cccedd5", "id": "71ae8008-3521-4800-8731-2c1663f7ff20"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:47.318 63 INFO tempest.lib.common.rest_client [req-af688a49-d884-424e-8ff6-ba060459bf0a ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/routers 0.175s 2018-08-13 10:38:47.318 63 DEBUG tempest.lib.common.rest_client [req-af688a49-d884-424e-8ff6-ba060459bf0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1531007898", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:38:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-af688a49-d884-424e-8ff6-ba060459bf0a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:47Z", "admin_state_up": true, "updated_at": "2018-08-13T10:38:47Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cfd73cec-825d-4875-9983-2cc134df26c5", "name": "tempest-router--1531007898"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:48.665 63 INFO tempest.lib.common.rest_client [req-6c775fb2-fbc9-488d-a819-0d3b8ae480ac ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5 1.346s 2018-08-13 10:38:48.666 63 DEBUG tempest.lib.common.rest_client [req-6c775fb2-fbc9-488d-a819-0d3b8ae480ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5', u'date': 'Mon, 13 Aug 2018 10:38:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c775fb2-fbc9-488d-a819-0d3b8ae480ac'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:47Z", "admin_state_up": true, "updated_at": "2018-08-13T10:38:48Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cfd73cec-825d-4875-9983-2cc134df26c5", "name": "tempest-router--1531007898"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:50.899 63 INFO tempest.lib.common.rest_client [req-e5f1749d-8a30-43d4-9fc7-c85a0545993f ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 200 PUT http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5/add_router_interface 2.232s 2018-08-13 10:38:50.900 63 DEBUG tempest.lib.common.rest_client [req-e5f1749d-8a30-43d4-9fc7-c85a0545993f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "93ec78a9-847f-4b54-a278-c66853ba117d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:38:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e5f1749d-8a30-43d4-9fc7-c85a0545993f'} Body: {"network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "93ec78a9-847f-4b54-a278-c66853ba117d", "subnet_ids": ["93ec78a9-847f-4b54-a278-c66853ba117d"], "port_id": "97030ad9-171c-4c7e-a068-6d0e87a44308", "id": "cfd73cec-825d-4875-9983-2cc134df26c5"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:52.740 63 INFO tempest.lib.common.rest_client [req-a78aa9c9-81a1-4f51-8c3f-aa607f7023af ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.838s 2018-08-13 10:38:52.741 63 DEBUG tempest.lib.common.rest_client [req-a78aa9c9-81a1-4f51-8c3f-aa607f7023af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "3281508a-91f9-45db-8032-6f0caa5afac8"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:38:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a78aa9c9-81a1-4f51-8c3f-aa607f7023af'} Body: {"floatingip": {"router_id": "71ae8008-3521-4800-8731-2c1663f7ff20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:38:51Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.203", "revision_number": 0, "port_id": "3281508a-91f9-45db-8032-6f0caa5afac8", "id": "5a1440ca-6ec2-4d18-9134-a286c01ac9f9", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:54.606 63 INFO tempest.lib.common.rest_client [req-a7669789-7d6d-4942-8e0c-801f4c1d3ab1 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.864s 2018-08-13 10:38:54.606 63 DEBUG tempest.lib.common.rest_client [req-a7669789-7d6d-4942-8e0c-801f4c1d3ab1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "30c0615e-c7f5-46c2-a780-1d32d39e59d8"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:38:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a7669789-7d6d-4942-8e0c-801f4c1d3ab1'} Body: {"floatingip": {"router_id": "cfd73cec-825d-4875-9983-2cc134df26c5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:38:53Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.30", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "30c0615e-c7f5-46c2-a780-1d32d39e59d8", "id": "d0a39981-2f42-46a5-a1d1-a9e8d13af668", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:56.719 63 INFO tempest.lib.common.rest_client [req-406f2751-5dd8-4431-b186-d303a716a43c ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/floatingips 2.112s 2018-08-13 10:38:56.720 63 DEBUG tempest.lib.common.rest_client [req-406f2751-5dd8-4431-b186-d303a716a43c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "3d993d72-484d-4dcf-ad98-d37429be0071"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:38:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-406f2751-5dd8-4431-b186-d303a716a43c'} Body: {"floatingip": {"router_id": "71ae8008-3521-4800-8731-2c1663f7ff20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:38:55Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.30", "floating_ip_address": "172.30.9.204", "revision_number": 0, "port_id": "3d993d72-484d-4dcf-ad98-d37429be0071", "id": "a37b9094-6a1c-4122-861f-157f7ea66e63", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:38:58.247 63 INFO tempest.lib.common.rest_client [req-1d2150c6-8c63-4974-8149-46899eceb6dd ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.526s 2018-08-13 10:38:58.247 63 DEBUG tempest.lib.common.rest_client [req-1d2150c6-8c63-4974-8149-46899eceb6dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "9e9e8b44-d704-4663-aad5-1befb74a7e69"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:38:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d2150c6-8c63-4974-8149-46899eceb6dd'} Body: {"floatingip": {"router_id": "cfd73cec-825d-4875-9983-2cc134df26c5", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:38:57Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.50", "floating_ip_address": "172.30.9.209", "revision_number": 0, "port_id": "9e9e8b44-d704-4663-aad5-1befb74a7e69", "id": "fb217e1c-d4fe-41b4-a3b0-3be7f7e7fb7b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:39:00.030 63 INFO tempest.lib.common.rest_client [req-70a83a62-02d1-45d2-8a88-8b386b7ea3f5 ] Request (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.782s 2018-08-13 10:39:00.030 63 DEBUG tempest.lib.common.rest_client [req-70a83a62-02d1-45d2-8a88-8b386b7ea3f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "b0277fe4-2e4d-459d-b971-19edad95e894"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:39:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-70a83a62-02d1-45d2-8a88-8b386b7ea3f5'} Body: {"floatingip": {"router_id": "71ae8008-3521-4800-8731-2c1663f7ff20", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:38:59Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.50", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "b0277fe4-2e4d-459d-b971-19edad95e894", "id": "a49a5776-cfe5-4aaa-b164-0ac5474994e5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:38:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:39:00.032 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:39:16.058 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:16.128 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:16.160 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:39:16.274 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo nc -kl -p 80 -e echo 'server-2:79702143-1e28-4ce4-ab31-0e2a3f36cde3' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:16.275 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:39:16.277 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:16.334 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:16.341 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:39:16.347 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-13 10:39:23.364 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:23.460 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:23.490 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-13 10:39:23.605 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo nc -kl -p 80 -e echo 'server-3:74522883-7d10-4dcd-85d5-f25ff11fdf6c' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:23.605 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.204:22' as 'cirros' with public key authentication 2018-08-13 10:39:23.607 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:23.669 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:23.671 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.204 successfully created 2018-08-13 10:39:23.678 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-13 10:39:38.706 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:38.807 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:38.835 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-13 10:39:38.949 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo nc -kl -p 80 -e echo 'server-4:0cc89e8e-0940-4482-9ab1-b8217dab90c9' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:38.950 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.209:22' as 'cirros' with public key authentication 2018-08-13 10:39:38.952 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:39.013 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:39.018 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.209 successfully created 2018-08-13 10:39:39.023 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 10:39:46.042 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:46.141 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:46.171 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 10:39:46.285 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo nc -kl -p 80 -e echo 'server-5:5df0be1c-973f-469f-b84c-7b9368442a4c' & exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:46.285 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 10:39:46.288 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:46.346 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:46.352 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 10:39:46.358 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:46.361 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:46.464 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:46.489 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:46.604 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:46.604 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:46.606 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:46.667 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:46.671 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:50.679 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.075266 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:39:50.680 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:50.680 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:50.684 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:50.748 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:50.781 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:50.788 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-13 10:39:50.789 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:50.790 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:50.792 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:50.850 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:50.856 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:50.862 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-13 10:39:50.863 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:50.863 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:50.865 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:50.921 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:50.928 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:50.934 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-13 10:39:50.934 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:50.935 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:50.936 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:50.997 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.000 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.006 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-13 10:39:51.006 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:51.007 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.008 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.065 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.072 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.078 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-13 10:39:51.079 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:51.080 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.082 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.137 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.145 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.151 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-13 10:39:51.152 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:51.152 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.154 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.214 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.218 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.224 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-13 10:39:51.225 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:51.225 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.228 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.287 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.292 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.298 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-13 10:39:51.299 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:51.299 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.302 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.362 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.366 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.372 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-13 10:39:51.373 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:51.373 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.375 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.435 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.440 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.446 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-13 10:39:51.447 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.450 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.512 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.514 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:51.629 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:51.630 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:51.632 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:51.695 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:51.696 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:55.703 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.074104 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:39:55.704 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:55.704 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:55.707 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:55.772 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:55.804 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:55.810 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-13 10:39:55.811 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:55.811 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:55.813 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:55.874 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:55.877 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:55.883 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-13 10:39:55.883 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:55.884 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:55.886 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:55.946 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:55.950 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:55.956 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-13 10:39:55.957 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:55.957 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:55.960 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.019 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.024 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:56.030 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-13 10:39:56.030 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:56.030 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.033 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.095 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.097 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:56.102 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-13 10:39:56.103 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:56.104 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.106 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.166 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.170 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:56.176 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-13 10:39:56.177 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:56.178 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.180 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.242 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.244 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:56.250 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-13 10:39:56.250 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:56.251 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.253 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.314 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.317 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:56.324 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-13 10:39:56.324 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:56.325 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.327 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.387 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.391 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:56.397 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-13 10:39:56.397 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:56.398 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.203:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.400 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.458 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.464 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.203 successfully created 2018-08-13 10:39:56.470 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-13 10:39:56.472 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.475 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.537 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.539 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:39:56.653 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.10 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:39:56.654 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:39:56.656 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:39:56.715 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:39:56.721 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:01.727 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_tenant_separation_and_local_connectivity) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.10', exit status: 1, stderr: stdout: PING 10.101.11.10 (10.101.11.10): 56 data bytes --- 10.101.11.10 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.10', exit status: 1, stderr: 2018-08-13 10:40:01.728 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.101.11.10 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.10', exit status: 1, stderr: 2018-08-13 10:40:01.728 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075212 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:40:01.729 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:01.731 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:01.791 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:01.795 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:01.909 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:01.909 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:01.911 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:01.970 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:01.974 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:05.980 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.071024 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:40:05.981 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:05.981 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:05.983 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.045 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.048 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.054 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-13 10:40:06.054 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.055 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.057 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.115 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.121 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.127 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-13 10:40:06.128 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.128 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.130 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.192 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.195 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.201 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-13 10:40:06.201 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.202 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.203 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.263 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.268 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.274 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-13 10:40:06.274 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.275 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.277 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.339 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.342 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.347 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-13 10:40:06.348 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.348 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.350 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.411 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.415 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.421 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-13 10:40:06.421 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.422 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.424 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.483 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.488 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.493 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-13 10:40:06.494 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.494 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.496 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.555 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.560 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.566 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-13 10:40:06.566 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.567 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.569 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.627 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.633 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.638 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-13 10:40:06.639 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.30 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.639 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.642 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.703 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.706 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.712 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-13 10:40:06.712 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.714 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.776 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.778 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:06.893 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.50 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:06.894 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:06.896 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:06.955 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:06.960 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:10.967 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.073711 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:40:10.967 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:10.968 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:10.970 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.032 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.034 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.041 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-13 10:40:11.042 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.042 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.044 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.103 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.108 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.114 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-13 10:40:11.115 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.115 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.117 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.178 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.182 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.188 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-13 10:40:11.188 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.188 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.190 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.250 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.254 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.260 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-13 10:40:11.260 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.261 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.266 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.327 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.331 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.337 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-13 10:40:11.338 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.338 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.340 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.399 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.404 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.409 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-13 10:40:11.410 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.410 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.413 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.471 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.477 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.483 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-13 10:40:11.483 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.484 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.485 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.679 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.685 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.692 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-13 10:40:11.692 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.693 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.695 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.755 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.759 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.765 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-13 10:40:11.766 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:11.766 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.768 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.827 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.832 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:11.838 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-13 10:40:11.839 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:11.841 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:11.905 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:11.937 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:12.052 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.50 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:12.052 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:12.054 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:12.115 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:12.119 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.132 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.080168 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:40:16.133 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.133 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.135 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.197 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.199 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.206 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 0 successful 2018-08-13 10:40:16.207 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.207 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.209 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.271 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.273 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.280 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 1 successful 2018-08-13 10:40:16.280 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.281 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.283 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.343 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.348 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.354 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 2 successful 2018-08-13 10:40:16.354 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.355 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.357 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.415 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.421 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.427 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 3 successful 2018-08-13 10:40:16.427 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.429 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.433 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.491 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.497 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.503 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 4 successful 2018-08-13 10:40:16.504 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.504 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.506 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.567 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.570 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.576 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 5 successful 2018-08-13 10:40:16.577 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.577 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.579 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.639 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.643 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.649 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 6 successful 2018-08-13 10:40:16.649 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.650 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.651 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.711 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.715 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.722 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 7 successful 2018-08-13 10:40:16.722 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.723 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.725 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.783 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.789 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.795 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 8 successful 2018-08-13 10:40:16.796 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; nc 10.101.11.50 80 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:40:16.796 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:40:16.798 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:40:16.858 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:40:16.865 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:40:16.870 63 INFO networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] nc server name check 9 successful 2018-08-13 10:40:18.008 63 INFO tempest.lib.common.rest_client [req-d5f2deaf-2919-4e42-a0a1-9bbc00f96a26 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/a49a5776-cfe5-4aaa-b164-0ac5474994e5 1.137s 2018-08-13 10:40:18.009 63 DEBUG tempest.lib.common.rest_client [req-d5f2deaf-2919-4e42-a0a1-9bbc00f96a26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/a49a5776-cfe5-4aaa-b164-0ac5474994e5', u'date': 'Mon, 13 Aug 2018 10:40:18 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d5f2deaf-2919-4e42-a0a1-9bbc00f96a26'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:19.414 63 INFO tempest.lib.common.rest_client [req-9340d1a1-b586-46b1-90f1-43977500dbd1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/fb217e1c-d4fe-41b4-a3b0-3be7f7e7fb7b 1.404s 2018-08-13 10:40:19.414 63 DEBUG tempest.lib.common.rest_client [req-9340d1a1-b586-46b1-90f1-43977500dbd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/fb217e1c-d4fe-41b4-a3b0-3be7f7e7fb7b', u'date': 'Mon, 13 Aug 2018 10:40:19 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9340d1a1-b586-46b1-90f1-43977500dbd1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:20.522 63 INFO tempest.lib.common.rest_client [req-f0578814-a3d0-4f25-98b5-06d701fcbadd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/a37b9094-6a1c-4122-861f-157f7ea66e63 1.107s 2018-08-13 10:40:20.523 63 DEBUG tempest.lib.common.rest_client [req-f0578814-a3d0-4f25-98b5-06d701fcbadd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/a37b9094-6a1c-4122-861f-157f7ea66e63', u'date': 'Mon, 13 Aug 2018 10:40:20 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f0578814-a3d0-4f25-98b5-06d701fcbadd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:21.724 63 INFO tempest.lib.common.rest_client [req-83e89e5e-bf39-4337-93ae-34bc1e83aad9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/d0a39981-2f42-46a5-a1d1-a9e8d13af668 1.200s 2018-08-13 10:40:21.725 63 DEBUG tempest.lib.common.rest_client [req-83e89e5e-bf39-4337-93ae-34bc1e83aad9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/d0a39981-2f42-46a5-a1d1-a9e8d13af668', u'date': 'Mon, 13 Aug 2018 10:40:21 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-83e89e5e-bf39-4337-93ae-34bc1e83aad9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:22.608 63 INFO tempest.lib.common.rest_client [req-6e565de2-fa42-4422-b86e-e41974886ccb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/5a1440ca-6ec2-4d18-9134-a286c01ac9f9 0.882s 2018-08-13 10:40:22.609 63 DEBUG tempest.lib.common.rest_client [req-6e565de2-fa42-4422-b86e-e41974886ccb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/5a1440ca-6ec2-4d18-9134-a286c01ac9f9', u'date': 'Mon, 13 Aug 2018 10:40:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6e565de2-fa42-4422-b86e-e41974886ccb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:24.234 63 INFO tempest.lib.common.rest_client [req-51d6f6b2-c4dc-406c-ba4a-cd67a5e7a31a ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5/remove_router_interface 1.624s 2018-08-13 10:40:24.234 63 DEBUG tempest.lib.common.rest_client [req-51d6f6b2-c4dc-406c-ba4a-cd67a5e7a31a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "93ec78a9-847f-4b54-a278-c66853ba117d"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:40:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51d6f6b2-c4dc-406c-ba4a-cd67a5e7a31a'} Body: {"network_id": "7c9c1550-14b8-49d4-a9e1-e3b85630bf71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "93ec78a9-847f-4b54-a278-c66853ba117d", "subnet_ids": ["93ec78a9-847f-4b54-a278-c66853ba117d"], "port_id": "97030ad9-171c-4c7e-a068-6d0e87a44308", "id": "cfd73cec-825d-4875-9983-2cc134df26c5"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:25.775 63 INFO tempest.lib.common.rest_client [req-c95dd1aa-a9fd-4fb5-86f5-026ffb6774a2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5 1.539s 2018-08-13 10:40:25.775 63 DEBUG tempest.lib.common.rest_client [req-c95dd1aa-a9fd-4fb5-86f5-026ffb6774a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cfd73cec-825d-4875-9983-2cc134df26c5', u'date': 'Mon, 13 Aug 2018 10:40:25 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c95dd1aa-a9fd-4fb5-86f5-026ffb6774a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:27.396 63 INFO tempest.lib.common.rest_client [req-0b6b1ba3-c859-45cf-b675-6760faf6dfb7 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20/remove_router_interface 1.620s 2018-08-13 10:40:27.397 63 DEBUG tempest.lib.common.rest_client [req-0b6b1ba3-c859-45cf-b675-6760faf6dfb7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "96895cf8-deca-48a8-add9-863c4ed2b436"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:40:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b6b1ba3-c859-45cf-b675-6760faf6dfb7'} Body: {"network_id": "ce515df5-5fd6-400c-8a55-13b1e4ad0f6c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "96895cf8-deca-48a8-add9-863c4ed2b436", "subnet_ids": ["96895cf8-deca-48a8-add9-863c4ed2b436"], "port_id": "2aaeb66c-e7d2-4409-b05a-928c4cccedd5", "id": "71ae8008-3521-4800-8731-2c1663f7ff20"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:28.865 63 INFO tempest.lib.common.rest_client [req-62e59c3c-4e7b-490d-b6c2-4777236f0a80 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20 1.467s 2018-08-13 10:40:28.865 63 DEBUG tempest.lib.common.rest_client [req-62e59c3c-4e7b-490d-b6c2-4777236f0a80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/71ae8008-3521-4800-8731-2c1663f7ff20', u'date': 'Mon, 13 Aug 2018 10:40:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-62e59c3c-4e7b-490d-b6c2-4777236f0a80'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:29.033 63 INFO tempest.lib.common.rest_client [req-f3ba4fb4-54c9-44e8-a75c-b318812388c9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.166s 2018-08-13 10:40:29.033 63 DEBUG tempest.lib.common.rest_client [req-f3ba4fb4-54c9-44e8-a75c-b318812388c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-f3ba4fb4-54c9-44e8-a75c-b318812388c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3ba4fb4-54c9-44e8-a75c-b318812388c9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:29.211 63 INFO tempest.lib.common.rest_client [req-f57d8d26-0a53-46b1-8bbd-dcf225877c1b ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.177s 2018-08-13 10:40:29.212 63 DEBUG tempest.lib.common.rest_client [req-f57d8d26-0a53-46b1-8bbd-dcf225877c1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-f57d8d26-0a53-46b1-8bbd-dcf225877c1b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f57d8d26-0a53-46b1-8bbd-dcf225877c1b'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:59:94", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:42.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:28Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:30.575 63 INFO tempest.lib.common.rest_client [req-2e69d1e8-270d-424d-80e6-652718f958e6 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.348s 2018-08-13 10:40:30.576 63 DEBUG tempest.lib.common.rest_client [req-2e69d1e8-270d-424d-80e6-652718f958e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-2e69d1e8-270d-424d-80e6-652718f958e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e69d1e8-270d-424d-80e6-652718f958e6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e6:59:94", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5df0be1c-973f-469f-b84c-7b9368442a4c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:42.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5df0be1c-973f-469f-b84c-7b9368442a4c", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:29Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-5", "created": "2018-08-13T10:38:38Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:31.630 63 INFO tempest.lib.common.rest_client [req-9d94edd7-3531-4d3a-a238-b5ffc43db2df ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c 0.040s 2018-08-13 10:40:31.631 63 DEBUG tempest.lib.common.rest_client [req-9d94edd7-3531-4d3a-a238-b5ffc43db2df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5df0be1c-973f-469f-b84c-7b9368442a4c', u'x-compute-request-id': 'req-9d94edd7-3531-4d3a-a238-b5ffc43db2df', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-9d94edd7-3531-4d3a-a238-b5ffc43db2df'} Body: {"itemNotFound": {"message": "Instance 5df0be1c-973f-469f-b84c-7b9368442a4c could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:32.172 63 INFO tempest.lib.common.rest_client [req-9780e707-d676-4de8-b068-1ec71a41f5dd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b0277fe4-2e4d-459d-b971-19edad95e894 0.540s 2018-08-13 10:40:32.174 63 DEBUG tempest.lib.common.rest_client [req-9780e707-d676-4de8-b068-1ec71a41f5dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b0277fe4-2e4d-459d-b971-19edad95e894', u'date': 'Mon, 13 Aug 2018 10:40:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9780e707-d676-4de8-b068-1ec71a41f5dd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:32.364 63 INFO tempest.lib.common.rest_client [req-326f8d79-4bf7-493c-95ab-d3737530f224 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.189s 2018-08-13 10:40:32.365 63 DEBUG tempest.lib.common.rest_client [req-326f8d79-4bf7-493c-95ab-d3737530f224 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-326f8d79-4bf7-493c-95ab-d3737530f224', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-326f8d79-4bf7-493c-95ab-d3737530f224'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:32.778 63 INFO tempest.lib.common.rest_client [req-b205b63d-fd77-48a3-b609-521fd136d735 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.411s 2018-08-13 10:40:32.778 63 DEBUG tempest.lib.common.rest_client [req-b205b63d-fd77-48a3-b609-521fd136d735 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-b205b63d-fd77-48a3-b609-521fd136d735', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b205b63d-fd77-48a3-b609-521fd136d735'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-2121556776": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:ea:92", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:34.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:32Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-4", "created": "2018-08-13T10:38:31Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:33.922 63 INFO tempest.lib.common.rest_client [req-e59d5422-b64a-43c7-b845-545ddc3dade0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.128s 2018-08-13 10:40:33.923 63 DEBUG tempest.lib.common.rest_client [req-e59d5422-b64a-43c7-b845-545ddc3dade0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1487', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-e59d5422-b64a-43c7-b845-545ddc3dade0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e59d5422-b64a-43c7-b845-545ddc3dade0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-2121556776": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:66:ea:92", "version": 4, "addr": "10.101.11.50", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:34.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0cc89e8e-0940-4482-9ab1-b8217dab90c9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:32Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-4", "created": "2018-08-13T10:38:31Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:34.983 63 INFO tempest.lib.common.rest_client [req-16d75bcf-3b23-4a05-adf8-30cef37c40ba ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9 0.044s 2018-08-13 10:40:34.983 63 DEBUG tempest.lib.common.rest_client [req-16d75bcf-3b23-4a05-adf8-30cef37c40ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0cc89e8e-0940-4482-9ab1-b8217dab90c9', u'x-compute-request-id': 'req-16d75bcf-3b23-4a05-adf8-30cef37c40ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-16d75bcf-3b23-4a05-adf8-30cef37c40ba'} Body: {"itemNotFound": {"message": "Instance 0cc89e8e-0940-4482-9ab1-b8217dab90c9 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:35.550 63 INFO tempest.lib.common.rest_client [req-0c0132e2-9ced-44ce-b0b5-f0779dbe0a3c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/9e9e8b44-d704-4663-aad5-1befb74a7e69 0.566s 2018-08-13 10:40:35.551 63 DEBUG tempest.lib.common.rest_client [req-0c0132e2-9ced-44ce-b0b5-f0779dbe0a3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/9e9e8b44-d704-4663-aad5-1befb74a7e69', u'date': 'Mon, 13 Aug 2018 10:40:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0c0132e2-9ced-44ce-b0b5-f0779dbe0a3c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:35.699 63 INFO tempest.lib.common.rest_client [req-59842091-6df6-4be7-be12-41e14810ada4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.147s 2018-08-13 10:40:35.699 63 DEBUG tempest.lib.common.rest_client [req-59842091-6df6-4be7-be12-41e14810ada4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-59842091-6df6-4be7-be12-41e14810ada4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59842091-6df6-4be7-be12-41e14810ada4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:35.856 63 INFO tempest.lib.common.rest_client [req-293ea568-5627-4dc0-8cdc-12267995a224 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.155s 2018-08-13 10:40:35.856 63 DEBUG tempest.lib.common.rest_client [req-293ea568-5627-4dc0-8cdc-12267995a224 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-293ea568-5627-4dc0-8cdc-12267995a224', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-293ea568-5627-4dc0-8cdc-12267995a224'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1a:b3:d0", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:28.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:35Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:37.558 63 INFO tempest.lib.common.rest_client [req-12401ecd-151f-47f5-a693-900e22c71507 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.682s 2018-08-13 10:40:37.558 63 DEBUG tempest.lib.common.rest_client [req-12401ecd-151f-47f5-a693-900e22c71507 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-12401ecd-151f-47f5-a693-900e22c71507', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-12401ecd-151f-47f5-a693-900e22c71507'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:28.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "74522883-7d10-4dcd-85d5-f25ff11fdf6c", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:36Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-3", "created": "2018-08-13T10:38:23Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:38.621 63 INFO tempest.lib.common.rest_client [req-82e3b0aa-ba85-4078-83ff-5be32ac56eab ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c 0.043s 2018-08-13 10:40:38.622 63 DEBUG tempest.lib.common.rest_client [req-82e3b0aa-ba85-4078-83ff-5be32ac56eab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/74522883-7d10-4dcd-85d5-f25ff11fdf6c', u'x-compute-request-id': 'req-82e3b0aa-ba85-4078-83ff-5be32ac56eab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-82e3b0aa-ba85-4078-83ff-5be32ac56eab'} Body: {"itemNotFound": {"message": "Instance 74522883-7d10-4dcd-85d5-f25ff11fdf6c could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:39.508 63 INFO tempest.lib.common.rest_client [req-a69eab00-899b-4715-801e-0c1aee0b916e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/3d993d72-484d-4dcf-ad98-d37429be0071 0.885s 2018-08-13 10:40:39.508 63 DEBUG tempest.lib.common.rest_client [req-a69eab00-899b-4715-801e-0c1aee0b916e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/3d993d72-484d-4dcf-ad98-d37429be0071', u'date': 'Mon, 13 Aug 2018 10:40:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a69eab00-899b-4715-801e-0c1aee0b916e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:39.688 63 INFO tempest.lib.common.rest_client [req-f1f60795-a471-4678-85a3-3d1fd38da949 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.179s 2018-08-13 10:40:39.689 63 DEBUG tempest.lib.common.rest_client [req-f1f60795-a471-4678-85a3-3d1fd38da949 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-f1f60795-a471-4678-85a3-3d1fd38da949', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1f60795-a471-4678-85a3-3d1fd38da949'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:39.989 63 INFO tempest.lib.common.rest_client [req-dfa346df-6992-40ee-8373-f8cd444993c3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.299s 2018-08-13 10:40:39.989 63 DEBUG tempest.lib.common.rest_client [req-dfa346df-6992-40ee-8373-f8cd444993c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1554', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-dfa346df-6992-40ee-8373-f8cd444993c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfa346df-6992-40ee-8373-f8cd444993c3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-Bis-2121556776": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9e:2b:ff", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79702143-1e28-4ce4-ab31-0e2a3f36cde3", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:39Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-2", "created": "2018-08-13T10:38:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:41.046 63 INFO tempest.lib.common.rest_client [req-7e988d65-6985-4f5f-9ad3-3398bb7d5555 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3 0.042s 2018-08-13 10:40:41.047 63 DEBUG tempest.lib.common.rest_client [req-7e988d65-6985-4f5f-9ad3-3398bb7d5555 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79702143-1e28-4ce4-ab31-0e2a3f36cde3', u'x-compute-request-id': 'req-7e988d65-6985-4f5f-9ad3-3398bb7d5555', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7e988d65-6985-4f5f-9ad3-3398bb7d5555'} Body: {"itemNotFound": {"message": "Instance 79702143-1e28-4ce4-ab31-0e2a3f36cde3 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:41.628 63 INFO tempest.lib.common.rest_client [req-2c7e9ec4-decf-4272-9df1-6896b1cd1b4c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/30c0615e-c7f5-46c2-a780-1d32d39e59d8 0.581s 2018-08-13 10:40:41.629 63 DEBUG tempest.lib.common.rest_client [req-2c7e9ec4-decf-4272-9df1-6896b1cd1b4c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/30c0615e-c7f5-46c2-a780-1d32d39e59d8', u'date': 'Mon, 13 Aug 2018 10:40:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c7e9ec4-decf-4272-9df1-6896b1cd1b4c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:41.796 63 INFO tempest.lib.common.rest_client [req-c8c00bb6-5e49-4556-a7f5-b2ad2f36f0c9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.166s 2018-08-13 10:40:41.797 63 DEBUG tempest.lib.common.rest_client [req-c8c00bb6-5e49-4556-a7f5-b2ad2f36f0c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-c8c00bb6-5e49-4556-a7f5-b2ad2f36f0c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8c00bb6-5e49-4556-a7f5-b2ad2f36f0c9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:42.336 63 INFO tempest.lib.common.rest_client [req-18c4f8e1-c8b0-4b31-a958-57877ff0d5dd ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.539s 2018-08-13 10:40:42.337 63 DEBUG tempest.lib.common.rest_client [req-18c4f8e1-c8b0-4b31-a958-57877ff0d5dd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-18c4f8e1-c8b0-4b31-a958-57877ff0d5dd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18c4f8e1-c8b0-4b31-a958-57877ff0d5dd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-924694653": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:cc:d3", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:38:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6c1aae38-5e13-4896-a434-8d2a6e5a86ce", "security_groups": [{"name": "tempest-secgroup-smoke-142637927"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:40:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1655497581", "name": "server-1", "created": "2018-08-13T10:38:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:43.395 63 INFO tempest.lib.common.rest_client [req-2c1f1fcd-a853-49d7-9564-a40e89df5cd7 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce 0.043s 2018-08-13 10:40:43.396 63 DEBUG tempest.lib.common.rest_client [req-2c1f1fcd-a853-49d7-9564-a40e89df5cd7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6c1aae38-5e13-4896-a434-8d2a6e5a86ce', u'x-compute-request-id': 'req-2c1f1fcd-a853-49d7-9564-a40e89df5cd7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2c1f1fcd-a853-49d7-9564-a40e89df5cd7'} Body: {"itemNotFound": {"message": "Instance 6c1aae38-5e13-4896-a434-8d2a6e5a86ce could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:43.940 63 INFO tempest.lib.common.rest_client [req-f6b780c3-f976-4b79-9f83-b693ecf64d53 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/3281508a-91f9-45db-8032-6f0caa5afac8 0.543s 2018-08-13 10:40:43.941 63 DEBUG tempest.lib.common.rest_client [req-f6b780c3-f976-4b79-9f83-b693ecf64d53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/3281508a-91f9-45db-8032-6f0caa5afac8', u'date': 'Mon, 13 Aug 2018 10:40:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6b780c3-f976-4b79-9f83-b693ecf64d53'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:43.972 63 INFO tempest.lib.common.rest_client [req-f2ebf6c1-2f14-4894-a959-56186514c9ac ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655497581 0.030s 2018-08-13 10:40:43.973 63 DEBUG tempest.lib.common.rest_client [req-f2ebf6c1-2f14-4894-a959-56186514c9ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1655497581', u'x-compute-request-id': 'req-f2ebf6c1-2f14-4894-a959-56186514c9ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f2ebf6c1-2f14-4894-a959-56186514c9ac'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:45.266 63 INFO tempest.lib.common.rest_client [req-eddf385e-91af-41b8-80b2-5dfd9aefee96 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/30fab5de-b35e-4b96-8601-00170d005243 1.292s 2018-08-13 10:40:45.267 63 DEBUG tempest.lib.common.rest_client [req-eddf385e-91af-41b8-80b2-5dfd9aefee96 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/30fab5de-b35e-4b96-8601-00170d005243', u'date': 'Mon, 13 Aug 2018 10:40:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eddf385e-91af-41b8-80b2-5dfd9aefee96'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:46.637 63 INFO tempest.lib.common.rest_client [req-0e612bfe-6be6-4749-849b-756d1c4907e2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/93ec78a9-847f-4b54-a278-c66853ba117d 1.369s 2018-08-13 10:40:46.637 63 DEBUG tempest.lib.common.rest_client [req-0e612bfe-6be6-4749-849b-756d1c4907e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/93ec78a9-847f-4b54-a278-c66853ba117d', u'date': 'Mon, 13 Aug 2018 10:40:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0e612bfe-6be6-4749-849b-756d1c4907e2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:48.028 63 INFO tempest.lib.common.rest_client [req-965c81fe-e15c-4ffe-bb0b-5e0d6eb57a5e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/7c9c1550-14b8-49d4-a9e1-e3b85630bf71 1.389s 2018-08-13 10:40:48.028 63 DEBUG tempest.lib.common.rest_client [req-965c81fe-e15c-4ffe-bb0b-5e0d6eb57a5e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/7c9c1550-14b8-49d4-a9e1-e3b85630bf71', u'date': 'Mon, 13 Aug 2018 10:40:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-965c81fe-e15c-4ffe-bb0b-5e0d6eb57a5e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:48.977 63 INFO tempest.lib.common.rest_client [req-3be7a4de-83f5-477a-80ac-531b04000def ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/170a9270-87d3-4cd1-957c-f24b06223486 0.948s 2018-08-13 10:40:48.978 63 DEBUG tempest.lib.common.rest_client [req-3be7a4de-83f5-477a-80ac-531b04000def ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/170a9270-87d3-4cd1-957c-f24b06223486', u'date': 'Mon, 13 Aug 2018 10:40:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3be7a4de-83f5-477a-80ac-531b04000def'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:50.169 63 INFO tempest.lib.common.rest_client [req-b0bc77ff-bf9f-4e2e-bb10-787b7ac90978 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/96895cf8-deca-48a8-add9-863c4ed2b436 1.190s 2018-08-13 10:40:50.169 63 DEBUG tempest.lib.common.rest_client [req-b0bc77ff-bf9f-4e2e-bb10-787b7ac90978 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/96895cf8-deca-48a8-add9-863c4ed2b436', u'date': 'Mon, 13 Aug 2018 10:40:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b0bc77ff-bf9f-4e2e-bb10-787b7ac90978'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:52.133 63 INFO tempest.lib.common.rest_client [req-f27f05d4-6865-4366-8767-93b73180818b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/ce515df5-5fd6-400c-8a55-13b1e4ad0f6c 1.962s 2018-08-13 10:40:52.134 63 DEBUG tempest.lib.common.rest_client [req-f27f05d4-6865-4366-8767-93b73180818b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/ce515df5-5fd6-400c-8a55-13b1e4ad0f6c', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f27f05d4-6865-4366-8767-93b73180818b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:52.341 63 INFO tempest.lib.common.rest_client [req-2d76c40e-87c7-474a-839c-bd683aa3b363 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/13b51c09-2d27-451f-acd5-666522d24604 0.206s 2018-08-13 10:40:52.341 63 DEBUG tempest.lib.common.rest_client [req-2d76c40e-87c7-474a-839c-bd683aa3b363 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/13b51c09-2d27-451f-acd5-666522d24604', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2d76c40e-87c7-474a-839c-bd683aa3b363'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_tenant_separation_and_local_connectivity [177.941212s] ... ok 2018-08-13 10:40:52.574 63 INFO tempest.lib.common.rest_client [req-1be7f685-2fb7-449c-9c37-a2e2b8df4e0b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.197s 2018-08-13 10:40:52.574 63 DEBUG tempest.lib.common.rest_client [req-1be7f685-2fb7-449c-9c37-a2e2b8df4e0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1615349221 description", "name": "tempest-secgroup-smoke-1615349221"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1be7f685-2fb7-449c-9c37-a2e2b8df4e0b'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1615349221 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "updated_at": "2018-08-13T10:40:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:40:52Z", "revision_number": 0, "id": "047fffa1-cabd-4153-9802-51535d917288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:40:52Z", "revision_number": 0, "id": "c049b423-2bd2-4239-8f1a-7e2177323030", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "name": "tempest-secgroup-smoke-1615349221"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:52.724 63 INFO tempest.lib.common.rest_client [req-53d7dc87-5df8-447a-991e-97798418b8f7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:40:52.724 63 DEBUG tempest.lib.common.rest_client [req-53d7dc87-5df8-447a-991e-97798418b8f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-53d7dc87-5df8-447a-991e-97798418b8f7'} 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-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "40574b36-d74f-439a-a2fe-5c6bee675554"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:52.899 63 INFO tempest.lib.common.rest_client [req-68510be6-c2eb-4440-a4d0-846b9ac19676 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.172s 2018-08-13 10:40:52.902 63 DEBUG tempest.lib.common.rest_client [req-68510be6-c2eb-4440-a4d0-846b9ac19676 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-68510be6-c2eb-4440-a4d0-846b9ac19676'} 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-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "51c7ffd2-692c-4383-8f19-b6d5f6fe7c97"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:53.065 63 INFO tempest.lib.common.rest_client [req-da0bcfa7-eb76-4520-b99c-091292fe302f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 10:40:53.066 63 DEBUG tempest.lib.common.rest_client [req-da0bcfa7-eb76-4520-b99c-091292fe302f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da0bcfa7-eb76-4520-b99c-091292fe302f'} 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-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3c936c84-354e-401b-b447-cc45fd4f96cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:53.233 63 INFO tempest.lib.common.rest_client [req-46ee1d3d-4217-48e0-871f-81c9ef4f40e4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.166s 2018-08-13 10:40:53.234 63 DEBUG tempest.lib.common.rest_client [req-46ee1d3d-4217-48e0-871f-81c9ef4f40e4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46ee1d3d-4217-48e0-871f-81c9ef4f40e4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1542c284-687c-4fb1-aa82-de881b15675a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:53.424 63 INFO tempest.lib.common.rest_client [req-67524ee6-7fff-47e1-9c8a-ee5511fbd3d5 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.189s 2018-08-13 10:40:53.425 63 DEBUG tempest.lib.common.rest_client [req-67524ee6-7fff-47e1-9c8a-ee5511fbd3d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67524ee6-7fff-47e1-9c8a-ee5511fbd3d5'} 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-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ef423ca9-27b2-48c2-816f-15f48472fc71"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:53.581 63 INFO tempest.lib.common.rest_client [req-9f2b3d5c-1e8c-4ee7-bc5d-7bc3fbb9c944 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:40:53.581 63 DEBUG tempest.lib.common.rest_client [req-9f2b3d5c-1e8c-4ee7-bc5d-7bc3fbb9c944 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f2b3d5c-1e8c-4ee7-bc5d-7bc3fbb9c944'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "844677f2-a01d-442b-badd-1220f27babc7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:53.718 63 INFO tempest.lib.common.rest_client [req-6b602d73-44f3-400f-ad83-b7f1172d9a5d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:40:53.719 63 DEBUG tempest.lib.common.rest_client [req-6b602d73-44f3-400f-ad83-b7f1172d9a5d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b602d73-44f3-400f-ad83-b7f1172d9a5d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "619c4d9d-9f21-49fe-95a7-a8f763f81135"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:53.864 63 INFO tempest.lib.common.rest_client [req-b04e92c2-1367-4aa6-adcf-4a569fef579c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.144s 2018-08-13 10:40:53.864 63 DEBUG tempest.lib.common.rest_client [req-b04e92c2-1367-4aa6-adcf-4a569fef579c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b04e92c2-1367-4aa6-adcf-4a569fef579c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "41bb88a3-66cf-4b26-a161-86d838b9fa60"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:54.106 63 INFO tempest.lib.common.rest_client [req-bb2b738a-a9d2-4728-af4f-e893044787e3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.240s 2018-08-13 10:40:54.107 63 DEBUG tempest.lib.common.rest_client [req-bb2b738a-a9d2-4728-af4f-e893044787e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-692039164"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:40:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb2b738a-a9d2-4728-af4f-e893044787e3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:40:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","name":"tempest-A-692039164"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:54.916 63 INFO tempest.lib.common.rest_client [req-59224c30-f4aa-4ef4-9165-c68ae4796c9b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.808s 2018-08-13 10:40:54.916 63 DEBUG tempest.lib.common.rest_client [req-59224c30-f4aa-4ef4-9165-c68ae4796c9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "name": "tempest-subnet-A-1-90630932"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:40:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59224c30-f4aa-4ef4-9165-c68ae4796c9b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:54Z","dns_nameservers":[],"updated_at":"2018-08-13T10:40:54Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"23392ee6-8250-4061-b27d-4c6ccfaf3f51","subnetpool_id":null,"name":"tempest-subnet-A-1-90630932"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:55.123 63 INFO tempest.lib.common.rest_client [req-4ba001b5-2b95-47d2-9da0-6deb9a5da1e2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.206s 2018-08-13 10:40:55.124 63 DEBUG tempest.lib.common.rest_client [req-4ba001b5-2b95-47d2-9da0-6deb9a5da1e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1228458515"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ba001b5-2b95-47d2-9da0-6deb9a5da1e2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:40:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5485ef25-41b4-40ab-94ff-bd25520869fa","name":"tempest-B-1228458515"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:55.783 63 INFO tempest.lib.common.rest_client [req-252231eb-f8f3-4af4-9848-fb3b89e21e8a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.658s 2018-08-13 10:40:55.784 63 DEBUG tempest.lib.common.rest_client [req-252231eb-f8f3-4af4-9848-fb3b89e21e8a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "name": "tempest-subnet-B-1-218237091"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-252231eb-f8f3-4af4-9848-fb3b89e21e8a'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5485ef25-41b4-40ab-94ff-bd25520869fa","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:55Z","dns_nameservers":[],"updated_at":"2018-08-13T10:40:55Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d4eb4611-21cb-4cf3-a677-5e16a008b305","subnetpool_id":null,"name":"tempest-subnet-B-1-218237091"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:55.896 63 INFO tempest.lib.common.rest_client [req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.112s 2018-08-13 10:40:55.897 63 DEBUG tempest.lib.common.rest_client [req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1183310038"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvhtYw6VkiGSXQMgzWf9s2N4X5mvlzLWoEDpaegzQil5sWsuJ0IC6PQDGbVvsZQEqZx3E8MAs3aXb11zUpT93SfNChG1tahroBbd7dVRE2YvWuXgb50KbNO3lVE0Xxqi/Ka7qaJqLPrJG0hhDjWSCHA7yH+FkorD+ZZ6GBNkf3WWs1bMfpCLmIV7zjl9r3VYZG1b6nLEcmtd+htWAgB/a1fJJyICI4Z/KZz/IDy85tH08Vd8fpeVN8I8aLF48xxZ9QgYu1DRrR9laXqoz1upabJ5gVuJAkOzWPImlrQGCa19o24Ff0X88p1Y78InTnavLuMIY4eYR08dAUt/2IPHYh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr4bWMOlZIhkl0DIM1n/bNjeF+Zr5cy1qBA6WnoM0IpebFrLi\ndCAuj0Axm1b7GUBKmcdxPDALN2l29dc1KU/d0nzQoRtbWoa6AW3e3VURNmL1rl4G\n+dCmzTt5VRNF8aovymu6miaiz6yRtIYQ41kghwO8h/hZKKw/mWehgTZH91lrNWzH\n6Qi5iFe845fa91WGRtW+pyxHJrXfobVgIAf2tXySciAiOGfymc/yA8vObR9PFXfH\n6XlTfCPGixePMcWfUIGLtQ0a0fZWl6qM9bqWmyeYFbiQJDs1jyJpa0BgmtfaNuBX\n9F/PKdWO/CJ052ry7jCGOHmEdPHQFLf9iDx2IQIDAQABAoIBACE9fLSYjDur3YBW\n6h146w+SZjnFwnWwZQJNrPJp0Ga4pTMgP0hUi9yvAHX1e+nlRftnTKdkRcuBmnil\n/7hKGqzw3CWWY696EiGRKAJsSK0vAm25+sI2ZFA7chfNZZKFczV3P0hQBscjXBh+\nxxX22/UVnQ921ZOhQw4PFQO+PtS1dvDf00KBZZ7h5wijQXbAOCEd1/15gZjMv2Hz\npmlj+N5xlUtUhgCuOs0fyWvWyTJBFkBOudW47skWYZ7kAqTgsLf5Z1nMT7W4RyxF\nm2qU5MNSybOiO+s3nltahVAk/jMH2Z7Es7AxfuY9DbBcHtCYA539Xi78D5DH9/4b\nqnpNah0CgYEA4EBybhCviiZUCowSWKgqeTPRIhIfuXV5V6y60D0zuT3EEmZNi8In\n+gGxGsWrQyLjaro0qK0q1hr0nt4OUnYnTXfGrZm4MsXuIz8bEAF6rz0ZvNztNhCM\nrb6nLbZ8xpq6/M+YNGDh9+lpiQ8zPeVGSJXWF55x+rZsXXnY4SZWFjMCgYEAyGBy\n3vbM+1CdfgVhHwLqzQVdE/wMom/HwjaiJdeuwXiT5JVTNcJL3OKSQelzF5KLv7HF\nkDhkbSAPzuRtRDkF2rEvjAyHTtnDvgJNseD1BWqQMmxsuZx30PUzIOsxKhQeqqYK\n7f1djtDKVKZVJjQQUq5OQjSU3KrfnMPC0cFNJlsCgYEAynEDnF8NyR5ewgK/US/G\n4BGqGyLXZtopB8AUCYcmmXSr+5xFJwTIiAZc9nk56WqmeKPOg/OH9y7wZDa8IS8u\nvd2CCxf5VESgfUsryCA9u9Lh2EBtGGCKTxMM4tSaAcSPR0i085v+gopBTozdSmQf\nNcmmMz5DUPy8CQrFgkPUdUcCgYBGtPIUB5bxn9LTY2aQIOFmE1xy7uAuea9NsyWo\noOFD2B6n7KF+ON+4RCNEKvK4ALhbnomOiLe3Yjbx1N1R06VjNF8I1mrwwhs2c22j\nNTSBAsd7Y5NCNBp7m+q81QF2Tb88jHcS3/MhsD+Ve1RUtM6FvohTCGb3LzzU/qdC\niSmGPQKBgQCdGKi2iCCP6/glRupDtpYQ98BsNHoQbmmZtmn54qemn+03nYsXtv2s\nkY3ozHojzm9EYp2hHm0tLtu8/boapSFsu2fc+DlBSU3Xvof7P9FDh3+v8HZ+awwu\nz8KUueC9CFkx8C87FwAV5DnpIhs9fQiY6nxKst+py7clZLlm6ZePnQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1183310038", "fingerprint": "e4:4e:e9:bb:93:28:94:8e:79:32:6a:ac:4d:fd:91:11"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:56.736 63 INFO tempest.lib.common.rest_client [req-9a54ccc5-2b58-4954-b927-605ca4852554 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 0.834s 2018-08-13 10:40:56.736 63 DEBUG tempest.lib.common.rest_client [req-9a54ccc5-2b58-4954-b927-605ca4852554 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-486398650", "security_groups": ["f1f77389-f235-403f-9f7e-ae446fdbc95f"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:40:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a54ccc5-2b58-4954-b927-605ca4852554'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:40:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:40:56Z","name":"tempest-port-smoke-486398650","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:33:e3:47","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"23392ee6-8250-4061-b27d-4c6ccfaf3f51","ip_address":"10.101.11.10"}],"id":"7e00983a-bcec-4809-8e9f-4350957f2d86","security_groups":["f1f77389-f235-403f-9f7e-ae446fdbc95f"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:58.105 63 INFO tempest.lib.common.rest_client [req-dd4c066d-006f-49ea-afd4-919e595f2a81 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 1.367s 2018-08-13 10:40:58.106 63 DEBUG tempest.lib.common.rest_client [req-dd4c066d-006f-49ea-afd4-919e595f2a81 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1183310038", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "port": "7e00983a-bcec-4809-8e9f-4350957f2d86"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-dd4c066d-006f-49ea-afd4-919e595f2a81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd4c066d-006f-49ea-afd4-919e595f2a81'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "adminPass": "36PvKjdXktco"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:58.422 63 INFO tempest.lib.common.rest_client [req-073e460a-941a-4d88-8549-2e822f065195 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.309s 2018-08-13 10:40:58.422 63 DEBUG tempest.lib.common.rest_client [req-073e460a-941a-4d88-8549-2e822f065195 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-073e460a-941a-4d88-8549-2e822f065195', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-073e460a-941a-4d88-8549-2e822f065195'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:59.806 63 INFO tempest.lib.common.rest_client [req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.369s 2018-08-13 10:40:59.807 63 DEBUG tempest.lib.common.rest_client [req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:40:59.824 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:41:01.550 63 INFO tempest.lib.common.rest_client [req-c3189ba4-1d44-4979-aec0-acf3a7b11b75 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.724s 2018-08-13 10:41:01.550 63 DEBUG tempest.lib.common.rest_client [req-c3189ba4-1d44-4979-aec0-acf3a7b11b75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-c3189ba4-1d44-4979-aec0-acf3a7b11b75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3189ba4-1d44-4979-aec0-acf3a7b11b75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:01.564 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:41:02.720 63 INFO tempest.lib.common.rest_client [req-874ac057-aa15-4c22-aeea-e69b2a394bab ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.154s 2018-08-13 10:41:02.722 63 DEBUG tempest.lib.common.rest_client [req-874ac057-aa15-4c22-aeea-e69b2a394bab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-874ac057-aa15-4c22-aeea-e69b2a394bab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-874ac057-aa15-4c22-aeea-e69b2a394bab'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:04.041 63 INFO tempest.lib.common.rest_client [req-145b0f59-4615-4725-bd89-15f5d7d2ec21 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.304s 2018-08-13 10:41:04.041 63 DEBUG tempest.lib.common.rest_client [req-145b0f59-4615-4725-bd89-15f5d7d2ec21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-145b0f59-4615-4725-bd89-15f5d7d2ec21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-145b0f59-4615-4725-bd89-15f5d7d2ec21'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:04.053 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:41:04.370 63 INFO tempest.lib.common.rest_client [req-90139a00-0257-4fdf-ae86-d89979f09868 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.316s 2018-08-13 10:41:04.371 63 DEBUG tempest.lib.common.rest_client [req-90139a00-0257-4fdf-ae86-d89979f09868 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-90139a00-0257-4fdf-ae86-d89979f09868', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90139a00-0257-4fdf-ae86-d89979f09868'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:04.384 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 4a802bbd-27a9-4459-9560-c50e0a97f916 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:41:05.266 63 INFO tempest.lib.common.rest_client [req-d8e2fc5f-d3e5-4af6-ac8a-c75768251dc1 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 0.881s 2018-08-13 10:41:05.267 63 DEBUG tempest.lib.common.rest_client [req-d8e2fc5f-d3e5-4af6-ac8a-c75768251dc1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1428335593", "security_groups": ["f1f77389-f235-403f-9f7e-ae446fdbc95f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:41:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8e2fc5f-d3e5-4af6-ac8a-c75768251dc1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:41:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5485ef25-41b4-40ab-94ff-bd25520869fa","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:41:04Z","name":"tempest-port-smoke-1428335593","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:84:c0:3c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"d4eb4611-21cb-4cf3-a677-5e16a008b305","ip_address":"10.102.21.20"}],"id":"1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9","security_groups":["f1f77389-f235-403f-9f7e-ae446fdbc95f"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:06.065 63 INFO tempest.lib.common.rest_client [req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 0.796s 2018-08-13 10:41:06.065 63 DEBUG tempest.lib.common.rest_client [req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1183310038", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5485ef25-41b4-40ab-94ff-bd25520869fa", "port": "1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "adminPass": "tp78LnF34KPa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:06.128 63 INFO tempest.lib.common.rest_client [req-83130d7d-7272-4afc-a60c-97ec21ec34ed ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.058s 2018-08-13 10:41:06.129 63 DEBUG tempest.lib.common.rest_client [req-83130d7d-7272-4afc-a60c-97ec21ec34ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-83130d7d-7272-4afc-a60c-97ec21ec34ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83130d7d-7272-4afc-a60c-97ec21ec34ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:07.225 63 INFO tempest.lib.common.rest_client [req-70068a0e-f3b9-4eda-b548-45606601611a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.082s 2018-08-13 10:41:07.226 63 DEBUG tempest.lib.common.rest_client [req-70068a0e-f3b9-4eda-b548-45606601611a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-70068a0e-f3b9-4eda-b548-45606601611a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-70068a0e-f3b9-4eda-b548-45606601611a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:08.332 63 INFO tempest.lib.common.rest_client [req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.090s 2018-08-13 10:41:08.333 63 DEBUG tempest.lib.common.rest_client [req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:08.347 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:41:09.539 63 INFO tempest.lib.common.rest_client [req-0cf87b58-1dd6-484f-ac80-0644e27b3471 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.190s 2018-08-13 10:41:09.540 63 DEBUG tempest.lib.common.rest_client [req-0cf87b58-1dd6-484f-ac80-0644e27b3471 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-0cf87b58-1dd6-484f-ac80-0644e27b3471', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0cf87b58-1dd6-484f-ac80-0644e27b3471'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:10.695 63 INFO tempest.lib.common.rest_client [req-4160859a-f8f5-4658-8a35-56f0f922670e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.140s 2018-08-13 10:41:10.695 63 DEBUG tempest.lib.common.rest_client [req-4160859a-f8f5-4658-8a35-56f0f922670e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-4160859a-f8f5-4658-8a35-56f0f922670e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4160859a-f8f5-4658-8a35-56f0f922670e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:11.910 63 INFO tempest.lib.common.rest_client [req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.205s 2018-08-13 10:41:11.910 63 DEBUG tempest.lib.common.rest_client [req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:13.064 63 INFO tempest.lib.common.rest_client [req-23e23398-baa3-4e6d-9a40-7ba37111ecff ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.139s 2018-08-13 10:41:13.064 63 DEBUG tempest.lib.common.rest_client [req-23e23398-baa3-4e6d-9a40-7ba37111ecff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-23e23398-baa3-4e6d-9a40-7ba37111ecff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23e23398-baa3-4e6d-9a40-7ba37111ecff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:13.078 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:41:13.400 63 INFO tempest.lib.common.rest_client [req-b055dfe7-cf71-40e6-a38d-2472a97a2785 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.321s 2018-08-13 10:41:13.401 63 DEBUG tempest.lib.common.rest_client [req-b055dfe7-cf71-40e6-a38d-2472a97a2785 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-b055dfe7-cf71-40e6-a38d-2472a97a2785', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b055dfe7-cf71-40e6-a38d-2472a97a2785'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:13.415 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 83f1444f-703a-4087-ad28-a679e6abe8cf with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:41:13.533 63 INFO tempest.lib.common.rest_client [req-9e4df974-953c-46f2-a528-96d78c46b339 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/routers 0.118s 2018-08-13 10:41:13.534 63 DEBUG tempest.lib.common.rest_client [req-9e4df974-953c-46f2-a528-96d78c46b339 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1231313982", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:41:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e4df974-953c-46f2-a528-96d78c46b339'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:13Z", "admin_state_up": true, "updated_at": "2018-08-13T10:41:13Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "name": "tempest-router--1231313982"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:14.988 63 INFO tempest.lib.common.rest_client [req-f239bd65-fb8f-4c82-9760-bbf59a340e0c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73 1.453s 2018-08-13 10:41:14.989 63 DEBUG tempest.lib.common.rest_client [req-f239bd65-fb8f-4c82-9760-bbf59a340e0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73', u'date': 'Mon, 13 Aug 2018 10:41:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f239bd65-fb8f-4c82-9760-bbf59a340e0c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:13Z", "admin_state_up": true, "updated_at": "2018-08-13T10:41:14Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "name": "tempest-router--1231313982"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:16.983 63 INFO tempest.lib.common.rest_client [req-9fd2a0a2-2a51-4e9c-bca7-789bb8669288 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/add_router_interface 1.992s 2018-08-13 10:41:16.983 63 DEBUG tempest.lib.common.rest_client [req-9fd2a0a2-2a51-4e9c-bca7-789bb8669288 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:41:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fd2a0a2-2a51-4e9c-bca7-789bb8669288'} Body: {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51", "subnet_ids": ["23392ee6-8250-4061-b27d-4c6ccfaf3f51"], "port_id": "790d3af8-b332-41aa-965d-8db6a446c7aa", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:18.889 63 INFO tempest.lib.common.rest_client [req-3cc21849-3610-4162-ad89-66808db57eb5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.904s 2018-08-13 10:41:18.890 63 DEBUG tempest.lib.common.rest_client [req-3cc21849-3610-4162-ad89-66808db57eb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "7e00983a-bcec-4809-8e9f-4350957f2d86"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:41:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cc21849-3610-4162-ad89-66808db57eb5'} Body: {"floatingip": {"router_id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:41:18Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "7e00983a-bcec-4809-8e9f-4350957f2d86", "id": "1d6fd3a3-414c-44df-a24f-e095f4ef0ada", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:18Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:19.286 63 INFO tempest.lib.common.rest_client [req-9b954808-e953-4527-ac5a-df53fa614632 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.395s 2018-08-13 10:41:19.287 63 DEBUG tempest.lib.common.rest_client [req-9b954808-e953-4527-ac5a-df53fa614632 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:2"], "export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:41:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b954808-e953-4527-ac5a-df53fa614632'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "1525cbda-7d80-4712-8e7c-1eaebe80fec3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:19.725 63 INFO tempest.lib.common.rest_client [req-89975139-697e-42ba-8b4d-6582c6594265 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations 0.437s 2018-08-13 10:41:19.725 63 DEBUG tempest.lib.common.rest_client [req-89975139-697e-42ba-8b4d-6582c6594265 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations', u'date': 'Mon, 13 Aug 2018 10:41:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89975139-697e-42ba-8b4d-6582c6594265'} Body: {"network_association": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "id": "2dba37d5-4eb7-43db-9901-560a9a38d463"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:19.727 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:27.742 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:27.809 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:41:27.839 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:27.953 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:41:27.954 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:27.956 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:28.016 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:41:28.021 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:33.027 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:41:33.028 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:41:33.028 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075184 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:41:33.636 63 INFO tempest.lib.common.rest_client [req-8ee3af8b-2e3d-4472-b448-f50c9a80b30c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations 0.607s 2018-08-13 10:41:33.637 63 DEBUG tempest.lib.common.rest_client [req-8ee3af8b-2e3d-4472-b448-f50c9a80b30c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations', u'date': 'Mon, 13 Aug 2018 10:41:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ee3af8b-2e3d-4472-b448-f50c9a80b30c'} Body: {"network_association": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "id": "1c2c0342-7a90-4337-b79f-184fafa0f00e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:33.638 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:33.643 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:33.707 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:41:33.711 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:33.825 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:41:33.826 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:33.828 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:33.889 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:41:33.892 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:38.898 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:41:38.899 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:41:38.899 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074484 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:41:38.900 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Updating targets in BGPVPN 1525cbda-7d80-4712-8e7c-1eaebe80fec3 _update_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:990 2018-08-13 10:41:39.226 63 INFO tempest.lib.common.rest_client [req-080b1e92-b799-4398-af6e-e161e888781d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3 0.326s 2018-08-13 10:41:39.227 63 DEBUG tempest.lib.common.rest_client [req-080b1e92-b799-4398-af6e-e161e888781d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3', u'date': 'Mon, 13 Aug 2018 10:41:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-080b1e92-b799-4398-af6e-e161e888781d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:40.217 63 INFO tempest.lib.common.rest_client [req-f2014950-c482-4788-94ad-8365888f49bc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/1d6fd3a3-414c-44df-a24f-e095f4ef0ada 0.988s 2018-08-13 10:41:40.217 63 DEBUG tempest.lib.common.rest_client [req-f2014950-c482-4788-94ad-8365888f49bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/1d6fd3a3-414c-44df-a24f-e095f4ef0ada', u'date': 'Mon, 13 Aug 2018 10:41:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f2014950-c482-4788-94ad-8365888f49bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:41.884 63 INFO tempest.lib.common.rest_client [req-99b7e673-1d7b-4b10-a0c1-f6e63cfd0295 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/remove_router_interface 1.665s 2018-08-13 10:41:41.885 63 DEBUG tempest.lib.common.rest_client [req-99b7e673-1d7b-4b10-a0c1-f6e63cfd0295 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:41:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99b7e673-1d7b-4b10-a0c1-f6e63cfd0295'} Body: {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51", "subnet_ids": ["23392ee6-8250-4061-b27d-4c6ccfaf3f51"], "port_id": "790d3af8-b332-41aa-965d-8db6a446c7aa", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:43.330 63 INFO tempest.lib.common.rest_client [req-708a5907-a926-4796-940b-92b230ffec44 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73 1.444s 2018-08-13 10:41:43.331 63 DEBUG tempest.lib.common.rest_client [req-708a5907-a926-4796-940b-92b230ffec44 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-708a5907-a926-4796-940b-92b230ffec44'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:43.514 63 INFO tempest.lib.common.rest_client [req-c8b98def-4fa7-42e6-9cce-6952ebab09a7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.182s 2018-08-13 10:41:43.514 63 DEBUG tempest.lib.common.rest_client [req-c8b98def-4fa7-42e6-9cce-6952ebab09a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-c8b98def-4fa7-42e6-9cce-6952ebab09a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8b98def-4fa7-42e6-9cce-6952ebab09a7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:44.240 63 INFO tempest.lib.common.rest_client [req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.725s 2018-08-13 10:41:44.241 63 DEBUG tempest.lib.common.rest_client [req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:43Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:45.662 63 INFO tempest.lib.common.rest_client [req-6a796135-ea13-401c-87fe-14199b96b207 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.406s 2018-08-13 10:41:45.663 63 DEBUG tempest.lib.common.rest_client [req-6a796135-ea13-401c-87fe-14199b96b207 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-6a796135-ea13-401c-87fe-14199b96b207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a796135-ea13-401c-87fe-14199b96b207'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:44Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:46.721 63 INFO tempest.lib.common.rest_client [req-48399aa5-3206-4154-aa7f-ff63e290c32e ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.043s 2018-08-13 10:41:46.722 63 DEBUG tempest.lib.common.rest_client [req-48399aa5-3206-4154-aa7f-ff63e290c32e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-48399aa5-3206-4154-aa7f-ff63e290c32e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-48399aa5-3206-4154-aa7f-ff63e290c32e'} Body: {"itemNotFound": {"message": "Instance 83f1444f-703a-4087-ad28-a679e6abe8cf could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:47.567 63 INFO tempest.lib.common.rest_client [req-d0aa3851-dc27-4e58-9c73-f6b383f046b7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9 0.844s 2018-08-13 10:41:47.568 63 DEBUG tempest.lib.common.rest_client [req-d0aa3851-dc27-4e58-9c73-f6b383f046b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d0aa3851-dc27-4e58-9c73-f6b383f046b7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:47.712 63 INFO tempest.lib.common.rest_client [req-462d890d-0446-4a6e-8d96-2f2772c5bc55 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.142s 2018-08-13 10:41:47.712 63 DEBUG tempest.lib.common.rest_client [req-462d890d-0446-4a6e-8d96-2f2772c5bc55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-462d890d-0446-4a6e-8d96-2f2772c5bc55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-462d890d-0446-4a6e-8d96-2f2772c5bc55'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:48.115 63 INFO tempest.lib.common.rest_client [req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.402s 2018-08-13 10:41:48.116 63 DEBUG tempest.lib.common.rest_client [req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:49.169 63 INFO tempest.lib.common.rest_client [req-1706738c-e83e-4726-8fd4-f07faaeed9ca ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.041s 2018-08-13 10:41:49.170 63 DEBUG tempest.lib.common.rest_client [req-1706738c-e83e-4726-8fd4-f07faaeed9ca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-1706738c-e83e-4726-8fd4-f07faaeed9ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1706738c-e83e-4726-8fd4-f07faaeed9ca'} Body: {"itemNotFound": {"message": "Instance 4a802bbd-27a9-4459-9560-c50e0a97f916 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:49.965 63 INFO tempest.lib.common.rest_client [req-107eedfa-2f55-4793-bc34-37b5df48ea8a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7e00983a-bcec-4809-8e9f-4350957f2d86 0.794s 2018-08-13 10:41:49.966 63 DEBUG tempest.lib.common.rest_client [req-107eedfa-2f55-4793-bc34-37b5df48ea8a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7e00983a-bcec-4809-8e9f-4350957f2d86', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-107eedfa-2f55-4793-bc34-37b5df48ea8a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:50.012 63 INFO tempest.lib.common.rest_client [req-82d45ea3-ece7-4753-a631-a346429b6942 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1183310038 0.046s 2018-08-13 10:41:50.013 63 DEBUG tempest.lib.common.rest_client [req-82d45ea3-ece7-4753-a631-a346429b6942 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1183310038', u'x-compute-request-id': 'req-82d45ea3-ece7-4753-a631-a346429b6942', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82d45ea3-ece7-4753-a631-a346429b6942'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:51.019 63 INFO tempest.lib.common.rest_client [req-b5dc937c-ec00-4c94-bfca-d49b551fd971 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/d4eb4611-21cb-4cf3-a677-5e16a008b305 1.005s 2018-08-13 10:41:51.019 63 DEBUG tempest.lib.common.rest_client [req-b5dc937c-ec00-4c94-bfca-d49b551fd971 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/d4eb4611-21cb-4cf3-a677-5e16a008b305', u'date': 'Mon, 13 Aug 2018 10:41:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5dc937c-ec00-4c94-bfca-d49b551fd971'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:53.050 63 INFO tempest.lib.common.rest_client [req-c5cb26c5-a3c0-461a-9ed6-c50390bcd8b1 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5485ef25-41b4-40ab-94ff-bd25520869fa 2.030s 2018-08-13 10:41:53.051 63 DEBUG tempest.lib.common.rest_client [req-c5cb26c5-a3c0-461a-9ed6-c50390bcd8b1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5485ef25-41b4-40ab-94ff-bd25520869fa', u'date': 'Mon, 13 Aug 2018 10:41:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c5cb26c5-a3c0-461a-9ed6-c50390bcd8b1'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:54.316 63 INFO tempest.lib.common.rest_client [req-de4009b3-c475-4d45-ac95-1318826f8fa9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/23392ee6-8250-4061-b27d-4c6ccfaf3f51 1.264s 2018-08-13 10:41:54.317 63 DEBUG tempest.lib.common.rest_client [req-de4009b3-c475-4d45-ac95-1318826f8fa9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/23392ee6-8250-4061-b27d-4c6ccfaf3f51', u'date': 'Mon, 13 Aug 2018 10:41:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de4009b3-c475-4d45-ac95-1318826f8fa9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:56.185 63 INFO tempest.lib.common.rest_client [req-99976e1d-7091-47e0-9967-f44474cf6865 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/2b0b1b41-5676-4a21-a5fe-ec03eb6a242b 1.867s 2018-08-13 10:41:56.186 63 DEBUG tempest.lib.common.rest_client [req-99976e1d-7091-47e0-9967-f44474cf6865 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/2b0b1b41-5676-4a21-a5fe-ec03eb6a242b', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99976e1d-7091-47e0-9967-f44474cf6865'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:56.389 63 INFO tempest.lib.common.rest_client [req-9e6c80de-9ac0-4799-b6c2-a0375721cec2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/f1f77389-f235-403f-9f7e-ae446fdbc95f 0.202s 2018-08-13 10:41:56.390 63 DEBUG tempest.lib.common.rest_client [req-9e6c80de-9ac0-4799-b6c2-a0375721cec2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/f1f77389-f235-403f-9f7e-ae446fdbc95f', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e6c80de-9ac0-4799-b6c2-a0375721cec2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net [64.014286s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 303, in test_bgpvpn_update_route_targets_and_unassociated_net self._update_l3_bgpvpn(rts=[RT1], import_rts=[], export_rts=[]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 994, in _update_l3_bgpvpn import_targets=import_rts) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:40:52,574 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.197s 2018-08-13 10:40:52,574 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1615349221 description", "name": "tempest-secgroup-smoke-1615349221"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1be7f685-2fb7-449c-9c37-a2e2b8df4e0b'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1615349221 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "updated_at": "2018-08-13T10:40:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:40:52Z", "revision_number": 0, "id": "047fffa1-cabd-4153-9802-51535d917288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:40:52Z", "revision_number": 0, "id": "c049b423-2bd2-4239-8f1a-7e2177323030", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "name": "tempest-secgroup-smoke-1615349221"}} 2018-08-13 10:40:52,724 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:40:52,724 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-53d7dc87-5df8-447a-991e-97798418b8f7'} 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-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "40574b36-d74f-439a-a2fe-5c6bee675554"}} 2018-08-13 10:40:52,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.172s 2018-08-13 10:40:52,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-68510be6-c2eb-4440-a4d0-846b9ac19676'} 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-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "51c7ffd2-692c-4383-8f19-b6d5f6fe7c97"}} 2018-08-13 10:40:53,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 10:40:53,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da0bcfa7-eb76-4520-b99c-091292fe302f'} 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-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3c936c84-354e-401b-b447-cc45fd4f96cc"}} 2018-08-13 10:40:53,233 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.166s 2018-08-13 10:40:53,234 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46ee1d3d-4217-48e0-871f-81c9ef4f40e4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1542c284-687c-4fb1-aa82-de881b15675a"}} 2018-08-13 10:40:53,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.189s 2018-08-13 10:40:53,425 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67524ee6-7fff-47e1-9c8a-ee5511fbd3d5'} 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-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ef423ca9-27b2-48c2-816f-15f48472fc71"}} 2018-08-13 10:40:53,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:40:53,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f2b3d5c-1e8c-4ee7-bc5d-7bc3fbb9c944'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "844677f2-a01d-442b-badd-1220f27babc7"}} 2018-08-13 10:40:53,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:40:53,719 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b602d73-44f3-400f-ad83-b7f1172d9a5d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "619c4d9d-9f21-49fe-95a7-a8f763f81135"}} 2018-08-13 10:40:53,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.144s 2018-08-13 10:40:53,864 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b04e92c2-1367-4aa6-adcf-4a569fef579c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "41bb88a3-66cf-4b26-a161-86d838b9fa60"}} 2018-08-13 10:40:54,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.240s 2018-08-13 10:40:54,107 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-692039164"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:40:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb2b738a-a9d2-4728-af4f-e893044787e3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:40:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","name":"tempest-A-692039164"}} 2018-08-13 10:40:54,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.808s 2018-08-13 10:40:54,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "name": "tempest-subnet-A-1-90630932"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:40:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59224c30-f4aa-4ef4-9165-c68ae4796c9b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:54Z","dns_nameservers":[],"updated_at":"2018-08-13T10:40:54Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"23392ee6-8250-4061-b27d-4c6ccfaf3f51","subnetpool_id":null,"name":"tempest-subnet-A-1-90630932"}} 2018-08-13 10:40:55,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.206s 2018-08-13 10:40:55,124 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1228458515"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ba001b5-2b95-47d2-9da0-6deb9a5da1e2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:40:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5485ef25-41b4-40ab-94ff-bd25520869fa","name":"tempest-B-1228458515"}} 2018-08-13 10:40:55,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.658s 2018-08-13 10:40:55,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "name": "tempest-subnet-B-1-218237091"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-252231eb-f8f3-4af4-9848-fb3b89e21e8a'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5485ef25-41b4-40ab-94ff-bd25520869fa","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:55Z","dns_nameservers":[],"updated_at":"2018-08-13T10:40:55Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d4eb4611-21cb-4cf3-a677-5e16a008b305","subnetpool_id":null,"name":"tempest-subnet-B-1-218237091"}} 2018-08-13 10:40:55,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.112s 2018-08-13 10:40:55,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1183310038"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvhtYw6VkiGSXQMgzWf9s2N4X5mvlzLWoEDpaegzQil5sWsuJ0IC6PQDGbVvsZQEqZx3E8MAs3aXb11zUpT93SfNChG1tahroBbd7dVRE2YvWuXgb50KbNO3lVE0Xxqi/Ka7qaJqLPrJG0hhDjWSCHA7yH+FkorD+ZZ6GBNkf3WWs1bMfpCLmIV7zjl9r3VYZG1b6nLEcmtd+htWAgB/a1fJJyICI4Z/KZz/IDy85tH08Vd8fpeVN8I8aLF48xxZ9QgYu1DRrR9laXqoz1upabJ5gVuJAkOzWPImlrQGCa19o24Ff0X88p1Y78InTnavLuMIY4eYR08dAUt/2IPHYh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr4bWMOlZIhkl0DIM1n/bNjeF+Zr5cy1qBA6WnoM0IpebFrLi\ndCAuj0Axm1b7GUBKmcdxPDALN2l29dc1KU/d0nzQoRtbWoa6AW3e3VURNmL1rl4G\n+dCmzTt5VRNF8aovymu6miaiz6yRtIYQ41kghwO8h/hZKKw/mWehgTZH91lrNWzH\n6Qi5iFe845fa91WGRtW+pyxHJrXfobVgIAf2tXySciAiOGfymc/yA8vObR9PFXfH\n6XlTfCPGixePMcWfUIGLtQ0a0fZWl6qM9bqWmyeYFbiQJDs1jyJpa0BgmtfaNuBX\n9F/PKdWO/CJ052ry7jCGOHmEdPHQFLf9iDx2IQIDAQABAoIBACE9fLSYjDur3YBW\n6h146w+SZjnFwnWwZQJNrPJp0Ga4pTMgP0hUi9yvAHX1e+nlRftnTKdkRcuBmnil\n/7hKGqzw3CWWY696EiGRKAJsSK0vAm25+sI2ZFA7chfNZZKFczV3P0hQBscjXBh+\nxxX22/UVnQ921ZOhQw4PFQO+PtS1dvDf00KBZZ7h5wijQXbAOCEd1/15gZjMv2Hz\npmlj+N5xlUtUhgCuOs0fyWvWyTJBFkBOudW47skWYZ7kAqTgsLf5Z1nMT7W4RyxF\nm2qU5MNSybOiO+s3nltahVAk/jMH2Z7Es7AxfuY9DbBcHtCYA539Xi78D5DH9/4b\nqnpNah0CgYEA4EBybhCviiZUCowSWKgqeTPRIhIfuXV5V6y60D0zuT3EEmZNi8In\n+gGxGsWrQyLjaro0qK0q1hr0nt4OUnYnTXfGrZm4MsXuIz8bEAF6rz0ZvNztNhCM\nrb6nLbZ8xpq6/M+YNGDh9+lpiQ8zPeVGSJXWF55x+rZsXXnY4SZWFjMCgYEAyGBy\n3vbM+1CdfgVhHwLqzQVdE/wMom/HwjaiJdeuwXiT5JVTNcJL3OKSQelzF5KLv7HF\nkDhkbSAPzuRtRDkF2rEvjAyHTtnDvgJNseD1BWqQMmxsuZx30PUzIOsxKhQeqqYK\n7f1djtDKVKZVJjQQUq5OQjSU3KrfnMPC0cFNJlsCgYEAynEDnF8NyR5ewgK/US/G\n4BGqGyLXZtopB8AUCYcmmXSr+5xFJwTIiAZc9nk56WqmeKPOg/OH9y7wZDa8IS8u\nvd2CCxf5VESgfUsryCA9u9Lh2EBtGGCKTxMM4tSaAcSPR0i085v+gopBTozdSmQf\nNcmmMz5DUPy8CQrFgkPUdUcCgYBGtPIUB5bxn9LTY2aQIOFmE1xy7uAuea9NsyWo\noOFD2B6n7KF+ON+4RCNEKvK4ALhbnomOiLe3Yjbx1N1R06VjNF8I1mrwwhs2c22j\nNTSBAsd7Y5NCNBp7m+q81QF2Tb88jHcS3/MhsD+Ve1RUtM6FvohTCGb3LzzU/qdC\niSmGPQKBgQCdGKi2iCCP6/glRupDtpYQ98BsNHoQbmmZtmn54qemn+03nYsXtv2s\nkY3ozHojzm9EYp2hHm0tLtu8/boapSFsu2fc+DlBSU3Xvof7P9FDh3+v8HZ+awwu\nz8KUueC9CFkx8C87FwAV5DnpIhs9fQiY6nxKst+py7clZLlm6ZePnQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1183310038", "fingerprint": "e4:4e:e9:bb:93:28:94:8e:79:32:6a:ac:4d:fd:91:11"}} 2018-08-13 10:40:56,736 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 0.834s 2018-08-13 10:40:56,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-486398650", "security_groups": ["f1f77389-f235-403f-9f7e-ae446fdbc95f"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:40:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a54ccc5-2b58-4954-b927-605ca4852554'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:40:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:40:56Z","name":"tempest-port-smoke-486398650","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:33:e3:47","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"23392ee6-8250-4061-b27d-4c6ccfaf3f51","ip_address":"10.101.11.10"}],"id":"7e00983a-bcec-4809-8e9f-4350957f2d86","security_groups":["f1f77389-f235-403f-9f7e-ae446fdbc95f"],"device_id":""}} 2018-08-13 10:40:58,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 1.367s 2018-08-13 10:40:58,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1183310038", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "port": "7e00983a-bcec-4809-8e9f-4350957f2d86"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-dd4c066d-006f-49ea-afd4-919e595f2a81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd4c066d-006f-49ea-afd4-919e595f2a81'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "adminPass": "36PvKjdXktco"}} 2018-08-13 10:40:58,422 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.309s 2018-08-13 10:40:58,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-073e460a-941a-4d88-8549-2e822f065195', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-073e460a-941a-4d88-8549-2e822f065195'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:40:59,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.369s 2018-08-13 10:40:59,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:40:59,824 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:41:01,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.724s 2018-08-13 10:41:01,550 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-c3189ba4-1d44-4979-aec0-acf3a7b11b75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3189ba4-1d44-4979-aec0-acf3a7b11b75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:01,564 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:41:02,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.154s 2018-08-13 10:41:02,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-874ac057-aa15-4c22-aeea-e69b2a394bab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-874ac057-aa15-4c22-aeea-e69b2a394bab'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:04,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.304s 2018-08-13 10:41:04,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-145b0f59-4615-4725-bd89-15f5d7d2ec21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-145b0f59-4615-4725-bd89-15f5d7d2ec21'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:04,053 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:41:04,370 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.316s 2018-08-13 10:41:04,371 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-90139a00-0257-4fdf-ae86-d89979f09868', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90139a00-0257-4fdf-ae86-d89979f09868'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:04,384 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4a802bbd-27a9-4459-9560-c50e0a97f916 with status: ACTIVE 2018-08-13 10:41:05,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 0.881s 2018-08-13 10:41:05,267 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1428335593", "security_groups": ["f1f77389-f235-403f-9f7e-ae446fdbc95f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:41:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8e2fc5f-d3e5-4af6-ac8a-c75768251dc1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:41:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5485ef25-41b4-40ab-94ff-bd25520869fa","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:41:04Z","name":"tempest-port-smoke-1428335593","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:84:c0:3c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"d4eb4611-21cb-4cf3-a677-5e16a008b305","ip_address":"10.102.21.20"}],"id":"1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9","security_groups":["f1f77389-f235-403f-9f7e-ae446fdbc95f"],"device_id":""}} 2018-08-13 10:41:06,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 0.796s 2018-08-13 10:41:06,065 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1183310038", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5485ef25-41b4-40ab-94ff-bd25520869fa", "port": "1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "adminPass": "tp78LnF34KPa"}} 2018-08-13 10:41:06,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.058s 2018-08-13 10:41:06,129 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-83130d7d-7272-4afc-a60c-97ec21ec34ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83130d7d-7272-4afc-a60c-97ec21ec34ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:07,225 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.082s 2018-08-13 10:41:07,226 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-70068a0e-f3b9-4eda-b548-45606601611a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-70068a0e-f3b9-4eda-b548-45606601611a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:08,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.090s 2018-08-13 10:41:08,333 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:08,347 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:41:09,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.190s 2018-08-13 10:41:09,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-0cf87b58-1dd6-484f-ac80-0644e27b3471', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0cf87b58-1dd6-484f-ac80-0644e27b3471'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:10,695 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.140s 2018-08-13 10:41:10,695 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-4160859a-f8f5-4658-8a35-56f0f922670e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4160859a-f8f5-4658-8a35-56f0f922670e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:11,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.205s 2018-08-13 10:41:11,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:13,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.139s 2018-08-13 10:41:13,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-23e23398-baa3-4e6d-9a40-7ba37111ecff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23e23398-baa3-4e6d-9a40-7ba37111ecff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:13,078 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:41:13,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.321s 2018-08-13 10:41:13,401 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-b055dfe7-cf71-40e6-a38d-2472a97a2785', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b055dfe7-cf71-40e6-a38d-2472a97a2785'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:13,415 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 83f1444f-703a-4087-ad28-a679e6abe8cf with status: ACTIVE 2018-08-13 10:41:13,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/routers 0.118s 2018-08-13 10:41:13,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1231313982", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:41:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e4df974-953c-46f2-a528-96d78c46b339'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:13Z", "admin_state_up": true, "updated_at": "2018-08-13T10:41:13Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "name": "tempest-router--1231313982"}} 2018-08-13 10:41:14,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73 1.453s 2018-08-13 10:41:14,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73', u'date': 'Mon, 13 Aug 2018 10:41:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f239bd65-fb8f-4c82-9760-bbf59a340e0c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:13Z", "admin_state_up": true, "updated_at": "2018-08-13T10:41:14Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "name": "tempest-router--1231313982"}} 2018-08-13 10:41:16,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/add_router_interface 1.992s 2018-08-13 10:41:16,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:41:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fd2a0a2-2a51-4e9c-bca7-789bb8669288'} Body: {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51", "subnet_ids": ["23392ee6-8250-4061-b27d-4c6ccfaf3f51"], "port_id": "790d3af8-b332-41aa-965d-8db6a446c7aa", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73"} 2018-08-13 10:41:18,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.904s 2018-08-13 10:41:18,890 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "7e00983a-bcec-4809-8e9f-4350957f2d86"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:41:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cc21849-3610-4162-ad89-66808db57eb5'} Body: {"floatingip": {"router_id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:41:18Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "7e00983a-bcec-4809-8e9f-4350957f2d86", "id": "1d6fd3a3-414c-44df-a24f-e095f4ef0ada", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:18Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:41:19,286 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.395s 2018-08-13 10:41:19,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:2"], "export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:41:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b954808-e953-4527-ac5a-df53fa614632'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "1525cbda-7d80-4712-8e7c-1eaebe80fec3"}} 2018-08-13 10:41:19,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations 0.437s 2018-08-13 10:41:19,725 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations', u'date': 'Mon, 13 Aug 2018 10:41:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89975139-697e-42ba-8b4d-6582c6594265'} Body: {"network_association": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "id": "2dba37d5-4eb7-43db-9901-560a9a38d463"}} 2018-08-13 10:41:19,727 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:27,742 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:27,809 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:27,839 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:27,953 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:41:27,954 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:27,956 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:28,016 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:28,021 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:33,027 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:41:33,028 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:41:33,028 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075184 seconds 2018-08-13 10:41:33,636 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations 0.607s 2018-08-13 10:41:33,637 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations', u'date': 'Mon, 13 Aug 2018 10:41:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ee3af8b-2e3d-4472-b448-f50c9a80b30c'} Body: {"network_association": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "id": "1c2c0342-7a90-4337-b79f-184fafa0f00e"}} 2018-08-13 10:41:33,638 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:33,643 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:33,707 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:33,711 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:33,825 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:41:33,826 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:33,828 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:33,889 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:33,892 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:38,898 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:41:38,899 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:41:38,899 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074484 seconds 2018-08-13 10:41:38,900 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN 1525cbda-7d80-4712-8e7c-1eaebe80fec3 2018-08-13 10:41:39,226 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3 0.326s 2018-08-13 10:41:39,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3', u'date': 'Mon, 13 Aug 2018 10:41:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-080b1e92-b799-4398-af6e-e161e888781d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-13 10:41:40,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/1d6fd3a3-414c-44df-a24f-e095f4ef0ada 0.988s 2018-08-13 10:41:40,217 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/1d6fd3a3-414c-44df-a24f-e095f4ef0ada', u'date': 'Mon, 13 Aug 2018 10:41:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f2014950-c482-4788-94ad-8365888f49bc'} Body: 2018-08-13 10:41:41,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/remove_router_interface 1.665s 2018-08-13 10:41:41,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:41:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99b7e673-1d7b-4b10-a0c1-f6e63cfd0295'} Body: {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51", "subnet_ids": ["23392ee6-8250-4061-b27d-4c6ccfaf3f51"], "port_id": "790d3af8-b332-41aa-965d-8db6a446c7aa", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73"} 2018-08-13 10:41:43,330 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73 1.444s 2018-08-13 10:41:43,331 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-708a5907-a926-4796-940b-92b230ffec44'} Body: 2018-08-13 10:41:43,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.182s 2018-08-13 10:41:43,514 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-c8b98def-4fa7-42e6-9cce-6952ebab09a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8b98def-4fa7-42e6-9cce-6952ebab09a7'} Body: 2018-08-13 10:41:44,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.725s 2018-08-13 10:41:44,241 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:43Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:45,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.406s 2018-08-13 10:41:45,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-6a796135-ea13-401c-87fe-14199b96b207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a796135-ea13-401c-87fe-14199b96b207'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:44Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:46,721 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.043s 2018-08-13 10:41:46,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-48399aa5-3206-4154-aa7f-ff63e290c32e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-48399aa5-3206-4154-aa7f-ff63e290c32e'} Body: {"itemNotFound": {"message": "Instance 83f1444f-703a-4087-ad28-a679e6abe8cf could not be found.", "code": 404}} 2018-08-13 10:41:47,567 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9 0.844s 2018-08-13 10:41:47,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d0aa3851-dc27-4e58-9c73-f6b383f046b7'} Body: 2018-08-13 10:41:47,712 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.142s 2018-08-13 10:41:47,712 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-462d890d-0446-4a6e-8d96-2f2772c5bc55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-462d890d-0446-4a6e-8d96-2f2772c5bc55'} Body: 2018-08-13 10:41:48,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.402s 2018-08-13 10:41:48,116 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:49,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.041s 2018-08-13 10:41:49,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-1706738c-e83e-4726-8fd4-f07faaeed9ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1706738c-e83e-4726-8fd4-f07faaeed9ca'} Body: {"itemNotFound": {"message": "Instance 4a802bbd-27a9-4459-9560-c50e0a97f916 could not be found.", "code": 404}} 2018-08-13 10:41:49,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7e00983a-bcec-4809-8e9f-4350957f2d86 0.794s 2018-08-13 10:41:49,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7e00983a-bcec-4809-8e9f-4350957f2d86', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-107eedfa-2f55-4793-bc34-37b5df48ea8a'} Body: 2018-08-13 10:41:50,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1183310038 0.046s 2018-08-13 10:41:50,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1183310038', u'x-compute-request-id': 'req-82d45ea3-ece7-4753-a631-a346429b6942', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82d45ea3-ece7-4753-a631-a346429b6942'} Body: 2018-08-13 10:41:51,019 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/d4eb4611-21cb-4cf3-a677-5e16a008b305 1.005s 2018-08-13 10:41:51,019 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/d4eb4611-21cb-4cf3-a677-5e16a008b305', u'date': 'Mon, 13 Aug 2018 10:41:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5dc937c-ec00-4c94-bfca-d49b551fd971'} Body: 2018-08-13 10:41:53,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5485ef25-41b4-40ab-94ff-bd25520869fa 2.030s 2018-08-13 10:41:53,051 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5485ef25-41b4-40ab-94ff-bd25520869fa', u'date': 'Mon, 13 Aug 2018 10:41:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c5cb26c5-a3c0-461a-9ed6-c50390bcd8b1'} Body: 2018-08-13 10:41:54,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/23392ee6-8250-4061-b27d-4c6ccfaf3f51 1.264s 2018-08-13 10:41:54,317 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/23392ee6-8250-4061-b27d-4c6ccfaf3f51', u'date': 'Mon, 13 Aug 2018 10:41:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de4009b3-c475-4d45-ac95-1318826f8fa9'} Body: 2018-08-13 10:41:56,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/2b0b1b41-5676-4a21-a5fe-ec03eb6a242b 1.867s 2018-08-13 10:41:56,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/2b0b1b41-5676-4a21-a5fe-ec03eb6a242b', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99976e1d-7091-47e0-9967-f44474cf6865'} Body: 2018-08-13 10:41:56,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/f1f77389-f235-403f-9f7e-ae446fdbc95f 0.202s 2018-08-13 10:41:56,390 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/f1f77389-f235-403f-9f7e-ae446fdbc95f', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e6c80de-9ac0-4799-b6c2-a0375721cec2'} Body: 2018-08-13 10:41:56.765 63 INFO tempest.lib.common.rest_client [req-a10dfffd-c04b-42e2-ab7b-49591ddf91ef ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.347s 2018-08-13 10:41:56.765 63 DEBUG tempest.lib.common.rest_client [req-a10dfffd-c04b-42e2-ab7b-49591ddf91ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1679278697 description", "name": "tempest-secgroup-smoke-1679278697"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a10dfffd-c04b-42e2-ab7b-49591ddf91ef'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1679278697 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:56Z", "updated_at": "2018-08-13T10:41:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:41:56Z", "revision_number": 0, "id": "06832995-5b28-4945-868f-df6bac622109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:41:56Z", "revision_number": 0, "id": "6848c10c-4756-4f4e-a1fc-644b35daa017", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "name": "tempest-secgroup-smoke-1679278697"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:56.983 63 INFO tempest.lib.common.rest_client [req-6467d201-9252-4418-8d66-7550d1e4edf0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.216s 2018-08-13 10:41:56.983 63 DEBUG tempest.lib.common.rest_client [req-6467d201-9252-4418-8d66-7550d1e4edf0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6467d201-9252-4418-8d66-7550d1e4edf0'} 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-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "15e1dddd-0ce7-4c6e-930b-6478286820d0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:57.289 63 INFO tempest.lib.common.rest_client [req-b1a6a286-d2a5-47dd-badf-328d78c25a46 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.304s 2018-08-13 10:41:57.289 63 DEBUG tempest.lib.common.rest_client [req-b1a6a286-d2a5-47dd-badf-328d78c25a46 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1a6a286-d2a5-47dd-badf-328d78c25a46'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c8d680ce-8d3b-476c-ab06-9cfd92c55d7d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:57.702 63 INFO tempest.lib.common.rest_client [req-90682a04-16ce-47b3-a3c8-340d61f0efba ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.411s 2018-08-13 10:41:57.702 63 DEBUG tempest.lib.common.rest_client [req-90682a04-16ce-47b3-a3c8-340d61f0efba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90682a04-16ce-47b3-a3c8-340d61f0efba'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "363760d9-3310-4e87-8e9d-ac52aabd6e54"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:57.849 63 INFO tempest.lib.common.rest_client [req-3dd49e2f-50c1-45d0-9f9e-a71055e673e0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.146s 2018-08-13 10:41:57.850 63 DEBUG tempest.lib.common.rest_client [req-3dd49e2f-50c1-45d0-9f9e-a71055e673e0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3dd49e2f-50c1-45d0-9f9e-a71055e673e0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bb233f8e-b195-4113-9096-2db3d6d8f58d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:58.000 63 INFO tempest.lib.common.rest_client [req-ce8985b2-3370-42d7-aff3-0ce5b805e08a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:41:58.000 63 DEBUG tempest.lib.common.rest_client [req-ce8985b2-3370-42d7-aff3-0ce5b805e08a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce8985b2-3370-42d7-aff3-0ce5b805e08a'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1ac3bfcf-3f3f-46aa-95a0-42affddb5939"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:58.144 63 INFO tempest.lib.common.rest_client [req-30f8d131-6a86-4bca-a704-41e1809ff870 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 10:41:58.144 63 DEBUG tempest.lib.common.rest_client [req-30f8d131-6a86-4bca-a704-41e1809ff870 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30f8d131-6a86-4bca-a704-41e1809ff870'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9944e80d-f90b-44cc-9208-2a12d36398df"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:58.286 63 INFO tempest.lib.common.rest_client [req-f811b25d-8abd-44d1-9c89-7f9c14632479 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.141s 2018-08-13 10:41:58.287 63 DEBUG tempest.lib.common.rest_client [req-f811b25d-8abd-44d1-9c89-7f9c14632479 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f811b25d-8abd-44d1-9c89-7f9c14632479'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d00852b7-647e-42f8-9d90-f1fc246214ae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:58.504 63 INFO tempest.lib.common.rest_client [req-9872346e-12fc-499c-aa99-80626925a9d3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.216s 2018-08-13 10:41:58.505 63 DEBUG tempest.lib.common.rest_client [req-9872346e-12fc-499c-aa99-80626925a9d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9872346e-12fc-499c-aa99-80626925a9d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e08f5ecc-af14-45e1-8798-a33d0628b3c8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:58.754 63 INFO tempest.lib.common.rest_client [req-5f850f94-c791-44a6-91ff-d2f058ca1768 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/networks 0.248s 2018-08-13 10:41:58.754 63 DEBUG tempest.lib.common.rest_client [req-5f850f94-c791-44a6-91ff-d2f058ca1768 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-433517670"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f850f94-c791-44a6-91ff-d2f058ca1768'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:41:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","name":"tempest-A-433517670"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:59.266 63 INFO tempest.lib.common.rest_client [req-52f72bac-f483-407d-929d-af6a069ec4e9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.510s 2018-08-13 10:41:59.266 63 DEBUG tempest.lib.common.rest_client [req-52f72bac-f483-407d-929d-af6a069ec4e9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "name": "tempest-subnet-A-1-1160943784"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:41:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52f72bac-f483-407d-929d-af6a069ec4e9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:41:58Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"04f2eaea-4b98-4b09-b18b-9e2cf61852a5","subnetpool_id":null,"name":"tempest-subnet-A-1-1160943784"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:41:59.484 63 INFO tempest.lib.common.rest_client [req-9247e0af-c0ad-4016-adcf-2752119581cd ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/networks 0.217s 2018-08-13 10:41:59.485 63 DEBUG tempest.lib.common.rest_client [req-9247e0af-c0ad-4016-adcf-2752119581cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1107085674"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:41:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9247e0af-c0ad-4016-adcf-2752119581cd'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:41:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","name":"tempest-B-1107085674"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:00.109 63 INFO tempest.lib.common.rest_client [req-46268a31-a23c-4a45-9ead-5ee6a0b2ade4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.624s 2018-08-13 10:42:00.110 63 DEBUG tempest.lib.common.rest_client [req-46268a31-a23c-4a45-9ead-5ee6a0b2ade4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "name": "tempest-subnet-B-1-2077284618"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:42:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46268a31-a23c-4a45-9ead-5ee6a0b2ade4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:41:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ea58ad2a-9b3e-42c0-8836-69d35634c2ca","subnetpool_id":null,"name":"tempest-subnet-B-1-2077284618"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:00.248 63 INFO tempest.lib.common.rest_client [req-a7a32751-735e-4fc6-b671-ae8804ffe00d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.137s 2018-08-13 10:42:00.248 63 DEBUG tempest.lib.common.rest_client [req-a7a32751-735e-4fc6-b671-ae8804ffe00d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-413344713"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-a7a32751-735e-4fc6-b671-ae8804ffe00d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7a32751-735e-4fc6-b671-ae8804ffe00d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFAwbRSixfVlKAr2H/c2WAnG/Iecnwx8jtaiPIshmgEtmtxO0ryW67t3CJMPM+TxOa5w+QlItE9EDAkXmcBDe/1f3BlE8UA47N6nlrQx+AukFoBoueuQrmWM206/Azm4voMwEOVsAqZud5QzLyHQ+w2wuubCkbFrjgvgNEyNLyhEOJnM3Swufz2thUGK8lEjNeXlDnkSWYbFMxT9RWZSsN+WFLlgdWoraTDSJcwThJNshc60I9yFPMK19L9QcMmhH5AF4UDzsCB6FSBkuGCU1mlzh7LnnfJ36uMloSz3JJAdgYyl4ObPbHXj6aWkV8buf3/cjNcQ+UExMpyv2wfE+1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxQMG0UosX1ZSgK9h/3NlgJxvyHnJ8MfI7WojyLIZoBLZrcTt\nK8luu7dwiTDzPk8TmucPkJSLRPRAwJF5nAQ3v9X9wZRPFAOOzep5a0MfgLpBaAaL\nnrkK5ljNtOvwM5uL6DMBDlbAKmbneUMy8h0PsNsLrmwpGxa44L4DRMjS8oRDiZzN\n0sLn89rYVBivJRIzXl5Q55ElmGxTMU/UVmUrDflhS5YHVqK2kw0iXME4STbIXOtC\nPchTzCtfS/UHDJoR+QBeFA87AgehUgZLhglNZpc4ey553yd+rjJaEs9ySQHYGMpe\nDmz2x14+mlpFfG7n9/3IzXEPlBMTKcr9sHxPtQIDAQABAoIBAHKCS9gh0KCpP9Lk\nHYWowPp78s0HXMTCmprD8oCYZCSSUEucBm5I6j/ZY2OaPAefVrnWS0mxzTEK9wf2\nhkSUfwLVkmSNm1j6qGovOtuJbCoaGCIqi8R5sUgpnYbnC/ozEqKn4pk++vqqTShC\nUr4+/fvBlYyP+WRxVIvsZWH5iALEr/bUWB0pH0JOUYhP/GFog1rBdqrokI7GSKwU\n4RcIYG1RO8049utxEpTuo1AOYafYOABLAn7dyTetms0IgTXR1PzQB0DIYh/ZaW1G\ndymT4DaifC2pI0e996U8CSsU2dz/lY2Rc9nnd33ljZfcvZbeHq1RveIh08aHSuIO\n8dykOAECgYEA8OxaXLT4B/5dbxhODDSVnIGL4fb1ZgBc8Rh57NvB2SVyQJNq8R0g\n98RcnrhSBqLnaLUMp/zoh9JQT4HtpYvN4qhsmVT2+Q5kIQ0xMTnj83bhyto7eje3\n0+nmjM2p3HUVmbmJn5/kCfH4WBy7YHTpZdSltIi3yueBbxnqWDDuPTUCgYEA0Vcz\nxW+dJS9GtOqYysUDE4VJrHGs5yRrl9h+7qFdkGXzDXtowPpqBYVtVXDBVa8PowTx\nUh2aTjX48ChqzalsVKLwDhNtSyu33obo6Xqa3l5Wiq/+lB52aystP1ZrJngOa7b5\n+uvWeJzAA2Ewv4f+cP2t3avfe2dvFm/jhf64mIECgYEA10Zad/w8pOflFR/inYVf\nKjmXhJHnNP2eDtCQIdU7oYyUSp9vL4OXsc0D9c89fDCUFjuw02ppXPPQTzsJ3qLN\nlXppj5kcFe+GCQKAsjvINARGPbxC6TJgUDrwh2A+J393jaT8FGYKndhY0GLcC5Rr\n+VHJv0dq8yNpxJyjiaovNwECgYEAoGvA4rYLqKk3+AAnIowjNVxY/usF4wOH6A8i\nBmBmQPe/cD94IRpFEQIUrPsBTVYgF378Jz9ENlcp83AlmIES4TET4NWGVaqk9sRP\nzEwGTg3hJ9qCrqNBgBLQU883wX0TH/xSSLVd34PPqUdbggsHMzNTf6HsWrcC7CDG\nLLLsZwECgYEA2gLYgCh/aOKk7t+LQaaTSAxAfdYVmAXWUkdkxOD9DsytVPqB7spW\nOhfVkvS1WV/X4CdxmGvo4WGb9id1PVoJcdguqavCCKKwGlpfqQmMb0EHYKpfzT4+\nVZtk9cUC9sVUufFWgAm0yYlnzAYUgOMWVeCQKN/r8n7+Du29v8XYxOg=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-413344713", "fingerprint": "6b:7c:d7:6e:f0:63:4a:eb:fd:43:0c:05:57:42:13:c1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:01.181 63 INFO tempest.lib.common.rest_client [req-6c03402d-3812-4fda-b3f3-fac99491f05e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/ports 0.929s 2018-08-13 10:42:01.181 63 DEBUG tempest.lib.common.rest_client [req-6c03402d-3812-4fda-b3f3-fac99491f05e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-450259833", "security_groups": ["40c56393-5b8c-4514-b3a6-a42d0709c747"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:42:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c03402d-3812-4fda-b3f3-fac99491f05e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:42:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:42:00Z","name":"tempest-port-smoke-450259833","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b6:74:0f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"04f2eaea-4b98-4b09-b18b-9e2cf61852a5","ip_address":"10.101.11.10"}],"id":"0e2ef557-65b9-4a58-8352-af854ae898d4","security_groups":["40c56393-5b8c-4514-b3a6-a42d0709c747"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:02.985 63 INFO tempest.lib.common.rest_client [req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.22:8774/v2.1/servers 1.802s 2018-08-13 10:42:02.986 63 DEBUG tempest.lib.common.rest_client [req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-413344713", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "port": "0e2ef557-65b9-4a58-8352-af854ae898d4"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "adminPass": "RTBGgwJ9Nx3M"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:03.069 63 INFO tempest.lib.common.rest_client [req-2a1890e8-68f9-475c-92fd-ed89cd00ad13 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.078s 2018-08-13 10:42:03.069 63 DEBUG tempest.lib.common.rest_client [req-2a1890e8-68f9-475c-92fd-ed89cd00ad13 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-2a1890e8-68f9-475c-92fd-ed89cd00ad13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a1890e8-68f9-475c-92fd-ed89cd00ad13'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:04.169 63 INFO tempest.lib.common.rest_client [req-c48147a3-6f1a-493a-b334-0ae90e0a280a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.086s 2018-08-13 10:42:04.169 63 DEBUG tempest.lib.common.rest_client [req-c48147a3-6f1a-493a-b334-0ae90e0a280a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1257', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-c48147a3-6f1a-493a-b334-0ae90e0a280a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c48147a3-6f1a-493a-b334-0ae90e0a280a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:04.182 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:42:05.665 63 INFO tempest.lib.common.rest_client [req-298ad2ae-5425-4fc4-b799-3ae921498ff0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.481s 2018-08-13 10:42:05.665 63 DEBUG tempest.lib.common.rest_client [req-298ad2ae-5425-4fc4-b799-3ae921498ff0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-298ad2ae-5425-4fc4-b799-3ae921498ff0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-298ad2ae-5425-4fc4-b799-3ae921498ff0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:05.678 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:42:06.856 63 INFO tempest.lib.common.rest_client [req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.176s 2018-08-13 10:42:06.857 63 DEBUG tempest.lib.common.rest_client [req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:08.266 63 INFO tempest.lib.common.rest_client [req-dfd59393-2822-4e65-9cff-0c2e02e0ac93 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.395s 2018-08-13 10:42:08.267 63 DEBUG tempest.lib.common.rest_client [req-dfd59393-2822-4e65-9cff-0c2e02e0ac93 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-dfd59393-2822-4e65-9cff-0c2e02e0ac93', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfd59393-2822-4e65-9cff-0c2e02e0ac93'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:08.279 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:42:08.421 63 INFO tempest.lib.common.rest_client [req-d4409a7f-c8df-4815-9c95-7b43c831137e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.141s 2018-08-13 10:42:08.421 63 DEBUG tempest.lib.common.rest_client [req-d4409a7f-c8df-4815-9c95-7b43c831137e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-d4409a7f-c8df-4815-9c95-7b43c831137e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4409a7f-c8df-4815-9c95-7b43c831137e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:08.435 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: ce1e1be3-82d4-4a6e-ad18-2788e953af2e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:42:09.195 63 INFO tempest.lib.common.rest_client [req-ffe2baa5-1378-4a58-86c5-92a0345a8b95 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/ports 0.759s 2018-08-13 10:42:09.196 63 DEBUG tempest.lib.common.rest_client [req-ffe2baa5-1378-4a58-86c5-92a0345a8b95 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1849919051", "security_groups": ["40c56393-5b8c-4514-b3a6-a42d0709c747"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:42:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe2baa5-1378-4a58-86c5-92a0345a8b95'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:42:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:42:08Z","name":"tempest-port-smoke-1849919051","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b3:30:a2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"ea58ad2a-9b3e-42c0-8836-69d35634c2ca","ip_address":"10.102.21.20"}],"id":"0a4247a3-956b-4f0f-96fd-6a873f582ec9","security_groups":["40c56393-5b8c-4514-b3a6-a42d0709c747"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:10.277 63 INFO tempest.lib.common.rest_client [req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.22:8774/v2.1/servers 1.080s 2018-08-13 10:42:10.277 63 DEBUG tempest.lib.common.rest_client [req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-413344713", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "port": "0a4247a3-956b-4f0f-96fd-6a873f582ec9"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "adminPass": "b8rbNQ47x6Ho"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:10.600 63 INFO tempest.lib.common.rest_client [req-86093d83-a06d-4710-a0ed-6c7586a8fa6b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.318s 2018-08-13 10:42:10.600 63 DEBUG tempest.lib.common.rest_client [req-86093d83-a06d-4710-a0ed-6c7586a8fa6b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-86093d83-a06d-4710-a0ed-6c7586a8fa6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86093d83-a06d-4710-a0ed-6c7586a8fa6b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:11.702 63 INFO tempest.lib.common.rest_client [req-fc375fdd-ea91-4376-b82b-8fa332901bff ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.089s 2018-08-13 10:42:11.702 63 DEBUG tempest.lib.common.rest_client [req-fc375fdd-ea91-4376-b82b-8fa332901bff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-fc375fdd-ea91-4376-b82b-8fa332901bff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc375fdd-ea91-4376-b82b-8fa332901bff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:11.716 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:42:13.159 63 INFO tempest.lib.common.rest_client [req-23028641-c599-4523-a80a-b35960ac7035 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.441s 2018-08-13 10:42:13.159 63 DEBUG tempest.lib.common.rest_client [req-23028641-c599-4523-a80a-b35960ac7035 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-23028641-c599-4523-a80a-b35960ac7035', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23028641-c599-4523-a80a-b35960ac7035'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:13.172 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:42:14.319 63 INFO tempest.lib.common.rest_client [req-838604ab-24d0-460e-9341-6d742c2c3b6e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.144s 2018-08-13 10:42:14.319 63 DEBUG tempest.lib.common.rest_client [req-838604ab-24d0-460e-9341-6d742c2c3b6e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-838604ab-24d0-460e-9341-6d742c2c3b6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-838604ab-24d0-460e-9341-6d742c2c3b6e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:15.762 63 INFO tempest.lib.common.rest_client [req-8fd7e028-332f-4e84-ba95-2abd7db8de33 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.428s 2018-08-13 10:42:15.763 63 DEBUG tempest.lib.common.rest_client [req-8fd7e028-332f-4e84-ba95-2abd7db8de33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-8fd7e028-332f-4e84-ba95-2abd7db8de33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fd7e028-332f-4e84-ba95-2abd7db8de33'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:15.776 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:42:15.929 63 INFO tempest.lib.common.rest_client [req-cfc5f044-531a-42a7-b7fe-9673aac6911d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.151s 2018-08-13 10:42:15.929 63 DEBUG tempest.lib.common.rest_client [req-cfc5f044-531a-42a7-b7fe-9673aac6911d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-cfc5f044-531a-42a7-b7fe-9673aac6911d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cfc5f044-531a-42a7-b7fe-9673aac6911d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:15.942 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 82010ab0-a5a7-43f2-b4ce-c8e36e093da0 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:42:16.346 63 INFO tempest.lib.common.rest_client [req-d205952b-4f06-4a78-b204-a3de774cc5c8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.403s 2018-08-13 10:42:16.346 63 DEBUG tempest.lib.common.rest_client [req-d205952b-4f06-4a78-b204-a3de774cc5c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d205952b-4f06-4a78-b204-a3de774cc5c8'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "fb949f30-f548-4172-831d-60cef046fe60"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:16.731 63 INFO tempest.lib.common.rest_client [req-b0a1647c-af95-4002-b652-00821db94268 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations 0.383s 2018-08-13 10:42:16.732 63 DEBUG tempest.lib.common.rest_client [req-b0a1647c-af95-4002-b652-00821db94268 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations', u'date': 'Mon, 13 Aug 2018 10:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0a1647c-af95-4002-b652-00821db94268'} Body: {"network_association": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "id": "916a8fbe-8f92-40bc-8b44-880a7c5e0bef"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:17.119 63 INFO tempest.lib.common.rest_client [req-0086679f-fe73-4cca-b951-d402f95d528c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations 0.386s 2018-08-13 10:42:17.119 63 DEBUG tempest.lib.common.rest_client [req-0086679f-fe73-4cca-b951-d402f95d528c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations', u'date': 'Mon, 13 Aug 2018 10:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0086679f-fe73-4cca-b951-d402f95d528c'} Body: {"network_association": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "id": "a29d5747-a92e-4d2a-ae0c-28249cdab003"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:17.119 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 10:42:17.239 63 INFO tempest.lib.common.rest_client [req-223420ce-aa9e-4c70-990b-100fe47fefc9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/routers 0.119s 2018-08-13 10:42:17.240 63 DEBUG tempest.lib.common.rest_client [req-223420ce-aa9e-4c70-990b-100fe47fefc9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1638309597", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-223420ce-aa9e-4c70-990b-100fe47fefc9'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:17Z", "admin_state_up": true, "updated_at": "2018-08-13T10:42:17Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "name": "tempest-router--1638309597"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:18.687 63 INFO tempest.lib.common.rest_client [req-23873e9e-aedc-45a7-8e7d-4b4a1db1e46e ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3 1.446s 2018-08-13 10:42:18.688 63 DEBUG tempest.lib.common.rest_client [req-23873e9e-aedc-45a7-8e7d-4b4a1db1e46e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3', u'date': 'Mon, 13 Aug 2018 10:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23873e9e-aedc-45a7-8e7d-4b4a1db1e46e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:17Z", "admin_state_up": true, "updated_at": "2018-08-13T10:42:18Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "name": "tempest-router--1638309597"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:20.755 63 INFO tempest.lib.common.rest_client [req-7d92749e-a7bb-4c6d-b803-e50749b935d7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/add_router_interface 2.066s 2018-08-13 10:42:20.756 63 DEBUG tempest.lib.common.rest_client [req-7d92749e-a7bb-4c6d-b803-e50749b935d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d92749e-a7bb-4c6d-b803-e50749b935d7'} Body: {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5", "subnet_ids": ["04f2eaea-4b98-4b09-b18b-9e2cf61852a5"], "port_id": "25fd9f44-7e32-42a9-b1ae-ab5fe92278c3", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:22.502 63 INFO tempest.lib.common.rest_client [req-5fdcb661-ec4d-42e4-9596-acb241f6336d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.745s 2018-08-13 10:42:22.503 63 DEBUG tempest.lib.common.rest_client [req-5fdcb661-ec4d-42e4-9596-acb241f6336d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "0e2ef557-65b9-4a58-8352-af854ae898d4"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fdcb661-ec4d-42e4-9596-acb241f6336d'} Body: {"floatingip": {"router_id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:42:21Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "0e2ef557-65b9-4a58-8352-af854ae898d4", "id": "e9648c31-9549-49e9-89e7-de5cfe6de4d7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:21Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:42:22.505 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:42:30.520 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:42:30.622 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:42:30.646 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:42:30.761 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:42:30.761 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:42:30.764 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:42:30.829 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:42:30.861 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:42:35.868 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:42:35.869 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:43:45.922 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:43:45.922 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:43:45.926 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:43:45.987 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:43:45.990 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:43:50.997 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:43:50.998 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:45:01.005 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:45:01.006 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:45:01.007 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01.011 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01.110 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:45:01.138 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01.144 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:45:01.144 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:c1:68:5d [ether] on eth0 2018-08-13 10:45:01.144 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:45:01.145 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01.147 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01.214 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:45:01.244 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01.254 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:45:01.255 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:45:01.255 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01.257 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01.318 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:45:01.321 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01.327 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:45:01.328 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01.330 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01.390 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:45:01.396 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01.402 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:45:01.402 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:c1:68:5d [ether] on eth0 2018-08-13 10:45:01.403 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:45:01.403 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01.405 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01.468 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:45:01.470 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:06.477 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:45:06.477 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:46:16.532 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:46:16.535 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:46:16.539 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:46:16.606 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:46:16.636 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:46:21.643 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:46:21.643 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:47:31.703 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:47:33.184 63 INFO tempest.lib.common.rest_client [req-4acc2f86-7163-47fd-aeb7-f28f04facb22 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/e9648c31-9549-49e9-89e7-de5cfe6de4d7 1.478s 2018-08-13 10:47:33.185 63 DEBUG tempest.lib.common.rest_client [req-4acc2f86-7163-47fd-aeb7-f28f04facb22 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/e9648c31-9549-49e9-89e7-de5cfe6de4d7', u'date': 'Mon, 13 Aug 2018 10:47:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4acc2f86-7163-47fd-aeb7-f28f04facb22'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:35.134 63 INFO tempest.lib.common.rest_client [req-6bfca21d-3677-4b5a-916d-0a8a31c11a2b ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/remove_router_interface 1.948s 2018-08-13 10:47:35.135 63 DEBUG tempest.lib.common.rest_client [req-6bfca21d-3677-4b5a-916d-0a8a31c11a2b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:47:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6bfca21d-3677-4b5a-916d-0a8a31c11a2b'} Body: {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5", "subnet_ids": ["04f2eaea-4b98-4b09-b18b-9e2cf61852a5"], "port_id": "25fd9f44-7e32-42a9-b1ae-ab5fe92278c3", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:36.585 63 INFO tempest.lib.common.rest_client [req-fab0e270-f856-418e-8c1d-ffa143a77b76 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3 1.448s 2018-08-13 10:47:36.586 63 DEBUG tempest.lib.common.rest_client [req-fab0e270-f856-418e-8c1d-ffa143a77b76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fab0e270-f856-418e-8c1d-ffa143a77b76'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:36.960 63 INFO tempest.lib.common.rest_client [req-fce3db36-7907-4d29-82c5-edb06c9cfc0a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.373s 2018-08-13 10:47:36.960 63 DEBUG tempest.lib.common.rest_client [req-fce3db36-7907-4d29-82c5-edb06c9cfc0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-fce3db36-7907-4d29-82c5-edb06c9cfc0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fce3db36-7907-4d29-82c5-edb06c9cfc0a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:37.297 63 INFO tempest.lib.common.rest_client [req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.335s 2018-08-13 10:47:37.297 63 DEBUG tempest.lib.common.rest_client [req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:47:36Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:38.659 63 INFO tempest.lib.common.rest_client [req-1f01c98d-04d1-4445-b30e-c84fa93a5cce ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.343s 2018-08-13 10:47:38.660 63 DEBUG tempest.lib.common.rest_client [req-1f01c98d-04d1-4445-b30e-c84fa93a5cce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-1f01c98d-04d1-4445-b30e-c84fa93a5cce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f01c98d-04d1-4445-b30e-c84fa93a5cce'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:47:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T10:47:38.000000", "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:38.674 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:47:39.720 63 INFO tempest.lib.common.rest_client [req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.043s 2018-08-13 10:47:39.721 63 DEBUG tempest.lib.common.rest_client [req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:39 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820'} Body: {"itemNotFound": {"message": "Instance 82010ab0-a5a7-43f2-b4ce-c8e36e093da0 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:40.475 63 INFO tempest.lib.common.rest_client [req-17877b07-057b-4aad-bcd6-73db6c4d5c36 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0a4247a3-956b-4f0f-96fd-6a873f582ec9 0.753s 2018-08-13 10:47:40.476 63 DEBUG tempest.lib.common.rest_client [req-17877b07-057b-4aad-bcd6-73db6c4d5c36 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0a4247a3-956b-4f0f-96fd-6a873f582ec9', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-17877b07-057b-4aad-bcd6-73db6c4d5c36'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:40.629 63 INFO tempest.lib.common.rest_client [req-6a2bd7d4-dba2-4d42-b84c-95278505463b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.152s 2018-08-13 10:47:40.630 63 DEBUG tempest.lib.common.rest_client [req-6a2bd7d4-dba2-4d42-b84c-95278505463b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-6a2bd7d4-dba2-4d42-b84c-95278505463b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a2bd7d4-dba2-4d42-b84c-95278505463b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:41.261 63 INFO tempest.lib.common.rest_client [req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.630s 2018-08-13 10:47:41.261 63 DEBUG tempest.lib.common.rest_client [req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:47:40Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:42.318 63 INFO tempest.lib.common.rest_client [req-3d1022b3-9ddb-477d-80d9-21b177deac7b ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.041s 2018-08-13 10:47:42.319 63 DEBUG tempest.lib.common.rest_client [req-3d1022b3-9ddb-477d-80d9-21b177deac7b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-3d1022b3-9ddb-477d-80d9-21b177deac7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3d1022b3-9ddb-477d-80d9-21b177deac7b'} Body: {"itemNotFound": {"message": "Instance ce1e1be3-82d4-4a6e-ad18-2788e953af2e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:43.151 63 INFO tempest.lib.common.rest_client [req-41762046-2bce-42f2-8a06-c6909c5e07cd ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0e2ef557-65b9-4a58-8352-af854ae898d4 0.831s 2018-08-13 10:47:43.151 63 DEBUG tempest.lib.common.rest_client [req-41762046-2bce-42f2-8a06-c6909c5e07cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0e2ef557-65b9-4a58-8352-af854ae898d4', u'date': 'Mon, 13 Aug 2018 10:47:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41762046-2bce-42f2-8a06-c6909c5e07cd'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:43.176 63 INFO tempest.lib.common.rest_client [req-9c885c06-702c-4b49-b168-c25bfa9846b0 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-413344713 0.024s 2018-08-13 10:47:43.177 63 DEBUG tempest.lib.common.rest_client [req-9c885c06-702c-4b49-b168-c25bfa9846b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-413344713', u'x-compute-request-id': 'req-9c885c06-702c-4b49-b168-c25bfa9846b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c885c06-702c-4b49-b168-c25bfa9846b0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:44.113 63 INFO tempest.lib.common.rest_client [req-280eab4c-72a0-4d13-a232-84da6a0c0bc7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/ea58ad2a-9b3e-42c0-8836-69d35634c2ca 0.935s 2018-08-13 10:47:44.114 63 DEBUG tempest.lib.common.rest_client [req-280eab4c-72a0-4d13-a232-84da6a0c0bc7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/ea58ad2a-9b3e-42c0-8836-69d35634c2ca', u'date': 'Mon, 13 Aug 2018 10:47:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-280eab4c-72a0-4d13-a232-84da6a0c0bc7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:45.743 63 INFO tempest.lib.common.rest_client [req-fafedc0a-0c84-4065-977c-ecf462db2772 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/ed9d9c86-3381-40e0-88f3-1122aeacec85 1.628s 2018-08-13 10:47:45.744 63 DEBUG tempest.lib.common.rest_client [req-fafedc0a-0c84-4065-977c-ecf462db2772 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/ed9d9c86-3381-40e0-88f3-1122aeacec85', u'date': 'Mon, 13 Aug 2018 10:47:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fafedc0a-0c84-4065-977c-ecf462db2772'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:46.783 63 INFO tempest.lib.common.rest_client [req-1ba1f186-bc9b-4472-84f4-f7080030b6ee ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/04f2eaea-4b98-4b09-b18b-9e2cf61852a5 1.038s 2018-08-13 10:47:46.783 63 DEBUG tempest.lib.common.rest_client [req-1ba1f186-bc9b-4472-84f4-f7080030b6ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/04f2eaea-4b98-4b09-b18b-9e2cf61852a5', u'date': 'Mon, 13 Aug 2018 10:47:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1ba1f186-bc9b-4472-84f4-f7080030b6ee'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:48.631 63 INFO tempest.lib.common.rest_client [req-190a335c-435b-4c7b-afb5-942c726615f8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/4b22ed06-6f95-478c-9d52-2a6d989da6bf 1.847s 2018-08-13 10:47:48.632 63 DEBUG tempest.lib.common.rest_client [req-190a335c-435b-4c7b-afb5-942c726615f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/4b22ed06-6f95-478c-9d52-2a6d989da6bf', u'date': 'Mon, 13 Aug 2018 10:47:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-190a335c-435b-4c7b-afb5-942c726615f8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:48.866 63 INFO tempest.lib.common.rest_client [req-31f22e6b-1e52-41c9-937d-4ed7be8c44a2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/40c56393-5b8c-4514-b3a6-a42d0709c747 0.233s 2018-08-13 10:47:48.867 63 DEBUG tempest.lib.common.rest_client [req-31f22e6b-1e52-41c9-937d-4ed7be8c44a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/40c56393-5b8c-4514-b3a6-a42d0709c747', u'date': 'Mon, 13 Aug 2018 10:47:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31f22e6b-1e52-41c9-937d-4ed7be8c44a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target [352.452254s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 267, in test_bgpvpn_update_route_targets_common_target self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:41:56,765 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.347s 2018-08-13 10:41:56,765 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1679278697 description", "name": "tempest-secgroup-smoke-1679278697"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a10dfffd-c04b-42e2-ab7b-49591ddf91ef'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1679278697 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:56Z", "updated_at": "2018-08-13T10:41:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:41:56Z", "revision_number": 0, "id": "06832995-5b28-4945-868f-df6bac622109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:41:56Z", "revision_number": 0, "id": "6848c10c-4756-4f4e-a1fc-644b35daa017", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "name": "tempest-secgroup-smoke-1679278697"}} 2018-08-13 10:41:56,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.216s 2018-08-13 10:41:56,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6467d201-9252-4418-8d66-7550d1e4edf0'} 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-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "15e1dddd-0ce7-4c6e-930b-6478286820d0"}} 2018-08-13 10:41:57,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.304s 2018-08-13 10:41:57,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1a6a286-d2a5-47dd-badf-328d78c25a46'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c8d680ce-8d3b-476c-ab06-9cfd92c55d7d"}} 2018-08-13 10:41:57,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.411s 2018-08-13 10:41:57,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90682a04-16ce-47b3-a3c8-340d61f0efba'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "363760d9-3310-4e87-8e9d-ac52aabd6e54"}} 2018-08-13 10:41:57,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.146s 2018-08-13 10:41:57,850 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3dd49e2f-50c1-45d0-9f9e-a71055e673e0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bb233f8e-b195-4113-9096-2db3d6d8f58d"}} 2018-08-13 10:41:58,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:41:58,000 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce8985b2-3370-42d7-aff3-0ce5b805e08a'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1ac3bfcf-3f3f-46aa-95a0-42affddb5939"}} 2018-08-13 10:41:58,144 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 10:41:58,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30f8d131-6a86-4bca-a704-41e1809ff870'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9944e80d-f90b-44cc-9208-2a12d36398df"}} 2018-08-13 10:41:58,286 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.141s 2018-08-13 10:41:58,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f811b25d-8abd-44d1-9c89-7f9c14632479'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d00852b7-647e-42f8-9d90-f1fc246214ae"}} 2018-08-13 10:41:58,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.216s 2018-08-13 10:41:58,505 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9872346e-12fc-499c-aa99-80626925a9d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e08f5ecc-af14-45e1-8798-a33d0628b3c8"}} 2018-08-13 10:41:58,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/networks 0.248s 2018-08-13 10:41:58,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-433517670"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f850f94-c791-44a6-91ff-d2f058ca1768'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:41:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","name":"tempest-A-433517670"}} 2018-08-13 10:41:59,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.510s 2018-08-13 10:41:59,266 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "name": "tempest-subnet-A-1-1160943784"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:41:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52f72bac-f483-407d-929d-af6a069ec4e9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:41:58Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"04f2eaea-4b98-4b09-b18b-9e2cf61852a5","subnetpool_id":null,"name":"tempest-subnet-A-1-1160943784"}} 2018-08-13 10:41:59,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/networks 0.217s 2018-08-13 10:41:59,485 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1107085674"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:41:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9247e0af-c0ad-4016-adcf-2752119581cd'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:41:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","name":"tempest-B-1107085674"}} 2018-08-13 10:42:00,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.624s 2018-08-13 10:42:00,110 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "name": "tempest-subnet-B-1-2077284618"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:42:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46268a31-a23c-4a45-9ead-5ee6a0b2ade4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:41:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ea58ad2a-9b3e-42c0-8836-69d35634c2ca","subnetpool_id":null,"name":"tempest-subnet-B-1-2077284618"}} 2018-08-13 10:42:00,248 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.137s 2018-08-13 10:42:00,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-413344713"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-a7a32751-735e-4fc6-b671-ae8804ffe00d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7a32751-735e-4fc6-b671-ae8804ffe00d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFAwbRSixfVlKAr2H/c2WAnG/Iecnwx8jtaiPIshmgEtmtxO0ryW67t3CJMPM+TxOa5w+QlItE9EDAkXmcBDe/1f3BlE8UA47N6nlrQx+AukFoBoueuQrmWM206/Azm4voMwEOVsAqZud5QzLyHQ+w2wuubCkbFrjgvgNEyNLyhEOJnM3Swufz2thUGK8lEjNeXlDnkSWYbFMxT9RWZSsN+WFLlgdWoraTDSJcwThJNshc60I9yFPMK19L9QcMmhH5AF4UDzsCB6FSBkuGCU1mlzh7LnnfJ36uMloSz3JJAdgYyl4ObPbHXj6aWkV8buf3/cjNcQ+UExMpyv2wfE+1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxQMG0UosX1ZSgK9h/3NlgJxvyHnJ8MfI7WojyLIZoBLZrcTt\nK8luu7dwiTDzPk8TmucPkJSLRPRAwJF5nAQ3v9X9wZRPFAOOzep5a0MfgLpBaAaL\nnrkK5ljNtOvwM5uL6DMBDlbAKmbneUMy8h0PsNsLrmwpGxa44L4DRMjS8oRDiZzN\n0sLn89rYVBivJRIzXl5Q55ElmGxTMU/UVmUrDflhS5YHVqK2kw0iXME4STbIXOtC\nPchTzCtfS/UHDJoR+QBeFA87AgehUgZLhglNZpc4ey553yd+rjJaEs9ySQHYGMpe\nDmz2x14+mlpFfG7n9/3IzXEPlBMTKcr9sHxPtQIDAQABAoIBAHKCS9gh0KCpP9Lk\nHYWowPp78s0HXMTCmprD8oCYZCSSUEucBm5I6j/ZY2OaPAefVrnWS0mxzTEK9wf2\nhkSUfwLVkmSNm1j6qGovOtuJbCoaGCIqi8R5sUgpnYbnC/ozEqKn4pk++vqqTShC\nUr4+/fvBlYyP+WRxVIvsZWH5iALEr/bUWB0pH0JOUYhP/GFog1rBdqrokI7GSKwU\n4RcIYG1RO8049utxEpTuo1AOYafYOABLAn7dyTetms0IgTXR1PzQB0DIYh/ZaW1G\ndymT4DaifC2pI0e996U8CSsU2dz/lY2Rc9nnd33ljZfcvZbeHq1RveIh08aHSuIO\n8dykOAECgYEA8OxaXLT4B/5dbxhODDSVnIGL4fb1ZgBc8Rh57NvB2SVyQJNq8R0g\n98RcnrhSBqLnaLUMp/zoh9JQT4HtpYvN4qhsmVT2+Q5kIQ0xMTnj83bhyto7eje3\n0+nmjM2p3HUVmbmJn5/kCfH4WBy7YHTpZdSltIi3yueBbxnqWDDuPTUCgYEA0Vcz\nxW+dJS9GtOqYysUDE4VJrHGs5yRrl9h+7qFdkGXzDXtowPpqBYVtVXDBVa8PowTx\nUh2aTjX48ChqzalsVKLwDhNtSyu33obo6Xqa3l5Wiq/+lB52aystP1ZrJngOa7b5\n+uvWeJzAA2Ewv4f+cP2t3avfe2dvFm/jhf64mIECgYEA10Zad/w8pOflFR/inYVf\nKjmXhJHnNP2eDtCQIdU7oYyUSp9vL4OXsc0D9c89fDCUFjuw02ppXPPQTzsJ3qLN\nlXppj5kcFe+GCQKAsjvINARGPbxC6TJgUDrwh2A+J393jaT8FGYKndhY0GLcC5Rr\n+VHJv0dq8yNpxJyjiaovNwECgYEAoGvA4rYLqKk3+AAnIowjNVxY/usF4wOH6A8i\nBmBmQPe/cD94IRpFEQIUrPsBTVYgF378Jz9ENlcp83AlmIES4TET4NWGVaqk9sRP\nzEwGTg3hJ9qCrqNBgBLQU883wX0TH/xSSLVd34PPqUdbggsHMzNTf6HsWrcC7CDG\nLLLsZwECgYEA2gLYgCh/aOKk7t+LQaaTSAxAfdYVmAXWUkdkxOD9DsytVPqB7spW\nOhfVkvS1WV/X4CdxmGvo4WGb9id1PVoJcdguqavCCKKwGlpfqQmMb0EHYKpfzT4+\nVZtk9cUC9sVUufFWgAm0yYlnzAYUgOMWVeCQKN/r8n7+Du29v8XYxOg=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-413344713", "fingerprint": "6b:7c:d7:6e:f0:63:4a:eb:fd:43:0c:05:57:42:13:c1"}} 2018-08-13 10:42:01,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/ports 0.929s 2018-08-13 10:42:01,181 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-450259833", "security_groups": ["40c56393-5b8c-4514-b3a6-a42d0709c747"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:42:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c03402d-3812-4fda-b3f3-fac99491f05e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:42:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:42:00Z","name":"tempest-port-smoke-450259833","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b6:74:0f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"04f2eaea-4b98-4b09-b18b-9e2cf61852a5","ip_address":"10.101.11.10"}],"id":"0e2ef557-65b9-4a58-8352-af854ae898d4","security_groups":["40c56393-5b8c-4514-b3a6-a42d0709c747"],"device_id":""}} 2018-08-13 10:42:02,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.22:8774/v2.1/servers 1.802s 2018-08-13 10:42:02,986 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-413344713", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "port": "0e2ef557-65b9-4a58-8352-af854ae898d4"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "adminPass": "RTBGgwJ9Nx3M"}} 2018-08-13 10:42:03,069 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.078s 2018-08-13 10:42:03,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-2a1890e8-68f9-475c-92fd-ed89cd00ad13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a1890e8-68f9-475c-92fd-ed89cd00ad13'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:04,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.086s 2018-08-13 10:42:04,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1257', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-c48147a3-6f1a-493a-b334-0ae90e0a280a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c48147a3-6f1a-493a-b334-0ae90e0a280a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:04,182 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:42:05,665 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.481s 2018-08-13 10:42:05,665 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-298ad2ae-5425-4fc4-b799-3ae921498ff0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-298ad2ae-5425-4fc4-b799-3ae921498ff0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:05,678 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:42:06,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.176s 2018-08-13 10:42:06,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:08,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.395s 2018-08-13 10:42:08,267 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-dfd59393-2822-4e65-9cff-0c2e02e0ac93', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfd59393-2822-4e65-9cff-0c2e02e0ac93'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:08,279 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:42:08,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.141s 2018-08-13 10:42:08,421 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-d4409a7f-c8df-4815-9c95-7b43c831137e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4409a7f-c8df-4815-9c95-7b43c831137e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:08,435 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ce1e1be3-82d4-4a6e-ad18-2788e953af2e with status: ACTIVE 2018-08-13 10:42:09,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/ports 0.759s 2018-08-13 10:42:09,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1849919051", "security_groups": ["40c56393-5b8c-4514-b3a6-a42d0709c747"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:42:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe2baa5-1378-4a58-86c5-92a0345a8b95'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:42:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:42:08Z","name":"tempest-port-smoke-1849919051","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b3:30:a2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"ea58ad2a-9b3e-42c0-8836-69d35634c2ca","ip_address":"10.102.21.20"}],"id":"0a4247a3-956b-4f0f-96fd-6a873f582ec9","security_groups":["40c56393-5b8c-4514-b3a6-a42d0709c747"],"device_id":""}} 2018-08-13 10:42:10,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.22:8774/v2.1/servers 1.080s 2018-08-13 10:42:10,277 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-413344713", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "port": "0a4247a3-956b-4f0f-96fd-6a873f582ec9"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "adminPass": "b8rbNQ47x6Ho"}} 2018-08-13 10:42:10,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.318s 2018-08-13 10:42:10,600 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-86093d83-a06d-4710-a0ed-6c7586a8fa6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86093d83-a06d-4710-a0ed-6c7586a8fa6b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:11,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.089s 2018-08-13 10:42:11,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-fc375fdd-ea91-4376-b82b-8fa332901bff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc375fdd-ea91-4376-b82b-8fa332901bff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:11,716 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:42:13,159 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.441s 2018-08-13 10:42:13,159 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-23028641-c599-4523-a80a-b35960ac7035', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23028641-c599-4523-a80a-b35960ac7035'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:13,172 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:42:14,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.144s 2018-08-13 10:42:14,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-838604ab-24d0-460e-9341-6d742c2c3b6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-838604ab-24d0-460e-9341-6d742c2c3b6e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:15,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.428s 2018-08-13 10:42:15,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-8fd7e028-332f-4e84-ba95-2abd7db8de33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fd7e028-332f-4e84-ba95-2abd7db8de33'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:15,776 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:42:15,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.151s 2018-08-13 10:42:15,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-cfc5f044-531a-42a7-b7fe-9673aac6911d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cfc5f044-531a-42a7-b7fe-9673aac6911d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:15,942 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 82010ab0-a5a7-43f2-b4ce-c8e36e093da0 with status: ACTIVE 2018-08-13 10:42:16,346 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.403s 2018-08-13 10:42:16,346 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d205952b-4f06-4a78-b204-a3de774cc5c8'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "fb949f30-f548-4172-831d-60cef046fe60"}} 2018-08-13 10:42:16,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations 0.383s 2018-08-13 10:42:16,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations', u'date': 'Mon, 13 Aug 2018 10:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0a1647c-af95-4002-b652-00821db94268'} Body: {"network_association": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "id": "916a8fbe-8f92-40bc-8b44-880a7c5e0bef"}} 2018-08-13 10:42:17,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations 0.386s 2018-08-13 10:42:17,119 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations', u'date': 'Mon, 13 Aug 2018 10:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0086679f-fe73-4cca-b951-d402f95d528c'} Body: {"network_association": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "id": "a29d5747-a92e-4d2a-ae0c-28249cdab003"}} 2018-08-13 10:42:17,119 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:42:17,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/routers 0.119s 2018-08-13 10:42:17,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1638309597", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-223420ce-aa9e-4c70-990b-100fe47fefc9'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:17Z", "admin_state_up": true, "updated_at": "2018-08-13T10:42:17Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "name": "tempest-router--1638309597"}} 2018-08-13 10:42:18,687 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3 1.446s 2018-08-13 10:42:18,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3', u'date': 'Mon, 13 Aug 2018 10:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23873e9e-aedc-45a7-8e7d-4b4a1db1e46e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:17Z", "admin_state_up": true, "updated_at": "2018-08-13T10:42:18Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "name": "tempest-router--1638309597"}} 2018-08-13 10:42:20,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/add_router_interface 2.066s 2018-08-13 10:42:20,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d92749e-a7bb-4c6d-b803-e50749b935d7'} Body: {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5", "subnet_ids": ["04f2eaea-4b98-4b09-b18b-9e2cf61852a5"], "port_id": "25fd9f44-7e32-42a9-b1ae-ab5fe92278c3", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3"} 2018-08-13 10:42:22,502 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.745s 2018-08-13 10:42:22,503 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "0e2ef557-65b9-4a58-8352-af854ae898d4"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fdcb661-ec4d-42e4-9596-acb241f6336d'} Body: {"floatingip": {"router_id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:42:21Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "0e2ef557-65b9-4a58-8352-af854ae898d4", "id": "e9648c31-9549-49e9-89e7-de5cfe6de4d7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:21Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:42:22,505 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:42:30,520 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:42:30,622 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:42:30,646 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:42:30,761 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:42:30,761 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:42:30,764 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:42:30,829 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:42:30,861 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:42:35,868 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:42:35,869 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:43:45,922 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:43:45,922 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:43:45,926 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:43:45,987 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:43:45,990 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:43:50,997 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:43:50,998 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:45:01,005 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:45:01,006 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:45:01,007 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,011 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,110 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,138 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,144 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:45:01,144 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c1:68:5d [ether] on eth0 2018-08-13 10:45:01,144 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:45:01,145 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,147 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,214 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,244 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,254 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:45:01,255 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:45:01,255 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,257 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,318 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,321 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,327 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:45:01,328 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,330 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,390 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,396 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,402 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:45:01,402 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c1:68:5d [ether] on eth0 2018-08-13 10:45:01,403 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:45:01,403 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,405 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,468 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,470 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:06,477 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:45:06,477 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:46:16,532 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:46:16,535 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:46:16,539 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:46:16,606 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:46:16,636 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:46:21,643 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:46:21,643 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:47:31,703 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:47:31,704 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:47:33,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/e9648c31-9549-49e9-89e7-de5cfe6de4d7 1.478s 2018-08-13 10:47:33,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/e9648c31-9549-49e9-89e7-de5cfe6de4d7', u'date': 'Mon, 13 Aug 2018 10:47:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4acc2f86-7163-47fd-aeb7-f28f04facb22'} Body: 2018-08-13 10:47:35,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/remove_router_interface 1.948s 2018-08-13 10:47:35,135 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:47:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6bfca21d-3677-4b5a-916d-0a8a31c11a2b'} Body: {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5", "subnet_ids": ["04f2eaea-4b98-4b09-b18b-9e2cf61852a5"], "port_id": "25fd9f44-7e32-42a9-b1ae-ab5fe92278c3", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3"} 2018-08-13 10:47:36,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3 1.448s 2018-08-13 10:47:36,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fab0e270-f856-418e-8c1d-ffa143a77b76'} Body: 2018-08-13 10:47:36,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.373s 2018-08-13 10:47:36,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-fce3db36-7907-4d29-82c5-edb06c9cfc0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fce3db36-7907-4d29-82c5-edb06c9cfc0a'} Body: 2018-08-13 10:47:37,297 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.335s 2018-08-13 10:47:37,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:47:36Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:38,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.343s 2018-08-13 10:47:38,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-1f01c98d-04d1-4445-b30e-c84fa93a5cce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f01c98d-04d1-4445-b30e-c84fa93a5cce'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:47:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T10:47:38.000000", "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:38,674 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:47:39,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.043s 2018-08-13 10:47:39,721 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:39 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820'} Body: {"itemNotFound": {"message": "Instance 82010ab0-a5a7-43f2-b4ce-c8e36e093da0 could not be found.", "code": 404}} 2018-08-13 10:47:40,475 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0a4247a3-956b-4f0f-96fd-6a873f582ec9 0.753s 2018-08-13 10:47:40,476 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0a4247a3-956b-4f0f-96fd-6a873f582ec9', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-17877b07-057b-4aad-bcd6-73db6c4d5c36'} Body: 2018-08-13 10:47:40,629 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.152s 2018-08-13 10:47:40,630 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-6a2bd7d4-dba2-4d42-b84c-95278505463b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a2bd7d4-dba2-4d42-b84c-95278505463b'} Body: 2018-08-13 10:47:41,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.630s 2018-08-13 10:47:41,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:47:40Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:42,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.041s 2018-08-13 10:47:42,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-3d1022b3-9ddb-477d-80d9-21b177deac7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3d1022b3-9ddb-477d-80d9-21b177deac7b'} Body: {"itemNotFound": {"message": "Instance ce1e1be3-82d4-4a6e-ad18-2788e953af2e could not be found.", "code": 404}} 2018-08-13 10:47:43,151 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0e2ef557-65b9-4a58-8352-af854ae898d4 0.831s 2018-08-13 10:47:43,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0e2ef557-65b9-4a58-8352-af854ae898d4', u'date': 'Mon, 13 Aug 2018 10:47:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41762046-2bce-42f2-8a06-c6909c5e07cd'} Body: 2018-08-13 10:47:43,176 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-413344713 0.024s 2018-08-13 10:47:43,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-413344713', u'x-compute-request-id': 'req-9c885c06-702c-4b49-b168-c25bfa9846b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c885c06-702c-4b49-b168-c25bfa9846b0'} Body: 2018-08-13 10:47:44,113 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/ea58ad2a-9b3e-42c0-8836-69d35634c2ca 0.935s 2018-08-13 10:47:44,114 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/ea58ad2a-9b3e-42c0-8836-69d35634c2ca', u'date': 'Mon, 13 Aug 2018 10:47:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-280eab4c-72a0-4d13-a232-84da6a0c0bc7'} Body: 2018-08-13 10:47:45,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/ed9d9c86-3381-40e0-88f3-1122aeacec85 1.628s 2018-08-13 10:47:45,744 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/ed9d9c86-3381-40e0-88f3-1122aeacec85', u'date': 'Mon, 13 Aug 2018 10:47:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fafedc0a-0c84-4065-977c-ecf462db2772'} Body: 2018-08-13 10:47:46,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/04f2eaea-4b98-4b09-b18b-9e2cf61852a5 1.038s 2018-08-13 10:47:46,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/04f2eaea-4b98-4b09-b18b-9e2cf61852a5', u'date': 'Mon, 13 Aug 2018 10:47:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1ba1f186-bc9b-4472-84f4-f7080030b6ee'} Body: 2018-08-13 10:47:48,631 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/4b22ed06-6f95-478c-9d52-2a6d989da6bf 1.847s 2018-08-13 10:47:48,632 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/4b22ed06-6f95-478c-9d52-2a6d989da6bf', u'date': 'Mon, 13 Aug 2018 10:47:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-190a335c-435b-4c7b-afb5-942c726615f8'} Body: 2018-08-13 10:47:48,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/40c56393-5b8c-4514-b3a6-a42d0709c747 0.233s 2018-08-13 10:47:48,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/40c56393-5b8c-4514-b3a6-a42d0709c747', u'date': 'Mon, 13 Aug 2018 10:47:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31f22e6b-1e52-41c9-937d-4ed7be8c44a2'} Body: 2018-08-13 10:47:49.341 63 INFO tempest.lib.common.rest_client [req-6fb43436-4e63-4af5-b2a8-4dceb37b8b6a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.448s 2018-08-13 10:47:49.342 63 DEBUG tempest.lib.common.rest_client [req-6fb43436-4e63-4af5-b2a8-4dceb37b8b6a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-149779763 description", "name": "tempest-secgroup-smoke-149779763"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fb43436-4e63-4af5-b2a8-4dceb37b8b6a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-149779763 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "updated_at": "2018-08-13T10:47:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:47:49Z", "revision_number": 0, "id": "33362fd5-2f24-41cf-b856-0afe171451de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:47:49Z", "revision_number": 0, "id": "3e1d6252-3e9c-4b15-bfc5-1493dfc7f4f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "name": "tempest-secgroup-smoke-149779763"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:49.520 63 INFO tempest.lib.common.rest_client [req-dd6f1245-65ca-41a8-8650-412ca7194766 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.177s 2018-08-13 10:47:49.521 63 DEBUG tempest.lib.common.rest_client [req-dd6f1245-65ca-41a8-8650-412ca7194766 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd6f1245-65ca-41a8-8650-412ca7194766'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a04daa54-cca9-4e6a-95c5-33e55d42511c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:49.708 63 INFO tempest.lib.common.rest_client [req-4b8db9cd-32c6-4948-b2c8-8802080e0020 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.186s 2018-08-13 10:47:49.709 63 DEBUG tempest.lib.common.rest_client [req-4b8db9cd-32c6-4948-b2c8-8802080e0020 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b8db9cd-32c6-4948-b2c8-8802080e0020'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2de3a897-47f6-44b6-a3da-2cbdf39da762"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:49.856 63 INFO tempest.lib.common.rest_client [req-bf52acb4-4f67-4cb1-82e3-0f4bfa81c8c9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.147s 2018-08-13 10:47:49.857 63 DEBUG tempest.lib.common.rest_client [req-bf52acb4-4f67-4cb1-82e3-0f4bfa81c8c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf52acb4-4f67-4cb1-82e3-0f4bfa81c8c9'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c85e19a7-d806-469c-bb51-40f93eecf2ac"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:50.022 63 INFO tempest.lib.common.rest_client [req-d2dcb95a-8a4b-4c3e-aeaf-6a3a4c2f7b97 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.164s 2018-08-13 10:47:50.023 63 DEBUG tempest.lib.common.rest_client [req-d2dcb95a-8a4b-4c3e-aeaf-6a3a4c2f7b97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2dcb95a-8a4b-4c3e-aeaf-6a3a4c2f7b97'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7c80ac14-8943-46b1-ba5a-dce3ff4ae4aa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:50.160 63 INFO tempest.lib.common.rest_client [req-8e1044ee-c012-4d7c-8e25-df0173414d7e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:47:50.161 63 DEBUG tempest.lib.common.rest_client [req-8e1044ee-c012-4d7c-8e25-df0173414d7e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e1044ee-c012-4d7c-8e25-df0173414d7e'} 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-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3d6cd04e-0978-40c1-8466-9bf3f1ef8271"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:50.306 63 INFO tempest.lib.common.rest_client [req-d4048a2b-5f6f-410d-9d32-19c9a1bb648e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:47:50.306 63 DEBUG tempest.lib.common.rest_client [req-d4048a2b-5f6f-410d-9d32-19c9a1bb648e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4048a2b-5f6f-410d-9d32-19c9a1bb648e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "20e1d243-f2be-47ac-885d-7600742605eb"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:50.468 63 INFO tempest.lib.common.rest_client [req-508e94f9-c7b3-48a5-80e3-08428f2e8013 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.161s 2018-08-13 10:47:50.469 63 DEBUG tempest.lib.common.rest_client [req-508e94f9-c7b3-48a5-80e3-08428f2e8013 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-508e94f9-c7b3-48a5-80e3-08428f2e8013'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "942a7724-cb85-4d37-b601-4b1a266bbbd6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:50.622 63 INFO tempest.lib.common.rest_client [req-3cf01239-9697-4e04-a632-ba6bf0402ff4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.151s 2018-08-13 10:47:50.622 63 DEBUG tempest.lib.common.rest_client [req-3cf01239-9697-4e04-a632-ba6bf0402ff4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cf01239-9697-4e04-a632-ba6bf0402ff4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1269d297-56be-4792-958a-6b29eb532648"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:51.413 63 INFO tempest.lib.common.rest_client [req-ed9b1658-9302-4d99-942f-6a19305b9f8f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/networks 0.789s 2018-08-13 10:47:51.413 63 DEBUG tempest.lib.common.rest_client [req-ed9b1658-9302-4d99-942f-6a19305b9f8f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-549610724"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:47:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed9b1658-9302-4d99-942f-6a19305b9f8f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:47:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","name":"tempest-A-549610724"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:52.198 63 INFO tempest.lib.common.rest_client [req-8cb8e580-38d7-48c6-9fc0-85a861b2dd98 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.783s 2018-08-13 10:47:52.199 63 DEBUG tempest.lib.common.rest_client [req-8cb8e580-38d7-48c6-9fc0-85a861b2dd98 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "name": "tempest-subnet-A-1-843594030"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:47:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8cb8e580-38d7-48c6-9fc0-85a861b2dd98'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:51Z","dns_nameservers":[],"updated_at":"2018-08-13T10:47:51Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cc2a54bd-b40f-4e29-8017-e0bdb73b1549","subnetpool_id":null,"name":"tempest-subnet-A-1-843594030"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:52.406 63 INFO tempest.lib.common.rest_client [req-1b806079-41ec-4086-951c-a5e8cc364c8d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/networks 0.206s 2018-08-13 10:47:52.407 63 DEBUG tempest.lib.common.rest_client [req-1b806079-41ec-4086-951c-a5e8cc364c8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-658618161"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:47:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b806079-41ec-4086-951c-a5e8cc364c8d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:47:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d3770838-9d04-4db3-b420-5851c73a2bcf","name":"tempest-B-658618161"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:53.047 63 INFO tempest.lib.common.rest_client [req-f4fbf1a3-f927-480d-b54f-10b20d7ed73c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.640s 2018-08-13 10:47:53.048 63 DEBUG tempest.lib.common.rest_client [req-f4fbf1a3-f927-480d-b54f-10b20d7ed73c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "name": "tempest-subnet-B-1-1096774200"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4fbf1a3-f927-480d-b54f-10b20d7ed73c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3770838-9d04-4db3-b420-5851c73a2bcf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:52Z","dns_nameservers":[],"updated_at":"2018-08-13T10:47:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cd337d78-2a4c-47dc-add8-df84e5ff65e5","subnetpool_id":null,"name":"tempest-subnet-B-1-1096774200"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:53.188 63 INFO tempest.lib.common.rest_client [req-aed22076-2242-4cd6-b4e7-9133c2d7d04f ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.139s 2018-08-13 10:47:53.189 63 DEBUG tempest.lib.common.rest_client [req-aed22076-2242-4cd6-b4e7-9133c2d7d04f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1263723516"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-aed22076-2242-4cd6-b4e7-9133c2d7d04f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aed22076-2242-4cd6-b4e7-9133c2d7d04f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOrKBuAaGZnKspC/KoVCnm5QOpfDz4vvLCD3AQwdDI1v1p8dVi0QDzY9jPzOz7HAUbo72wapmGk0AMs2In56YtWN3b/hCuM8k7RQ0eqZ18ooCVAz95IbJ0U3zA5F6TtQnY56rWX2cygBIm2ezwlaiJbEOND5TwNvvseV2k7auHmjmkjYrQ73hSlXQEGhjPrn6lvLBJ1vpWHVh+RCxOXKrx71WwtWzZbPyOmwMauJo2W80RFRSu0IBCr8FEizYxgYIOVmj4vTYteFBDQ1IBhxSGuU4Brw5/vzNP9obf0cPLt2eanosfjOuB5Nn+XqEioFZ2Hj8R/kChhulnrrobWvyp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzqygbgGhmZyrKQvyqFQp5uUDqXw8+L7ywg9wEMHQyNb9afHV\nYtEA82PYz8zs+xwFG6O9sGqZhpNADLNiJ+emLVjd2/4QrjPJO0UNHqmdfKKAlQM/\neSGydFN8wORek7UJ2Oeq1l9nMoASJtns8JWoiWxDjQ+U8Db77HldpO2rh5o5pI2K\n0O94UpV0BBoYz65+pbywSdb6Vh1YfkQsTlyq8e9VsLVs2Wz8jpsDGriaNlvNERUU\nrtCAQq/BRIs2MYGCDlZo+L02LXhQQ0NSAYcUhrlOAa8Of78zT/aG39HDy7dnmp6L\nH4zrgeTZ/l6hIqBWdh4/Ef5AoYbpZ666G1r8qQIDAQABAoIBACFGui38JUDOcOCT\nA+cGZhi/Fu/bCRYj6IJGagzIqA0uUG8WeP0IGdcWZHpQzHdB87CXlJsrDr0USGPD\nHjK+oYr7m/0n0xe5TtU0MQCW3ryKjZlwhG/EdS81ogiMvI2bwJIj+uW5Rqxi4olO\n3U9/STuXKukzcQ+cSsOwZtt/SPb0G9U1LwsIj6NSzYE7Anesfuzdl54x4Hg7eQi0\n/MfcCrz7dIWutQpVGG5ZDOru8Edk+H4+2L1StRDmo66rTPNZsZ1A3MLzHs/Paki7\npg9uvD7/XY1Cq16GKZODMe41N0f/8kH5BxRAUPA8fJUj4KXtcjBTxfhlWLiVcaLj\nZ61ET4ECgYEA8vmOu5AyNKB5Q0vYY0BNii4AnBZNlyIPLV71V5DdaTSQ46Q8xODc\nhwwFfv08MJOedCznZsvVwv1h26h2IsW4weblzYGjmcIJRmxoPy6aemUnQQQ6BikD\ncfdmPD2GLiNQp+pAvZIJrocoL9BnVMoF1ubKiypzIsirfvs4ybtDPq0CgYEA2cDn\nByT+m1Qc8lH17QDxxwS51c7FASN2XLT/H1iNXLFhIE+L/6w8i/DKCMYNtJfwAasi\nDwXU1aNYp5E8+Ega7Dy6sw0huEwI5e4Aj72nB6agTYI0+AGvuC7p09GsTPFlh40o\nNaYtIcs/jmK/ERsf1TS88Fu4gXaxoh5QzmTZIW0CgYB82DG4uiyx0cq9A1maFc5B\ns8VobiVMBJoby/DwH2VEy1evQBJhbtChK1Ifn+qvYwpF01TLAu1BFYSUowigcUuv\nhf6KC5SOSp8NamJeJIoHXbY/t/ZAeA5nHqGPTmWFi2vD+59sSH9lB9lkSAbwECXT\n+B4WR6eFNeq4gkj5jpjMuQKBgD0K+rjiAg4BMmwr1cku7phgFsh9QnTjQBcVFj/v\nTxGhGB06r4BpBEAmrDxxaP4rabjOBKo5dES/mea/rFvdus5m59+x2rYTepsacUXa\nYKygZWfVDIxJzLzRSfN7X9XiBhhN1evUPeqvU43S2MUu2Wmncx/eVobUg09zOCvj\n0YqxAoGBAJabqS+KdD0jd4F8p9hw6C/PLXeyei9g3BEyII7tk09UbH57MZA5fXSb\n99wrddM6oXyAIE8SvokXROorOMaDeCPAaX+PCERNMluWusK4k1A1c2HGHZC0CTAR\nOBUkaidasmBIwwt6kXB3e/AcWTvv1XdEHMUgdYCJ44N7uAG2yhOm\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1263723516", "fingerprint": "2d:33:bf:61:2d:5d:9f:3e:8c:26:aa:1f:9b:15:bf:cf"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:53.885 63 INFO tempest.lib.common.rest_client [req-f3700ca2-c2ad-4718-8778-c482721e8f8d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/ports 0.692s 2018-08-13 10:47:53.886 63 DEBUG tempest.lib.common.rest_client [req-f3700ca2-c2ad-4718-8778-c482721e8f8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2045380843", "security_groups": ["0391b2fa-1fd4-40c4-a8e5-02b980699737"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3700ca2-c2ad-4718-8778-c482721e8f8d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:47:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:47:53Z","name":"tempest-port-smoke-2045380843","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9b:a5:2a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cc2a54bd-b40f-4e29-8017-e0bdb73b1549","ip_address":"10.101.11.10"}],"id":"7ff097a7-d5e7-40ff-b0b9-5e358e766dd6","security_groups":["0391b2fa-1fd4-40c4-a8e5-02b980699737"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:55.349 63 INFO tempest.lib.common.rest_client [req-6ce44865-8972-48f4-aba0-888f635bae03 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.22:8774/v2.1/servers 1.462s 2018-08-13 10:47:55.350 63 DEBUG tempest.lib.common.rest_client [req-6ce44865-8972-48f4-aba0-888f635bae03 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1263723516", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "port": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-6ce44865-8972-48f4-aba0-888f635bae03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ce44865-8972-48f4-aba0-888f635bae03'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "adminPass": "xukytcNhy5M7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:55.918 63 INFO tempest.lib.common.rest_client [req-d36b7e81-c741-4141-957f-1e2871c11b69 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.563s 2018-08-13 10:47:55.918 63 DEBUG tempest.lib.common.rest_client [req-d36b7e81-c741-4141-957f-1e2871c11b69 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-d36b7e81-c741-4141-957f-1e2871c11b69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d36b7e81-c741-4141-957f-1e2871c11b69'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:57.211 63 INFO tempest.lib.common.rest_client [req-7517ac22-fed1-4767-b56f-4f0d852564d8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.278s 2018-08-13 10:47:57.212 63 DEBUG tempest.lib.common.rest_client [req-7517ac22-fed1-4767-b56f-4f0d852564d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-7517ac22-fed1-4767-b56f-4f0d852564d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7517ac22-fed1-4767-b56f-4f0d852564d8'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:56Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:57.224 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:47:59.014 63 INFO tempest.lib.common.rest_client [req-453526d9-e572-4f33-9db6-9c874ecc2ee8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.787s 2018-08-13 10:47:59.014 63 DEBUG tempest.lib.common.rest_client [req-453526d9-e572-4f33-9db6-9c874ecc2ee8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-453526d9-e572-4f33-9db6-9c874ecc2ee8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-453526d9-e572-4f33-9db6-9c874ecc2ee8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:47:59.027 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:48:00.445 63 INFO tempest.lib.common.rest_client [req-1385e439-b043-4e5d-bf27-2885d372857c ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.415s 2018-08-13 10:48:00.445 63 DEBUG tempest.lib.common.rest_client [req-1385e439-b043-4e5d-bf27-2885d372857c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-1385e439-b043-4e5d-bf27-2885d372857c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1385e439-b043-4e5d-bf27-2885d372857c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:02.033 63 INFO tempest.lib.common.rest_client [req-16b924b6-8eff-4806-9a45-bf119b05ed72 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.572s 2018-08-13 10:48:02.034 63 DEBUG tempest.lib.common.rest_client [req-16b924b6-8eff-4806-9a45-bf119b05ed72 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-16b924b6-8eff-4806-9a45-bf119b05ed72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16b924b6-8eff-4806-9a45-bf119b05ed72'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:02.047 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:48:02.763 63 INFO tempest.lib.common.rest_client [req-26b4946e-9339-4f4a-80d6-45dd50f3efca ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.714s 2018-08-13 10:48:02.763 63 DEBUG tempest.lib.common.rest_client [req-26b4946e-9339-4f4a-80d6-45dd50f3efca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-26b4946e-9339-4f4a-80d6-45dd50f3efca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26b4946e-9339-4f4a-80d6-45dd50f3efca'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:02.776 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a7ab2bba-05b7-44b2-a1b4-45626d5bb348 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:48:03.518 63 INFO tempest.lib.common.rest_client [req-b0e6fad7-459f-4921-9fe4-0e96d7f9eb35 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/ports 0.741s 2018-08-13 10:48:03.519 63 DEBUG tempest.lib.common.rest_client [req-b0e6fad7-459f-4921-9fe4-0e96d7f9eb35 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1845547133", "security_groups": ["0391b2fa-1fd4-40c4-a8e5-02b980699737"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:48:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0e6fad7-459f-4921-9fe4-0e96d7f9eb35'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:48:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d3770838-9d04-4db3-b420-5851c73a2bcf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:48:03Z","name":"tempest-port-smoke-1845547133","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:96:2c:f3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cd337d78-2a4c-47dc-add8-df84e5ff65e5","ip_address":"10.102.21.20"}],"id":"0de8eb59-89e3-4da1-96f2-4f8d06517318","security_groups":["0391b2fa-1fd4-40c4-a8e5-02b980699737"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:04.753 63 INFO tempest.lib.common.rest_client [req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.22:8774/v2.1/servers 1.233s 2018-08-13 10:48:04.753 63 DEBUG tempest.lib.common.rest_client [req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1263723516", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d3770838-9d04-4db3-b420-5851c73a2bcf", "port": "0de8eb59-89e3-4da1-96f2-4f8d06517318"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "adminPass": "y3rS8oABQeTm"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:05.057 63 INFO tempest.lib.common.rest_client [req-e7fe26a1-4fc6-4670-b251-d98846efa298 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.299s 2018-08-13 10:48:05.058 63 DEBUG tempest.lib.common.rest_client [req-e7fe26a1-4fc6-4670-b251-d98846efa298 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-e7fe26a1-4fc6-4670-b251-d98846efa298', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7fe26a1-4fc6-4670-b251-d98846efa298'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:06.368 63 INFO tempest.lib.common.rest_client [req-b9d1a533-27f8-45a0-9669-c1c2973cc484 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.296s 2018-08-13 10:48:06.369 63 DEBUG tempest.lib.common.rest_client [req-b9d1a533-27f8-45a0-9669-c1c2973cc484 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-b9d1a533-27f8-45a0-9669-c1c2973cc484', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9d1a533-27f8-45a0-9669-c1c2973cc484'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:06.382 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:48:07.530 63 INFO tempest.lib.common.rest_client [req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.147s 2018-08-13 10:48:07.531 63 DEBUG tempest.lib.common.rest_client [req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:06Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:07.543 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:48:08.697 63 INFO tempest.lib.common.rest_client [req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.152s 2018-08-13 10:48:08.697 63 DEBUG tempest.lib.common.rest_client [req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:06Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:10.418 63 INFO tempest.lib.common.rest_client [req-f123e443-efe3-43f9-99e7-f5404c9f4e02 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.702s 2018-08-13 10:48:10.419 63 DEBUG tempest.lib.common.rest_client [req-f123e443-efe3-43f9-99e7-f5404c9f4e02 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-f123e443-efe3-43f9-99e7-f5404c9f4e02', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f123e443-efe3-43f9-99e7-f5404c9f4e02'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:10.434 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:48:10.601 63 INFO tempest.lib.common.rest_client [req-b569d84c-7b2a-4732-944c-8a26da60ee6d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.166s 2018-08-13 10:48:10.602 63 DEBUG tempest.lib.common.rest_client [req-b569d84c-7b2a-4732-944c-8a26da60ee6d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-b569d84c-7b2a-4732-944c-8a26da60ee6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b569d84c-7b2a-4732-944c-8a26da60ee6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:10.618 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e48ccac7-ee05-47fa-9a98-e6e47789e010 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:48:11.077 63 INFO tempest.lib.common.rest_client [req-18c3660d-d1c8-403b-b91a-57b4cf792797 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.458s 2018-08-13 10:48:11.077 63 DEBUG tempest.lib.common.rest_client [req-18c3660d-d1c8-403b-b91a-57b4cf792797 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:48:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18c3660d-d1c8-403b-b91a-57b4cf792797'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "11c43fac-0cf2-4d12-a69d-2b6f20fef540"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:11.909 63 INFO tempest.lib.common.rest_client [req-08020c9a-5175-4e84-b6c2-1b38c1673656 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations 0.831s 2018-08-13 10:48:11.910 63 DEBUG tempest.lib.common.rest_client [req-08020c9a-5175-4e84-b6c2-1b38c1673656 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations', u'date': 'Mon, 13 Aug 2018 10:48:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-08020c9a-5175-4e84-b6c2-1b38c1673656'} Body: {"network_association": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "id": "3ecc3cf2-2d61-4ec1-9dac-a2fe0334380c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:12.282 63 INFO tempest.lib.common.rest_client [req-84a7ef4c-d442-45a2-a90e-bededb8d0f61 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations 0.370s 2018-08-13 10:48:12.283 63 DEBUG tempest.lib.common.rest_client [req-84a7ef4c-d442-45a2-a90e-bededb8d0f61 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations', u'date': 'Mon, 13 Aug 2018 10:48:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84a7ef4c-d442-45a2-a90e-bededb8d0f61'} Body: {"network_association": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "id": "f49f6477-3446-4616-9aec-d9b9b30281c1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:12.283 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 10:48:12.556 63 INFO tempest.lib.common.rest_client [req-6abc75e1-f134-4517-861e-61c71f75ce91 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/routers 0.271s 2018-08-13 10:48:12.556 63 DEBUG tempest.lib.common.rest_client [req-6abc75e1-f134-4517-861e-61c71f75ce91 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1152872910", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:48:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6abc75e1-f134-4517-861e-61c71f75ce91'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:12Z", "admin_state_up": true, "updated_at": "2018-08-13T10:48:12Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54689bce-d982-4a4f-8e3e-b88d38401378", "name": "tempest-router--1152872910"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:13.962 63 INFO tempest.lib.common.rest_client [req-4d1cfee0-2579-485e-b98d-387e26403dda ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378 1.404s 2018-08-13 10:48:13.962 63 DEBUG tempest.lib.common.rest_client [req-4d1cfee0-2579-485e-b98d-387e26403dda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378', u'date': 'Mon, 13 Aug 2018 10:48:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d1cfee0-2579-485e-b98d-387e26403dda'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:12Z", "admin_state_up": true, "updated_at": "2018-08-13T10:48:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54689bce-d982-4a4f-8e3e-b88d38401378", "name": "tempest-router--1152872910"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:15.881 63 INFO tempest.lib.common.rest_client [req-f79cbd7c-c476-43db-9e38-98a71fe6318d ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/add_router_interface 1.918s 2018-08-13 10:48:15.882 63 DEBUG tempest.lib.common.rest_client [req-f79cbd7c-c476-43db-9e38-98a71fe6318d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:48:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f79cbd7c-c476-43db-9e38-98a71fe6318d'} Body: {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549", "subnet_ids": ["cc2a54bd-b40f-4e29-8017-e0bdb73b1549"], "port_id": "c6c5e900-4e9b-40ad-8f1e-3b265f293cd7", "id": "54689bce-d982-4a4f-8e3e-b88d38401378"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:17.754 63 INFO tempest.lib.common.rest_client [req-654f2294-9239-4a01-a313-d10310d96cf5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.871s 2018-08-13 10:48:17.755 63 DEBUG tempest.lib.common.rest_client [req-654f2294-9239-4a01-a313-d10310d96cf5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:48:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-654f2294-9239-4a01-a313-d10310d96cf5'} Body: {"floatingip": {"router_id": "54689bce-d982-4a4f-8e3e-b88d38401378", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:48:16Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6", "id": "095791ef-14f9-497e-a3aa-197ebe528739", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:16Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:48:17.756 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:48:33.784 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:48:33.846 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:48:33.849 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:48:33.964 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:48:33.964 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:48:33.966 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:48:34.027 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:48:34.030 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:48:39.037 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:48:39.038 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:49:49.088 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:49:49.089 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:49:49.091 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:49:49.153 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:49:49.155 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:49:54.163 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:49:54.164 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:51:04.234 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:51:04.235 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:51:04.235 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04.239 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04.340 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:51:04.367 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04.374 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:51:04.374 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:55:9f:10 [ether] on eth0 2018-08-13 10:51:04.374 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:51:04.375 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04.377 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04.436 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:51:04.441 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04.451 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 10:51:04.451 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:51:04.451 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04.453 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04.511 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:51:04.517 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04.523 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:51:04.523 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04.525 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04.588 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:51:04.589 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04.594 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 10:51:04.595 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:55:9f:10 [ether] on eth0 2018-08-13 10:51:04.595 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:51:04.596 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04.597 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04.655 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:51:04.663 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:09.669 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:51:09.670 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:52:19.737 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:52:19.738 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:52:19.742 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:52:19.837 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:52:19.870 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:52:24.880 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:52:24.880 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:53:34.923 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:53:36.039 63 INFO tempest.lib.common.rest_client [req-5fb7155d-6ae4-4ebe-98cb-851c06772184 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/095791ef-14f9-497e-a3aa-197ebe528739 1.113s 2018-08-13 10:53:36.039 63 DEBUG tempest.lib.common.rest_client [req-5fb7155d-6ae4-4ebe-98cb-851c06772184 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/095791ef-14f9-497e-a3aa-197ebe528739', u'date': 'Mon, 13 Aug 2018 10:53:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5fb7155d-6ae4-4ebe-98cb-851c06772184'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:38.030 63 INFO tempest.lib.common.rest_client [req-82cf7784-a166-446a-b865-5dc252cd47c0 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/remove_router_interface 1.989s 2018-08-13 10:53:38.030 63 DEBUG tempest.lib.common.rest_client [req-82cf7784-a166-446a-b865-5dc252cd47c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:53:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82cf7784-a166-446a-b865-5dc252cd47c0'} Body: {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549", "subnet_ids": ["cc2a54bd-b40f-4e29-8017-e0bdb73b1549"], "port_id": "c6c5e900-4e9b-40ad-8f1e-3b265f293cd7", "id": "54689bce-d982-4a4f-8e3e-b88d38401378"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:40.185 63 INFO tempest.lib.common.rest_client [req-e816bfcf-38ee-4619-9ca0-070d0fba42db ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378 2.154s 2018-08-13 10:53:40.186 63 DEBUG tempest.lib.common.rest_client [req-e816bfcf-38ee-4619-9ca0-070d0fba42db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e816bfcf-38ee-4619-9ca0-070d0fba42db'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:40.579 63 INFO tempest.lib.common.rest_client [req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.392s 2018-08-13 10:53:40.579 63 DEBUG tempest.lib.common.rest_client [req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:41.184 63 INFO tempest.lib.common.rest_client [req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.604s 2018-08-13 10:53:41.185 63 DEBUG tempest.lib.common.rest_client [req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:40Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:42.583 63 INFO tempest.lib.common.rest_client [req-72674d95-9d4d-4da3-a21a-74839a160889 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.382s 2018-08-13 10:53:42.584 63 DEBUG tempest.lib.common.rest_client [req-72674d95-9d4d-4da3-a21a-74839a160889 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-72674d95-9d4d-4da3-a21a-74839a160889', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72674d95-9d4d-4da3-a21a-74839a160889'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:43.649 63 INFO tempest.lib.common.rest_client [req-88ec3e17-0fb9-45ed-b459-e8b963239e8a ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.050s 2018-08-13 10:53:43.649 63 DEBUG tempest.lib.common.rest_client [req-88ec3e17-0fb9-45ed-b459-e8b963239e8a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-88ec3e17-0fb9-45ed-b459-e8b963239e8a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88ec3e17-0fb9-45ed-b459-e8b963239e8a'} Body: {"itemNotFound": {"message": "Instance e48ccac7-ee05-47fa-9a98-e6e47789e010 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:44.904 63 INFO tempest.lib.common.rest_client [req-9ce64123-2099-4bd4-a206-8a7a50353ae0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0de8eb59-89e3-4da1-96f2-4f8d06517318 1.253s 2018-08-13 10:53:44.905 63 DEBUG tempest.lib.common.rest_client [req-9ce64123-2099-4bd4-a206-8a7a50353ae0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0de8eb59-89e3-4da1-96f2-4f8d06517318', u'date': 'Mon, 13 Aug 2018 10:53:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9ce64123-2099-4bd4-a206-8a7a50353ae0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:45.034 63 INFO tempest.lib.common.rest_client [req-4287a74f-81b0-4974-acb9-8dd2ae60403c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.129s 2018-08-13 10:53:45.035 63 DEBUG tempest.lib.common.rest_client [req-4287a74f-81b0-4974-acb9-8dd2ae60403c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-4287a74f-81b0-4974-acb9-8dd2ae60403c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4287a74f-81b0-4974-acb9-8dd2ae60403c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:45.788 63 INFO tempest.lib.common.rest_client [req-eb681d87-7ba9-4390-8385-08b077fcdb9d ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.752s 2018-08-13 10:53:45.789 63 DEBUG tempest.lib.common.rest_client [req-eb681d87-7ba9-4390-8385-08b077fcdb9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-eb681d87-7ba9-4390-8385-08b077fcdb9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb681d87-7ba9-4390-8385-08b077fcdb9d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:46.849 63 INFO tempest.lib.common.rest_client [req-b5882e8c-2501-442d-982f-1f4d60e3bb3b ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.046s 2018-08-13 10:53:46.850 63 DEBUG tempest.lib.common.rest_client [req-b5882e8c-2501-442d-982f-1f4d60e3bb3b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-b5882e8c-2501-442d-982f-1f4d60e3bb3b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b5882e8c-2501-442d-982f-1f4d60e3bb3b'} Body: {"itemNotFound": {"message": "Instance a7ab2bba-05b7-44b2-a1b4-45626d5bb348 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:48.350 63 INFO tempest.lib.common.rest_client [req-0bbe1ef6-d8d5-4f45-a02d-a685ebebf92e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7ff097a7-d5e7-40ff-b0b9-5e358e766dd6 1.499s 2018-08-13 10:53:48.351 63 DEBUG tempest.lib.common.rest_client [req-0bbe1ef6-d8d5-4f45-a02d-a685ebebf92e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7ff097a7-d5e7-40ff-b0b9-5e358e766dd6', u'date': 'Mon, 13 Aug 2018 10:53:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0bbe1ef6-d8d5-4f45-a02d-a685ebebf92e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:48.384 63 INFO tempest.lib.common.rest_client [req-a5253ae8-01cd-4c06-af7e-ecbf978372d8 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1263723516 0.033s 2018-08-13 10:53:48.385 63 DEBUG tempest.lib.common.rest_client [req-a5253ae8-01cd-4c06-af7e-ecbf978372d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1263723516', u'x-compute-request-id': 'req-a5253ae8-01cd-4c06-af7e-ecbf978372d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5253ae8-01cd-4c06-af7e-ecbf978372d8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:49.851 63 INFO tempest.lib.common.rest_client [req-8ada6542-5abc-457f-89ac-f373bffb0da7 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cd337d78-2a4c-47dc-add8-df84e5ff65e5 1.465s 2018-08-13 10:53:49.851 63 DEBUG tempest.lib.common.rest_client [req-8ada6542-5abc-457f-89ac-f373bffb0da7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cd337d78-2a4c-47dc-add8-df84e5ff65e5', u'date': 'Mon, 13 Aug 2018 10:53:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ada6542-5abc-457f-89ac-f373bffb0da7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:51.005 63 INFO tempest.lib.common.rest_client [req-1cd9fec3-65aa-4bea-b324-cc1b76ca4d0e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d3770838-9d04-4db3-b420-5851c73a2bcf 1.153s 2018-08-13 10:53:51.006 63 DEBUG tempest.lib.common.rest_client [req-1cd9fec3-65aa-4bea-b324-cc1b76ca4d0e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d3770838-9d04-4db3-b420-5851c73a2bcf', u'date': 'Mon, 13 Aug 2018 10:53:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cd9fec3-65aa-4bea-b324-cc1b76ca4d0e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:52.342 63 INFO tempest.lib.common.rest_client [req-b4ec5adc-60fb-40e3-a9c0-bca5fa64330a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cc2a54bd-b40f-4e29-8017-e0bdb73b1549 1.336s 2018-08-13 10:53:52.343 63 DEBUG tempest.lib.common.rest_client [req-b4ec5adc-60fb-40e3-a9c0-bca5fa64330a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cc2a54bd-b40f-4e29-8017-e0bdb73b1549', u'date': 'Mon, 13 Aug 2018 10:53:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b4ec5adc-60fb-40e3-a9c0-bca5fa64330a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:54.166 63 INFO tempest.lib.common.rest_client [req-2c6d0af8-1bc3-4084-82e8-05478951be68 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f 1.822s 2018-08-13 10:53:54.166 63 DEBUG tempest.lib.common.rest_client [req-2c6d0af8-1bc3-4084-82e8-05478951be68 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c6d0af8-1bc3-4084-82e8-05478951be68'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:54.384 63 INFO tempest.lib.common.rest_client [req-66e15eed-463f-43c6-b6eb-9bfc9696bcee ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/0391b2fa-1fd4-40c4-a8e5-02b980699737 0.216s 2018-08-13 10:53:54.384 63 DEBUG tempest.lib.common.rest_client [req-66e15eed-463f-43c6-b6eb-9bfc9696bcee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/0391b2fa-1fd4-40c4-a8e5-02b980699737', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66e15eed-463f-43c6-b6eb-9bfc9696bcee'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets [365.493638s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 239, in test_bgpvpn_update_route_targets_disjoint_targets self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:47:49,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.448s 2018-08-13 10:47:49,342 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-149779763 description", "name": "tempest-secgroup-smoke-149779763"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fb43436-4e63-4af5-b2a8-4dceb37b8b6a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-149779763 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "updated_at": "2018-08-13T10:47:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:47:49Z", "revision_number": 0, "id": "33362fd5-2f24-41cf-b856-0afe171451de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:47:49Z", "revision_number": 0, "id": "3e1d6252-3e9c-4b15-bfc5-1493dfc7f4f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "name": "tempest-secgroup-smoke-149779763"}} 2018-08-13 10:47:49,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.177s 2018-08-13 10:47:49,521 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd6f1245-65ca-41a8-8650-412ca7194766'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a04daa54-cca9-4e6a-95c5-33e55d42511c"}} 2018-08-13 10:47:49,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.186s 2018-08-13 10:47:49,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b8db9cd-32c6-4948-b2c8-8802080e0020'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2de3a897-47f6-44b6-a3da-2cbdf39da762"}} 2018-08-13 10:47:49,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.147s 2018-08-13 10:47:49,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf52acb4-4f67-4cb1-82e3-0f4bfa81c8c9'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c85e19a7-d806-469c-bb51-40f93eecf2ac"}} 2018-08-13 10:47:50,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.164s 2018-08-13 10:47:50,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2dcb95a-8a4b-4c3e-aeaf-6a3a4c2f7b97'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7c80ac14-8943-46b1-ba5a-dce3ff4ae4aa"}} 2018-08-13 10:47:50,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:47:50,161 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e1044ee-c012-4d7c-8e25-df0173414d7e'} 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-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3d6cd04e-0978-40c1-8466-9bf3f1ef8271"}} 2018-08-13 10:47:50,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:47:50,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4048a2b-5f6f-410d-9d32-19c9a1bb648e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "20e1d243-f2be-47ac-885d-7600742605eb"}} 2018-08-13 10:47:50,468 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.161s 2018-08-13 10:47:50,469 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-508e94f9-c7b3-48a5-80e3-08428f2e8013'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "942a7724-cb85-4d37-b601-4b1a266bbbd6"}} 2018-08-13 10:47:50,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.151s 2018-08-13 10:47:50,622 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cf01239-9697-4e04-a632-ba6bf0402ff4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1269d297-56be-4792-958a-6b29eb532648"}} 2018-08-13 10:47:51,413 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/networks 0.789s 2018-08-13 10:47:51,413 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-549610724"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:47:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed9b1658-9302-4d99-942f-6a19305b9f8f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:47:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","name":"tempest-A-549610724"}} 2018-08-13 10:47:52,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.783s 2018-08-13 10:47:52,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "name": "tempest-subnet-A-1-843594030"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:47:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8cb8e580-38d7-48c6-9fc0-85a861b2dd98'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:51Z","dns_nameservers":[],"updated_at":"2018-08-13T10:47:51Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cc2a54bd-b40f-4e29-8017-e0bdb73b1549","subnetpool_id":null,"name":"tempest-subnet-A-1-843594030"}} 2018-08-13 10:47:52,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/networks 0.206s 2018-08-13 10:47:52,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-658618161"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:47:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b806079-41ec-4086-951c-a5e8cc364c8d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:47:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d3770838-9d04-4db3-b420-5851c73a2bcf","name":"tempest-B-658618161"}} 2018-08-13 10:47:53,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.640s 2018-08-13 10:47:53,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "name": "tempest-subnet-B-1-1096774200"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4fbf1a3-f927-480d-b54f-10b20d7ed73c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3770838-9d04-4db3-b420-5851c73a2bcf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:52Z","dns_nameservers":[],"updated_at":"2018-08-13T10:47:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cd337d78-2a4c-47dc-add8-df84e5ff65e5","subnetpool_id":null,"name":"tempest-subnet-B-1-1096774200"}} 2018-08-13 10:47:53,188 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.139s 2018-08-13 10:47:53,189 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1263723516"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-aed22076-2242-4cd6-b4e7-9133c2d7d04f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aed22076-2242-4cd6-b4e7-9133c2d7d04f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOrKBuAaGZnKspC/KoVCnm5QOpfDz4vvLCD3AQwdDI1v1p8dVi0QDzY9jPzOz7HAUbo72wapmGk0AMs2In56YtWN3b/hCuM8k7RQ0eqZ18ooCVAz95IbJ0U3zA5F6TtQnY56rWX2cygBIm2ezwlaiJbEOND5TwNvvseV2k7auHmjmkjYrQ73hSlXQEGhjPrn6lvLBJ1vpWHVh+RCxOXKrx71WwtWzZbPyOmwMauJo2W80RFRSu0IBCr8FEizYxgYIOVmj4vTYteFBDQ1IBhxSGuU4Brw5/vzNP9obf0cPLt2eanosfjOuB5Nn+XqEioFZ2Hj8R/kChhulnrrobWvyp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzqygbgGhmZyrKQvyqFQp5uUDqXw8+L7ywg9wEMHQyNb9afHV\nYtEA82PYz8zs+xwFG6O9sGqZhpNADLNiJ+emLVjd2/4QrjPJO0UNHqmdfKKAlQM/\neSGydFN8wORek7UJ2Oeq1l9nMoASJtns8JWoiWxDjQ+U8Db77HldpO2rh5o5pI2K\n0O94UpV0BBoYz65+pbywSdb6Vh1YfkQsTlyq8e9VsLVs2Wz8jpsDGriaNlvNERUU\nrtCAQq/BRIs2MYGCDlZo+L02LXhQQ0NSAYcUhrlOAa8Of78zT/aG39HDy7dnmp6L\nH4zrgeTZ/l6hIqBWdh4/Ef5AoYbpZ666G1r8qQIDAQABAoIBACFGui38JUDOcOCT\nA+cGZhi/Fu/bCRYj6IJGagzIqA0uUG8WeP0IGdcWZHpQzHdB87CXlJsrDr0USGPD\nHjK+oYr7m/0n0xe5TtU0MQCW3ryKjZlwhG/EdS81ogiMvI2bwJIj+uW5Rqxi4olO\n3U9/STuXKukzcQ+cSsOwZtt/SPb0G9U1LwsIj6NSzYE7Anesfuzdl54x4Hg7eQi0\n/MfcCrz7dIWutQpVGG5ZDOru8Edk+H4+2L1StRDmo66rTPNZsZ1A3MLzHs/Paki7\npg9uvD7/XY1Cq16GKZODMe41N0f/8kH5BxRAUPA8fJUj4KXtcjBTxfhlWLiVcaLj\nZ61ET4ECgYEA8vmOu5AyNKB5Q0vYY0BNii4AnBZNlyIPLV71V5DdaTSQ46Q8xODc\nhwwFfv08MJOedCznZsvVwv1h26h2IsW4weblzYGjmcIJRmxoPy6aemUnQQQ6BikD\ncfdmPD2GLiNQp+pAvZIJrocoL9BnVMoF1ubKiypzIsirfvs4ybtDPq0CgYEA2cDn\nByT+m1Qc8lH17QDxxwS51c7FASN2XLT/H1iNXLFhIE+L/6w8i/DKCMYNtJfwAasi\nDwXU1aNYp5E8+Ega7Dy6sw0huEwI5e4Aj72nB6agTYI0+AGvuC7p09GsTPFlh40o\nNaYtIcs/jmK/ERsf1TS88Fu4gXaxoh5QzmTZIW0CgYB82DG4uiyx0cq9A1maFc5B\ns8VobiVMBJoby/DwH2VEy1evQBJhbtChK1Ifn+qvYwpF01TLAu1BFYSUowigcUuv\nhf6KC5SOSp8NamJeJIoHXbY/t/ZAeA5nHqGPTmWFi2vD+59sSH9lB9lkSAbwECXT\n+B4WR6eFNeq4gkj5jpjMuQKBgD0K+rjiAg4BMmwr1cku7phgFsh9QnTjQBcVFj/v\nTxGhGB06r4BpBEAmrDxxaP4rabjOBKo5dES/mea/rFvdus5m59+x2rYTepsacUXa\nYKygZWfVDIxJzLzRSfN7X9XiBhhN1evUPeqvU43S2MUu2Wmncx/eVobUg09zOCvj\n0YqxAoGBAJabqS+KdD0jd4F8p9hw6C/PLXeyei9g3BEyII7tk09UbH57MZA5fXSb\n99wrddM6oXyAIE8SvokXROorOMaDeCPAaX+PCERNMluWusK4k1A1c2HGHZC0CTAR\nOBUkaidasmBIwwt6kXB3e/AcWTvv1XdEHMUgdYCJ44N7uAG2yhOm\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1263723516", "fingerprint": "2d:33:bf:61:2d:5d:9f:3e:8c:26:aa:1f:9b:15:bf:cf"}} 2018-08-13 10:47:53,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/ports 0.692s 2018-08-13 10:47:53,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2045380843", "security_groups": ["0391b2fa-1fd4-40c4-a8e5-02b980699737"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3700ca2-c2ad-4718-8778-c482721e8f8d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:47:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:47:53Z","name":"tempest-port-smoke-2045380843","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9b:a5:2a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cc2a54bd-b40f-4e29-8017-e0bdb73b1549","ip_address":"10.101.11.10"}],"id":"7ff097a7-d5e7-40ff-b0b9-5e358e766dd6","security_groups":["0391b2fa-1fd4-40c4-a8e5-02b980699737"],"device_id":""}} 2018-08-13 10:47:55,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.22:8774/v2.1/servers 1.462s 2018-08-13 10:47:55,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1263723516", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "port": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-6ce44865-8972-48f4-aba0-888f635bae03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ce44865-8972-48f4-aba0-888f635bae03'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "adminPass": "xukytcNhy5M7"}} 2018-08-13 10:47:55,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.563s 2018-08-13 10:47:55,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-d36b7e81-c741-4141-957f-1e2871c11b69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d36b7e81-c741-4141-957f-1e2871c11b69'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:57,211 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.278s 2018-08-13 10:47:57,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-7517ac22-fed1-4767-b56f-4f0d852564d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7517ac22-fed1-4767-b56f-4f0d852564d8'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:56Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:57,224 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:47:59,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.787s 2018-08-13 10:47:59,014 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-453526d9-e572-4f33-9db6-9c874ecc2ee8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-453526d9-e572-4f33-9db6-9c874ecc2ee8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:59,027 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:48:00,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.415s 2018-08-13 10:48:00,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-1385e439-b043-4e5d-bf27-2885d372857c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1385e439-b043-4e5d-bf27-2885d372857c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:02,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.572s 2018-08-13 10:48:02,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-16b924b6-8eff-4806-9a45-bf119b05ed72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16b924b6-8eff-4806-9a45-bf119b05ed72'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:02,047 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:48:02,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.714s 2018-08-13 10:48:02,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-26b4946e-9339-4f4a-80d6-45dd50f3efca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26b4946e-9339-4f4a-80d6-45dd50f3efca'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:02,776 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a7ab2bba-05b7-44b2-a1b4-45626d5bb348 with status: ACTIVE 2018-08-13 10:48:03,518 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/ports 0.741s 2018-08-13 10:48:03,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1845547133", "security_groups": ["0391b2fa-1fd4-40c4-a8e5-02b980699737"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:48:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0e6fad7-459f-4921-9fe4-0e96d7f9eb35'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:48:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d3770838-9d04-4db3-b420-5851c73a2bcf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:48:03Z","name":"tempest-port-smoke-1845547133","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:96:2c:f3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cd337d78-2a4c-47dc-add8-df84e5ff65e5","ip_address":"10.102.21.20"}],"id":"0de8eb59-89e3-4da1-96f2-4f8d06517318","security_groups":["0391b2fa-1fd4-40c4-a8e5-02b980699737"],"device_id":""}} 2018-08-13 10:48:04,753 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.22:8774/v2.1/servers 1.233s 2018-08-13 10:48:04,753 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1263723516", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d3770838-9d04-4db3-b420-5851c73a2bcf", "port": "0de8eb59-89e3-4da1-96f2-4f8d06517318"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "adminPass": "y3rS8oABQeTm"}} 2018-08-13 10:48:05,057 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.299s 2018-08-13 10:48:05,058 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-e7fe26a1-4fc6-4670-b251-d98846efa298', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7fe26a1-4fc6-4670-b251-d98846efa298'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:06,368 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.296s 2018-08-13 10:48:06,369 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-b9d1a533-27f8-45a0-9669-c1c2973cc484', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9d1a533-27f8-45a0-9669-c1c2973cc484'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:06,382 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:48:07,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.147s 2018-08-13 10:48:07,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:06Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:07,543 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:48:08,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.152s 2018-08-13 10:48:08,697 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:06Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:10,418 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.702s 2018-08-13 10:48:10,419 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-f123e443-efe3-43f9-99e7-f5404c9f4e02', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f123e443-efe3-43f9-99e7-f5404c9f4e02'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:10,434 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:48:10,601 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.166s 2018-08-13 10:48:10,602 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-b569d84c-7b2a-4732-944c-8a26da60ee6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b569d84c-7b2a-4732-944c-8a26da60ee6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:10,618 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e48ccac7-ee05-47fa-9a98-e6e47789e010 with status: ACTIVE 2018-08-13 10:48:11,077 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.458s 2018-08-13 10:48:11,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:48:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18c3660d-d1c8-403b-b91a-57b4cf792797'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "11c43fac-0cf2-4d12-a69d-2b6f20fef540"}} 2018-08-13 10:48:11,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations 0.831s 2018-08-13 10:48:11,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations', u'date': 'Mon, 13 Aug 2018 10:48:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-08020c9a-5175-4e84-b6c2-1b38c1673656'} Body: {"network_association": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "id": "3ecc3cf2-2d61-4ec1-9dac-a2fe0334380c"}} 2018-08-13 10:48:12,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations 0.370s 2018-08-13 10:48:12,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations', u'date': 'Mon, 13 Aug 2018 10:48:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84a7ef4c-d442-45a2-a90e-bededb8d0f61'} Body: {"network_association": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "id": "f49f6477-3446-4616-9aec-d9b9b30281c1"}} 2018-08-13 10:48:12,283 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:48:12,556 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/routers 0.271s 2018-08-13 10:48:12,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1152872910", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:48:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6abc75e1-f134-4517-861e-61c71f75ce91'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:12Z", "admin_state_up": true, "updated_at": "2018-08-13T10:48:12Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54689bce-d982-4a4f-8e3e-b88d38401378", "name": "tempest-router--1152872910"}} 2018-08-13 10:48:13,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378 1.404s 2018-08-13 10:48:13,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378', u'date': 'Mon, 13 Aug 2018 10:48:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d1cfee0-2579-485e-b98d-387e26403dda'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:12Z", "admin_state_up": true, "updated_at": "2018-08-13T10:48:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54689bce-d982-4a4f-8e3e-b88d38401378", "name": "tempest-router--1152872910"}} 2018-08-13 10:48:15,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/add_router_interface 1.918s 2018-08-13 10:48:15,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:48:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f79cbd7c-c476-43db-9e38-98a71fe6318d'} Body: {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549", "subnet_ids": ["cc2a54bd-b40f-4e29-8017-e0bdb73b1549"], "port_id": "c6c5e900-4e9b-40ad-8f1e-3b265f293cd7", "id": "54689bce-d982-4a4f-8e3e-b88d38401378"} 2018-08-13 10:48:17,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.871s 2018-08-13 10:48:17,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:48:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-654f2294-9239-4a01-a313-d10310d96cf5'} Body: {"floatingip": {"router_id": "54689bce-d982-4a4f-8e3e-b88d38401378", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:48:16Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6", "id": "095791ef-14f9-497e-a3aa-197ebe528739", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:16Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:48:17,756 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:48:33,784 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:48:33,846 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:48:33,849 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:48:33,964 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:48:33,964 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:48:33,966 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:48:34,027 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:48:34,030 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:48:39,037 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:48:39,038 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:49:49,088 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:49:49,089 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:49:49,091 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:49:49,153 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:49:49,155 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:49:54,163 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:49:54,164 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:51:04,234 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:51:04,235 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:51:04,235 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,239 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,340 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,367 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,374 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:51:04,374 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:55:9f:10 [ether] on eth0 2018-08-13 10:51:04,374 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:51:04,375 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,377 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,436 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,441 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,451 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:51:04,451 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:51:04,451 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,453 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,511 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,517 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,523 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:51:04,523 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,588 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,594 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:51:04,595 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:55:9f:10 [ether] on eth0 2018-08-13 10:51:04,595 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:51:04,596 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,597 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,655 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,663 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:09,669 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:51:09,670 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:52:19,737 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:52:19,738 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:52:19,742 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:52:19,837 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:52:19,870 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:52:24,880 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:52:24,880 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:53:34,923 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:53:34,924 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:53:36,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/095791ef-14f9-497e-a3aa-197ebe528739 1.113s 2018-08-13 10:53:36,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/095791ef-14f9-497e-a3aa-197ebe528739', u'date': 'Mon, 13 Aug 2018 10:53:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5fb7155d-6ae4-4ebe-98cb-851c06772184'} Body: 2018-08-13 10:53:38,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/remove_router_interface 1.989s 2018-08-13 10:53:38,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:53:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82cf7784-a166-446a-b865-5dc252cd47c0'} Body: {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549", "subnet_ids": ["cc2a54bd-b40f-4e29-8017-e0bdb73b1549"], "port_id": "c6c5e900-4e9b-40ad-8f1e-3b265f293cd7", "id": "54689bce-d982-4a4f-8e3e-b88d38401378"} 2018-08-13 10:53:40,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378 2.154s 2018-08-13 10:53:40,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e816bfcf-38ee-4619-9ca0-070d0fba42db'} Body: 2018-08-13 10:53:40,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.392s 2018-08-13 10:53:40,579 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5'} Body: 2018-08-13 10:53:41,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.604s 2018-08-13 10:53:41,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:40Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:53:42,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.382s 2018-08-13 10:53:42,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-72674d95-9d4d-4da3-a21a-74839a160889', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72674d95-9d4d-4da3-a21a-74839a160889'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:53:43,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.050s 2018-08-13 10:53:43,649 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-88ec3e17-0fb9-45ed-b459-e8b963239e8a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88ec3e17-0fb9-45ed-b459-e8b963239e8a'} Body: {"itemNotFound": {"message": "Instance e48ccac7-ee05-47fa-9a98-e6e47789e010 could not be found.", "code": 404}} 2018-08-13 10:53:44,904 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0de8eb59-89e3-4da1-96f2-4f8d06517318 1.253s 2018-08-13 10:53:44,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0de8eb59-89e3-4da1-96f2-4f8d06517318', u'date': 'Mon, 13 Aug 2018 10:53:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9ce64123-2099-4bd4-a206-8a7a50353ae0'} Body: 2018-08-13 10:53:45,034 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.129s 2018-08-13 10:53:45,035 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-4287a74f-81b0-4974-acb9-8dd2ae60403c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4287a74f-81b0-4974-acb9-8dd2ae60403c'} Body: 2018-08-13 10:53:45,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.752s 2018-08-13 10:53:45,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-eb681d87-7ba9-4390-8385-08b077fcdb9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb681d87-7ba9-4390-8385-08b077fcdb9d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:53:46,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.046s 2018-08-13 10:53:46,850 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-b5882e8c-2501-442d-982f-1f4d60e3bb3b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b5882e8c-2501-442d-982f-1f4d60e3bb3b'} Body: {"itemNotFound": {"message": "Instance a7ab2bba-05b7-44b2-a1b4-45626d5bb348 could not be found.", "code": 404}} 2018-08-13 10:53:48,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7ff097a7-d5e7-40ff-b0b9-5e358e766dd6 1.499s 2018-08-13 10:53:48,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7ff097a7-d5e7-40ff-b0b9-5e358e766dd6', u'date': 'Mon, 13 Aug 2018 10:53:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0bbe1ef6-d8d5-4f45-a02d-a685ebebf92e'} Body: 2018-08-13 10:53:48,384 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1263723516 0.033s 2018-08-13 10:53:48,385 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1263723516', u'x-compute-request-id': 'req-a5253ae8-01cd-4c06-af7e-ecbf978372d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5253ae8-01cd-4c06-af7e-ecbf978372d8'} Body: 2018-08-13 10:53:49,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cd337d78-2a4c-47dc-add8-df84e5ff65e5 1.465s 2018-08-13 10:53:49,851 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cd337d78-2a4c-47dc-add8-df84e5ff65e5', u'date': 'Mon, 13 Aug 2018 10:53:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ada6542-5abc-457f-89ac-f373bffb0da7'} Body: 2018-08-13 10:53:51,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d3770838-9d04-4db3-b420-5851c73a2bcf 1.153s 2018-08-13 10:53:51,006 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d3770838-9d04-4db3-b420-5851c73a2bcf', u'date': 'Mon, 13 Aug 2018 10:53:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cd9fec3-65aa-4bea-b324-cc1b76ca4d0e'} Body: 2018-08-13 10:53:52,342 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cc2a54bd-b40f-4e29-8017-e0bdb73b1549 1.336s 2018-08-13 10:53:52,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cc2a54bd-b40f-4e29-8017-e0bdb73b1549', u'date': 'Mon, 13 Aug 2018 10:53:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b4ec5adc-60fb-40e3-a9c0-bca5fa64330a'} Body: 2018-08-13 10:53:54,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f 1.822s 2018-08-13 10:53:54,166 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c6d0af8-1bc3-4084-82e8-05478951be68'} Body: 2018-08-13 10:53:54,384 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/0391b2fa-1fd4-40c4-a8e5-02b980699737 0.216s 2018-08-13 10:53:54,384 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/0391b2fa-1fd4-40c4-a8e5-02b980699737', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66e15eed-463f-43c6-b6eb-9bfc9696bcee'} Body: 2018-08-13 10:53:54.648 63 INFO tempest.lib.common.rest_client [req-d0d662a4-487a-4875-a2e1-b623b2ea50a9 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.237s 2018-08-13 10:53:54.648 63 DEBUG tempest.lib.common.rest_client [req-d0d662a4-487a-4875-a2e1-b623b2ea50a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-988173229 description", "name": "tempest-secgroup-smoke-988173229"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0d662a4-487a-4875-a2e1-b623b2ea50a9'} Body: {"security_group": {"description": "tempest-secgroup-smoke-988173229 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "updated_at": "2018-08-13T10:53:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:53:54Z", "revision_number": 0, "id": "953f77f2-8c6c-4579-b93d-5c7affd95321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:53:54Z", "revision_number": 0, "id": "dae037a8-9f5c-4ad2-a44d-8435b396aa48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "name": "tempest-secgroup-smoke-988173229"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:54.852 63 INFO tempest.lib.common.rest_client [req-c569605c-d0bd-473b-9e10-218500d56ea2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.202s 2018-08-13 10:53:54.853 63 DEBUG tempest.lib.common.rest_client [req-c569605c-d0bd-473b-9e10-218500d56ea2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c569605c-d0bd-473b-9e10-218500d56ea2'} 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-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "68323214-2690-4987-ae2e-158b78120a66"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:54.996 63 INFO tempest.lib.common.rest_client [req-a24b0305-83d6-4083-bb8f-d534d1797b1a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 10:53:54.997 63 DEBUG tempest.lib.common.rest_client [req-a24b0305-83d6-4083-bb8f-d534d1797b1a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a24b0305-83d6-4083-bb8f-d534d1797b1a'} 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-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "06b0ad26-9a6d-4d7e-9130-6fb870992a74"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:55.168 63 INFO tempest.lib.common.rest_client [req-3150ebbd-a4c4-4e63-a12c-4e76a2b4bcd6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.170s 2018-08-13 10:53:55.169 63 DEBUG tempest.lib.common.rest_client [req-3150ebbd-a4c4-4e63-a12c-4e76a2b4bcd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3150ebbd-a4c4-4e63-a12c-4e76a2b4bcd6'} 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-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0b6f4125-69b6-4efc-9aaa-6f09388f5ae9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:55.326 63 INFO tempest.lib.common.rest_client [req-591546f4-340f-4456-ba18-0495793f5972 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 10:53:55.326 63 DEBUG tempest.lib.common.rest_client [req-591546f4-340f-4456-ba18-0495793f5972 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-591546f4-340f-4456-ba18-0495793f5972'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1578477c-d05f-465d-9f8f-41c78ed828d7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:55.507 63 INFO tempest.lib.common.rest_client [req-c7451290-8adb-434b-80b8-ad9a2e755f1b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.180s 2018-08-13 10:53:55.508 63 DEBUG tempest.lib.common.rest_client [req-c7451290-8adb-434b-80b8-ad9a2e755f1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c7451290-8adb-434b-80b8-ad9a2e755f1b'} 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-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b8b00b8f-7a69-47cf-af65-e7ec1ec70f76"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:55.654 63 INFO tempest.lib.common.rest_client [req-abcc0c21-b178-42f5-ab96-ae0da6339771 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.145s 2018-08-13 10:53:55.654 63 DEBUG tempest.lib.common.rest_client [req-abcc0c21-b178-42f5-ab96-ae0da6339771 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abcc0c21-b178-42f5-ab96-ae0da6339771'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "de83e38a-e15d-4e86-a3f2-aa5faa0d198d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:55.792 63 INFO tempest.lib.common.rest_client [req-a935b6be-7244-4744-a4eb-cff78c6d7de3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:53:55.792 63 DEBUG tempest.lib.common.rest_client [req-a935b6be-7244-4744-a4eb-cff78c6d7de3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a935b6be-7244-4744-a4eb-cff78c6d7de3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "dc098e5a-5faf-4f19-92f4-2fe96808ba8a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:55.946 63 INFO tempest.lib.common.rest_client [req-a08e4ce6-dea1-481c-80de-c6a4e7beb29e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:53:55.947 63 DEBUG tempest.lib.common.rest_client [req-a08e4ce6-dea1-481c-80de-c6a4e7beb29e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a08e4ce6-dea1-481c-80de-c6a4e7beb29e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "93a29833-a2a5-40c4-b894-351618d00406"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:56.186 63 INFO tempest.lib.common.rest_client [req-b21e0427-c592-4053-bba4-8cc23f195f97 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.237s 2018-08-13 10:53:56.186 63 DEBUG tempest.lib.common.rest_client [req-b21e0427-c592-4053-bba4-8cc23f195f97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1489749818"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b21e0427-c592-4053-bba4-8cc23f195f97'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:53:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e5edffc1-6e5d-44f0-b809-5478888f6895","name":"tempest-A-1489749818"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:56.727 63 INFO tempest.lib.common.rest_client [req-9a740ead-e3c4-4175-8b77-9e1fd4d43417 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.540s 2018-08-13 10:53:56.728 63 DEBUG tempest.lib.common.rest_client [req-9a740ead-e3c4-4175-8b77-9e1fd4d43417 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "name": "tempest-subnet-A-1-1945000744"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a740ead-e3c4-4175-8b77-9e1fd4d43417'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:53:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"09a664f3-ff9c-4499-8779-7666004dde97","subnetpool_id":null,"name":"tempest-subnet-A-1-1945000744"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:56.960 63 INFO tempest.lib.common.rest_client [req-ef988c09-6815-4ec2-93d3-7923d7fffd45 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.230s 2018-08-13 10:53:56.961 63 DEBUG tempest.lib.common.rest_client [req-ef988c09-6815-4ec2-93d3-7923d7fffd45 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-449679939"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef988c09-6815-4ec2-93d3-7923d7fffd45'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:53:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","name":"tempest-B-449679939"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:57.852 63 INFO tempest.lib.common.rest_client [req-c0d3e170-7804-4650-9eb3-7c5a7a31d29f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.888s 2018-08-13 10:53:57.853 63 DEBUG tempest.lib.common.rest_client [req-c0d3e170-7804-4650-9eb3-7c5a7a31d29f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "name": "tempest-subnet-B-1-1053951380"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:53:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0d3e170-7804-4650-9eb3-7c5a7a31d29f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:53:57Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a4598a69-3885-4a33-8b70-2100d257fd64","subnetpool_id":null,"name":"tempest-subnet-B-1-1053951380"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:58.206 63 INFO tempest.lib.common.rest_client [req-9d6bca76-fb81-480e-8c6f-af871552c64b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.352s 2018-08-13 10:53:58.207 63 DEBUG tempest.lib.common.rest_client [req-9d6bca76-fb81-480e-8c6f-af871552c64b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:53:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d6bca76-fb81-480e-8c6f-af871552c64b'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "efc590b4-268b-4a33-9fc3-8e8f19f59e2c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:58.390 63 INFO tempest.lib.common.rest_client [req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.182s 2018-08-13 10:53:58.391 63 DEBUG tempest.lib.common.rest_client [req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1811757354"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqbf9sF/sGXXemMCYT6Dj7ye6nOpnjQBxhf9ArxfTVdX+PdjqGHUR4ohktuCkxyUwjNvLV2+GAcIuK9b1uciMIe3YzkZZxL1h2DAOOxJq8vZ/voBGCn7gVChKIqEdVLlTSfGOguuhUJe4ztkj93j/mwy3bVuc53KzP76EfmYGvkc0Z/XJ8A6rzduYOWkpcspO7rxUc8t2f/rXadODnZYy+RSTOyYQfIXm0qHkc3LoU4m0TQpMwhaD4e9BC1MBpolk0hV6hBGbl4sB845DXeTNJUfn+RiyP0NtDcNcSt5mcprbxp1Sf/5dgAH31zBufbjQE4dNbfcnIqkj0o9czxZvL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA6m3/bBf7Bl13pjAmE+g4+8nupzqZ40AcYX/QK8X01XV/j3Y6\nhh1EeKIZLbgpMclMIzby1dvhgHCLivW9bnIjCHt2M5GWcS9YdgwDjsSavL2f76AR\ngp+4FQoSiKhHVS5U0nxjoLroVCXuM7ZI/d4/5sMt21bnOdysz++hH5mBr5HNGf1y\nfAOq83bmDlpKXLKTu68VHPLdn/612nTg52WMvkUkzsmEHyF5tKh5HNy6FOJtE0KT\nMIWg+HvQQtTAaaJZNIVeoQRm5eLAfOOQ13kzSVH5/kYsj9DbQ3DXEreZnKa28adU\nn/+XYAB99cwbn240BOHTW33JyKpI9KPXM8WbywIDAQABAoIBAFQCw2w7U8w+Jqi5\nzIuJxxIEla/8QjW8Pe963GEzecAdcW86EVMKngUVIizOOIUM/GoKQQ/+0lsy+e78\njbxMzt01UXC9lcpOC0eSmpvJPSKyWeSH2n6TOmbfyzCKDbYq+l7MEPACy0uMpEaH\n5rSDtya9f2uBQy/rM0r5NyaZ3m3KBJgzwEJ5WtBJN/fF1IWaimkGmz1ZX4hdceIm\nSlhCRXU0D7sPDI+xG1/jlnpyDtPz6+2SBOuJxK/33uYd0MhSBmiyBcSWrW8iIhZo\n69OnbumImNQKewTsJZR+OyWFh49hz4HDEOMAHzjFf8Oe+iWgztc9PWlWq1sm3DNn\nwit9WcECgYEA/1rf2/gBCdaY/3tGL/1itJJh0xeRlXfBHQMYPHHVYudWBXCjDhc0\nhSq49iRzezUCtyYljNfIfpP4845OII3b7cgLYkH8uhEYS3wC96bozswlE5HZ7jmf\nnSXf5VWoOzNCVPKpJ8M+3Xs3b2VR5TU3A3GvVdCaSg1otjQ4X+a90NsCgYEA6wWX\niIoNmkV68luOOYJa7J3mbGEb0RZU/GhEHJ22Yd8zm9AilbLXzCHUPEsuQxqHtFcg\n4MooaSi1A9YzDe0kG+kU9WNzWJ54K3GNO1Ve8Yaex88etdodVWQitFoOz981FqMq\nAierUN9OQBqjnRvxP+DTsil2bMRo7gElJKSFG9ECgYEA23E878wxGENTODq4FoWq\nTYN+jemzMr+3NTdznH424sfrJMGnXnSSrd4JFX49v6POsZYWrvLBWgXP635fpZpD\nZhSDs+0BQuVt+3CXHDxT1WOaeTbeEdtzT5k8z9jMuhNS7a2bsJAZdjxtZ02rE06n\n+E26YATkkr7zPaGi0Md6WAECgYBZdW1yyanX2S6tZfBDL71QZ+I3ytb9xZRf54hV\npCqyInXQj286sDK4PwA8Wxmm7UhOewPGzOyI6rfMWBJi8KtX/Ga/6TUUvG1djAGI\nXjyfjvCNeedkrTuRL2aOY+FTetEIZt8sptDtHbL5b6pruSEhgYDTRjkPuct/HOx4\ngC8yoQKBgAmOxf+3nM1hnWo6noBOxkL1X8EqtNDRxsE3iz5/CwHxA9eBKGclIo3c\npANqc7Myqy2TbWGiFh9TZPhTGpHlEWQo07IhwipWWiPFFokCLvXfqawbGGSX12yi\ne0B6076nwkyBUVG6pISAGxbv7jU5JV3BQtw02E6z2WF8MhnUmjN4\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1811757354", "fingerprint": "43:94:7c:30:d3:d8:c7:0f:d0:08:19:27:b3:8a:a2:34"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:53:59.453 63 INFO tempest.lib.common.rest_client [req-ccdf1cd6-5ea8-41d2-8de1-8f8e73c6b371 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.058s 2018-08-13 10:53:59.454 63 DEBUG tempest.lib.common.rest_client [req-ccdf1cd6-5ea8-41d2-8de1-8f8e73c6b371 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-823622221", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:53:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccdf1cd6-5ea8-41d2-8de1-8f8e73c6b371'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:53:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:53:58Z","name":"tempest-port-smoke-823622221","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:47:86:71","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"09a664f3-ff9c-4499-8779-7666004dde97","ip_address":"10.101.11.10"}],"id":"1d3efe82-c99f-4c71-ae99-4cd4bdab19ee","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:00.797 63 INFO tempest.lib.common.rest_client [req-e1bfcb79-7e91-4123-990d-461d336428a4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.341s 2018-08-13 10:54:00.798 63 DEBUG tempest.lib.common.rest_client [req-e1bfcb79-7e91-4123-990d-461d336428a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e5edffc1-6e5d-44f0-b809-5478888f6895", "port": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e1bfcb79-7e91-4123-990d-461d336428a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1bfcb79-7e91-4123-990d-461d336428a4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "adminPass": "iEvaXCNWPTa6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:01.113 63 INFO tempest.lib.common.rest_client [req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.311s 2018-08-13 10:54:01.114 63 DEBUG tempest.lib.common.rest_client [req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:02.477 63 INFO tempest.lib.common.rest_client [req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.347s 2018-08-13 10:54:02.478 63 DEBUG tempest.lib.common.rest_client [req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:02.490 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-13 10:54:03.865 63 INFO tempest.lib.common.rest_client [req-0bd87577-b5b1-4ff2-ae80-007b21a0756c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.373s 2018-08-13 10:54:03.866 63 DEBUG tempest.lib.common.rest_client [req-0bd87577-b5b1-4ff2-ae80-007b21a0756c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-0bd87577-b5b1-4ff2-ae80-007b21a0756c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0bd87577-b5b1-4ff2-ae80-007b21a0756c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:03.879 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:54:05.275 63 INFO tempest.lib.common.rest_client [req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.394s 2018-08-13 10:54:05.276 63 DEBUG tempest.lib.common.rest_client [req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:06.671 63 INFO tempest.lib.common.rest_client [req-db688d54-be64-4d09-801a-10d0be632089 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.381s 2018-08-13 10:54:06.671 63 DEBUG tempest.lib.common.rest_client [req-db688d54-be64-4d09-801a-10d0be632089 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-db688d54-be64-4d09-801a-10d0be632089', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db688d54-be64-4d09-801a-10d0be632089'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:06.684 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:54:06.826 63 INFO tempest.lib.common.rest_client [req-1d2727fa-9448-4444-a6ab-7298053c6f47 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.142s 2018-08-13 10:54:06.827 63 DEBUG tempest.lib.common.rest_client [req-1d2727fa-9448-4444-a6ab-7298053c6f47 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-1d2727fa-9448-4444-a6ab-7298053c6f47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d2727fa-9448-4444-a6ab-7298053c6f47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:06.840 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: ea7b18a1-df78-487c-81f6-ec7c0efdb459 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:54:07.843 63 INFO tempest.lib.common.rest_client [req-a91f1aa1-8c7e-414c-b879-62d9a57237a9 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.002s 2018-08-13 10:54:07.844 63 DEBUG tempest.lib.common.rest_client [req-a91f1aa1-8c7e-414c-b879-62d9a57237a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-959882373", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a91f1aa1-8c7e-414c-b879-62d9a57237a9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:07Z","name":"tempest-port-smoke-959882373","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c0:3e:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a4598a69-3885-4a33-8b70-2100d257fd64","ip_address":"10.102.21.20"}],"id":"40def009-f663-4c6b-a81b-d309456942c5","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:08.920 63 INFO tempest.lib.common.rest_client [req-e8b32568-444e-4b65-81c3-b72ceab04d5f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.075s 2018-08-13 10:54:08.920 63 DEBUG tempest.lib.common.rest_client [req-e8b32568-444e-4b65-81c3-b72ceab04d5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "port": "40def009-f663-4c6b-a81b-d309456942c5"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e8b32568-444e-4b65-81c3-b72ceab04d5f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8b32568-444e-4b65-81c3-b72ceab04d5f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "adminPass": "EGavfPmRThX8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:09.008 63 INFO tempest.lib.common.rest_client [req-d82930b5-2b88-4fc8-946d-5f2bd0742a31 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.083s 2018-08-13 10:54:09.008 63 DEBUG tempest.lib.common.rest_client [req-d82930b5-2b88-4fc8-946d-5f2bd0742a31 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-d82930b5-2b88-4fc8-946d-5f2bd0742a31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d82930b5-2b88-4fc8-946d-5f2bd0742a31'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:10.291 63 INFO tempest.lib.common.rest_client [req-946527c5-b169-460c-9fa9-40664f01ba75 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.269s 2018-08-13 10:54:10.291 63 DEBUG tempest.lib.common.rest_client [req-946527c5-b169-460c-9fa9-40664f01ba75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-946527c5-b169-460c-9fa9-40664f01ba75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-946527c5-b169-460c-9fa9-40664f01ba75'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:11.401 63 INFO tempest.lib.common.rest_client [req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.096s 2018-08-13 10:54:11.402 63 DEBUG tempest.lib.common.rest_client [req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1258', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:11.414 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-13 10:54:13.438 63 INFO tempest.lib.common.rest_client [req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 1.022s 2018-08-13 10:54:13.438 63 DEBUG tempest.lib.common.rest_client [req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:13.452 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:54:14.602 63 INFO tempest.lib.common.rest_client [req-34db9874-351b-43a0-b2aa-50272d4b1fbb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.148s 2018-08-13 10:54:14.602 63 DEBUG tempest.lib.common.rest_client [req-34db9874-351b-43a0-b2aa-50272d4b1fbb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-34db9874-351b-43a0-b2aa-50272d4b1fbb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34db9874-351b-43a0-b2aa-50272d4b1fbb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:15.971 63 INFO tempest.lib.common.rest_client [req-903395f4-b3e3-4bb4-a58a-0d25d7776e73 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.356s 2018-08-13 10:54:15.972 63 DEBUG tempest.lib.common.rest_client [req-903395f4-b3e3-4bb4-a58a-0d25d7776e73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-903395f4-b3e3-4bb4-a58a-0d25d7776e73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-903395f4-b3e3-4bb4-a58a-0d25d7776e73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:17.673 63 INFO tempest.lib.common.rest_client [req-0717951c-df4c-4c2a-aaa5-e40657a2b98a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.681s 2018-08-13 10:54:17.674 63 DEBUG tempest.lib.common.rest_client [req-0717951c-df4c-4c2a-aaa5-e40657a2b98a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-0717951c-df4c-4c2a-aaa5-e40657a2b98a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0717951c-df4c-4c2a-aaa5-e40657a2b98a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:17.692 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-13 10:54:18.168 63 INFO tempest.lib.common.rest_client [req-8b049fe3-d565-4454-8e3d-6fbca3b96f71 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.475s 2018-08-13 10:54:18.169 63 DEBUG tempest.lib.common.rest_client [req-8b049fe3-d565-4454-8e3d-6fbca3b96f71 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-8b049fe3-d565-4454-8e3d-6fbca3b96f71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b049fe3-d565-4454-8e3d-6fbca3b96f71'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:18.184 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e6face3c-2203-4ed5-aa61-1b01657ef264 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:54:18.906 63 INFO tempest.lib.common.rest_client [req-dd569fb2-e176-452f-8196-d8c4299fb680 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.718s 2018-08-13 10:54:18.907 63 DEBUG tempest.lib.common.rest_client [req-dd569fb2-e176-452f-8196-d8c4299fb680 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1864764312", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd569fb2-e176-452f-8196-d8c4299fb680'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:18Z","name":"tempest-port-smoke-1864764312","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:88:b7:6c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"09a664f3-ff9c-4499-8779-7666004dde97","ip_address":"10.101.11.30"}],"id":"6ea10e99-c592-4b22-86c1-7f5a792a47dc","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:20.561 63 INFO tempest.lib.common.rest_client [req-434b3b57-3785-4b82-99e3-df5805170af3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.653s 2018-08-13 10:54:20.562 63 DEBUG tempest.lib.common.rest_client [req-434b3b57-3785-4b82-99e3-df5805170af3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e5edffc1-6e5d-44f0-b809-5478888f6895", "port": "6ea10e99-c592-4b22-86c1-7f5a792a47dc"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-434b3b57-3785-4b82-99e3-df5805170af3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-434b3b57-3785-4b82-99e3-df5805170af3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "adminPass": "YHWpCM5mk2g7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:20.636 63 INFO tempest.lib.common.rest_client [req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.069s 2018-08-13 10:54:20.636 63 DEBUG tempest.lib.common.rest_client [req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:22.383 63 INFO tempest.lib.common.rest_client [req-82b782de-b440-4b80-997e-43818dbad46c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.731s 2018-08-13 10:54:22.383 63 DEBUG tempest.lib.common.rest_client [req-82b782de-b440-4b80-997e-43818dbad46c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-82b782de-b440-4b80-997e-43818dbad46c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82b782de-b440-4b80-997e-43818dbad46c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:23.715 63 INFO tempest.lib.common.rest_client [req-e14def0e-041a-462a-bf84-7403c97f4303 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.313s 2018-08-13 10:54:23.716 63 DEBUG tempest.lib.common.rest_client [req-e14def0e-041a-462a-bf84-7403c97f4303 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-e14def0e-041a-462a-bf84-7403c97f4303', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e14def0e-041a-462a-bf84-7403c97f4303'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:22Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:23.727 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:54:24.875 63 INFO tempest.lib.common.rest_client [req-6dc6a598-3372-4ca8-af15-4477d5866670 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.145s 2018-08-13 10:54:24.875 63 DEBUG tempest.lib.common.rest_client [req-6dc6a598-3372-4ca8-af15-4477d5866670 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-6dc6a598-3372-4ca8-af15-4477d5866670', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6dc6a598-3372-4ca8-af15-4477d5866670'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:22Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:26.049 63 INFO tempest.lib.common.rest_client [req-8904d474-b8aa-4917-bffd-223f3430e87d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.158s 2018-08-13 10:54:26.049 63 DEBUG tempest.lib.common.rest_client [req-8904d474-b8aa-4917-bffd-223f3430e87d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-8904d474-b8aa-4917-bffd-223f3430e87d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8904d474-b8aa-4917-bffd-223f3430e87d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:26.062 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:54:26.486 63 INFO tempest.lib.common.rest_client [req-24d35c06-ac87-4419-b189-9d295e542b51 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.423s 2018-08-13 10:54:26.487 63 DEBUG tempest.lib.common.rest_client [req-24d35c06-ac87-4419-b189-9d295e542b51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-24d35c06-ac87-4419-b189-9d295e542b51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-24d35c06-ac87-4419-b189-9d295e542b51'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:26.503 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 79d76c74-6058-49fb-8d98-a9d5c5e66634 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:54:27.256 63 INFO tempest.lib.common.rest_client [req-64bcb4f1-96de-44a4-95fc-cfd3c2abd10f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.751s 2018-08-13 10:54:27.257 63 DEBUG tempest.lib.common.rest_client [req-64bcb4f1-96de-44a4-95fc-cfd3c2abd10f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-1339614167", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64bcb4f1-96de-44a4-95fc-cfd3c2abd10f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:26Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:26Z","name":"tempest-port-smoke-1339614167","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3f:39:66","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a4598a69-3885-4a33-8b70-2100d257fd64","ip_address":"10.102.21.40"}],"id":"0e7b4628-ac83-4c0b-8263-918b245d3ecf","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:28.923 63 INFO tempest.lib.common.rest_client [req-d174cf4b-cb59-4c19-ab14-d397176fbac2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.664s 2018-08-13 10:54:28.923 63 DEBUG tempest.lib.common.rest_client [req-d174cf4b-cb59-4c19-ab14-d397176fbac2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "port": "0e7b4628-ac83-4c0b-8263-918b245d3ecf"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d174cf4b-cb59-4c19-ab14-d397176fbac2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d174cf4b-cb59-4c19-ab14-d397176fbac2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "adminPass": "62DdYaRqdpiK"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:28.996 63 INFO tempest.lib.common.rest_client [req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.069s 2018-08-13 10:54:28.997 63 DEBUG tempest.lib.common.rest_client [req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:30.073 63 INFO tempest.lib.common.rest_client [req-8afd59f7-3051-4177-925b-33dfb228d53d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.055s 2018-08-13 10:54:30.073 63 DEBUG tempest.lib.common.rest_client [req-8afd59f7-3051-4177-925b-33dfb228d53d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-8afd59f7-3051-4177-925b-33dfb228d53d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8afd59f7-3051-4177-925b-33dfb228d53d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:31.178 63 INFO tempest.lib.common.rest_client [req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.088s 2018-08-13 10:54:31.178 63 DEBUG tempest.lib.common.rest_client [req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:31.191 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:54:32.342 63 INFO tempest.lib.common.rest_client [req-1d8c990d-a0a8-42e5-b63f-217198647c21 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.149s 2018-08-13 10:54:32.343 63 DEBUG tempest.lib.common.rest_client [req-1d8c990d-a0a8-42e5-b63f-217198647c21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-1d8c990d-a0a8-42e5-b63f-217198647c21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d8c990d-a0a8-42e5-b63f-217198647c21'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:32.356 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:54:33.969 63 INFO tempest.lib.common.rest_client [req-665e0e24-29b1-4f4c-85f0-055939ff00e5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.610s 2018-08-13 10:54:33.969 63 DEBUG tempest.lib.common.rest_client [req-665e0e24-29b1-4f4c-85f0-055939ff00e5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-665e0e24-29b1-4f4c-85f0-055939ff00e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665e0e24-29b1-4f4c-85f0-055939ff00e5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:35.122 63 INFO tempest.lib.common.rest_client [req-49c57a68-2f3a-4252-9a12-b43e7128a39c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.139s 2018-08-13 10:54:35.123 63 DEBUG tempest.lib.common.rest_client [req-49c57a68-2f3a-4252-9a12-b43e7128a39c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-49c57a68-2f3a-4252-9a12-b43e7128a39c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49c57a68-2f3a-4252-9a12-b43e7128a39c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:33Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:35.138 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:54:35.536 63 INFO tempest.lib.common.rest_client [req-118f67bb-5bb7-4253-9db2-74c48f545346 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.397s 2018-08-13 10:54:35.537 63 DEBUG tempest.lib.common.rest_client [req-118f67bb-5bb7-4253-9db2-74c48f545346 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-118f67bb-5bb7-4253-9db2-74c48f545346', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-118f67bb-5bb7-4253-9db2-74c48f545346'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:33Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:35.549 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 5506c539-f89e-4e1f-98df-db73b845bbce with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:54:36.151 63 INFO tempest.lib.common.rest_client [req-553a761b-427a-4f16-9ba4-fba328934dda ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations 0.601s 2018-08-13 10:54:36.151 63 DEBUG tempest.lib.common.rest_client [req-553a761b-427a-4f16-9ba4-fba328934dda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations', u'date': 'Mon, 13 Aug 2018 10:54:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-553a761b-427a-4f16-9ba4-fba328934dda'} Body: {"network_association": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "id": "f9901566-cfd1-406c-a834-87f8fa62e3ae"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:36.289 63 INFO tempest.lib.common.rest_client [req-9cd7a7f3-3d3d-440f-96e1-06a64c64c645 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.136s 2018-08-13 10:54:36.289 63 DEBUG tempest.lib.common.rest_client [req-9cd7a7f3-3d3d-440f-96e1-06a64c64c645 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--2041419839", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:54:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9cd7a7f3-3d3d-440f-96e1-06a64c64c645'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:36Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:36Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bd377a60-b57b-4a24-b199-98200d5818b8", "name": "tempest-router--2041419839"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:37.847 63 INFO tempest.lib.common.rest_client [req-dbec1f9e-e906-48c1-8e94-06d9c3ad3cde ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8 1.556s 2018-08-13 10:54:37.847 63 DEBUG tempest.lib.common.rest_client [req-dbec1f9e-e906-48c1-8e94-06d9c3ad3cde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8', u'date': 'Mon, 13 Aug 2018 10:54:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbec1f9e-e906-48c1-8e94-06d9c3ad3cde'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:36Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:37Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bd377a60-b57b-4a24-b199-98200d5818b8", "name": "tempest-router--2041419839"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:39.788 63 INFO tempest.lib.common.rest_client [req-569dcb65-9528-4472-8253-0c3c3a527758 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/add_router_interface 1.940s 2018-08-13 10:54:39.788 63 DEBUG tempest.lib.common.rest_client [req-569dcb65-9528-4472-8253-0c3c3a527758 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:54:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-569dcb65-9528-4472-8253-0c3c3a527758'} Body: {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97", "subnet_ids": ["09a664f3-ff9c-4499-8779-7666004dde97"], "port_id": "d075b4b1-ed8d-4c4a-b13f-8c0fc4bdcd1e", "id": "bd377a60-b57b-4a24-b199-98200d5818b8"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:41.659 63 INFO tempest.lib.common.rest_client [req-aba36c9e-8335-49b8-bd2b-3b74b1bb08ae ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.870s 2018-08-13 10:54:41.660 63 DEBUG tempest.lib.common.rest_client [req-aba36c9e-8335-49b8-bd2b-3b74b1bb08ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:54:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aba36c9e-8335-49b8-bd2b-3b74b1bb08ae'} Body: {"floatingip": {"router_id": "bd377a60-b57b-4a24-b199-98200d5818b8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:54:40Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee", "id": "0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:40Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:41.661 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:49.672 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:49.775 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:54:49.800 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:49.915 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:54:49.915 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:49.917 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:49.977 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:54:49.981 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:54.988 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:54:54.989 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:54:54.989 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.074559 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:54:54.990 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:54.992 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:55.056 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:54:55.057 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:55.171 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:54:55.172 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:55.176 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:55.238 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:54:55.240 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:59.247 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.076121 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:54:59.614 63 INFO tempest.lib.common.rest_client [req-325d6178-fdb3-4658-9f6d-111e5b2cd4d2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations 0.365s 2018-08-13 10:54:59.615 63 DEBUG tempest.lib.common.rest_client [req-325d6178-fdb3-4658-9f6d-111e5b2cd4d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations', u'date': 'Mon, 13 Aug 2018 10:54:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-325d6178-fdb3-4658-9f6d-111e5b2cd4d2'} Body: {"network_association": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "id": "85179a8b-e699-4f0c-b1de-061150595019"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:54:59.753 63 INFO tempest.lib.common.rest_client [req-a6df67ac-f10f-4521-84c8-360c0cbbe844 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.137s 2018-08-13 10:54:59.754 63 DEBUG tempest.lib.common.rest_client [req-a6df67ac-f10f-4521-84c8-360c0cbbe844 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1497556500", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:54:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a6df67ac-f10f-4521-84c8-360c0cbbe844'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:59Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:59Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bc712a08-b489-4805-81f6-385587e7088a", "name": "tempest-router--1497556500"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:01.114 63 INFO tempest.lib.common.rest_client [req-eda266f5-c6ed-4978-835c-e025e0bb98cc ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a 1.359s 2018-08-13 10:55:01.115 63 DEBUG tempest.lib.common.rest_client [req-eda266f5-c6ed-4978-835c-e025e0bb98cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a', u'date': 'Mon, 13 Aug 2018 10:55:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eda266f5-c6ed-4978-835c-e025e0bb98cc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:59Z", "admin_state_up": true, "updated_at": "2018-08-13T10:55:00Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bc712a08-b489-4805-81f6-385587e7088a", "name": "tempest-router--1497556500"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:03.059 63 INFO tempest.lib.common.rest_client [req-22e20f96-2380-4b8b-8c1d-df757542575b ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/add_router_interface 1.942s 2018-08-13 10:55:03.060 63 DEBUG tempest.lib.common.rest_client [req-22e20f96-2380-4b8b-8c1d-df757542575b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22e20f96-2380-4b8b-8c1d-df757542575b'} Body: {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64", "subnet_ids": ["a4598a69-3885-4a33-8b70-2100d257fd64"], "port_id": "912fb684-5e4e-4ecc-aefe-6fa2436ad27c", "id": "bc712a08-b489-4805-81f6-385587e7088a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:04.775 63 INFO tempest.lib.common.rest_client [req-d3f6e05e-9c84-4ac3-9a7f-2cb16ba93e3d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.714s 2018-08-13 10:55:04.775 63 DEBUG tempest.lib.common.rest_client [req-d3f6e05e-9c84-4ac3-9a7f-2cb16ba93e3d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "40def009-f663-4c6b-a81b-d309456942c5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:55:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3f6e05e-9c84-4ac3-9a7f-2cb16ba93e3d'} Body: {"floatingip": {"router_id": "bc712a08-b489-4805-81f6-385587e7088a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:55:04Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "40def009-f663-4c6b-a81b-d309456942c5", "id": "773045d0-f2e6-47d6-8e93-285b02223f71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:04Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:04.776 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:55:04.779 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:04.839 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:55:04.843 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:55:04.957 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:55:04.958 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:55:04.960 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:05.021 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:55:05.024 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:55:10.031 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:55:10.032 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:55:10.032 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075140 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:55:10.033 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:55:25.074 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:25.137 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:55:25.142 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:55:25.257 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.40 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:55:25.257 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:55:25.259 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:25.319 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:55:25.323 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:55:29.329 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.072981 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:55:29.330 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Updating targets in BGPVPN efc590b4-268b-4a33-9fc3-8e8f19f59e2c _update_l3_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:990 2018-08-13 10:55:29.678 63 INFO tempest.lib.common.rest_client [req-3a4842a0-c77f-402c-8df9-7812e6a3a89a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c 0.347s 2018-08-13 10:55:29.679 63 DEBUG tempest.lib.common.rest_client [req-3a4842a0-c77f-402c-8df9-7812e6a3a89a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c', u'date': 'Mon, 13 Aug 2018 10:55:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a4842a0-c77f-402c-8df9-7812e6a3a89a'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:30.881 63 INFO tempest.lib.common.rest_client [req-335ae4e9-71d7-48cf-8f51-d80a6adf3b53 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/773045d0-f2e6-47d6-8e93-285b02223f71 1.200s 2018-08-13 10:55:30.881 63 DEBUG tempest.lib.common.rest_client [req-335ae4e9-71d7-48cf-8f51-d80a6adf3b53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/773045d0-f2e6-47d6-8e93-285b02223f71', u'date': 'Mon, 13 Aug 2018 10:55:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-335ae4e9-71d7-48cf-8f51-d80a6adf3b53'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:32.529 63 INFO tempest.lib.common.rest_client [req-20a6d1fc-3365-4ea9-8816-abecfc09d850 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/remove_router_interface 1.646s 2018-08-13 10:55:32.530 63 DEBUG tempest.lib.common.rest_client [req-20a6d1fc-3365-4ea9-8816-abecfc09d850 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20a6d1fc-3365-4ea9-8816-abecfc09d850'} Body: {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64", "subnet_ids": ["a4598a69-3885-4a33-8b70-2100d257fd64"], "port_id": "912fb684-5e4e-4ecc-aefe-6fa2436ad27c", "id": "bc712a08-b489-4805-81f6-385587e7088a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:33.905 63 INFO tempest.lib.common.rest_client [req-26602600-affe-4487-ba77-6a8491045030 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a 1.374s 2018-08-13 10:55:33.905 63 DEBUG tempest.lib.common.rest_client [req-26602600-affe-4487-ba77-6a8491045030 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a', u'date': 'Mon, 13 Aug 2018 10:55:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-26602600-affe-4487-ba77-6a8491045030'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:35.032 63 INFO tempest.lib.common.rest_client [req-05a43d01-2ce8-4059-b152-6687f8a4a841 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08 1.125s 2018-08-13 10:55:35.033 63 DEBUG tempest.lib.common.rest_client [req-05a43d01-2ce8-4059-b152-6687f8a4a841 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08', u'date': 'Mon, 13 Aug 2018 10:55:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05a43d01-2ce8-4059-b152-6687f8a4a841'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:36.638 63 INFO tempest.lib.common.rest_client [req-e0b69773-9911-4499-b18b-907b4ffa66dc ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/remove_router_interface 1.604s 2018-08-13 10:55:36.638 63 DEBUG tempest.lib.common.rest_client [req-e0b69773-9911-4499-b18b-907b4ffa66dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0b69773-9911-4499-b18b-907b4ffa66dc'} Body: {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97", "subnet_ids": ["09a664f3-ff9c-4499-8779-7666004dde97"], "port_id": "d075b4b1-ed8d-4c4a-b13f-8c0fc4bdcd1e", "id": "bd377a60-b57b-4a24-b199-98200d5818b8"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:38.168 63 INFO tempest.lib.common.rest_client [req-fd6612b6-91bc-4ab3-9fd0-5f7075677ce9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8 1.528s 2018-08-13 10:55:38.168 63 DEBUG tempest.lib.common.rest_client [req-fd6612b6-91bc-4ab3-9fd0-5f7075677ce9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd6612b6-91bc-4ab3-9fd0-5f7075677ce9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:38.313 63 INFO tempest.lib.common.rest_client [req-2b2b386b-57ae-40ad-be1a-5f81430ae411 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.143s 2018-08-13 10:55:38.313 63 DEBUG tempest.lib.common.rest_client [req-2b2b386b-57ae-40ad-be1a-5f81430ae411 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-2b2b386b-57ae-40ad-be1a-5f81430ae411', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b2b386b-57ae-40ad-be1a-5f81430ae411'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:38.759 63 INFO tempest.lib.common.rest_client [req-11708f67-e2fd-4ebd-95f0-8973c38bf807 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.445s 2018-08-13 10:55:38.760 63 DEBUG tempest.lib.common.rest_client [req-11708f67-e2fd-4ebd-95f0-8973c38bf807 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-11708f67-e2fd-4ebd-95f0-8973c38bf807', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11708f67-e2fd-4ebd-95f0-8973c38bf807'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:39.865 63 INFO tempest.lib.common.rest_client [req-692bee71-467b-4283-b695-445d83bc240c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.092s 2018-08-13 10:55:39.866 63 DEBUG tempest.lib.common.rest_client [req-692bee71-467b-4283-b695-445d83bc240c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-692bee71-467b-4283-b695-445d83bc240c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-692bee71-467b-4283-b695-445d83bc240c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:40.925 63 INFO tempest.lib.common.rest_client [req-49178df2-5d78-4f43-baea-3aaf53cc926e ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.044s 2018-08-13 10:55:40.925 63 DEBUG tempest.lib.common.rest_client [req-49178df2-5d78-4f43-baea-3aaf53cc926e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-49178df2-5d78-4f43-baea-3aaf53cc926e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-49178df2-5d78-4f43-baea-3aaf53cc926e'} Body: {"itemNotFound": {"message": "Instance 5506c539-f89e-4e1f-98df-db73b845bbce could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:41.495 63 INFO tempest.lib.common.rest_client [req-24cde350-7f26-43b1-9dd3-0dbd49519bc6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0e7b4628-ac83-4c0b-8263-918b245d3ecf 0.568s 2018-08-13 10:55:41.495 63 DEBUG tempest.lib.common.rest_client [req-24cde350-7f26-43b1-9dd3-0dbd49519bc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0e7b4628-ac83-4c0b-8263-918b245d3ecf', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24cde350-7f26-43b1-9dd3-0dbd49519bc6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:41.649 63 INFO tempest.lib.common.rest_client [req-3ea9f68a-a5f3-480b-9352-09df063ef337 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.153s 2018-08-13 10:55:41.649 63 DEBUG tempest.lib.common.rest_client [req-3ea9f68a-a5f3-480b-9352-09df063ef337 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-3ea9f68a-a5f3-480b-9352-09df063ef337', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ea9f68a-a5f3-480b-9352-09df063ef337'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:42.148 63 INFO tempest.lib.common.rest_client [req-bee04615-541c-4e7c-87cd-0f1327f9cb76 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.498s 2018-08-13 10:55:42.148 63 DEBUG tempest.lib.common.rest_client [req-bee04615-541c-4e7c-87cd-0f1327f9cb76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-bee04615-541c-4e7c-87cd-0f1327f9cb76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bee04615-541c-4e7c-87cd-0f1327f9cb76'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:43.207 63 INFO tempest.lib.common.rest_client [req-3412160e-e9fc-4d6e-a099-9ff39808f747 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.044s 2018-08-13 10:55:43.208 63 DEBUG tempest.lib.common.rest_client [req-3412160e-e9fc-4d6e-a099-9ff39808f747 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-3412160e-e9fc-4d6e-a099-9ff39808f747', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3412160e-e9fc-4d6e-a099-9ff39808f747'} Body: {"itemNotFound": {"message": "Instance 79d76c74-6058-49fb-8d98-a9d5c5e66634 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:43.794 63 INFO tempest.lib.common.rest_client [req-e4ef4c23-312e-4df4-b65c-8bb58e2a84e2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/6ea10e99-c592-4b22-86c1-7f5a792a47dc 0.585s 2018-08-13 10:55:43.795 63 DEBUG tempest.lib.common.rest_client [req-e4ef4c23-312e-4df4-b65c-8bb58e2a84e2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/6ea10e99-c592-4b22-86c1-7f5a792a47dc', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e4ef4c23-312e-4df4-b65c-8bb58e2a84e2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:43.945 63 INFO tempest.lib.common.rest_client [req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.149s 2018-08-13 10:55:43.946 63 DEBUG tempest.lib.common.rest_client [req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:44.481 63 INFO tempest.lib.common.rest_client [req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.534s 2018-08-13 10:55:44.482 63 DEBUG tempest.lib.common.rest_client [req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:43Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:45.549 63 INFO tempest.lib.common.rest_client [req-65938f15-2c5c-4b09-b288-100e96e5cadc ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.052s 2018-08-13 10:55:45.549 63 DEBUG tempest.lib.common.rest_client [req-65938f15-2c5c-4b09-b288-100e96e5cadc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-65938f15-2c5c-4b09-b288-100e96e5cadc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65938f15-2c5c-4b09-b288-100e96e5cadc'} Body: {"itemNotFound": {"message": "Instance e6face3c-2203-4ed5-aa61-1b01657ef264 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:46.437 63 INFO tempest.lib.common.rest_client [req-f98877bb-b6ac-4383-a858-56dcf3a4671a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/40def009-f663-4c6b-a81b-d309456942c5 0.886s 2018-08-13 10:55:46.437 63 DEBUG tempest.lib.common.rest_client [req-f98877bb-b6ac-4383-a858-56dcf3a4671a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/40def009-f663-4c6b-a81b-d309456942c5', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f98877bb-b6ac-4383-a858-56dcf3a4671a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:46.576 63 INFO tempest.lib.common.rest_client [req-2258f3ed-9639-474f-b6a1-452d970683fb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.138s 2018-08-13 10:55:46.576 63 DEBUG tempest.lib.common.rest_client [req-2258f3ed-9639-474f-b6a1-452d970683fb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-2258f3ed-9639-474f-b6a1-452d970683fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2258f3ed-9639-474f-b6a1-452d970683fb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:46.768 63 INFO tempest.lib.common.rest_client [req-afbf046c-b965-45ae-8ed7-f7f6719270fd ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.190s 2018-08-13 10:55:46.768 63 DEBUG tempest.lib.common.rest_client [req-afbf046c-b965-45ae-8ed7-f7f6719270fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-afbf046c-b965-45ae-8ed7-f7f6719270fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afbf046c-b965-45ae-8ed7-f7f6719270fd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:46Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:47.867 63 INFO tempest.lib.common.rest_client [req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.085s 2018-08-13 10:55:47.868 63 DEBUG tempest.lib.common.rest_client [req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:48.926 63 INFO tempest.lib.common.rest_client [req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.043s 2018-08-13 10:55:48.927 63 DEBUG tempest.lib.common.rest_client [req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:48 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc'} Body: {"itemNotFound": {"message": "Instance ea7b18a1-df78-487c-81f6-ec7c0efdb459 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:49.764 63 INFO tempest.lib.common.rest_client [req-09d76fdd-99bd-4248-b41d-f489509e938c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1d3efe82-c99f-4c71-ae99-4cd4bdab19ee 0.836s 2018-08-13 10:55:49.765 63 DEBUG tempest.lib.common.rest_client [req-09d76fdd-99bd-4248-b41d-f489509e938c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1d3efe82-c99f-4c71-ae99-4cd4bdab19ee', u'date': 'Mon, 13 Aug 2018 10:55:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-09d76fdd-99bd-4248-b41d-f489509e938c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:50.008 63 INFO tempest.lib.common.rest_client [req-16f35ccb-8e8e-4b36-bf42-af8f1899031e ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1811757354 0.242s 2018-08-13 10:55:50.009 63 DEBUG tempest.lib.common.rest_client [req-16f35ccb-8e8e-4b36-bf42-af8f1899031e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1811757354', u'x-compute-request-id': 'req-16f35ccb-8e8e-4b36-bf42-af8f1899031e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16f35ccb-8e8e-4b36-bf42-af8f1899031e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:51.305 63 INFO tempest.lib.common.rest_client [req-a03e125d-6fd2-4a60-a74a-45aacccfe0ad ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a4598a69-3885-4a33-8b70-2100d257fd64 1.295s 2018-08-13 10:55:51.305 63 DEBUG tempest.lib.common.rest_client [req-a03e125d-6fd2-4a60-a74a-45aacccfe0ad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a4598a69-3885-4a33-8b70-2100d257fd64', u'date': 'Mon, 13 Aug 2018 10:55:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a03e125d-6fd2-4a60-a74a-45aacccfe0ad'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:53.190 63 INFO tempest.lib.common.rest_client [req-d579d981-a77b-4ad1-935f-d949ea4367c0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d7a04f73-db0c-41ca-9d6a-9a27dc989da0 1.884s 2018-08-13 10:55:53.191 63 DEBUG tempest.lib.common.rest_client [req-d579d981-a77b-4ad1-935f-d949ea4367c0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d7a04f73-db0c-41ca-9d6a-9a27dc989da0', u'date': 'Mon, 13 Aug 2018 10:55:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d579d981-a77b-4ad1-935f-d949ea4367c0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:54.208 63 INFO tempest.lib.common.rest_client [req-47ca4ec3-879b-4fa8-a843-a7aabc215fb5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/09a664f3-ff9c-4499-8779-7666004dde97 1.016s 2018-08-13 10:55:54.209 63 DEBUG tempest.lib.common.rest_client [req-47ca4ec3-879b-4fa8-a843-a7aabc215fb5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/09a664f3-ff9c-4499-8779-7666004dde97', u'date': 'Mon, 13 Aug 2018 10:55:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47ca4ec3-879b-4fa8-a843-a7aabc215fb5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:56.239 63 INFO tempest.lib.common.rest_client [req-e76b1360-c7fd-40bf-8ab4-5782ce8c41df ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/e5edffc1-6e5d-44f0-b809-5478888f6895 2.029s 2018-08-13 10:55:56.240 63 DEBUG tempest.lib.common.rest_client [req-e76b1360-c7fd-40bf-8ab4-5782ce8c41df ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/e5edffc1-6e5d-44f0-b809-5478888f6895', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e76b1360-c7fd-40bf-8ab4-5782ce8c41df'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:56.478 63 INFO tempest.lib.common.rest_client [req-5a09faeb-ee06-40f0-8da4-2a282e1937af ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d5ee7109-cd6e-4278-b008-cb27baaba475 0.237s 2018-08-13 10:55:56.478 63 DEBUG tempest.lib.common.rest_client [req-5a09faeb-ee06-40f0-8da4-2a282e1937af ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d5ee7109-cd6e-4278-b008-cb27baaba475', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5a09faeb-ee06-40f0-8da4-2a282e1937af'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [122.069552s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 351, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 self._update_l3_bgpvpn(rts=[RT1], import_rts=[], export_rts=[]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 994, in _update_l3_bgpvpn import_targets=import_rts) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:53:54,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.237s 2018-08-13 10:53:54,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-988173229 description", "name": "tempest-secgroup-smoke-988173229"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0d662a4-487a-4875-a2e1-b623b2ea50a9'} Body: {"security_group": {"description": "tempest-secgroup-smoke-988173229 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "updated_at": "2018-08-13T10:53:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:53:54Z", "revision_number": 0, "id": "953f77f2-8c6c-4579-b93d-5c7affd95321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:53:54Z", "revision_number": 0, "id": "dae037a8-9f5c-4ad2-a44d-8435b396aa48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "name": "tempest-secgroup-smoke-988173229"}} 2018-08-13 10:53:54,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.202s 2018-08-13 10:53:54,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c569605c-d0bd-473b-9e10-218500d56ea2'} 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-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "68323214-2690-4987-ae2e-158b78120a66"}} 2018-08-13 10:53:54,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 10:53:54,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a24b0305-83d6-4083-bb8f-d534d1797b1a'} 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-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "06b0ad26-9a6d-4d7e-9130-6fb870992a74"}} 2018-08-13 10:53:55,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.170s 2018-08-13 10:53:55,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3150ebbd-a4c4-4e63-a12c-4e76a2b4bcd6'} 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-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0b6f4125-69b6-4efc-9aaa-6f09388f5ae9"}} 2018-08-13 10:53:55,326 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 10:53:55,326 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-591546f4-340f-4456-ba18-0495793f5972'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1578477c-d05f-465d-9f8f-41c78ed828d7"}} 2018-08-13 10:53:55,507 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.180s 2018-08-13 10:53:55,508 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c7451290-8adb-434b-80b8-ad9a2e755f1b'} 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-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b8b00b8f-7a69-47cf-af65-e7ec1ec70f76"}} 2018-08-13 10:53:55,654 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.145s 2018-08-13 10:53:55,654 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abcc0c21-b178-42f5-ab96-ae0da6339771'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "de83e38a-e15d-4e86-a3f2-aa5faa0d198d"}} 2018-08-13 10:53:55,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:53:55,792 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a935b6be-7244-4744-a4eb-cff78c6d7de3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "dc098e5a-5faf-4f19-92f4-2fe96808ba8a"}} 2018-08-13 10:53:55,946 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:53:55,947 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a08e4ce6-dea1-481c-80de-c6a4e7beb29e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "93a29833-a2a5-40c4-b894-351618d00406"}} 2018-08-13 10:53:56,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.237s 2018-08-13 10:53:56,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1489749818"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b21e0427-c592-4053-bba4-8cc23f195f97'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:53:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e5edffc1-6e5d-44f0-b809-5478888f6895","name":"tempest-A-1489749818"}} 2018-08-13 10:53:56,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.540s 2018-08-13 10:53:56,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "name": "tempest-subnet-A-1-1945000744"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a740ead-e3c4-4175-8b77-9e1fd4d43417'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:53:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"09a664f3-ff9c-4499-8779-7666004dde97","subnetpool_id":null,"name":"tempest-subnet-A-1-1945000744"}} 2018-08-13 10:53:56,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.230s 2018-08-13 10:53:56,961 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-449679939"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef988c09-6815-4ec2-93d3-7923d7fffd45'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:53:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","name":"tempest-B-449679939"}} 2018-08-13 10:53:57,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.888s 2018-08-13 10:53:57,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "name": "tempest-subnet-B-1-1053951380"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:53:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0d3e170-7804-4650-9eb3-7c5a7a31d29f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:53:57Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a4598a69-3885-4a33-8b70-2100d257fd64","subnetpool_id":null,"name":"tempest-subnet-B-1-1053951380"}} 2018-08-13 10:53:58,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.352s 2018-08-13 10:53:58,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:53:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d6bca76-fb81-480e-8c6f-af871552c64b'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "efc590b4-268b-4a33-9fc3-8e8f19f59e2c"}} 2018-08-13 10:53:58,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.182s 2018-08-13 10:53:58,391 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1811757354"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqbf9sF/sGXXemMCYT6Dj7ye6nOpnjQBxhf9ArxfTVdX+PdjqGHUR4ohktuCkxyUwjNvLV2+GAcIuK9b1uciMIe3YzkZZxL1h2DAOOxJq8vZ/voBGCn7gVChKIqEdVLlTSfGOguuhUJe4ztkj93j/mwy3bVuc53KzP76EfmYGvkc0Z/XJ8A6rzduYOWkpcspO7rxUc8t2f/rXadODnZYy+RSTOyYQfIXm0qHkc3LoU4m0TQpMwhaD4e9BC1MBpolk0hV6hBGbl4sB845DXeTNJUfn+RiyP0NtDcNcSt5mcprbxp1Sf/5dgAH31zBufbjQE4dNbfcnIqkj0o9czxZvL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA6m3/bBf7Bl13pjAmE+g4+8nupzqZ40AcYX/QK8X01XV/j3Y6\nhh1EeKIZLbgpMclMIzby1dvhgHCLivW9bnIjCHt2M5GWcS9YdgwDjsSavL2f76AR\ngp+4FQoSiKhHVS5U0nxjoLroVCXuM7ZI/d4/5sMt21bnOdysz++hH5mBr5HNGf1y\nfAOq83bmDlpKXLKTu68VHPLdn/612nTg52WMvkUkzsmEHyF5tKh5HNy6FOJtE0KT\nMIWg+HvQQtTAaaJZNIVeoQRm5eLAfOOQ13kzSVH5/kYsj9DbQ3DXEreZnKa28adU\nn/+XYAB99cwbn240BOHTW33JyKpI9KPXM8WbywIDAQABAoIBAFQCw2w7U8w+Jqi5\nzIuJxxIEla/8QjW8Pe963GEzecAdcW86EVMKngUVIizOOIUM/GoKQQ/+0lsy+e78\njbxMzt01UXC9lcpOC0eSmpvJPSKyWeSH2n6TOmbfyzCKDbYq+l7MEPACy0uMpEaH\n5rSDtya9f2uBQy/rM0r5NyaZ3m3KBJgzwEJ5WtBJN/fF1IWaimkGmz1ZX4hdceIm\nSlhCRXU0D7sPDI+xG1/jlnpyDtPz6+2SBOuJxK/33uYd0MhSBmiyBcSWrW8iIhZo\n69OnbumImNQKewTsJZR+OyWFh49hz4HDEOMAHzjFf8Oe+iWgztc9PWlWq1sm3DNn\nwit9WcECgYEA/1rf2/gBCdaY/3tGL/1itJJh0xeRlXfBHQMYPHHVYudWBXCjDhc0\nhSq49iRzezUCtyYljNfIfpP4845OII3b7cgLYkH8uhEYS3wC96bozswlE5HZ7jmf\nnSXf5VWoOzNCVPKpJ8M+3Xs3b2VR5TU3A3GvVdCaSg1otjQ4X+a90NsCgYEA6wWX\niIoNmkV68luOOYJa7J3mbGEb0RZU/GhEHJ22Yd8zm9AilbLXzCHUPEsuQxqHtFcg\n4MooaSi1A9YzDe0kG+kU9WNzWJ54K3GNO1Ve8Yaex88etdodVWQitFoOz981FqMq\nAierUN9OQBqjnRvxP+DTsil2bMRo7gElJKSFG9ECgYEA23E878wxGENTODq4FoWq\nTYN+jemzMr+3NTdznH424sfrJMGnXnSSrd4JFX49v6POsZYWrvLBWgXP635fpZpD\nZhSDs+0BQuVt+3CXHDxT1WOaeTbeEdtzT5k8z9jMuhNS7a2bsJAZdjxtZ02rE06n\n+E26YATkkr7zPaGi0Md6WAECgYBZdW1yyanX2S6tZfBDL71QZ+I3ytb9xZRf54hV\npCqyInXQj286sDK4PwA8Wxmm7UhOewPGzOyI6rfMWBJi8KtX/Ga/6TUUvG1djAGI\nXjyfjvCNeedkrTuRL2aOY+FTetEIZt8sptDtHbL5b6pruSEhgYDTRjkPuct/HOx4\ngC8yoQKBgAmOxf+3nM1hnWo6noBOxkL1X8EqtNDRxsE3iz5/CwHxA9eBKGclIo3c\npANqc7Myqy2TbWGiFh9TZPhTGpHlEWQo07IhwipWWiPFFokCLvXfqawbGGSX12yi\ne0B6076nwkyBUVG6pISAGxbv7jU5JV3BQtw02E6z2WF8MhnUmjN4\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1811757354", "fingerprint": "43:94:7c:30:d3:d8:c7:0f:d0:08:19:27:b3:8a:a2:34"}} 2018-08-13 10:53:59,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.058s 2018-08-13 10:53:59,454 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-823622221", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:53:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccdf1cd6-5ea8-41d2-8de1-8f8e73c6b371'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:53:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:53:58Z","name":"tempest-port-smoke-823622221","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:47:86:71","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"09a664f3-ff9c-4499-8779-7666004dde97","ip_address":"10.101.11.10"}],"id":"1d3efe82-c99f-4c71-ae99-4cd4bdab19ee","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:00,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.341s 2018-08-13 10:54:00,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e5edffc1-6e5d-44f0-b809-5478888f6895", "port": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e1bfcb79-7e91-4123-990d-461d336428a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1bfcb79-7e91-4123-990d-461d336428a4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "adminPass": "iEvaXCNWPTa6"}} 2018-08-13 10:54:01,113 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.311s 2018-08-13 10:54:01,114 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:02,477 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.347s 2018-08-13 10:54:02,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:02,490 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-13 10:54:03,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.373s 2018-08-13 10:54:03,866 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-0bd87577-b5b1-4ff2-ae80-007b21a0756c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0bd87577-b5b1-4ff2-ae80-007b21a0756c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:03,879 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:54:05,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.394s 2018-08-13 10:54:05,276 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:06,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.381s 2018-08-13 10:54:06,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-db688d54-be64-4d09-801a-10d0be632089', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db688d54-be64-4d09-801a-10d0be632089'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:06,684 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:54:06,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.142s 2018-08-13 10:54:06,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-1d2727fa-9448-4444-a6ab-7298053c6f47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d2727fa-9448-4444-a6ab-7298053c6f47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:06,840 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ea7b18a1-df78-487c-81f6-ec7c0efdb459 with status: ACTIVE 2018-08-13 10:54:07,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.002s 2018-08-13 10:54:07,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-959882373", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a91f1aa1-8c7e-414c-b879-62d9a57237a9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:07Z","name":"tempest-port-smoke-959882373","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c0:3e:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a4598a69-3885-4a33-8b70-2100d257fd64","ip_address":"10.102.21.20"}],"id":"40def009-f663-4c6b-a81b-d309456942c5","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:08,920 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.075s 2018-08-13 10:54:08,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "port": "40def009-f663-4c6b-a81b-d309456942c5"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e8b32568-444e-4b65-81c3-b72ceab04d5f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8b32568-444e-4b65-81c3-b72ceab04d5f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "adminPass": "EGavfPmRThX8"}} 2018-08-13 10:54:09,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.083s 2018-08-13 10:54:09,008 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-d82930b5-2b88-4fc8-946d-5f2bd0742a31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d82930b5-2b88-4fc8-946d-5f2bd0742a31'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:10,291 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.269s 2018-08-13 10:54:10,291 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-946527c5-b169-460c-9fa9-40664f01ba75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-946527c5-b169-460c-9fa9-40664f01ba75'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:11,401 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.096s 2018-08-13 10:54:11,402 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1258', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:11,414 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-13 10:54:13,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 1.022s 2018-08-13 10:54:13,438 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:13,452 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:54:14,602 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.148s 2018-08-13 10:54:14,602 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-34db9874-351b-43a0-b2aa-50272d4b1fbb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34db9874-351b-43a0-b2aa-50272d4b1fbb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:15,971 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.356s 2018-08-13 10:54:15,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-903395f4-b3e3-4bb4-a58a-0d25d7776e73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-903395f4-b3e3-4bb4-a58a-0d25d7776e73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:17,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.681s 2018-08-13 10:54:17,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-0717951c-df4c-4c2a-aaa5-e40657a2b98a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0717951c-df4c-4c2a-aaa5-e40657a2b98a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:17,692 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-13 10:54:18,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.475s 2018-08-13 10:54:18,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-8b049fe3-d565-4454-8e3d-6fbca3b96f71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b049fe3-d565-4454-8e3d-6fbca3b96f71'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:18,184 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e6face3c-2203-4ed5-aa61-1b01657ef264 with status: ACTIVE 2018-08-13 10:54:18,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.718s 2018-08-13 10:54:18,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1864764312", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd569fb2-e176-452f-8196-d8c4299fb680'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:18Z","name":"tempest-port-smoke-1864764312","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:88:b7:6c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"09a664f3-ff9c-4499-8779-7666004dde97","ip_address":"10.101.11.30"}],"id":"6ea10e99-c592-4b22-86c1-7f5a792a47dc","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:20,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.653s 2018-08-13 10:54:20,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e5edffc1-6e5d-44f0-b809-5478888f6895", "port": "6ea10e99-c592-4b22-86c1-7f5a792a47dc"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-434b3b57-3785-4b82-99e3-df5805170af3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-434b3b57-3785-4b82-99e3-df5805170af3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "adminPass": "YHWpCM5mk2g7"}} 2018-08-13 10:54:20,636 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.069s 2018-08-13 10:54:20,636 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:22,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.731s 2018-08-13 10:54:22,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-82b782de-b440-4b80-997e-43818dbad46c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82b782de-b440-4b80-997e-43818dbad46c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:23,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.313s 2018-08-13 10:54:23,716 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-e14def0e-041a-462a-bf84-7403c97f4303', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e14def0e-041a-462a-bf84-7403c97f4303'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:22Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:23,727 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:54:24,875 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.145s 2018-08-13 10:54:24,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-6dc6a598-3372-4ca8-af15-4477d5866670', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6dc6a598-3372-4ca8-af15-4477d5866670'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:22Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:26,049 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.158s 2018-08-13 10:54:26,049 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-8904d474-b8aa-4917-bffd-223f3430e87d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8904d474-b8aa-4917-bffd-223f3430e87d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:26,062 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:54:26,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.423s 2018-08-13 10:54:26,487 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-24d35c06-ac87-4419-b189-9d295e542b51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-24d35c06-ac87-4419-b189-9d295e542b51'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:26,503 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 79d76c74-6058-49fb-8d98-a9d5c5e66634 with status: ACTIVE 2018-08-13 10:54:27,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.751s 2018-08-13 10:54:27,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-1339614167", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64bcb4f1-96de-44a4-95fc-cfd3c2abd10f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:26Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:26Z","name":"tempest-port-smoke-1339614167","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3f:39:66","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a4598a69-3885-4a33-8b70-2100d257fd64","ip_address":"10.102.21.40"}],"id":"0e7b4628-ac83-4c0b-8263-918b245d3ecf","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:28,923 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.664s 2018-08-13 10:54:28,923 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "port": "0e7b4628-ac83-4c0b-8263-918b245d3ecf"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d174cf4b-cb59-4c19-ab14-d397176fbac2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d174cf4b-cb59-4c19-ab14-d397176fbac2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "adminPass": "62DdYaRqdpiK"}} 2018-08-13 10:54:28,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.069s 2018-08-13 10:54:28,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:30,073 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.055s 2018-08-13 10:54:30,073 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-8afd59f7-3051-4177-925b-33dfb228d53d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8afd59f7-3051-4177-925b-33dfb228d53d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:31,178 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.088s 2018-08-13 10:54:31,178 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:31,191 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:54:32,342 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.149s 2018-08-13 10:54:32,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-1d8c990d-a0a8-42e5-b63f-217198647c21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d8c990d-a0a8-42e5-b63f-217198647c21'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:32,356 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:54:33,969 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.610s 2018-08-13 10:54:33,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-665e0e24-29b1-4f4c-85f0-055939ff00e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665e0e24-29b1-4f4c-85f0-055939ff00e5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:35,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.139s 2018-08-13 10:54:35,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-49c57a68-2f3a-4252-9a12-b43e7128a39c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49c57a68-2f3a-4252-9a12-b43e7128a39c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:33Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:35,138 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:54:35,536 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.397s 2018-08-13 10:54:35,537 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-118f67bb-5bb7-4253-9db2-74c48f545346', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-118f67bb-5bb7-4253-9db2-74c48f545346'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:33Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:35,549 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 5506c539-f89e-4e1f-98df-db73b845bbce with status: ACTIVE 2018-08-13 10:54:36,151 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations 0.601s 2018-08-13 10:54:36,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations', u'date': 'Mon, 13 Aug 2018 10:54:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-553a761b-427a-4f16-9ba4-fba328934dda'} Body: {"network_association": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "id": "f9901566-cfd1-406c-a834-87f8fa62e3ae"}} 2018-08-13 10:54:36,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.136s 2018-08-13 10:54:36,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--2041419839", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:54:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9cd7a7f3-3d3d-440f-96e1-06a64c64c645'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:36Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:36Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bd377a60-b57b-4a24-b199-98200d5818b8", "name": "tempest-router--2041419839"}} 2018-08-13 10:54:37,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8 1.556s 2018-08-13 10:54:37,847 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8', u'date': 'Mon, 13 Aug 2018 10:54:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbec1f9e-e906-48c1-8e94-06d9c3ad3cde'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:36Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:37Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bd377a60-b57b-4a24-b199-98200d5818b8", "name": "tempest-router--2041419839"}} 2018-08-13 10:54:39,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/add_router_interface 1.940s 2018-08-13 10:54:39,788 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:54:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-569dcb65-9528-4472-8253-0c3c3a527758'} Body: {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97", "subnet_ids": ["09a664f3-ff9c-4499-8779-7666004dde97"], "port_id": "d075b4b1-ed8d-4c4a-b13f-8c0fc4bdcd1e", "id": "bd377a60-b57b-4a24-b199-98200d5818b8"} 2018-08-13 10:54:41,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.870s 2018-08-13 10:54:41,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:54:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aba36c9e-8335-49b8-bd2b-3b74b1bb08ae'} Body: {"floatingip": {"router_id": "bd377a60-b57b-4a24-b199-98200d5818b8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:54:40Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee", "id": "0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:40Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:54:41,661 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:49,672 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:49,775 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:49,800 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:49,915 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:54:49,915 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:49,917 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:49,977 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:49,981 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:54,988 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:54:54,989 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 10:54:54,989 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074559 seconds 2018-08-13 10:54:54,990 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:54,992 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:55,056 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:55,057 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:55,171 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 2018-08-13 10:54:55,172 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:55,176 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:55,238 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:55,240 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:59,247 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.076121 seconds 2018-08-13 10:54:59,614 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations 0.365s 2018-08-13 10:54:59,615 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations', u'date': 'Mon, 13 Aug 2018 10:54:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-325d6178-fdb3-4658-9f6d-111e5b2cd4d2'} Body: {"network_association": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "id": "85179a8b-e699-4f0c-b1de-061150595019"}} 2018-08-13 10:54:59,753 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.137s 2018-08-13 10:54:59,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1497556500", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:54:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a6df67ac-f10f-4521-84c8-360c0cbbe844'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:59Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:59Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bc712a08-b489-4805-81f6-385587e7088a", "name": "tempest-router--1497556500"}} 2018-08-13 10:55:01,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a 1.359s 2018-08-13 10:55:01,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a', u'date': 'Mon, 13 Aug 2018 10:55:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eda266f5-c6ed-4978-835c-e025e0bb98cc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:59Z", "admin_state_up": true, "updated_at": "2018-08-13T10:55:00Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bc712a08-b489-4805-81f6-385587e7088a", "name": "tempest-router--1497556500"}} 2018-08-13 10:55:03,059 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/add_router_interface 1.942s 2018-08-13 10:55:03,060 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22e20f96-2380-4b8b-8c1d-df757542575b'} Body: {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64", "subnet_ids": ["a4598a69-3885-4a33-8b70-2100d257fd64"], "port_id": "912fb684-5e4e-4ecc-aefe-6fa2436ad27c", "id": "bc712a08-b489-4805-81f6-385587e7088a"} 2018-08-13 10:55:04,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.714s 2018-08-13 10:55:04,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "40def009-f663-4c6b-a81b-d309456942c5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:55:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3f6e05e-9c84-4ac3-9a7f-2cb16ba93e3d'} Body: {"floatingip": {"router_id": "bc712a08-b489-4805-81f6-385587e7088a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:55:04Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "40def009-f663-4c6b-a81b-d309456942c5", "id": "773045d0-f2e6-47d6-8e93-285b02223f71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:04Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:55:04,776 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:55:04,779 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:04,839 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:04,843 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:55:04,957 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:55:04,958 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:55:04,960 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:05,021 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:05,024 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:55:10,031 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:55:10,032 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 10:55:10,032 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075140 seconds 2018-08-13 10:55:10,033 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:55:25,074 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:25,137 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:25,142 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:55:25,257 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.40 2018-08-13 10:55:25,257 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:55:25,259 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:25,319 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:25,323 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:55:29,329 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.072981 seconds 2018-08-13 10:55:29,330 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN efc590b4-268b-4a33-9fc3-8e8f19f59e2c 2018-08-13 10:55:29,678 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c 0.347s 2018-08-13 10:55:29,679 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c', u'date': 'Mon, 13 Aug 2018 10:55:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a4842a0-c77f-402c-8df9-7812e6a3a89a'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-13 10:55:30,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/773045d0-f2e6-47d6-8e93-285b02223f71 1.200s 2018-08-13 10:55:30,881 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/773045d0-f2e6-47d6-8e93-285b02223f71', u'date': 'Mon, 13 Aug 2018 10:55:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-335ae4e9-71d7-48cf-8f51-d80a6adf3b53'} Body: 2018-08-13 10:55:32,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/remove_router_interface 1.646s 2018-08-13 10:55:32,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20a6d1fc-3365-4ea9-8816-abecfc09d850'} Body: {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64", "subnet_ids": ["a4598a69-3885-4a33-8b70-2100d257fd64"], "port_id": "912fb684-5e4e-4ecc-aefe-6fa2436ad27c", "id": "bc712a08-b489-4805-81f6-385587e7088a"} 2018-08-13 10:55:33,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a 1.374s 2018-08-13 10:55:33,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a', u'date': 'Mon, 13 Aug 2018 10:55:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-26602600-affe-4487-ba77-6a8491045030'} Body: 2018-08-13 10:55:35,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08 1.125s 2018-08-13 10:55:35,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08', u'date': 'Mon, 13 Aug 2018 10:55:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05a43d01-2ce8-4059-b152-6687f8a4a841'} Body: 2018-08-13 10:55:36,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/remove_router_interface 1.604s 2018-08-13 10:55:36,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0b69773-9911-4499-b18b-907b4ffa66dc'} Body: {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97", "subnet_ids": ["09a664f3-ff9c-4499-8779-7666004dde97"], "port_id": "d075b4b1-ed8d-4c4a-b13f-8c0fc4bdcd1e", "id": "bd377a60-b57b-4a24-b199-98200d5818b8"} 2018-08-13 10:55:38,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8 1.528s 2018-08-13 10:55:38,168 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd6612b6-91bc-4ab3-9fd0-5f7075677ce9'} Body: 2018-08-13 10:55:38,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.143s 2018-08-13 10:55:38,313 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-2b2b386b-57ae-40ad-be1a-5f81430ae411', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b2b386b-57ae-40ad-be1a-5f81430ae411'} Body: 2018-08-13 10:55:38,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.445s 2018-08-13 10:55:38,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-11708f67-e2fd-4ebd-95f0-8973c38bf807', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11708f67-e2fd-4ebd-95f0-8973c38bf807'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:39,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.092s 2018-08-13 10:55:39,866 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-692bee71-467b-4283-b695-445d83bc240c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-692bee71-467b-4283-b695-445d83bc240c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:40,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.044s 2018-08-13 10:55:40,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-49178df2-5d78-4f43-baea-3aaf53cc926e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-49178df2-5d78-4f43-baea-3aaf53cc926e'} Body: {"itemNotFound": {"message": "Instance 5506c539-f89e-4e1f-98df-db73b845bbce could not be found.", "code": 404}} 2018-08-13 10:55:41,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0e7b4628-ac83-4c0b-8263-918b245d3ecf 0.568s 2018-08-13 10:55:41,495 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0e7b4628-ac83-4c0b-8263-918b245d3ecf', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24cde350-7f26-43b1-9dd3-0dbd49519bc6'} Body: 2018-08-13 10:55:41,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.153s 2018-08-13 10:55:41,649 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-3ea9f68a-a5f3-480b-9352-09df063ef337', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ea9f68a-a5f3-480b-9352-09df063ef337'} Body: 2018-08-13 10:55:42,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.498s 2018-08-13 10:55:42,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-bee04615-541c-4e7c-87cd-0f1327f9cb76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bee04615-541c-4e7c-87cd-0f1327f9cb76'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:43,207 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.044s 2018-08-13 10:55:43,208 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-3412160e-e9fc-4d6e-a099-9ff39808f747', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3412160e-e9fc-4d6e-a099-9ff39808f747'} Body: {"itemNotFound": {"message": "Instance 79d76c74-6058-49fb-8d98-a9d5c5e66634 could not be found.", "code": 404}} 2018-08-13 10:55:43,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/6ea10e99-c592-4b22-86c1-7f5a792a47dc 0.585s 2018-08-13 10:55:43,795 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/6ea10e99-c592-4b22-86c1-7f5a792a47dc', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e4ef4c23-312e-4df4-b65c-8bb58e2a84e2'} Body: 2018-08-13 10:55:43,945 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.149s 2018-08-13 10:55:43,946 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c'} Body: 2018-08-13 10:55:44,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.534s 2018-08-13 10:55:44,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:43Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:45,549 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.052s 2018-08-13 10:55:45,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-65938f15-2c5c-4b09-b288-100e96e5cadc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65938f15-2c5c-4b09-b288-100e96e5cadc'} Body: {"itemNotFound": {"message": "Instance e6face3c-2203-4ed5-aa61-1b01657ef264 could not be found.", "code": 404}} 2018-08-13 10:55:46,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/40def009-f663-4c6b-a81b-d309456942c5 0.886s 2018-08-13 10:55:46,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/40def009-f663-4c6b-a81b-d309456942c5', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f98877bb-b6ac-4383-a858-56dcf3a4671a'} Body: 2018-08-13 10:55:46,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.138s 2018-08-13 10:55:46,576 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-2258f3ed-9639-474f-b6a1-452d970683fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2258f3ed-9639-474f-b6a1-452d970683fb'} Body: 2018-08-13 10:55:46,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.190s 2018-08-13 10:55:46,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-afbf046c-b965-45ae-8ed7-f7f6719270fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afbf046c-b965-45ae-8ed7-f7f6719270fd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:46Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:47,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.085s 2018-08-13 10:55:47,868 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:48,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.043s 2018-08-13 10:55:48,927 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:48 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc'} Body: {"itemNotFound": {"message": "Instance ea7b18a1-df78-487c-81f6-ec7c0efdb459 could not be found.", "code": 404}} 2018-08-13 10:55:49,764 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1d3efe82-c99f-4c71-ae99-4cd4bdab19ee 0.836s 2018-08-13 10:55:49,765 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1d3efe82-c99f-4c71-ae99-4cd4bdab19ee', u'date': 'Mon, 13 Aug 2018 10:55:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-09d76fdd-99bd-4248-b41d-f489509e938c'} Body: 2018-08-13 10:55:50,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1811757354 0.242s 2018-08-13 10:55:50,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1811757354', u'x-compute-request-id': 'req-16f35ccb-8e8e-4b36-bf42-af8f1899031e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16f35ccb-8e8e-4b36-bf42-af8f1899031e'} Body: 2018-08-13 10:55:51,305 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a4598a69-3885-4a33-8b70-2100d257fd64 1.295s 2018-08-13 10:55:51,305 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a4598a69-3885-4a33-8b70-2100d257fd64', u'date': 'Mon, 13 Aug 2018 10:55:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a03e125d-6fd2-4a60-a74a-45aacccfe0ad'} Body: 2018-08-13 10:55:53,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d7a04f73-db0c-41ca-9d6a-9a27dc989da0 1.884s 2018-08-13 10:55:53,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d7a04f73-db0c-41ca-9d6a-9a27dc989da0', u'date': 'Mon, 13 Aug 2018 10:55:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d579d981-a77b-4ad1-935f-d949ea4367c0'} Body: 2018-08-13 10:55:54,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/09a664f3-ff9c-4499-8779-7666004dde97 1.016s 2018-08-13 10:55:54,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/09a664f3-ff9c-4499-8779-7666004dde97', u'date': 'Mon, 13 Aug 2018 10:55:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47ca4ec3-879b-4fa8-a843-a7aabc215fb5'} Body: 2018-08-13 10:55:56,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/e5edffc1-6e5d-44f0-b809-5478888f6895 2.029s 2018-08-13 10:55:56,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/e5edffc1-6e5d-44f0-b809-5478888f6895', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e76b1360-c7fd-40bf-8ab4-5782ce8c41df'} Body: 2018-08-13 10:55:56,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d5ee7109-cd6e-4278-b008-cb27baaba475 0.237s 2018-08-13 10:55:56,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d5ee7109-cd6e-4278-b008-cb27baaba475', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5a09faeb-ee06-40f0-8da4-2a282e1937af'} Body: 2018-08-13 10:55:56.808 63 INFO tempest.lib.common.rest_client [req-03f8098e-c1d3-4471-9209-59d7173825dc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.295s 2018-08-13 10:55:56.808 63 DEBUG tempest.lib.common.rest_client [req-03f8098e-c1d3-4471-9209-59d7173825dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-12732150 description", "name": "tempest-secgroup-smoke-12732150"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03f8098e-c1d3-4471-9209-59d7173825dc'} Body: {"security_group": {"description": "tempest-secgroup-smoke-12732150 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:56Z", "updated_at": "2018-08-13T10:55:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:55:56Z", "revision_number": 0, "id": "49cbe6be-c522-4f44-85a4-60375d28dc1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:55:56Z", "revision_number": 0, "id": "aff2fc47-6067-4ffb-af22-3be2abcbc859", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "name": "tempest-secgroup-smoke-12732150"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:56.997 63 INFO tempest.lib.common.rest_client [req-f51d0273-caa4-473c-87e7-6d76f92059da ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.188s 2018-08-13 10:55:56.998 63 DEBUG tempest.lib.common.rest_client [req-f51d0273-caa4-473c-87e7-6d76f92059da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f51d0273-caa4-473c-87e7-6d76f92059da'} 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-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "452a9852-7ec4-4c69-9017-d5717069b544"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:57.148 63 INFO tempest.lib.common.rest_client [req-52ad679b-b5f0-4f7b-b2a4-1abdea1e1c79 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:55:57.149 63 DEBUG tempest.lib.common.rest_client [req-52ad679b-b5f0-4f7b-b2a4-1abdea1e1c79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52ad679b-b5f0-4f7b-b2a4-1abdea1e1c79'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "179b24ab-800a-4e45-9c8b-4917d820f4e7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:57.589 63 INFO tempest.lib.common.rest_client [req-c176918f-3fdf-4f72-8211-54ce56207760 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.439s 2018-08-13 10:55:57.590 63 DEBUG tempest.lib.common.rest_client [req-c176918f-3fdf-4f72-8211-54ce56207760 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c176918f-3fdf-4f72-8211-54ce56207760'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a99949f7-227f-440b-be7e-045d2a00e7be"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:57.751 63 INFO tempest.lib.common.rest_client [req-3037d2d7-60a0-435d-9c62-242129457386 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:55:57.752 63 DEBUG tempest.lib.common.rest_client [req-3037d2d7-60a0-435d-9c62-242129457386 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3037d2d7-60a0-435d-9c62-242129457386'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9223085c-c7cb-4260-bc3a-e9d4b614fe8f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:57.891 63 INFO tempest.lib.common.rest_client [req-29aee9d7-ecfb-4c6d-a43b-e722b7876428 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.138s 2018-08-13 10:55:57.892 63 DEBUG tempest.lib.common.rest_client [req-29aee9d7-ecfb-4c6d-a43b-e722b7876428 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29aee9d7-ecfb-4c6d-a43b-e722b7876428'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "481ac08c-9d19-4254-a7a6-f9ef873ca503"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:58.028 63 INFO tempest.lib.common.rest_client [req-3f2f10cb-8c0f-4306-b905-8a916f1f6a41 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 10:55:58.029 63 DEBUG tempest.lib.common.rest_client [req-3f2f10cb-8c0f-4306-b905-8a916f1f6a41 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f2f10cb-8c0f-4306-b905-8a916f1f6a41'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "681e0f1a-47d2-41c8-8b8e-6a3065cc3cc1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:58.163 63 INFO tempest.lib.common.rest_client [req-3b242b96-e446-48b9-a7b2-e21fa2aa0269 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.133s 2018-08-13 10:55:58.163 63 DEBUG tempest.lib.common.rest_client [req-3b242b96-e446-48b9-a7b2-e21fa2aa0269 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b242b96-e446-48b9-a7b2-e21fa2aa0269'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:58Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77599cc4-0b88-4c23-ba06-4c56d07a59a7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:58.325 63 INFO tempest.lib.common.rest_client [req-e9d4f73e-9f58-4494-9bb2-be945c331675 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:55:58.326 63 DEBUG tempest.lib.common.rest_client [req-e9d4f73e-9f58-4494-9bb2-be945c331675 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9d4f73e-9f58-4494-9bb2-be945c331675'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:58Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "145842b8-2c80-4b76-9c6f-3d82091c5ab9"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:58.559 63 INFO tempest.lib.common.rest_client [req-666b6655-b260-4d02-8e80-ab441360a4bb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.231s 2018-08-13 10:55:58.560 63 DEBUG tempest.lib.common.rest_client [req-666b6655-b260-4d02-8e80-ab441360a4bb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-85022462"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-666b6655-b260-4d02-8e80-ab441360a4bb'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:55:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","name":"tempest-A-85022462"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:59.094 63 INFO tempest.lib.common.rest_client [req-e23ea8a2-7592-4dd0-a8dc-ac0590bf2490 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.532s 2018-08-13 10:55:59.095 63 DEBUG tempest.lib.common.rest_client [req-e23ea8a2-7592-4dd0-a8dc-ac0590bf2490 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "name": "tempest-subnet-A-1-1826270303"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:55:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e23ea8a2-7592-4dd0-a8dc-ac0590bf2490'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:55:58Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","subnetpool_id":null,"name":"tempest-subnet-A-1-1826270303"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:55:59.347 63 INFO tempest.lib.common.rest_client [req-96c19640-71ff-442d-97dc-11ba230e19c7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.250s 2018-08-13 10:55:59.347 63 DEBUG tempest.lib.common.rest_client [req-96c19640-71ff-442d-97dc-11ba230e19c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-604069845"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:55:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96c19640-71ff-442d-97dc-11ba230e19c7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:55:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"c06fdfe5-a914-474d-80de-36073faecdbb","name":"tempest-B-604069845"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:00.364 63 INFO tempest.lib.common.rest_client [req-5bd665dc-dd87-43ec-b188-d8c8e19bcc8c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.015s 2018-08-13 10:56:00.365 63 DEBUG tempest.lib.common.rest_client [req-5bd665dc-dd87-43ec-b188-d8c8e19bcc8c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "name": "tempest-subnet-B-1-42915991"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5bd665dc-dd87-43ec-b188-d8c8e19bcc8c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:55:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","subnetpool_id":null,"name":"tempest-subnet-B-1-42915991"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:00.853 63 INFO tempest.lib.common.rest_client [req-c93a5c27-2092-460c-b262-b8c49fd6c586 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.487s 2018-08-13 10:56:00.854 63 DEBUG tempest.lib.common.rest_client [req-c93a5c27-2092-460c-b262-b8c49fd6c586 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c93a5c27-2092-460c-b262-b8c49fd6c586'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "a43322f2-b6e4-4d62-b849-455b3d169013"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:01.181 63 INFO tempest.lib.common.rest_client [req-9807d90b-17a1-431b-accc-725a14f4f020 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.326s 2018-08-13 10:56:01.182 63 DEBUG tempest.lib.common.rest_client [req-9807d90b-17a1-431b-accc-725a14f4f020 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-521432496"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-9807d90b-17a1-431b-accc-725a14f4f020', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9807d90b-17a1-431b-accc-725a14f4f020'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJSzgf62zZ6Iz+v1JYoyJf3Imy6kWjTy3TqeOX+Hn5pbBf92h7jf2xDN1I4WSSBCzCW96M3X7arrZlGZlan3YIZCfA4QmOVYZT+xlhpbUI+qecZ07kUa7kwwdOdPgfmJeoGOnYNQHmZtmQNozbVu+/0lGSvxRHybAQWQDezS0XAhI9Ey6dtWEizQmmzPY1Mw+QgpUynqnmKZ18owQkxdfRgszIbRuoZKUENWNHGoLQetbgbbpnFM1dPO7nBT3vYPOp6o20jxIUOU2TOsQFmg6AxtPz9VO7DW9i46HNgM+GvMmEf77s9rRW+E4XQAJMjXy10JPNpm3RPvFqwk/e3fdH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyUs4H+ts2eiM/r9SWKMiX9yJsupFo08t06njl/h5+aWwX/do\ne439sQzdSOFkkgQswlvejN1+2q62ZRmZWp92CGQnwOEJjlWGU/sZYaW1CPqnnGdO\n5FGu5MMHTnT4H5iXqBjp2DUB5mbZkDaM21bvv9JRkr8UR8mwEFkA3s0tFwISPRMu\nnbVhIs0Jpsz2NTMPkIKVMp6p5imdfKMEJMXX0YLMyG0bqGSlBDVjRxqC0HrW4G26\nZxTNXTzu5wU972DzqeqNtI8SFDlNkzrEBZoOgMbT8/VTuw1vYuOhzYDPhrzJhH++\n7Pa0VvhOF0ACTI18tdCTzaZt0T7xasJP3t33RwIDAQABAoIBABedA1B7RaGqbh/U\nQcy0Fmw4as7aPKETwMR7wX8qXuSyUyZu14rm9UO3xp2uEyYt5zJFpK3RrffpVuw1\nPJAs9KO3XBJ8U6qmzcM8SZXy4nHTNaZbWB3glyuu1USW5CSQufm2Mnhyf26P0iXg\nwFVatXVDLt6QG8jwF/9S8Y8xcoCoQCzPAgwPYGLEeG0V4QSvoy3g6bBSBs6q1EcM\nTsNxBI1owVNNhRbPdZ0AxodXfMeWUR2VZ5ETVdd1NOf+SiO9ajr17B+RUDiHxY7P\naWEdd/oEiLJGJ3aQUB4YGYKGnY53+u8wZ4bJU3nzIQwvDk9/sYMjZHJw1LEJe/BB\nA3UlnEECgYEA8hQQ7rCO2w8vkFj8IjECm2HO9GEu8iPjP0cIES6vPKVZpnzTSqDH\noYlzeSZ/TbJI/rimBZAIXuJSW02fky4OVSIbUiEV045NBkecwpAz0sB9PFnKPN2W\nGq6un17c4ncszJmJ/7mazquTokY5/X2pXjk2CkQYCZW+mGFAh5G+4UsCgYEA1N62\noh8vKqI870M3c3+BcM1VV0DuA+xPU8H5DqySejFP0XLMatvGKBe24AAsQJp+zrOv\nBvBCRzpZP8ekdr3f34RXY1oE1tYbOgXslY2t2xGnASHMdpus60RQ/llTNRU9GB3+\n2M0Jge5NqXEetb0cBvM/+o75gkWvVT/zrGRDAHUCgYEAkp7QuqE5hTinaFhdLiBd\nIduVy7JpCsPtyc+t9So/fQ3xRMNp/lNvVkm4JPLKPDb1u0H/XHMmfsG5fA+BzVUh\n3TJxNcdQPvh7cohBTB6nJMjtkXYY5dCYL8UJgwGj646fFbURPlAekXqeSrUaPoyz\n3pvsPT+NB5EpBYYx3WrLIA0CgYAig6HVE31QSlHa8WkSPwA7y+8kYJC27h/GktLR\nAEYXrdslOJnQUaYFZiLumtiR+PrKhPPCCj6U0e8amkIeRpb/5LNOlo/mTXzIoaFE\ndl5UAL61Pkeqi38z/jWrp8wH9VOcj3B8snHyMTNCX+b8zJa4wcQD2h62cpoFFoNp\n1i/O6QKBgH6PKmTwA8dpJfPi3ql4etCkxRGni1WZ1UKlVeZiO3eL36IR5q/AY2F0\nDwZGeo0isHWkuXorMqSZ+EvtYAMNtdMLHoTWWvDjlOAnZP9ExKF4f8n3hCB0IFve\nEgSXgm7rQ1nqC0ss9rBvZZMnQrokrYu6WK7LPeINFFo4Y/21cCcx\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-521432496", "fingerprint": "e1:fb:d8:bb:ce:3f:cb:6b:da:2d:6e:bd:18:2d:98:d8"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:02.470 63 INFO tempest.lib.common.rest_client [req-c5e98c79-a05e-4d72-b07c-8c5dcceb73cc ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.284s 2018-08-13 10:56:02.470 63 DEBUG tempest.lib.common.rest_client [req-c5e98c79-a05e-4d72-b07c-8c5dcceb73cc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-713937044", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e98c79-a05e-4d72-b07c-8c5dcceb73cc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:01Z","name":"tempest-port-smoke-713937044","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bd:cf:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","ip_address":"10.101.11.10"}],"id":"dc6c090d-a618-4845-8852-e3f87bb8757d","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:03.833 63 INFO tempest.lib.common.rest_client [req-08088427-257c-4d74-b2d2-bc3c1e16b008 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.361s 2018-08-13 10:56:03.833 63 DEBUG tempest.lib.common.rest_client [req-08088427-257c-4d74-b2d2-bc3c1e16b008 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "port": "dc6c090d-a618-4845-8852-e3f87bb8757d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-08088427-257c-4d74-b2d2-bc3c1e16b008', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08088427-257c-4d74-b2d2-bc3c1e16b008'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "adminPass": "WRXWKaL4msWM"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:04.187 63 INFO tempest.lib.common.rest_client [req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.348s 2018-08-13 10:56:04.187 63 DEBUG tempest.lib.common.rest_client [req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:05.524 63 INFO tempest.lib.common.rest_client [req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.322s 2018-08-13 10:56:05.524 63 DEBUG tempest.lib.common.rest_client [req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:06.927 63 INFO tempest.lib.common.rest_client [req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.387s 2018-08-13 10:56:06.928 63 DEBUG tempest.lib.common.rest_client [req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:06.939 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:08.343 63 INFO tempest.lib.common.rest_client [req-94383b25-a7e5-42b7-9651-e26160026f0a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.401s 2018-08-13 10:56:08.344 63 DEBUG tempest.lib.common.rest_client [req-94383b25-a7e5-42b7-9651-e26160026f0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-94383b25-a7e5-42b7-9651-e26160026f0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94383b25-a7e5-42b7-9651-e26160026f0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:09.560 63 INFO tempest.lib.common.rest_client [req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.203s 2018-08-13 10:56:09.561 63 DEBUG tempest.lib.common.rest_client [req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:09.571 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:56:09.962 63 INFO tempest.lib.common.rest_client [req-4861785d-b88b-49f2-991a-f5b29ed8b873 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.389s 2018-08-13 10:56:09.962 63 DEBUG tempest.lib.common.rest_client [req-4861785d-b88b-49f2-991a-f5b29ed8b873 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-4861785d-b88b-49f2-991a-f5b29ed8b873', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4861785d-b88b-49f2-991a-f5b29ed8b873'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:09.972 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 02db1594-00ed-40a6-8e3e-89aba09b1284 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:56:11.014 63 INFO tempest.lib.common.rest_client [req-815d7940-5175-46f5-9e1b-8a9d11b35d21 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.041s 2018-08-13 10:56:11.015 63 DEBUG tempest.lib.common.rest_client [req-815d7940-5175-46f5-9e1b-8a9d11b35d21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-389593595", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-815d7940-5175-46f5-9e1b-8a9d11b35d21'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:10Z","name":"tempest-port-smoke-389593595","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:65:e8:0d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","ip_address":"10.102.21.20"}],"id":"7d9b628f-19a6-460f-9b7c-6f3005348eb6","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:12.037 63 INFO tempest.lib.common.rest_client [req-8b1fed84-e579-4eea-8fab-64de97f1c41c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.021s 2018-08-13 10:56:12.038 63 DEBUG tempest.lib.common.rest_client [req-8b1fed84-e579-4eea-8fab-64de97f1c41c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "c06fdfe5-a914-474d-80de-36073faecdbb", "port": "7d9b628f-19a6-460f-9b7c-6f3005348eb6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-8b1fed84-e579-4eea-8fab-64de97f1c41c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b1fed84-e579-4eea-8fab-64de97f1c41c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "adminPass": "cVxBCRy7WvKh"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:12.115 63 INFO tempest.lib.common.rest_client [req-e595408c-380d-4513-b856-2009a50b3ed3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.071s 2018-08-13 10:56:12.116 63 DEBUG tempest.lib.common.rest_client [req-e595408c-380d-4513-b856-2009a50b3ed3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-e595408c-380d-4513-b856-2009a50b3ed3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e595408c-380d-4513-b856-2009a50b3ed3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:13.188 63 INFO tempest.lib.common.rest_client [req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.058s 2018-08-13 10:56:13.188 63 DEBUG tempest.lib.common.rest_client [req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:14.646 63 INFO tempest.lib.common.rest_client [req-16725db4-b7a2-4ff8-8351-4c03b96d08a0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.439s 2018-08-13 10:56:14.647 63 DEBUG tempest.lib.common.rest_client [req-16725db4-b7a2-4ff8-8351-4c03b96d08a0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-16725db4-b7a2-4ff8-8351-4c03b96d08a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16725db4-b7a2-4ff8-8351-4c03b96d08a0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:14.660 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:15.817 63 INFO tempest.lib.common.rest_client [req-635940f9-0194-446b-b6b6-fc600e91343a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.155s 2018-08-13 10:56:15.818 63 DEBUG tempest.lib.common.rest_client [req-635940f9-0194-446b-b6b6-fc600e91343a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-635940f9-0194-446b-b6b6-fc600e91343a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-635940f9-0194-446b-b6b6-fc600e91343a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:16.979 63 INFO tempest.lib.common.rest_client [req-8df1928a-0d74-4a75-8f7c-fbd57939dd70 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.141s 2018-08-13 10:56:16.979 63 DEBUG tempest.lib.common.rest_client [req-8df1928a-0d74-4a75-8f7c-fbd57939dd70 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-8df1928a-0d74-4a75-8f7c-fbd57939dd70', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8df1928a-0d74-4a75-8f7c-fbd57939dd70'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:18.329 63 INFO tempest.lib.common.rest_client [req-a2be9361-0a7c-4495-b43c-140ea8815a1e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.337s 2018-08-13 10:56:18.330 63 DEBUG tempest.lib.common.rest_client [req-a2be9361-0a7c-4495-b43c-140ea8815a1e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-a2be9361-0a7c-4495-b43c-140ea8815a1e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2be9361-0a7c-4495-b43c-140ea8815a1e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:18.343 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:56:18.510 63 INFO tempest.lib.common.rest_client [req-38e40913-b315-42a9-b157-073c47bd49eb ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.166s 2018-08-13 10:56:18.510 63 DEBUG tempest.lib.common.rest_client [req-38e40913-b315-42a9-b157-073c47bd49eb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-38e40913-b315-42a9-b157-073c47bd49eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38e40913-b315-42a9-b157-073c47bd49eb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:18.522 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a4792f7a-8247-4bec-9692-ca5cc67520cf with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:56:19.414 63 INFO tempest.lib.common.rest_client [req-2cf80f2c-a1fb-4dd5-b1db-9a6209c63cde ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 0.892s 2018-08-13 10:56:19.415 63 DEBUG tempest.lib.common.rest_client [req-2cf80f2c-a1fb-4dd5-b1db-9a6209c63cde ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-933485491", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cf80f2c-a1fb-4dd5-b1db-9a6209c63cde'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:18Z","name":"tempest-port-smoke-933485491","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:db:a2:20","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","ip_address":"10.101.11.30"}],"id":"a0d367f7-91fe-4603-b5b7-45d440603e42","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:20.262 63 INFO tempest.lib.common.rest_client [req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 0.846s 2018-08-13 10:56:20.263 63 DEBUG tempest.lib.common.rest_client [req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "port": "a0d367f7-91fe-4603-b5b7-45d440603e42"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "adminPass": "nmaVuRteAor3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:20.324 63 INFO tempest.lib.common.rest_client [req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.056s 2018-08-13 10:56:20.324 63 DEBUG tempest.lib.common.rest_client [req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:21.639 63 INFO tempest.lib.common.rest_client [req-ea51200c-9aac-4002-ba33-a5cfe7082ba7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.300s 2018-08-13 10:56:21.640 63 DEBUG tempest.lib.common.rest_client [req-ea51200c-9aac-4002-ba33-a5cfe7082ba7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-ea51200c-9aac-4002-ba33-a5cfe7082ba7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ea51200c-9aac-4002-ba33-a5cfe7082ba7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:21.652 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:56:23.029 63 INFO tempest.lib.common.rest_client [req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.375s 2018-08-13 10:56:23.029 63 DEBUG tempest.lib.common.rest_client [req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:23.042 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:56:24.772 63 INFO tempest.lib.common.rest_client [req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.728s 2018-08-13 10:56:24.773 63 DEBUG tempest.lib.common.rest_client [req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:25.953 63 INFO tempest.lib.common.rest_client [req-840b0bff-0608-4c2d-92a7-8785563cd095 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.166s 2018-08-13 10:56:25.954 63 DEBUG tempest.lib.common.rest_client [req-840b0bff-0608-4c2d-92a7-8785563cd095 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-840b0bff-0608-4c2d-92a7-8785563cd095', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-840b0bff-0608-4c2d-92a7-8785563cd095'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:24Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:25.968 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:56:26.126 63 INFO tempest.lib.common.rest_client [req-783ae0d0-f677-4d12-9a5c-d9129db1c89e ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.157s 2018-08-13 10:56:26.126 63 DEBUG tempest.lib.common.rest_client [req-783ae0d0-f677-4d12-9a5c-d9129db1c89e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-783ae0d0-f677-4d12-9a5c-d9129db1c89e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-783ae0d0-f677-4d12-9a5c-d9129db1c89e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:24Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:26.139 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 636586aa-0f44-4e7f-a7ec-3e399195cc69 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:56:27.193 63 INFO tempest.lib.common.rest_client [req-9fc4a9d8-0471-4111-9f09-b47b4ca4416a ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.054s 2018-08-13 10:56:27.194 63 DEBUG tempest.lib.common.rest_client [req-9fc4a9d8-0471-4111-9f09-b47b4ca4416a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-761724925", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fc4a9d8-0471-4111-9f09-b47b4ca4416a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:26Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:26Z","name":"tempest-port-smoke-761724925","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dc:be:d0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","ip_address":"10.102.21.40"}],"id":"4cc26a18-f29b-4c79-8c22-9babe68eb9f3","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:27.967 63 INFO tempest.lib.common.rest_client [req-3b4ebc29-088c-4363-b655-406510d5446f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 0.772s 2018-08-13 10:56:27.968 63 DEBUG tempest.lib.common.rest_client [req-3b4ebc29-088c-4363-b655-406510d5446f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "c06fdfe5-a914-474d-80de-36073faecdbb", "port": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-3b4ebc29-088c-4363-b655-406510d5446f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b4ebc29-088c-4363-b655-406510d5446f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "adminPass": "otHkWhNh4rc2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:28.268 63 INFO tempest.lib.common.rest_client [req-87d6e0ec-495e-40fb-a747-0321fac76376 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.296s 2018-08-13 10:56:28.269 63 DEBUG tempest.lib.common.rest_client [req-87d6e0ec-495e-40fb-a747-0321fac76376 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-87d6e0ec-495e-40fb-a747-0321fac76376', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87d6e0ec-495e-40fb-a747-0321fac76376'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:29.363 63 INFO tempest.lib.common.rest_client [req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.080s 2018-08-13 10:56:29.364 63 DEBUG tempest.lib.common.rest_client [req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:29.377 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:56:30.789 63 INFO tempest.lib.common.rest_client [req-54c8749e-43fa-4abf-a2bf-76f29b3733a5 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.410s 2018-08-13 10:56:30.789 63 DEBUG tempest.lib.common.rest_client [req-54c8749e-43fa-4abf-a2bf-76f29b3733a5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-54c8749e-43fa-4abf-a2bf-76f29b3733a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54c8749e-43fa-4abf-a2bf-76f29b3733a5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:30.802 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:32.133 63 INFO tempest.lib.common.rest_client [req-0ce35c88-905d-4619-8f81-7050a9957aac ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.329s 2018-08-13 10:56:32.133 63 DEBUG tempest.lib.common.rest_client [req-0ce35c88-905d-4619-8f81-7050a9957aac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-0ce35c88-905d-4619-8f81-7050a9957aac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ce35c88-905d-4619-8f81-7050a9957aac'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:32.146 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 4 second wait 2018-08-13 10:56:32.313 63 INFO tempest.lib.common.rest_client [req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.166s 2018-08-13 10:56:32.314 63 DEBUG tempest.lib.common.rest_client [req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:32.327 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: b420d2ed-bae0-458c-a014-1922e6d41bfb with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 10:56:32.452 63 INFO tempest.lib.common.rest_client [req-f9ec35f3-b9e9-415e-9309-3f0d8f1dd073 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.123s 2018-08-13 10:56:32.453 63 DEBUG tempest.lib.common.rest_client [req-f9ec35f3-b9e9-415e-9309-3f0d8f1dd073 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--31998655", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:56:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9ec35f3-b9e9-415e-9309-3f0d8f1dd073'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:32Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:32Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "name": "tempest-router--31998655"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:33.918 63 INFO tempest.lib.common.rest_client [req-98f10ed8-0b30-40e9-bb85-3bf74439675c ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49 1.464s 2018-08-13 10:56:33.919 63 DEBUG tempest.lib.common.rest_client [req-98f10ed8-0b30-40e9-bb85-3bf74439675c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49', u'date': 'Mon, 13 Aug 2018 10:56:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98f10ed8-0b30-40e9-bb85-3bf74439675c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:32Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:33Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "name": "tempest-router--31998655"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:36.147 63 INFO tempest.lib.common.rest_client [req-6c22eb2e-3cf2-4845-a34a-d8bd721d5063 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/add_router_interface 2.227s 2018-08-13 10:56:36.148 63 DEBUG tempest.lib.common.rest_client [req-6c22eb2e-3cf2-4845-a34a-d8bd721d5063 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:56:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c22eb2e-3cf2-4845-a34a-d8bd721d5063'} Body: {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e", "subnet_ids": ["7250d5ce-b2bb-45c2-acd2-3c030c54191e"], "port_id": "599a3b77-d8f7-4cad-9000-47323c037462", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:37.854 63 INFO tempest.lib.common.rest_client [req-55c7fcdb-7b03-4959-be6c-39184ec7cd04 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.705s 2018-08-13 10:56:37.855 63 DEBUG tempest.lib.common.rest_client [req-55c7fcdb-7b03-4959-be6c-39184ec7cd04 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "dc6c090d-a618-4845-8852-e3f87bb8757d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:56:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55c7fcdb-7b03-4959-be6c-39184ec7cd04'} Body: {"floatingip": {"router_id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:56:37Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "dc6c090d-a618-4845-8852-e3f87bb8757d", "id": "605c5c97-15e0-4c4a-8a97-c98c1f1950f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:38.025 63 INFO tempest.lib.common.rest_client [req-2b001a5e-01e1-4784-80cd-99c15241d1b7 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.169s 2018-08-13 10:56:38.026 63 DEBUG tempest.lib.common.rest_client [req-2b001a5e-01e1-4784-80cd-99c15241d1b7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--869418688", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:56:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b001a5e-01e1-4784-80cd-99c15241d1b7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:37Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "name": "tempest-router--869418688"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:39.507 63 INFO tempest.lib.common.rest_client [req-06167709-a327-45ee-9788-3de83eb87287 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e 1.480s 2018-08-13 10:56:39.508 63 DEBUG tempest.lib.common.rest_client [req-06167709-a327-45ee-9788-3de83eb87287 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e', u'date': 'Mon, 13 Aug 2018 10:56:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06167709-a327-45ee-9788-3de83eb87287'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:39Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "name": "tempest-router--869418688"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:41.378 63 INFO tempest.lib.common.rest_client [req-33036dca-8b82-4af1-bddb-f40eafc9cd32 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/add_router_interface 1.869s 2018-08-13 10:56:41.379 63 DEBUG tempest.lib.common.rest_client [req-33036dca-8b82-4af1-bddb-f40eafc9cd32 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:56:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33036dca-8b82-4af1-bddb-f40eafc9cd32'} Body: {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0", "subnet_ids": ["a3bfccc3-506c-4f66-84e5-cd24860ee0e0"], "port_id": "9f6e5763-8bb8-40c7-ba7c-fed24aa7ef9f", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:43.262 63 INFO tempest.lib.common.rest_client [req-3564e137-ae6f-4037-add7-1389d17d80ba ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.882s 2018-08-13 10:56:43.263 63 DEBUG tempest.lib.common.rest_client [req-3564e137-ae6f-4037-add7-1389d17d80ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:56:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3564e137-ae6f-4037-add7-1389d17d80ba'} Body: {"floatingip": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:56:42Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3", "id": "9f9e70ff-8016-4f84-98e8-b8db09c7b088", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:42Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:43.785 63 INFO tempest.lib.common.rest_client [req-77e5e0a5-9687-462c-9977-1c2741cd50b3 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/network_associations 0.521s 2018-08-13 10:56:43.786 63 DEBUG tempest.lib.common.rest_client [req-77e5e0a5-9687-462c-9977-1c2741cd50b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/network_associations', u'date': 'Mon, 13 Aug 2018 10:56:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77e5e0a5-9687-462c-9977-1c2741cd50b3'} Body: {"network_association": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "id": "7c753e8c-a3e0-46b7-8b64-54a2abd0129c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:56:43.787 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:51.798 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:51.863 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:56:51.894 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:52.009 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:56:52.009 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:52.011 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:52.072 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:56:52.075 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:57.082 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:56:57.082 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:56:57.083 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.073936 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:56:57.084 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:57.086 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:57.147 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:56:57.150 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:57.264 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:56:57.265 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:57.267 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:57.328 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:56:57.332 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:01.339 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 4.074566 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:57:02.062 63 INFO tempest.lib.common.rest_client [req-e2f0190e-d081-4700-ab35-c021fae3289d ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/router_associations 0.722s 2018-08-13 10:57:02.063 63 DEBUG tempest.lib.common.rest_client [req-e2f0190e-d081-4700-ab35-c021fae3289d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/router_associations', u'date': 'Mon, 13 Aug 2018 10:57:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2f0190e-d081-4700-ab35-c021fae3289d'} Body: {"router_association": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "id": "6fd4a810-97e2-427b-b3b2-12384a5e5b7e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 10:57:02.064 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:57:02.066 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:57:02.131 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:57:02.162 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:02.277 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 10:57:02.277 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:57:02.279 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:57:02.341 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 10:57:02.344 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:07.351 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:57:07.351 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 10:57:07.352 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns true in 5.075257 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:109 2018-08-13 10:57:07.353 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:58:07.408 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 (timed out). Number attempts: 1. Retry after 2 seconds.: timeout: timed out 2018-08-13 10:58:10.916 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 2. Retry after 3 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:58:14.422 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 3. Retry after 4 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:58:18.928 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 4. Retry after 5 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:58:24.436 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 5. Retry after 6 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:58:30.947 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 6. Retry after 7 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:58:38.456 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 7. Retry after 8 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:58:46.962 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 8. Retry after 9 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:58:56.467 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 9. Retry after 10 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:59:07.978 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 10. Retry after 11 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:59:20.484 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 11. Retry after 12 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:59:34.000 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 12. Retry after 13 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 10:59:48.505 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 13. Retry after 14 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:00:04.024 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 14. Retry after 15 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:00:20.546 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 15. Retry after 16 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:00:38.068 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 16. Retry after 17 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:00:56.576 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 17. Retry after 18 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:01:16.096 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 18. Retry after 19 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:01:36.612 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 19. Retry after 20 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:01:58.134 63 WARNING tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 20. Retry after 21 seconds.: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh [-] Failed to establish authenticated ssh connection to cirros@172.30.9.202 after 20 attempts: NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 357, in connect 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh raise NoValidConnectionsError(errors) 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager [-] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Initializing SSH connection to 172.30.9.202 failed. Error: Connection to the 172.30.9.202 via SSH timed out. User: cirros, Password: None: SSHTimeout: Connection to the 172.30.9.202 via SSH timed out. User: cirros, Password: None 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.202 via SSH timed out. 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-13 11:02:21.032 63 INFO tempest.lib.common.rest_client [req-8049de59-2dd0-462d-9bd4-7cda35258e4f ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:02:21.033 63 DEBUG tempest.lib.common.rest_client [req-8049de59-2dd0-462d-9bd4-7cda35258e4f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:02:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8049de59-2dd0-462d-9bd4-7cda35258e4f'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T12:02:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-TestBGPVPNBasic-1193844288"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "831761409dfe44fb9df9daf72a646b63"}, {"r _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:21.354 63 INFO tempest.lib.common.rest_client [req-dee887c6-a55b-4dcc-bfec-90dafaa23a77 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers 0.318s 2018-08-13 11:02:21.354 63 DEBUG tempest.lib.common.rest_client [req-dee887c6-a55b-4dcc-bfec-90dafaa23a77 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1141', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-dee887c6-a55b-4dcc-bfec-90dafaa23a77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dee887c6-a55b-4dcc-bfec-90dafaa23a77'} Body: {"servers": [{"id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "name": "server-4"}, {"id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "name": "server-3"}, {"id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "name": "server-2"}, {"id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "name": "server-1"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:21.424 63 INFO tempest.lib.common.rest_client [req-1640b44f-4a15-466f-8b83-e9455c685571 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb/action 0.063s 2018-08-13 11:02:21.425 63 DEBUG tempest.lib.common.rest_client [req-1640b44f-4a15-466f-8b83-e9455c685571 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31947', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb/action', u'x-compute-request-id': 'req-1640b44f-4a15-466f-8b83-e9455c685571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1640b44f-4a15-466f-8b83-e9455c685571'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 446946860 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:21.428 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for b420d2ed-bae0-458c-a014-1922e6d41bfb body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 446946860 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.144164] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145920] pid_max: default: 32768 minimum: 301 [ 0.146877] ACPI: Core revision 20150930 [ 0.148324] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149723] Security Framework initialized [ 0.150596] Yama: becoming mindful. [ 0.151406] AppArmor: AppArmor initialized [ 0.152316] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153724] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155090] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156385] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157907] Initializing cgroup subsys io [ 0.158778] Initializing cgroup subsys memory [ 0.159707] Initializing cgroup subsys devices [ 0.160643] Initializing cgroup subsys freezer [ 0.161565] Initializing cgroup subsys net_cls [ 0.162486] Initializing cgroup subsys perf_event [ 0.163469] Initializing cgroup subsys net_prio [ 0.164413] Initializing cgroup subsys hugetlb [ 0.165332] Initializing cgroup subsys pids [ 0.166254] CPU: Physical Processor ID: 0 [ 0.167824] mce: CPU supports 10 MCE banks [ 0.168734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169798] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.186217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192405] ftrace: allocating 31920 entries in 125 pages [ 0.217652] smpboot: Max logical packages: 1 [ 0.218580] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220032] x2apic enabled [ 0.220872] Switched APIC routing to physical x2apic. [ 0.222679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223896] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226046] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227981] KVM setup paravirtual spinlock [ 0.229350] x86: Booted up 1 node, 1 CPUs [ 0.230234] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.231746] devtmpfs: initialized [ 0.233522] evm: security.selinux [ 0.234281] evm: security.SMACK64 [ 0.235023] evm: security.SMACK64EXEC [ 0.235823] evm: security.SMACK64TRANSMUTE [ 0.236703] evm: security.SMACK64MMAP [ 0.237505] evm: security.ima [ 0.238188] evm: security.capability [ 0.239050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241063] pinctrl core: initialized pinctrl subsystem [ 0.242261] RTC time: 10:56:31, date: 08/13/18 [ 0.243299] NET: Registered protocol family 16 [ 0.244356] cpuidle: using governor ladder [ 0.245254] cpuidle: using governor menu [ 0.246112] PCCT header not found. [ 0.246920] ACPI: bus type PCI registered [ 0.247796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.249144] PCI: Using configuration type 1 for base access [ 0.251025] ACPI: Added _OSI(Module Device) [ 0.251928] ACPI: Added _OSI(Processor Device) [ 0.252866] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253827] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255663] ACPI: Interpreter enabled [ 0.256484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.258462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.260450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.262423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.264404] ACPI: (supports S0 S5) [ 0.265160] ACPI: Using IOAPIC for interrupt routing [ 0.266186] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.269467] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270709] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.272068] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.273378] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.275798] acpiphp: Slot [3] registered [ 0.276673] acpiphp: Slot [4] registered [ 0.277545] acpiphp: Slot [5] registered [ 0.278407] acpiphp: Slot [6] registered [ 0.279272] acpiphp: Slot [7] registered [ 0.280134] acpiphp: Slot [8] registered [ 0.281000] acpiphp: Slot [9] registered [ 0.281864] acpiphp: Slot [10] registered [ 0.282741] acpiphp: Slot [11] registered [ 0.283624] acpiphp: Slot [12] registered [ 0.284507] acpiphp: Slot [13] registered [ 0.285388] acpiphp: Slot [14] registered [ 0.286268] acpiphp: Slot [15] registered [ 0.297225] acpiphp: Slot [16] registered [ 0.298113] acpiphp: Slot [17] registered [ 0.298985] acpiphp: Slot [18] registered [ 0.299862] acpiphp: Slot [19] registered [ 0.300734] acpiphp: Slot [20] registered [ 0.301612] acpiphp: Slot [21] registered [ 0.302495] acpiphp: Slot [22] registered [ 0.303370] acpiphp: Slot [23] registered [ 0.304242] acpiphp: Slot [24] registered [ 0.305118] acpiphp: Slot [25] registered [ 0.306006] acpiphp: Slot [26] registered [ 0.306888] acpiphp: Slot [27] registered [ 0.307770] acpiphp: Slot [28] registered [ 0.308663] acpiphp: Slot [29] registered [ 0.309537] acpiphp: Slot [30] registered [ 0.310419] acpiphp: Slot [31] registered [ 0.311294] PCI host bridge to bus 0000:00 [ 0.312165] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313482] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317938] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319549] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323000] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325679] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327062] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330697] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.332394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352984] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356029] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357507] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358870] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360267] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361412] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363074] vgaarb: loaded [ 0.363716] vgaarb: bridge control possible 0000:00:02.0 [ 0.365033] SCSI subsystem initialized [ 0.366014] ACPI: bus type USB registered [ 0.366902] usbcore: registered new interface driver usbfs [ 0.368020] usbcore: registered new interface driver hub [ 0.369120] usbcore: registered new device driver usb [ 0.370315] PCI: Using ACPI for IRQ routing [ 0.371509] NetLabel: Initializing [ 0.372287] NetLabel: domain hash size = 128 [ 0.373210] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374253] NetLabel: unlabeled traffic allowed by default [ 0.375552] clocksource: Switched to clocksource kvm-clock [ 0.384049] AppArmor: AppArmor Filesystem Enabled [ 0.385103] pnp: PnP ACPI init [ 0.386110] pnp: PnP ACPI: found 5 devices [ 0.392595] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394439] NET: Registered protocol family 2 [ 0.395578] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396978] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398298] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399629] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400814] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402102] NET: Registered protocol family 1 [ 0.403054] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404253] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405435] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419647] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433859] Trying to unpack rootfs image as initramfs... [ 0.490976] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492773] Scanning for low memory corruption every 60 seconds [ 0.494231] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495490] audit: initializing netlink subsys (disabled) [ 0.496636] audit: type=2000 audit(1534157792.267:1): initialized [ 0.498088] Initialise system trusted keyring [ 0.499108] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500378] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502611] zbud: loaded [ 0.503392] VFS: Disk quotas dquot_6.6.0 [ 0.504289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506004] fuse init (API version 7.23) [ 0.506981] Key type big_key registered [ 0.507863] Allocating IMA MOK and blacklist keyrings. [ 0.509200] Key type asymmetric registered [ 0.510092] Asymmetric key parser 'x509' registered [ 0.511135] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.512753] io scheduler noop registered [ 0.513608] io scheduler deadline registered (default) [ 0.514684] io scheduler cfq registered [ 0.515610] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516743] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519723] ACPI: Power Button [PWRF] [ 0.520651] GHES: HEST is not enabled! [ 0.534392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564761] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588465] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590946] Linux agpgart interface v0.103 [ 0.593768] brd: module loaded [ 0.595594] loop: module loaded [ 0.599747] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601359] GPT:90111 != 2097151 [ 0.602108] GPT:Alternate GPT header not at the end of the disk. [ 0.603326] GPT:90111 != 2097151 [ 0.604080] GPT: Use GNU Parted to correct GPT errors. [ 0.605158] vda: vda1 vda15 [ 0.606457] scsi host0: ata_piix [ 0.607320] scsi host1: ata_piix [ 0.608124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.609559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.613403] libphy: Fixed MDIO Bus: probed [ 0.614562] tun: Universal TUN/TAP device driver, 1.6 [ 0.615636] tun: (C) 1999-2004 Max Krasnyansky [ 0.618812] PPP generic driver version 2.4.2 [ 0.619856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621191] ehci-pci: EHCI PCI platform driver [ 0.622159] ehci-platform: EHCI generic platform driver [ 0.623276] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624550] ohci-pci: OHCI PCI platform driver [ 0.625533] ohci-platform: OHCI generic platform driver [ 0.626638] uhci_hcd: USB Universal Host Controller Interface driver [ 0.641514] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.642604] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.644141] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.645229] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.646460] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.647777] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649281] usb usb1: Product: UHCI Host Controller [ 0.650261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651480] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652520] hub 1-0:1.0: USB hub found [ 0.653340] hub 1-0:1.0: 2 ports detected [ 0.654332] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656739] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657752] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658851] mousedev: PS/2 mouse device common for all mice [ 0.660215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662165] rtc_cmos 00:00: RTC can wake from S4 [ 0.663333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665862] i2c /dev entries driver [ 0.666683] device-mapper: uevent: version 1.0.3 [ 0.667704] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669424] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670941] NET: Registered protocol family 10 [ 0.672167] NET: Registered protocol family 17 [ 0.673129] Key type dns_resolver registered [ 0.674209] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675378] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677288] registered taskstats version 1 [ 0.678185] Loading compiled-in X.509 certificates [ 0.679738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681721] zswap: loaded using pool lzo/zbud [ 0.683443] Key type trusted registered [ 0.685285] Key type encrypted registered [ 0.686166] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687266] ima: No TPM chip found, activating TPM-bypass! [ 0.688398] evm: HMAC attrs: 0x1 [ 0.689488] Magic number: 14:937:931 [ 0.690431] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:32 UTC (1534157792) [ 0.692178] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693376] EDD information not available. [ 0.772931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784762] Write protecting the kernel read-only data: 14336k [ 0.786993] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.788928] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 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... [ 0.941509] 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.102.21.40... Lease of 10.102.21.40 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000006e 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/U0P3HsHYCyQWTBYSbtmfteHcOTFjgrmVaJ+mm2ELWZJs1E9BfCji/hLnWdDbowGAJ0n307IU1sA0zUse3AI5b2wXNMl4tvNDMInN87ob6ca2Ef3PpYmumOqHzMsGmOcvQkGpUbbYUFLNz4QgZnRmtXIr4VNF50BhIplgjtpHyw6lYTjxxqXTPxDfVwTlflP1y/rXX975CCJyZViULt9wdyqy/RF7w6r+fdemhEdw7DsDBsg+n5m5zioB/Rc/oDEAvSuV3EO8ZpV9wHU0bojIOTUZuK2azodB+AFJia4JmYIOjJhlB4AzCcMzaoPTuEmqud2NJ99hoTKopODOeZ3n root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAOCpxNk2cfOTTQXhdUXVY7BevaZP2mvOsKCVWHmjbvM8LvtmIQUO5m5Q4sXG81cPU67JwE1SjiEwbzoKdv4nEI3CdZXM/JuY8cH2GNWTPUPEJyQb7hvdmzcObpFaN0JsMLCNMgbEvRr8IwPaJPyRWHgryatl8I9TApE2QnU3EJedAAAAFQC+X3N/7gY+7ce6FV5Z+MK3wJTMXwAAAIEAm+xTYH/GcWZ09gPhuWntQndsuQbidrgr3Eu8x/z+JooxIhDT9lk+NIQteHh/s06qhR4ouJONNQrdfVDN7Q6b9gLbmkutcO4yEyQ3feDfPgzyEbpOgSgre8v/8EjwoiaDzjpzLFF/Q3M7TRCSFuJmuaq/oo/K/ZnMELlca65kL+8AAACBAMvmuIVsxl0ZiXxAi+ii7XI17j1TVGSxr7qf+QKPnp3GCVEQDa0jFzdh7G5TT43itRnn0zCg+bPv9dBhZhbbdThX9ZunSDFunZe3N7SKwcOGAIeRu64hm7P3AqmiacqP3fFN0wOrq66QJN1rdHmCvAIkBflW9gbJdST+SN60VrYb root@server-4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fedc:bed0/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.40 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006e name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.16 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:DC:BE:D0 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedc:bed0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes 64 bytes from 10.102.21.1: seq=4 ttl=64 time=0.619 ms --- 10.102.21.1 ping statistics --- 5 packets transmitted, 1 packets received, 80% packet loss round-trip min/avg/max = 0.619/0.619/0.619 ms ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.770 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.338 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.358 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.197 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.287 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.197/0.390/0.770 ms ### uname -a Linux server-4 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.963568] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124327] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.124329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.124331] usb 1-1: Product: QEMU USB Tablet [ 1.124332] usb 1-1: Manufacturer: QEMU [ 1.124332] usb 1-1: SerialNumber: 42 [ 1.491622] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.491628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns [ 3.204080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.244538] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:32 cirros kern.info kernel: [ 0.788928] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:32 cirros kern.info kernel: [ 0.801261] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:32 cirros kern.info kernel: [ 0.801263] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:32 cirros kern.info kernel: [ 0.802996] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:32 cirros kern.info kernel: [ 0.806096] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:32 cirros kern.info kernel: [ 0.808183] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:32 cirros kern.info kernel: [ 0.831449] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:32 cirros kern.info kernel: [ 0.832412] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:32 cirros kern.info kernel: [ 0.833724] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:32 cirros kern.info kernel: [ 0.837159] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:32 cirros kern.info kernel: [ 0.910384] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:32 cirros kern.info kernel: [ 0.918965] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:32 cirros kern.notice kernel: [ 0.941509] random: dd urandom read with 5 bits of entropy available Aug 13 11:56:32 cirros kern.info kernel: [ 0.963568] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:32 cirros kern.info kernel: [ 1.124327] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:32 cirros kern.info kernel: [ 1.124329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:32 cirros kern.info kernel: [ 1.124331] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:32 cirros kern.info kernel: [ 1.124332] usb 1-1: Manufacturer: QEMU Aug 13 11:56:32 cirros kern.info kernel: [ 1.124332] usb 1-1: SerialNumber: 42 Aug 13 11:56:33 cirros kern.info kernel: [ 1.491622] tsc: Refined TSC clocksource calibration: 3491.850 MHz Aug 13 11:56:33 cirros kern.info kernel: [ 1.491628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns Aug 13 11:56:34 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:34 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:35 cirros kern.info kernel: [ 3.204080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:35 cirros kern.info kernel: [ 3.244538] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-4 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-13 11:02:21.500 63 INFO tempest.lib.common.rest_client [req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69/action 0.070s 2018-08-13 11:02:21.501 63 DEBUG tempest.lib.common.rest_client [req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31444', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69/action', u'x-compute-request-id': 'req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469927831 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:21.505 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 636586aa-0f44-4e7f-a7ec-3e399195cc69 body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 469927831 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.140328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142110] pid_max: default: 32768 minimum: 301 [ 0.143066] ACPI: Core revision 20150930 [ 0.144488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145861] Security Framework initialized [ 0.146714] Yama: becoming mindful. [ 0.147492] AppArmor: AppArmor initialized [ 0.148398] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151154] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153922] Initializing cgroup subsys io [ 0.154775] Initializing cgroup subsys memory [ 0.155690] Initializing cgroup subsys devices [ 0.156604] Initializing cgroup subsys freezer [ 0.157520] Initializing cgroup subsys net_cls [ 0.158429] Initializing cgroup subsys perf_event [ 0.159398] Initializing cgroup subsys net_prio [ 0.160331] Initializing cgroup subsys hugetlb [ 0.161257] Initializing cgroup subsys pids [ 0.162191] CPU: Physical Processor ID: 0 [ 0.163744] mce: CPU supports 10 MCE banks [ 0.164637] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165690] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181423] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187736] ftrace: allocating 31920 entries in 125 pages [ 0.213202] smpboot: Max logical packages: 1 [ 0.214119] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215552] x2apic enabled [ 0.216381] Switched APIC routing to physical x2apic. [ 0.218180] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.219364] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.221472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223353] KVM setup paravirtual spinlock [ 0.224720] x86: Booted up 1 node, 1 CPUs [ 0.225585] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227068] devtmpfs: initialized [ 0.228816] evm: security.selinux [ 0.229559] evm: security.SMACK64 [ 0.230280] evm: security.SMACK64EXEC [ 0.231068] evm: security.SMACK64TRANSMUTE [ 0.231921] evm: security.SMACK64MMAP [ 0.232711] evm: security.ima [ 0.233386] evm: security.capability [ 0.234228] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236185] pinctrl core: initialized pinctrl subsystem [ 0.237344] RTC time: 10:56:23, date: 08/13/18 [ 0.238354] NET: Registered protocol family 16 [ 0.239400] cpuidle: using governor ladder [ 0.240270] cpuidle: using governor menu [ 0.241099] PCCT header not found. [ 0.241899] ACPI: bus type PCI registered [ 0.242746] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244058] PCI: Using configuration type 1 for base access [ 0.245884] ACPI: Added _OSI(Module Device) [ 0.246778] ACPI: Added _OSI(Processor Device) [ 0.247682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248630] ACPI: Added _OSI(Processor Aggregator Device) [ 0.250446] ACPI: Interpreter enabled [ 0.251250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253194] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259061] ACPI: (supports S0 S5) [ 0.259809] ACPI: Using IOAPIC for interrupt routing [ 0.260806] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264014] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266526] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267785] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270120] acpiphp: Slot [3] registered [ 0.270974] acpiphp: Slot [4] registered [ 0.271823] acpiphp: Slot [5] registered [ 0.272667] acpiphp: Slot [6] registered [ 0.273500] acpiphp: Slot [7] registered [ 0.274337] acpiphp: Slot [8] registered [ 0.275178] acpiphp: Slot [9] registered [ 0.276022] acpiphp: Slot [10] registered [ 0.276877] acpiphp: Slot [11] registered [ 0.277728] acpiphp: Slot [12] registered [ 0.278586] acpiphp: Slot [13] registered [ 0.279433] acpiphp: Slot [14] registered [ 0.280319] acpiphp: Slot [15] registered [ 0.291222] acpiphp: Slot [16] registered [ 0.292053] acpiphp: Slot [17] registered [ 0.292874] acpiphp: Slot [18] registered [ 0.293687] acpiphp: Slot [19] registered [ 0.294500] acpiphp: Slot [20] registered [ 0.295315] acpiphp: Slot [21] registered [ 0.296134] acpiphp: Slot [22] registered [ 0.296952] acpiphp: Slot [23] registered [ 0.297777] acpiphp: Slot [24] registered [ 0.298593] acpiphp: Slot [25] registered [ 0.299407] acpiphp: Slot [26] registered [ 0.300222] acpiphp: Slot [27] registered [ 0.301076] acpiphp: Slot [28] registered [ 0.301900] acpiphp: Slot [29] registered [ 0.302712] acpiphp: Slot [30] registered [ 0.303534] acpiphp: Slot [31] registered [ 0.304343] PCI host bridge to bus 0000:00 [ 0.305155] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306372] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307594] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309051] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.310506] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.311993] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.315223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.316516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.317696] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322544] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324109] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.343064] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.344550] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.346364] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.347790] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.349181] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.350474] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.351784] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.352848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.354415] vgaarb: loaded [ 0.355027] vgaarb: bridge control possible 0000:00:02.0 [ 0.356259] SCSI subsystem initialized [ 0.357177] ACPI: bus type USB registered [ 0.358014] usbcore: registered new interface driver usbfs [ 0.359055] usbcore: registered new interface driver hub [ 0.360068] usbcore: registered new device driver usb [ 0.361185] PCI: Using ACPI for IRQ routing [ 0.362312] NetLabel: Initializing [ 0.363041] NetLabel: domain hash size = 128 [ 0.363898] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.364868] NetLabel: unlabeled traffic allowed by default [ 0.366032] clocksource: Switched to clocksource kvm-clock [ 0.374308] AppArmor: AppArmor Filesystem Enabled [ 0.375305] pnp: PnP ACPI init [ 0.376249] pnp: PnP ACPI: found 5 devices [ 0.382577] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.384308] NET: Registered protocol family 2 [ 0.385367] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.386672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.387895] TCP: Hash tables configured (established 4096 bind 4096) [ 0.389105] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.390200] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.391397] NET: Registered protocol family 1 [ 0.392284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.393393] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.394479] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.408595] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.422892] Trying to unpack rootfs image as initramfs... [ 0.479789] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.481465] Scanning for low memory corruption every 60 seconds [ 0.482834] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.484004] audit: initializing netlink subsys (disabled) [ 0.485039] audit: type=2000 audit(1534157784.798:1): initialized [ 0.486418] Initialise system trusted keyring [ 0.487368] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.488546] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490700] zbud: loaded [ 0.491438] VFS: Disk quotas dquot_6.6.0 [ 0.492263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493870] fuse init (API version 7.23) [ 0.494791] Key type big_key registered [ 0.495605] Allocating IMA MOK and blacklist keyrings. [ 0.496851] Key type asymmetric registered [ 0.497684] Asymmetric key parser 'x509' registered [ 0.498666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.500161] io scheduler noop registered [ 0.500964] io scheduler deadline registered (default) [ 0.501969] io scheduler cfq registered [ 0.502831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.503885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.505159] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.506634] ACPI: Power Button [PWRF] [ 0.507493] GHES: HEST is not enabled! [ 0.521540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.549536] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.551638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.575660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.577966] Linux agpgart interface v0.103 [ 0.580566] brd: module loaded [ 0.582249] loop: module loaded [ 0.586212] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.587678] GPT:90111 != 2097151 [ 0.588357] GPT:Alternate GPT header not at the end of the disk. [ 0.589456] GPT:90111 != 2097151 [ 0.590145] GPT: Use GNU Parted to correct GPT errors. [ 0.593158] vda: vda1 vda15 [ 0.595229] scsi host0: ata_piix [ 0.596027] scsi host1: ata_piix [ 0.596760] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.597987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.599502] libphy: Fixed MDIO Bus: probed [ 0.600333] tun: Universal TUN/TAP device driver, 1.6 [ 0.601295] tun: (C) 1999-2004 Max Krasnyansky [ 0.603703] PPP generic driver version 2.4.2 [ 0.604645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605872] ehci-pci: EHCI PCI platform driver [ 0.606764] ehci-platform: EHCI generic platform driver [ 0.607777] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608936] ohci-pci: OHCI PCI platform driver [ 0.609825] ohci-platform: OHCI generic platform driver [ 0.610854] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625072] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626106] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.627585] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.628595] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.631014] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.632449] usb usb1: Product: UHCI Host Controller [ 0.633384] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634535] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635546] hub 1-0:1.0: USB hub found [ 0.636338] hub 1-0:1.0: 2 ports detected [ 0.637299] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639469] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640444] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641503] mousedev: PS/2 mouse device common for all mice [ 0.642796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644670] rtc_cmos 00:00: RTC can wake from S4 [ 0.645915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647128] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648336] i2c /dev entries driver [ 0.649128] device-mapper: uevent: version 1.0.3 [ 0.650108] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651761] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653208] NET: Registered protocol family 10 [ 0.654377] NET: Registered protocol family 17 [ 0.655302] Key type dns_resolver registered [ 0.656335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657456] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659276] registered taskstats version 1 [ 0.660139] Loading compiled-in X.509 certificates [ 0.661632] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663536] zswap: loaded using pool lzo/zbud [ 0.665205] Key type trusted registered [ 0.666984] Key type encrypted registered [ 0.667820] AppArmor: AppArmor sha1 policy hashing enabled [ 0.668873] ima: No TPM chip found, activating TPM-bypass! [ 0.669944] evm: HMAC attrs: 0x1 [ 0.670934] Magic number: 14:937:931 [ 0.671808] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:24 UTC (1534157784) [ 0.673462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674592] EDD information not available. [ 0.759465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771565] Write protecting the kernel read-only data: 14336k [ 0.773748] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.775616] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.821933] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.30... Lease of 10.101.11.30 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000006d 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCremK0WBJy2V05D4r/w3/Tqkj0LgyiMCqgOfgewUlGkiptElPDNLehgW21QWCCtB1hr7tC3OYLxsC7HpsZU/FbqC3LY5yCL8ft6SKH6SWWq19ivKcLPUlGmvO75bn6+r5Gr7/bN1Q5BDGe2UmIiJOzy1Q0U2IU4WlPfarSoOrriZHoIcM3clNbUY+HfAMj98hsHXvlvUwWu1YxHEckTqiBCXMd5riuZ7OjeqreR4Ppe7ksJ8Tr7VV/hMVwcumfUs22Rd+Y1wKg9rLFDyEVCULQCadBHlsXFsBbL+nMJRCG/+1ISI83PUv5clBodbJjoZnPFq96XOj671qvQ1ssboRF root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAIcM4vMRAxfPnXSAZd5svMlUw7FcYiSb2VzCmeOTnsS6fIuWB0P57rKE6g4kcT4maMqZcOzRKvyB1r1na6FH2xpYlnAF05i7BRvBvm4KQbLnzFKOwJTPWm+v9fSBeIeXSWOiMVliYimlaFJqvTmM6fi7gEiXel8H78XDKgP+/xVZAAAAFQCtKZlY6s67Zv3mXeMhpknZ2J0MNQAAAIEAgYeuVFyYR7vTxYP1zRgBjBA8lYKWcfiOAApSvAXXpj8jSQ2bVo5jIAIZYvTJokuZ+r2gt08KVLEVwFbtOFMiOPxQGhfiHrXzGKPOfUEfs9PA9yjq+IqySDYK0CjHvFRJ37dQmJudRyxNgzGaR4BeZ/awkx1Mkht0MTYXfipuJkEAAACAE4azGS4bi7zKKx9g5SCsJV5sQSNRtJShy1cwXdWEc3X3FZ9cnUiNN8XYuuBeO/eL3EjcdICkkJevnU2ENE0Lx3ffA8LvXTQW9MLK8XAJMjuvjnhbYB1IBlOUKOjpxQDcvnzlL416vld4kE1wDRoztZQ2LRHyJPL+iDX2VtUl64c= root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.50s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fedb:a220/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.30 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006d name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.29 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:DB:A2:20 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedb:a220/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.905 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.514 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.154 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.176 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.255 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.154/0.400/0.905 ms ### uname -a Linux server-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.914271] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 0.946051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.107652] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.107654] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.107656] usb 1-1: Product: QEMU USB Tablet [ 1.107657] usb 1-1: Manufacturer: QEMU [ 1.107657] usb 1-1: SerialNumber: 42 [ 1.478305] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 2.958854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.000244] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:24 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 13 11:56:24 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 13 11:56:24 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 13 11:56:24 cirros kern.info kernel: [ 0.946051] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:24 cirros kern.info kernel: [ 1.107652] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:24 cirros kern.info kernel: [ 1.107654] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:24 cirros kern.info kernel: [ 1.107656] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:24 cirros kern.info kernel: [ 1.107657] usb 1-1: Manufacturer: QEMU Aug 13 11:56:24 cirros kern.info kernel: [ 1.107657] usb 1-1: SerialNumber: 42 Aug 13 11:56:25 cirros kern.info kernel: [ 1.478305] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 13 11:56:26 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:26 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:26 cirros kern.info kernel: [ 2.958854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:26 cirros kern.info kernel: [ 3.000244] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-3 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-13 11:02:21.584 63 INFO tempest.lib.common.rest_client [req-6d402371-131c-4687-88ca-f956536eec71 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf/action 0.067s 2018-08-13 11:02:21.585 63 DEBUG tempest.lib.common.rest_client [req-6d402371-131c-4687-88ca-f956536eec71 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31846', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf/action', u'x-compute-request-id': 'req-6d402371-131c-4687-88ca-f956536eec71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d402371-131c-4687-88ca-f956536eec71'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476147541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:21.590 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for a4792f7a-8247-4bec-9692-ca5cc67520cf body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 476147541 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.153784] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155733] pid_max: default: 32768 minimum: 301 [ 0.156770] ACPI: Core revision 20150930 [ 0.158242] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.159726] Security Framework initialized [ 0.160654] Yama: becoming mindful. [ 0.161491] AppArmor: AppArmor initialized [ 0.162498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.164017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.165505] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166892] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168519] Initializing cgroup subsys io [ 0.169457] Initializing cgroup subsys memory [ 0.170439] Initializing cgroup subsys devices [ 0.171437] Initializing cgroup subsys freezer [ 0.172460] Initializing cgroup subsys net_cls [ 0.173460] Initializing cgroup subsys perf_event [ 0.174506] Initializing cgroup subsys net_prio [ 0.175520] Initializing cgroup subsys hugetlb [ 0.176512] Initializing cgroup subsys pids [ 0.177508] CPU: Physical Processor ID: 0 [ 0.179135] mce: CPU supports 10 MCE banks [ 0.180090] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181255] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197538] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.203843] ftrace: allocating 31920 entries in 125 pages [ 0.228997] smpboot: Max logical packages: 1 [ 0.230034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.231599] x2apic enabled [ 0.232502] Switched APIC routing to physical x2apic. [ 0.234472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.235769] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238107] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240206] KVM setup paravirtual spinlock [ 0.241623] x86: Booted up 1 node, 1 CPUs [ 0.242581] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244219] devtmpfs: initialized [ 0.246019] evm: security.selinux [ 0.246844] evm: security.SMACK64 [ 0.247657] evm: security.SMACK64EXEC [ 0.248541] evm: security.SMACK64TRANSMUTE [ 0.249499] evm: security.SMACK64MMAP [ 0.250343] evm: security.ima [ 0.251061] evm: security.capability [ 0.251966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.254152] pinctrl core: initialized pinctrl subsystem [ 0.255442] RTC time: 10:56:17, date: 08/13/18 [ 0.256530] NET: Registered protocol family 16 [ 0.257639] cpuidle: using governor ladder [ 0.258580] cpuidle: using governor menu [ 0.259477] PCCT header not found. [ 0.260325] ACPI: bus type PCI registered [ 0.261241] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262680] PCI: Using configuration type 1 for base access [ 0.264655] ACPI: Added _OSI(Module Device) [ 0.265613] ACPI: Added _OSI(Processor Device) [ 0.266602] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.267635] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269529] ACPI: Interpreter enabled [ 0.270399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.272516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.274703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.276885] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.279056] ACPI: (supports S0 S5) [ 0.279896] ACPI: Using IOAPIC for interrupt routing [ 0.281022] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.284538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.285885] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287343] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.288759] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291369] acpiphp: Slot [3] registered [ 0.292324] acpiphp: Slot [4] registered [ 0.293253] acpiphp: Slot [5] registered [ 0.294212] acpiphp: Slot [6] registered [ 0.295153] acpiphp: Slot [7] registered [ 0.296078] acpiphp: Slot [8] registered [ 0.296986] acpiphp: Slot [9] registered [ 0.297900] acpiphp: Slot [10] registered [ 0.298824] acpiphp: Slot [11] registered [ 0.299746] acpiphp: Slot [12] registered [ 0.300669] acpiphp: Slot [13] registered [ 0.301600] acpiphp: Slot [14] registered [ 0.302538] acpiphp: Slot [15] registered [ 0.313281] acpiphp: Slot [16] registered [ 0.314258] acpiphp: Slot [17] registered [ 0.315197] acpiphp: Slot [18] registered [ 0.316117] acpiphp: Slot [19] registered [ 0.317034] acpiphp: Slot [20] registered [ 0.317959] acpiphp: Slot [21] registered [ 0.318886] acpiphp: Slot [22] registered [ 0.319837] acpiphp: Slot [23] registered [ 0.320765] acpiphp: Slot [24] registered [ 0.321695] acpiphp: Slot [25] registered [ 0.322635] acpiphp: Slot [26] registered [ 0.323568] acpiphp: Slot [27] registered [ 0.324555] acpiphp: Slot [28] registered [ 0.325479] acpiphp: Slot [29] registered [ 0.326398] acpiphp: Slot [30] registered [ 0.327321] acpiphp: Slot [31] registered [ 0.328238] PCI host bridge to bus 0000:00 [ 0.329161] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.330571] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.331977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.333645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335342] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.337027] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.340545] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.342038] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.343397] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.344911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348719] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.350639] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371508] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374791] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.376418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.377970] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379391] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.380781] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382045] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383876] vgaarb: loaded [ 0.384592] vgaarb: bridge control possible 0000:00:02.0 [ 0.386014] SCSI subsystem initialized [ 0.387073] ACPI: bus type USB registered [ 0.388059] usbcore: registered new interface driver usbfs [ 0.389258] usbcore: registered new interface driver hub [ 0.390432] usbcore: registered new device driver usb [ 0.391698] PCI: Using ACPI for IRQ routing [ 0.392946] NetLabel: Initializing [ 0.393779] NetLabel: domain hash size = 128 [ 0.394756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.395874] NetLabel: unlabeled traffic allowed by default [ 0.397213] clocksource: Switched to clocksource kvm-clock [ 0.405549] AppArmor: AppArmor Filesystem Enabled [ 0.406691] pnp: PnP ACPI init [ 0.407768] pnp: PnP ACPI: found 5 devices [ 0.414280] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.416334] NET: Registered protocol family 2 [ 0.417517] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.419027] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.420440] TCP: Hash tables configured (established 4096 bind 4096) [ 0.421847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.423119] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.424481] NET: Registered protocol family 1 [ 0.425532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.426815] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.428071] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.442105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.456210] Trying to unpack rootfs image as initramfs... [ 0.512437] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.514352] Scanning for low memory corruption every 60 seconds [ 0.515902] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.517301] audit: initializing netlink subsys (disabled) [ 0.518502] audit: type=2000 audit(1534157778.068:1): initialized [ 0.520025] Initialise system trusted keyring [ 0.521125] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.522480] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.524775] zbud: loaded [ 0.525591] VFS: Disk quotas dquot_6.6.0 [ 0.526568] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.528376] fuse init (API version 7.23) [ 0.529418] Key type big_key registered [ 0.530345] Allocating IMA MOK and blacklist keyrings. [ 0.531754] Key type asymmetric registered [ 0.532708] Asymmetric key parser 'x509' registered [ 0.533827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.535553] io scheduler noop registered [ 0.536497] io scheduler deadline registered (default) [ 0.537687] io scheduler cfq registered [ 0.538651] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.539867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.541361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.543036] ACPI: Power Button [PWRF] [ 0.543990] GHES: HEST is not enabled! [ 0.557642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.585513] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.590714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.614663] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.617438] Linux agpgart interface v0.103 [ 0.620515] brd: module loaded [ 0.622386] loop: module loaded [ 0.626856] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628581] GPT:90111 != 2097151 [ 0.629381] GPT:Alternate GPT header not at the end of the disk. [ 0.630684] GPT:90111 != 2097151 [ 0.631473] GPT: Use GNU Parted to correct GPT errors. [ 0.632622] vda: vda1 vda15 [ 0.634161] scsi host0: ata_piix [ 0.635079] scsi host1: ata_piix [ 0.635924] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.637385] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.639113] libphy: Fixed MDIO Bus: probed [ 0.640072] tun: Universal TUN/TAP device driver, 1.6 [ 0.641199] tun: (C) 1999-2004 Max Krasnyansky [ 0.643944] PPP generic driver version 2.4.2 [ 0.645026] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.646458] ehci-pci: EHCI PCI platform driver [ 0.647497] ehci-platform: EHCI generic platform driver [ 0.648669] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.650020] ohci-pci: OHCI PCI platform driver [ 0.651058] ohci-platform: OHCI generic platform driver [ 0.652251] uhci_hcd: USB Universal Host Controller Interface driver [ 0.666740] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.667933] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.669654] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.670849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.672216] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.673692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.675362] usb usb1: Product: UHCI Host Controller [ 0.676459] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.677822] usb usb1: SerialNumber: 0000:00:01.2 [ 0.678981] hub 1-0:1.0: USB hub found [ 0.679911] hub 1-0:1.0: 2 ports detected [ 0.681012] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.683464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.684703] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.685940] mousedev: PS/2 mouse device common for all mice [ 0.687444] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.689617] rtc_cmos 00:00: RTC can wake from S4 [ 0.690914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693763] i2c /dev entries driver [ 0.694675] device-mapper: uevent: version 1.0.3 [ 0.695837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697784] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699451] NET: Registered protocol family 10 [ 0.700762] NET: Registered protocol family 17 [ 0.701845] Key type dns_resolver registered [ 0.703014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704321] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706446] registered taskstats version 1 [ 0.707442] Loading compiled-in X.509 certificates [ 0.709085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.711336] zswap: loaded using pool lzo/zbud [ 0.713200] Key type trusted registered [ 0.715184] Key type encrypted registered [ 0.716160] AppArmor: AppArmor sha1 policy hashing enabled [ 0.717410] ima: No TPM chip found, activating TPM-bypass! [ 0.718658] evm: HMAC attrs: 0x1 [ 0.719765] Magic number: 14:937:931 [ 0.720774] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:18 UTC (1534157778) [ 0.722616] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.723774] EDD information not available. [ 0.798549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.810547] Write protecting the kernel read-only data: 14336k [ 0.812815] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.814795] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.77 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... [ 0.984456] 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.102.21.20... Lease of 10.102.21.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-0000006c 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCuvMcygEawJ9LUYl2x6LIghTzU8vXeq7/S+PpkArIxDNogvlpYBJ7RMikeIHRIXkY1ZXPb2n6qBFEIVd5SAlLVgrZ0zFGEx9qPpuIxS8etVU2Vd1HC2omgBWMJzcU3PGC8PxhTp8a4aZO62B0eUD1kwSH6COGc5itYGoivjUpVKruJ2oDQkbfPzQwuM3V1/J/9kFVUk4KLbE6tfVmZiNaf9glDRUjUHYlkYj/EUPFH6dPjDylw6SJW+AMk2VjNQaJe1i/j5EkykFm51p4AIfey2XDujC0pli1UJxv2dklP1S7/xdA2sdHz35A+P//yCXEW0BkQycnHbZDK+Zkd7eRP root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBALnB0BjFO4Fw8uNDFk6Tqv02viSx9EgybDdKoAVxWYN0H+OFw87kJ05VVlN39U5o1pPiLxDqgqb+dYrZXMBS4x+FGy774QanQDwmq1T6KgaZ8139ceyuea1qgUPSINHRW8T0rWbCZ/2AGY2mLE2k+YEydJrocXt5zfeDBolwgmiTAAAAFQDHZ9BqSsSDdABOb5XfRDc/hv8rWQAAAIB3gnwW5yE8aYYwuiEy6yVtDdzfrmf+UhTVdjPHczBItGg0Q5guxbdVcCyYpqjLIT7RLpHW5LhA9Rcv/0GuKzAjfM9OuqBUZFc1dJV7C922gFQmhuTA71PyfYiJtPVX4eU9l9KBnrT1C9OvrHT9ZchFyihr7u7RkxYcbF6cww5MJgAAAIEAokSq4jtf+80AnTIodCFyYlPXABaM4OkZmwBUIWQCow4AivBZ0zYCSEr5GCf7qhgooTBQBLQk8YcEX4Tih8/t3prfDuA29/abQ0jqHp+x5CUGtqzeACQy+/JHVDWJGMLwcQRwUIvc+4ppCZn9/uQq6P5FPdyOxsOIPXTbDlswcIc= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe65:e80d/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.20 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006c name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=2.72 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:65:E8:0D inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe65:e80d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes --- 10.102.21.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.635 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.685 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.255 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.288 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.538 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.255/0.480/0.685 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.989254] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.150033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.150035] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.150036] usb 1-1: Product: QEMU USB Tablet [ 1.150037] usb 1-1: Manufacturer: QEMU [ 1.150038] usb 1-1: SerialNumber: 42 [ 1.513427] tsc: Refined TSC clocksource calibration: 3491.852 MHz [ 1.513433] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553f88a97, max_idle_ns: 440795268990 ns [ 2.792067] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.826436] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:18 cirros kern.info kernel: [ 0.814795] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:18 cirros kern.info kernel: [ 0.827521] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:18 cirros kern.info kernel: [ 0.827522] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:18 cirros kern.info kernel: [ 0.829358] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:18 cirros kern.info kernel: [ 0.832618] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:18 cirros kern.info kernel: [ 0.834819] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:18 cirros kern.info kernel: [ 0.858892] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:18 cirros kern.info kernel: [ 0.859714] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:18 cirros kern.info kernel: [ 0.861074] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:18 cirros kern.info kernel: [ 0.866206] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:18 cirros kern.info kernel: [ 0.955053] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:18 cirros kern.info kernel: [ 0.963460] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:18 cirros kern.notice kernel: [ 0.984456] random: dd urandom read with 5 bits of entropy available Aug 13 11:56:18 cirros kern.info kernel: [ 0.989254] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:18 cirros kern.info kernel: [ 1.150033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:18 cirros kern.info kernel: [ 1.150035] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:18 cirros kern.info kernel: [ 1.150036] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:18 cirros kern.info kernel: [ 1.150037] usb 1-1: Manufacturer: QEMU Aug 13 11:56:18 cirros kern.info kernel: [ 1.150038] usb 1-1: SerialNumber: 42 Aug 13 11:56:19 cirros kern.info kernel: [ 1.513427] tsc: Refined TSC clocksource calibration: 3491.852 MHz Aug 13 11:56:19 cirros kern.info kernel: [ 1.513433] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553f88a97, max_idle_ns: 440795268990 ns Aug 13 11:56:20 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:20 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:20 cirros kern.info kernel: [ 2.792067] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:20 cirros kern.info kernel: [ 2.826436] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-13 11:02:21.800 63 INFO tempest.lib.common.rest_client [req-63c48855-f183-4a61-8786-fcb7dbef93f4 ] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284/action 0.078s 2018-08-13 11:02:21.801 63 DEBUG tempest.lib.common.rest_client [req-63c48855-f183-4a61-8786-fcb7dbef93f4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31852', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284/action', u'x-compute-request-id': 'req-63c48855-f183-4a61-8786-fcb7dbef93f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63c48855-f183-4a61-8786-fcb7dbef93f4'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465945538 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:21.803 63 DEBUG networking_bgpvpn_tempest.tests.scenario.manager [-] Console output for 02db1594-00ed-40a6-8e3e-89aba09b1284 body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 465945538 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.145862] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.147524] pid_max: default: 32768 minimum: 301 [ 0.148421] ACPI: Core revision 20150930 [ 0.149808] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151127] Security Framework initialized [ 0.151943] Yama: becoming mindful. [ 0.152672] AppArmor: AppArmor initialized [ 0.153544] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154894] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157395] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158827] Initializing cgroup subsys io [ 0.159656] Initializing cgroup subsys memory [ 0.160522] Initializing cgroup subsys devices [ 0.161409] Initializing cgroup subsys freezer [ 0.162284] Initializing cgroup subsys net_cls [ 0.163157] Initializing cgroup subsys perf_event [ 0.164073] Initializing cgroup subsys net_prio [ 0.164971] Initializing cgroup subsys hugetlb [ 0.165840] Initializing cgroup subsys pids [ 0.166712] CPU: Physical Processor ID: 0 [ 0.168215] mce: CPU supports 10 MCE banks [ 0.169077] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.190576] ftrace: allocating 31920 entries in 125 pages [ 0.215515] smpboot: Max logical packages: 1 [ 0.216403] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217762] x2apic enabled [ 0.218598] Switched APIC routing to physical x2apic. [ 0.220334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225309] KVM setup paravirtual spinlock [ 0.226613] x86: Booted up 1 node, 1 CPUs [ 0.227429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228827] devtmpfs: initialized [ 0.230547] evm: security.selinux [ 0.231255] evm: security.SMACK64 [ 0.231948] evm: security.SMACK64EXEC [ 0.232693] evm: security.SMACK64TRANSMUTE [ 0.233506] evm: security.SMACK64MMAP [ 0.234256] evm: security.ima [ 0.234902] evm: security.capability [ 0.235710] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237584] pinctrl core: initialized pinctrl subsystem [ 0.238695] RTC time: 10:56:09, date: 08/13/18 [ 0.239665] NET: Registered protocol family 16 [ 0.240658] cpuidle: using governor ladder [ 0.241483] cpuidle: using governor menu [ 0.242274] PCCT header not found. [ 0.243033] ACPI: bus type PCI registered [ 0.243835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245090] PCI: Using configuration type 1 for base access [ 0.246856] ACPI: Added _OSI(Module Device) [ 0.247706] ACPI: Added _OSI(Processor Device) [ 0.248574] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249480] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251241] ACPI: Interpreter enabled [ 0.252017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259397] ACPI: (supports S0 S5) [ 0.260102] ACPI: Using IOAPIC for interrupt routing [ 0.261046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267731] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269962] acpiphp: Slot [3] registered [ 0.270765] acpiphp: Slot [4] registered [ 0.271570] acpiphp: Slot [5] registered [ 0.272373] acpiphp: Slot [6] registered [ 0.273174] acpiphp: Slot [7] registered [ 0.273981] acpiphp: Slot [8] registered [ 0.274782] acpiphp: Slot [9] registered [ 0.275583] acpiphp: Slot [10] registered [ 0.276396] acpiphp: Slot [11] registered [ 0.277222] acpiphp: Slot [12] registered [ 0.278040] acpiphp: Slot [13] registered [ 0.278849] acpiphp: Slot [14] registered [ 0.279661] acpiphp: Slot [15] registered [ 0.290352] acpiphp: Slot [16] registered [ 0.291174] acpiphp: Slot [17] registered [ 0.291990] acpiphp: Slot [18] registered [ 0.292798] acpiphp: Slot [19] registered [ 0.293780] acpiphp: Slot [20] registered [ 0.294772] acpiphp: Slot [21] registered [ 0.295763] acpiphp: Slot [22] registered [ 0.296751] acpiphp: Slot [23] registered [ 0.297737] acpiphp: Slot [24] registered [ 0.298719] acpiphp: Slot [25] registered [ 0.299702] acpiphp: Slot [26] registered [ 0.300689] acpiphp: Slot [27] registered [ 0.301667] acpiphp: Slot [28] registered [ 0.302698] acpiphp: Slot [29] registered [ 0.303692] acpiphp: Slot [30] registered [ 0.304685] acpiphp: Slot [31] registered [ 0.305665] PCI host bridge to bus 0000:00 [ 0.306664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308174] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311449] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.313212] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315019] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321710] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.323289] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327181] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.329098] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349663] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.351423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354812] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356483] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357987] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359534] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360725] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362296] vgaarb: loaded [ 0.362906] vgaarb: bridge control possible 0000:00:02.0 [ 0.364154] SCSI subsystem initialized [ 0.365087] ACPI: bus type USB registered [ 0.365920] usbcore: registered new interface driver usbfs [ 0.366955] usbcore: registered new interface driver hub [ 0.367971] usbcore: registered new device driver usb [ 0.369080] PCI: Using ACPI for IRQ routing [ 0.370199] NetLabel: Initializing [ 0.370922] NetLabel: domain hash size = 128 [ 0.371771] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372740] NetLabel: unlabeled traffic allowed by default [ 0.373911] clocksource: Switched to clocksource kvm-clock [ 0.382216] AppArmor: AppArmor Filesystem Enabled [ 0.383201] pnp: PnP ACPI init [ 0.384147] pnp: PnP ACPI: found 5 devices [ 0.390461] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392182] NET: Registered protocol family 2 [ 0.393233] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394533] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395749] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396959] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399246] NET: Registered protocol family 1 [ 0.400133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401240] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402324] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430501] Trying to unpack rootfs image as initramfs... [ 0.487432] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489079] Scanning for low memory corruption every 60 seconds [ 0.490446] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491614] audit: initializing netlink subsys (disabled) [ 0.492643] audit: type=2000 audit(1534157769.959:1): initialized [ 0.494019] Initialise system trusted keyring [ 0.494968] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496132] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498285] zbud: loaded [ 0.499023] VFS: Disk quotas dquot_6.6.0 [ 0.499846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501453] fuse init (API version 7.23) [ 0.502371] Key type big_key registered [ 0.503183] Allocating IMA MOK and blacklist keyrings. [ 0.504423] Key type asymmetric registered [ 0.505256] Asymmetric key parser 'x509' registered [ 0.506236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507716] io scheduler noop registered [ 0.508515] io scheduler deadline registered (default) [ 0.509517] io scheduler cfq registered [ 0.510378] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512702] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514173] ACPI: Power Button [PWRF] [ 0.515030] GHES: HEST is not enabled! [ 0.528584] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556403] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558528] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584804] Linux agpgart interface v0.103 [ 0.587434] brd: module loaded [ 0.589119] loop: module loaded [ 0.593263] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.597229] GPT:90111 != 2097151 [ 0.597930] GPT:Alternate GPT header not at the end of the disk. [ 0.599036] GPT:90111 != 2097151 [ 0.599716] GPT: Use GNU Parted to correct GPT errors. [ 0.600707] vda: vda1 vda15 [ 0.602965] scsi host0: ata_piix [ 0.603766] scsi host1: ata_piix [ 0.604497] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.605721] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.607230] libphy: Fixed MDIO Bus: probed [ 0.608058] tun: Universal TUN/TAP device driver, 1.6 [ 0.609019] tun: (C) 1999-2004 Max Krasnyansky [ 0.611745] PPP generic driver version 2.4.2 [ 0.612684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613970] ehci-pci: EHCI PCI platform driver [ 0.614857] ehci-platform: EHCI generic platform driver [ 0.615867] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617115] ohci-pci: OHCI PCI platform driver [ 0.618014] ohci-platform: OHCI generic platform driver [ 0.619023] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633379] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634438] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.635916] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.636953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.640826] usb usb1: Product: UHCI Host Controller [ 0.641777] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643953] hub 1-0:1.0: USB hub found [ 0.644752] hub 1-0:1.0: 2 ports detected [ 0.645718] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.647921] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.648904] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.649991] mousedev: PS/2 mouse device common for all mice [ 0.651310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653300] rtc_cmos 00:00: RTC can wake from S4 [ 0.654457] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.656906] i2c /dev entries driver [ 0.657704] device-mapper: uevent: version 1.0.3 [ 0.658708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660380] ledtrig-cpu: registered to indicate activity on CPUs [ 0.661838] NET: Registered protocol family 10 [ 0.663011] NET: Registered protocol family 17 [ 0.663928] Key type dns_resolver registered [ 0.664955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666079] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.667907] registered taskstats version 1 [ 0.668760] Loading compiled-in X.509 certificates [ 0.670276] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672160] zswap: loaded using pool lzo/zbud [ 0.673823] Key type trusted registered [ 0.675623] Key type encrypted registered [ 0.676465] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677516] ima: No TPM chip found, activating TPM-bypass! [ 0.678588] evm: HMAC attrs: 0x1 [ 0.679611] Magic number: 14:937:931 [ 0.680497] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:09 UTC (1534157769) [ 0.682160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683291] EDD information not available. [ 0.767288] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.779200] Write protecting the kernel read-only data: 14336k [ 0.781393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783259] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827765] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.10... Lease of 10.101.11.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-0000006b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJmuHnzad0Pto2GcDBGKhX8SK376G8aC+sboSNup35XptuCclgSPNs7LFr03M6pZ3wGifYtwvcle4yhkEgIJk8UTYb51GoTVuHG/7rR1XOWJHZCbrYFmzz10+HiypecGhVunOpS35OfhYOXW8meRf3dRXqL7VU/TwrQ/8U/m/ErgQQC8XlKm/AXVAmjKURR4RTstIVluaLCTjVPIhkDk50ap+UjsmC5jygD2J32P2GFAUetmlLBSpijUBTowXtdGvbO/kmLEUeDgsg6HVFr/STDhEIJmeJSKzU8ousxysXSDvk8jBd2YaQR5+fzPDgb1rQNCTxcC5XY0X6hVii4zwP root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAPO1rERRzwSZzeW0qKvz8nAshKzt1KXnjdayfaisSzs1Bod9Q+DM14pIaFZVULTHHpf86DrhyZiJiqYj4gfSEDgh6DrjtLyEHGqY4v2RUxAIMWdnsZ6L3nPpeglx7zFeQyb+GPvRH1zjL5v4q0NgUZ8XLvD0cIKszPDth5+fbANrAAAAFQDY3dD0Fpz9CyINExdjz6P8Xo3/JQAAAIAQUSmUCX/etQyCTyb6I3E680kLwH3rh0UPlEJOXkIAj+hd1iZcX4wSjBo78gsR8PQSJQ3LWvUb3HTowGraqoEL+JTJdsikQlaMqlNwvtuuHTkYSlAMAjO0SENvglEuRdubRTohimVhZSfe4pS3BL7V0qe4Ki7jfJ4OO/ZkOLEjdwAAAIEAt5OiJ95DB2ogXu7Rt4HaQ6nCSS4o/TvVlzmeXvS8GI0t/0B0+z0Qt2Lv9EM/wlILCWwrc/+DztLxVnd/Sfw/nf6kRIXxLRTDkJs9aoyXVxINIVBqQkgxSZENbYLHenm3bk6+c3/Xgx3SWJRHiRKMACXQHER6MMni54hXzzb5EPA= root@server-1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.10,24,fe80::f816:3eff:febd:cf2b/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.10 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006b name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=2.94 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:BD:CF:2B inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:febd:cf2b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.834 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.261 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.177 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.318 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.247 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.177/0.367/0.834 ms ### uname -a Linux server-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.953929] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.115302] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.115304] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.115306] usb 1-1: Product: QEMU USB Tablet [ 1.115307] usb 1-1: Manufacturer: QEMU [ 1.115307] usb 1-1: SerialNumber: 42 [ 1.485984] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.485991] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 2.991524] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.036683] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:09 cirros kern.info kernel: [ 0.783259] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:09 cirros kern.info kernel: [ 0.795500] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:09 cirros kern.info kernel: [ 0.795502] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:09 cirros kern.info kernel: [ 0.797271] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:09 cirros kern.info kernel: [ 0.800430] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:09 cirros kern.info kernel: [ 0.802535] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:09 cirros kern.info kernel: [ 0.825384] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:09 cirros kern.info kernel: [ 0.826102] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:09 cirros kern.notice kernel: [ 0.827765] random: blkid urandom read with 2 bits of entropy available Aug 13 11:56:09 cirros kern.info kernel: [ 0.829458] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:09 cirros kern.info kernel: [ 0.832657] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:09 cirros kern.info kernel: [ 0.905761] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:09 cirros kern.info kernel: [ 0.913681] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:09 cirros kern.info kernel: [ 0.953929] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:09 cirros kern.info kernel: [ 1.115302] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:09 cirros kern.info kernel: [ 1.115304] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:09 cirros kern.info kernel: [ 1.115306] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:09 cirros kern.info kernel: [ 1.115307] usb 1-1: Manufacturer: QEMU Aug 13 11:56:09 cirros kern.info kernel: [ 1.115307] usb 1-1: SerialNumber: 42 Aug 13 11:56:10 cirros kern.info kernel: [ 1.485984] tsc: Refined TSC clocksource calibration: 3491.871 MHz Aug 13 11:56:10 cirros kern.info kernel: [ 1.485991] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns Aug 13 11:56:10 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:11 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:11 cirros kern.info kernel: [ 2.991524] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:11 cirros kern.info kernel: [ 3.036683] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: _log_console_output /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py:238 2018-08-13 11:02:22.938 63 INFO tempest.lib.common.rest_client [req-99bf0eba-b21c-4499-84eb-c5fa578cc644 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/9f9e70ff-8016-4f84-98e8-b8db09c7b088 1.060s 2018-08-13 11:02:22.939 63 DEBUG tempest.lib.common.rest_client [req-99bf0eba-b21c-4499-84eb-c5fa578cc644 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/9f9e70ff-8016-4f84-98e8-b8db09c7b088', u'date': 'Mon, 13 Aug 2018 11:02:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99bf0eba-b21c-4499-84eb-c5fa578cc644'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:24.826 63 INFO tempest.lib.common.rest_client [req-f918037f-b78d-40f5-8caf-ea0da7911be3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/remove_router_interface 1.886s 2018-08-13 11:02:24.827 63 DEBUG tempest.lib.common.rest_client [req-f918037f-b78d-40f5-8caf-ea0da7911be3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:02:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f918037f-b78d-40f5-8caf-ea0da7911be3'} Body: {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0", "subnet_ids": ["a3bfccc3-506c-4f66-84e5-cd24860ee0e0"], "port_id": "9f6e5763-8bb8-40c7-ba7c-fed24aa7ef9f", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:26.805 63 INFO tempest.lib.common.rest_client [req-75e4ccdd-444a-4dd6-8167-592c23095605 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e 1.976s 2018-08-13 11:02:26.805 63 DEBUG tempest.lib.common.rest_client [req-75e4ccdd-444a-4dd6-8167-592c23095605 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e', u'date': 'Mon, 13 Aug 2018 11:02:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-75e4ccdd-444a-4dd6-8167-592c23095605'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:28.095 63 INFO tempest.lib.common.rest_client [req-d7072a10-dd20-4c23-8af3-69e211adda3f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/605c5c97-15e0-4c4a-8a97-c98c1f1950f5 1.288s 2018-08-13 11:02:28.096 63 DEBUG tempest.lib.common.rest_client [req-d7072a10-dd20-4c23-8af3-69e211adda3f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/605c5c97-15e0-4c4a-8a97-c98c1f1950f5', u'date': 'Mon, 13 Aug 2018 11:02:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7072a10-dd20-4c23-8af3-69e211adda3f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:29.777 63 INFO tempest.lib.common.rest_client [req-9d1cf620-b048-4fcb-8923-d14129af4195 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/remove_router_interface 1.680s 2018-08-13 11:02:29.777 63 DEBUG tempest.lib.common.rest_client [req-9d1cf620-b048-4fcb-8923-d14129af4195 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:02:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d1cf620-b048-4fcb-8923-d14129af4195'} Body: {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e", "subnet_ids": ["7250d5ce-b2bb-45c2-acd2-3c030c54191e"], "port_id": "599a3b77-d8f7-4cad-9000-47323c037462", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:31.905 63 INFO tempest.lib.common.rest_client [req-3cdb2686-1fd6-4835-a7dc-002469e38bdb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49 2.126s 2018-08-13 11:02:31.905 63 DEBUG tempest.lib.common.rest_client [req-3cdb2686-1fd6-4835-a7dc-002469e38bdb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49', u'date': 'Mon, 13 Aug 2018 11:02:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3cdb2686-1fd6-4835-a7dc-002469e38bdb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:32.075 63 INFO tempest.lib.common.rest_client [req-b37e2962-977e-41c9-86a6-5100b152e737 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.169s 2018-08-13 11:02:32.076 63 DEBUG tempest.lib.common.rest_client [req-b37e2962-977e-41c9-86a6-5100b152e737 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-b37e2962-977e-41c9-86a6-5100b152e737', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b37e2962-977e-41c9-86a6-5100b152e737'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:32.865 63 INFO tempest.lib.common.rest_client [req-5d5c57bc-a29a-468a-b59c-8535adfcde80 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.788s 2018-08-13 11:02:32.865 63 DEBUG tempest.lib.common.rest_client [req-5d5c57bc-a29a-468a-b59c-8535adfcde80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-5d5c57bc-a29a-468a-b59c-8535adfcde80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5c57bc-a29a-468a-b59c-8535adfcde80'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:33.924 63 INFO tempest.lib.common.rest_client [req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.042s 2018-08-13 11:02:33.925 63 DEBUG tempest.lib.common.rest_client [req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c'} Body: {"itemNotFound": {"message": "Instance b420d2ed-bae0-458c-a014-1922e6d41bfb could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:34.739 63 INFO tempest.lib.common.rest_client [req-63878d9f-9d0e-4927-975e-03712a358c8b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/4cc26a18-f29b-4c79-8c22-9babe68eb9f3 0.813s 2018-08-13 11:02:34.739 63 DEBUG tempest.lib.common.rest_client [req-63878d9f-9d0e-4927-975e-03712a358c8b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/4cc26a18-f29b-4c79-8c22-9babe68eb9f3', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63878d9f-9d0e-4927-975e-03712a358c8b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:34.879 63 INFO tempest.lib.common.rest_client [req-b0523500-a53d-40d5-ac74-00cfb4392a8f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.138s 2018-08-13 11:02:34.879 63 DEBUG tempest.lib.common.rest_client [req-b0523500-a53d-40d5-ac74-00cfb4392a8f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-b0523500-a53d-40d5-ac74-00cfb4392a8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0523500-a53d-40d5-ac74-00cfb4392a8f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:36.336 63 INFO tempest.lib.common.rest_client [req-f8c4a29f-1a72-4fa1-9405-af683b920102 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 1.456s 2018-08-13 11:02:36.337 63 DEBUG tempest.lib.common.rest_client [req-f8c4a29f-1a72-4fa1-9405-af683b920102 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1546', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-f8c4a29f-1a72-4fa1-9405-af683b920102', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8c4a29f-1a72-4fa1-9405-af683b920102'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:34Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:37.393 63 INFO tempest.lib.common.rest_client [req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.043s 2018-08-13 11:02:37.394 63 DEBUG tempest.lib.common.rest_client [req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9'} Body: {"itemNotFound": {"message": "Instance 636586aa-0f44-4e7f-a7ec-3e399195cc69 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:38.232 63 INFO tempest.lib.common.rest_client [req-331c68cd-7b85-4215-9275-71f37e6e310f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a0d367f7-91fe-4603-b5b7-45d440603e42 0.837s 2018-08-13 11:02:38.233 63 DEBUG tempest.lib.common.rest_client [req-331c68cd-7b85-4215-9275-71f37e6e310f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a0d367f7-91fe-4603-b5b7-45d440603e42', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-331c68cd-7b85-4215-9275-71f37e6e310f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:38.406 63 INFO tempest.lib.common.rest_client [req-de991922-77a0-4b0e-b39e-9d266c3ddb20 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.172s 2018-08-13 11:02:38.407 63 DEBUG tempest.lib.common.rest_client [req-de991922-77a0-4b0e-b39e-9d266c3ddb20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-de991922-77a0-4b0e-b39e-9d266c3ddb20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de991922-77a0-4b0e-b39e-9d266c3ddb20'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:38.839 63 INFO tempest.lib.common.rest_client [req-e69680dd-9969-499e-a378-1e5d9b7bd591 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.432s 2018-08-13 11:02:38.840 63 DEBUG tempest.lib.common.rest_client [req-e69680dd-9969-499e-a378-1e5d9b7bd591 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-e69680dd-9969-499e-a378-1e5d9b7bd591', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e69680dd-9969-499e-a378-1e5d9b7bd591'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:39.903 63 INFO tempest.lib.common.rest_client [req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.051s 2018-08-13 11:02:39.903 63 DEBUG tempest.lib.common.rest_client [req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:39 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d'} Body: {"itemNotFound": {"message": "Instance a4792f7a-8247-4bec-9692-ca5cc67520cf could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:40.712 63 INFO tempest.lib.common.rest_client [req-76344eb8-58be-42c6-8b07-afd59b28480b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7d9b628f-19a6-460f-9b7c-6f3005348eb6 0.804s 2018-08-13 11:02:40.713 63 DEBUG tempest.lib.common.rest_client [req-76344eb8-58be-42c6-8b07-afd59b28480b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7d9b628f-19a6-460f-9b7c-6f3005348eb6', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-76344eb8-58be-42c6-8b07-afd59b28480b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:40.874 63 INFO tempest.lib.common.rest_client [req-27461c40-464e-4cca-bea6-624c7c37015d ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.160s 2018-08-13 11:02:40.875 63 DEBUG tempest.lib.common.rest_client [req-27461c40-464e-4cca-bea6-624c7c37015d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-27461c40-464e-4cca-bea6-624c7c37015d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27461c40-464e-4cca-bea6-624c7c37015d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:41.313 63 INFO tempest.lib.common.rest_client [req-1db31fcc-dd33-47d5-a75d-4641342566da ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.437s 2018-08-13 11:02:41.314 63 DEBUG tempest.lib.common.rest_client [req-1db31fcc-dd33-47d5-a75d-4641342566da ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1546', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-1db31fcc-dd33-47d5-a75d-4641342566da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1db31fcc-dd33-47d5-a75d-4641342566da'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:40Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:42.376 63 INFO tempest.lib.common.rest_client [req-0d378a11-5972-4934-a6ea-d05f2694e811 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.048s 2018-08-13 11:02:42.377 63 DEBUG tempest.lib.common.rest_client [req-0d378a11-5972-4934-a6ea-d05f2694e811 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-0d378a11-5972-4934-a6ea-d05f2694e811', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d378a11-5972-4934-a6ea-d05f2694e811'} Body: {"itemNotFound": {"message": "Instance 02db1594-00ed-40a6-8e3e-89aba09b1284 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:43.329 63 INFO tempest.lib.common.rest_client [req-1eb2bed2-4543-4937-93a9-733179e98b57 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/dc6c090d-a618-4845-8852-e3f87bb8757d 0.951s 2018-08-13 11:02:43.330 63 DEBUG tempest.lib.common.rest_client [req-1eb2bed2-4543-4937-93a9-733179e98b57 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/dc6c090d-a618-4845-8852-e3f87bb8757d', u'date': 'Mon, 13 Aug 2018 11:02:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1eb2bed2-4543-4937-93a9-733179e98b57'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:43.446 63 INFO tempest.lib.common.rest_client [req-66d08b46-9971-4281-b01b-e61b7e9965c3 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-521432496 0.115s 2018-08-13 11:02:43.447 63 DEBUG tempest.lib.common.rest_client [req-66d08b46-9971-4281-b01b-e61b7e9965c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-521432496', u'x-compute-request-id': 'req-66d08b46-9971-4281-b01b-e61b7e9965c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66d08b46-9971-4281-b01b-e61b7e9965c3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:45.044 63 INFO tempest.lib.common.rest_client [req-cba2f3bf-ff09-49f2-92fd-aa44f14afba8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a3bfccc3-506c-4f66-84e5-cd24860ee0e0 1.596s 2018-08-13 11:02:45.045 63 DEBUG tempest.lib.common.rest_client [req-cba2f3bf-ff09-49f2-92fd-aa44f14afba8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a3bfccc3-506c-4f66-84e5-cd24860ee0e0', u'date': 'Mon, 13 Aug 2018 11:02:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cba2f3bf-ff09-49f2-92fd-aa44f14afba8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:46.900 63 INFO tempest.lib.common.rest_client [req-86648db6-18a2-4f51-9b18-d675f0d215ef ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/c06fdfe5-a914-474d-80de-36073faecdbb 1.854s 2018-08-13 11:02:46.900 63 DEBUG tempest.lib.common.rest_client [req-86648db6-18a2-4f51-9b18-d675f0d215ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/c06fdfe5-a914-474d-80de-36073faecdbb', u'date': 'Mon, 13 Aug 2018 11:02:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-86648db6-18a2-4f51-9b18-d675f0d215ef'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:47.925 63 INFO tempest.lib.common.rest_client [req-4570eb38-3948-4c48-97d2-bc6cc1c6d05e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7250d5ce-b2bb-45c2-acd2-3c030c54191e 1.023s 2018-08-13 11:02:47.925 63 DEBUG tempest.lib.common.rest_client [req-4570eb38-3948-4c48-97d2-bc6cc1c6d05e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7250d5ce-b2bb-45c2-acd2-3c030c54191e', u'date': 'Mon, 13 Aug 2018 11:02:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4570eb38-3948-4c48-97d2-bc6cc1c6d05e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:49.306 63 INFO tempest.lib.common.rest_client [req-9e3151ed-555e-477d-9464-43030881589f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/2fd795ee-1cb1-45f4-91df-5264f00e6061 1.380s 2018-08-13 11:02:49.307 63 DEBUG tempest.lib.common.rest_client [req-9e3151ed-555e-477d-9464-43030881589f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/2fd795ee-1cb1-45f4-91df-5264f00e6061', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e3151ed-555e-477d-9464-43030881589f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:49.513 63 INFO tempest.lib.common.rest_client [req-9bf0ff51-cd9a-4037-8427-621bc8582813 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/25d983a2-e359-48b0-95f0-5cc20a411ad2 0.205s 2018-08-13 11:02:49.513 63 DEBUG tempest.lib.common.rest_client [req-9bf0ff51-cd9a-4037-8427-621bc8582813 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/25d983a2-e359-48b0-95f0-5cc20a411ad2', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9bf0ff51-cd9a-4037-8427-621bc8582813'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 [413.002605s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 400, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 self._check_l3_bgpvpn(self.servers[3], self.servers[1]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1058, in _check_l3_bgpvpn_by_specific_ip ssh_client = self._setup_ssh_client(from_server) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1009, in _setup_ssh_client private_key=private_key) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client linux_client.validate_authentication() File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper six.reraise(*original_exception) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper return function(self, *args, **kwargs) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication self.ssh_client.test_connection_auth() File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth connection = self._get_ssh_connection() File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 172.30.9.202 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:55:56,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.295s 2018-08-13 10:55:56,808 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-12732150 description", "name": "tempest-secgroup-smoke-12732150"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03f8098e-c1d3-4471-9209-59d7173825dc'} Body: {"security_group": {"description": "tempest-secgroup-smoke-12732150 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:56Z", "updated_at": "2018-08-13T10:55:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:55:56Z", "revision_number": 0, "id": "49cbe6be-c522-4f44-85a4-60375d28dc1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:55:56Z", "revision_number": 0, "id": "aff2fc47-6067-4ffb-af22-3be2abcbc859", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "name": "tempest-secgroup-smoke-12732150"}} 2018-08-13 10:55:56,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.188s 2018-08-13 10:55:56,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f51d0273-caa4-473c-87e7-6d76f92059da'} 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-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "452a9852-7ec4-4c69-9017-d5717069b544"}} 2018-08-13 10:55:57,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:55:57,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52ad679b-b5f0-4f7b-b2a4-1abdea1e1c79'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "179b24ab-800a-4e45-9c8b-4917d820f4e7"}} 2018-08-13 10:55:57,589 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.439s 2018-08-13 10:55:57,590 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c176918f-3fdf-4f72-8211-54ce56207760'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a99949f7-227f-440b-be7e-045d2a00e7be"}} 2018-08-13 10:55:57,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:55:57,752 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3037d2d7-60a0-435d-9c62-242129457386'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9223085c-c7cb-4260-bc3a-e9d4b614fe8f"}} 2018-08-13 10:55:57,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.138s 2018-08-13 10:55:57,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29aee9d7-ecfb-4c6d-a43b-e722b7876428'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "481ac08c-9d19-4254-a7a6-f9ef873ca503"}} 2018-08-13 10:55:58,028 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 10:55:58,029 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f2f10cb-8c0f-4306-b905-8a916f1f6a41'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "681e0f1a-47d2-41c8-8b8e-6a3065cc3cc1"}} 2018-08-13 10:55:58,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.133s 2018-08-13 10:55:58,163 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b242b96-e446-48b9-a7b2-e21fa2aa0269'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:58Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77599cc4-0b88-4c23-ba06-4c56d07a59a7"}} 2018-08-13 10:55:58,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:55:58,326 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9d4f73e-9f58-4494-9bb2-be945c331675'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:58Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "145842b8-2c80-4b76-9c6f-3d82091c5ab9"}} 2018-08-13 10:55:58,559 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.231s 2018-08-13 10:55:58,560 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-85022462"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-666b6655-b260-4d02-8e80-ab441360a4bb'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:55:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","name":"tempest-A-85022462"}} 2018-08-13 10:55:59,094 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.532s 2018-08-13 10:55:59,095 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "name": "tempest-subnet-A-1-1826270303"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:55:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e23ea8a2-7592-4dd0-a8dc-ac0590bf2490'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:55:58Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","subnetpool_id":null,"name":"tempest-subnet-A-1-1826270303"}} 2018-08-13 10:55:59,347 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.250s 2018-08-13 10:55:59,347 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-604069845"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:55:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96c19640-71ff-442d-97dc-11ba230e19c7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:55:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"c06fdfe5-a914-474d-80de-36073faecdbb","name":"tempest-B-604069845"}} 2018-08-13 10:56:00,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.015s 2018-08-13 10:56:00,365 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "name": "tempest-subnet-B-1-42915991"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5bd665dc-dd87-43ec-b188-d8c8e19bcc8c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:55:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","subnetpool_id":null,"name":"tempest-subnet-B-1-42915991"}} 2018-08-13 10:56:00,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.487s 2018-08-13 10:56:00,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c93a5c27-2092-460c-b262-b8c49fd6c586'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "a43322f2-b6e4-4d62-b849-455b3d169013"}} 2018-08-13 10:56:01,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.326s 2018-08-13 10:56:01,182 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-521432496"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-9807d90b-17a1-431b-accc-725a14f4f020', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9807d90b-17a1-431b-accc-725a14f4f020'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJSzgf62zZ6Iz+v1JYoyJf3Imy6kWjTy3TqeOX+Hn5pbBf92h7jf2xDN1I4WSSBCzCW96M3X7arrZlGZlan3YIZCfA4QmOVYZT+xlhpbUI+qecZ07kUa7kwwdOdPgfmJeoGOnYNQHmZtmQNozbVu+/0lGSvxRHybAQWQDezS0XAhI9Ey6dtWEizQmmzPY1Mw+QgpUynqnmKZ18owQkxdfRgszIbRuoZKUENWNHGoLQetbgbbpnFM1dPO7nBT3vYPOp6o20jxIUOU2TOsQFmg6AxtPz9VO7DW9i46HNgM+GvMmEf77s9rRW+E4XQAJMjXy10JPNpm3RPvFqwk/e3fdH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyUs4H+ts2eiM/r9SWKMiX9yJsupFo08t06njl/h5+aWwX/do\ne439sQzdSOFkkgQswlvejN1+2q62ZRmZWp92CGQnwOEJjlWGU/sZYaW1CPqnnGdO\n5FGu5MMHTnT4H5iXqBjp2DUB5mbZkDaM21bvv9JRkr8UR8mwEFkA3s0tFwISPRMu\nnbVhIs0Jpsz2NTMPkIKVMp6p5imdfKMEJMXX0YLMyG0bqGSlBDVjRxqC0HrW4G26\nZxTNXTzu5wU972DzqeqNtI8SFDlNkzrEBZoOgMbT8/VTuw1vYuOhzYDPhrzJhH++\n7Pa0VvhOF0ACTI18tdCTzaZt0T7xasJP3t33RwIDAQABAoIBABedA1B7RaGqbh/U\nQcy0Fmw4as7aPKETwMR7wX8qXuSyUyZu14rm9UO3xp2uEyYt5zJFpK3RrffpVuw1\nPJAs9KO3XBJ8U6qmzcM8SZXy4nHTNaZbWB3glyuu1USW5CSQufm2Mnhyf26P0iXg\nwFVatXVDLt6QG8jwF/9S8Y8xcoCoQCzPAgwPYGLEeG0V4QSvoy3g6bBSBs6q1EcM\nTsNxBI1owVNNhRbPdZ0AxodXfMeWUR2VZ5ETVdd1NOf+SiO9ajr17B+RUDiHxY7P\naWEdd/oEiLJGJ3aQUB4YGYKGnY53+u8wZ4bJU3nzIQwvDk9/sYMjZHJw1LEJe/BB\nA3UlnEECgYEA8hQQ7rCO2w8vkFj8IjECm2HO9GEu8iPjP0cIES6vPKVZpnzTSqDH\noYlzeSZ/TbJI/rimBZAIXuJSW02fky4OVSIbUiEV045NBkecwpAz0sB9PFnKPN2W\nGq6un17c4ncszJmJ/7mazquTokY5/X2pXjk2CkQYCZW+mGFAh5G+4UsCgYEA1N62\noh8vKqI870M3c3+BcM1VV0DuA+xPU8H5DqySejFP0XLMatvGKBe24AAsQJp+zrOv\nBvBCRzpZP8ekdr3f34RXY1oE1tYbOgXslY2t2xGnASHMdpus60RQ/llTNRU9GB3+\n2M0Jge5NqXEetb0cBvM/+o75gkWvVT/zrGRDAHUCgYEAkp7QuqE5hTinaFhdLiBd\nIduVy7JpCsPtyc+t9So/fQ3xRMNp/lNvVkm4JPLKPDb1u0H/XHMmfsG5fA+BzVUh\n3TJxNcdQPvh7cohBTB6nJMjtkXYY5dCYL8UJgwGj646fFbURPlAekXqeSrUaPoyz\n3pvsPT+NB5EpBYYx3WrLIA0CgYAig6HVE31QSlHa8WkSPwA7y+8kYJC27h/GktLR\nAEYXrdslOJnQUaYFZiLumtiR+PrKhPPCCj6U0e8amkIeRpb/5LNOlo/mTXzIoaFE\ndl5UAL61Pkeqi38z/jWrp8wH9VOcj3B8snHyMTNCX+b8zJa4wcQD2h62cpoFFoNp\n1i/O6QKBgH6PKmTwA8dpJfPi3ql4etCkxRGni1WZ1UKlVeZiO3eL36IR5q/AY2F0\nDwZGeo0isHWkuXorMqSZ+EvtYAMNtdMLHoTWWvDjlOAnZP9ExKF4f8n3hCB0IFve\nEgSXgm7rQ1nqC0ss9rBvZZMnQrokrYu6WK7LPeINFFo4Y/21cCcx\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-521432496", "fingerprint": "e1:fb:d8:bb:ce:3f:cb:6b:da:2d:6e:bd:18:2d:98:d8"}} 2018-08-13 10:56:02,470 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.284s 2018-08-13 10:56:02,470 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-713937044", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e98c79-a05e-4d72-b07c-8c5dcceb73cc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:01Z","name":"tempest-port-smoke-713937044","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bd:cf:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","ip_address":"10.101.11.10"}],"id":"dc6c090d-a618-4845-8852-e3f87bb8757d","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:03,833 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.361s 2018-08-13 10:56:03,833 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "port": "dc6c090d-a618-4845-8852-e3f87bb8757d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-08088427-257c-4d74-b2d2-bc3c1e16b008', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08088427-257c-4d74-b2d2-bc3c1e16b008'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "adminPass": "WRXWKaL4msWM"}} 2018-08-13 10:56:04,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.348s 2018-08-13 10:56:04,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:05,524 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.322s 2018-08-13 10:56:05,524 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:06,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.387s 2018-08-13 10:56:06,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:06,939 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:08,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.401s 2018-08-13 10:56:08,344 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-94383b25-a7e5-42b7-9651-e26160026f0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94383b25-a7e5-42b7-9651-e26160026f0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:09,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.203s 2018-08-13 10:56:09,561 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:09,571 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:56:09,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.389s 2018-08-13 10:56:09,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-4861785d-b88b-49f2-991a-f5b29ed8b873', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4861785d-b88b-49f2-991a-f5b29ed8b873'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:09,972 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 02db1594-00ed-40a6-8e3e-89aba09b1284 with status: ACTIVE 2018-08-13 10:56:11,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.041s 2018-08-13 10:56:11,015 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-389593595", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-815d7940-5175-46f5-9e1b-8a9d11b35d21'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:10Z","name":"tempest-port-smoke-389593595","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:65:e8:0d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","ip_address":"10.102.21.20"}],"id":"7d9b628f-19a6-460f-9b7c-6f3005348eb6","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:12,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.021s 2018-08-13 10:56:12,038 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "c06fdfe5-a914-474d-80de-36073faecdbb", "port": "7d9b628f-19a6-460f-9b7c-6f3005348eb6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-8b1fed84-e579-4eea-8fab-64de97f1c41c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b1fed84-e579-4eea-8fab-64de97f1c41c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "adminPass": "cVxBCRy7WvKh"}} 2018-08-13 10:56:12,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.071s 2018-08-13 10:56:12,116 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-e595408c-380d-4513-b856-2009a50b3ed3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e595408c-380d-4513-b856-2009a50b3ed3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:13,188 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.058s 2018-08-13 10:56:13,188 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:14,646 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.439s 2018-08-13 10:56:14,647 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-16725db4-b7a2-4ff8-8351-4c03b96d08a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16725db4-b7a2-4ff8-8351-4c03b96d08a0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:14,660 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:15,817 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.155s 2018-08-13 10:56:15,818 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-635940f9-0194-446b-b6b6-fc600e91343a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-635940f9-0194-446b-b6b6-fc600e91343a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:16,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.141s 2018-08-13 10:56:16,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-8df1928a-0d74-4a75-8f7c-fbd57939dd70', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8df1928a-0d74-4a75-8f7c-fbd57939dd70'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:18,329 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.337s 2018-08-13 10:56:18,330 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-a2be9361-0a7c-4495-b43c-140ea8815a1e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2be9361-0a7c-4495-b43c-140ea8815a1e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:18,343 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:56:18,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.166s 2018-08-13 10:56:18,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-38e40913-b315-42a9-b157-073c47bd49eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38e40913-b315-42a9-b157-073c47bd49eb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:18,522 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a4792f7a-8247-4bec-9692-ca5cc67520cf with status: ACTIVE 2018-08-13 10:56:19,414 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 0.892s 2018-08-13 10:56:19,415 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-933485491", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cf80f2c-a1fb-4dd5-b1db-9a6209c63cde'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:18Z","name":"tempest-port-smoke-933485491","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:db:a2:20","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","ip_address":"10.101.11.30"}],"id":"a0d367f7-91fe-4603-b5b7-45d440603e42","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:20,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 0.846s 2018-08-13 10:56:20,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "port": "a0d367f7-91fe-4603-b5b7-45d440603e42"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "adminPass": "nmaVuRteAor3"}} 2018-08-13 10:56:20,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.056s 2018-08-13 10:56:20,324 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:21,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.300s 2018-08-13 10:56:21,640 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-ea51200c-9aac-4002-ba33-a5cfe7082ba7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ea51200c-9aac-4002-ba33-a5cfe7082ba7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:21,652 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:56:23,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.375s 2018-08-13 10:56:23,029 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:23,042 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:56:24,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.728s 2018-08-13 10:56:24,773 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:25,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.166s 2018-08-13 10:56:25,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-840b0bff-0608-4c2d-92a7-8785563cd095', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-840b0bff-0608-4c2d-92a7-8785563cd095'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:24Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:25,968 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:56:26,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.157s 2018-08-13 10:56:26,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-783ae0d0-f677-4d12-9a5c-d9129db1c89e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-783ae0d0-f677-4d12-9a5c-d9129db1c89e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:24Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:26,139 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 636586aa-0f44-4e7f-a7ec-3e399195cc69 with status: ACTIVE 2018-08-13 10:56:27,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.054s 2018-08-13 10:56:27,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-761724925", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fc4a9d8-0471-4111-9f09-b47b4ca4416a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:26Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:26Z","name":"tempest-port-smoke-761724925","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dc:be:d0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","ip_address":"10.102.21.40"}],"id":"4cc26a18-f29b-4c79-8c22-9babe68eb9f3","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:27,967 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 0.772s 2018-08-13 10:56:27,968 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "c06fdfe5-a914-474d-80de-36073faecdbb", "port": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-3b4ebc29-088c-4363-b655-406510d5446f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b4ebc29-088c-4363-b655-406510d5446f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "adminPass": "otHkWhNh4rc2"}} 2018-08-13 10:56:28,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.296s 2018-08-13 10:56:28,269 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-87d6e0ec-495e-40fb-a747-0321fac76376', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87d6e0ec-495e-40fb-a747-0321fac76376'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:29,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.080s 2018-08-13 10:56:29,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:29,377 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:56:30,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.410s 2018-08-13 10:56:30,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-54c8749e-43fa-4abf-a2bf-76f29b3733a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54c8749e-43fa-4abf-a2bf-76f29b3733a5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:30,802 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:32,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.329s 2018-08-13 10:56:32,133 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-0ce35c88-905d-4619-8f81-7050a9957aac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ce35c88-905d-4619-8f81-7050a9957aac'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:32,146 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 4 second wait 2018-08-13 10:56:32,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.166s 2018-08-13 10:56:32,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:32,327 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b420d2ed-bae0-458c-a014-1922e6d41bfb with status: ACTIVE 2018-08-13 10:56:32,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.123s 2018-08-13 10:56:32,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--31998655", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:56:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9ec35f3-b9e9-415e-9309-3f0d8f1dd073'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:32Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:32Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "name": "tempest-router--31998655"}} 2018-08-13 10:56:33,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49 1.464s 2018-08-13 10:56:33,919 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49', u'date': 'Mon, 13 Aug 2018 10:56:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98f10ed8-0b30-40e9-bb85-3bf74439675c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:32Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:33Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "name": "tempest-router--31998655"}} 2018-08-13 10:56:36,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/add_router_interface 2.227s 2018-08-13 10:56:36,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:56:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c22eb2e-3cf2-4845-a34a-d8bd721d5063'} Body: {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e", "subnet_ids": ["7250d5ce-b2bb-45c2-acd2-3c030c54191e"], "port_id": "599a3b77-d8f7-4cad-9000-47323c037462", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49"} 2018-08-13 10:56:37,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.705s 2018-08-13 10:56:37,855 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "dc6c090d-a618-4845-8852-e3f87bb8757d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:56:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55c7fcdb-7b03-4959-be6c-39184ec7cd04'} Body: {"floatingip": {"router_id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:56:37Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "dc6c090d-a618-4845-8852-e3f87bb8757d", "id": "605c5c97-15e0-4c4a-8a97-c98c1f1950f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:56:38,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.169s 2018-08-13 10:56:38,026 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--869418688", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:56:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b001a5e-01e1-4784-80cd-99c15241d1b7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:37Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "name": "tempest-router--869418688"}} 2018-08-13 10:56:39,507 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e 1.480s 2018-08-13 10:56:39,508 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e', u'date': 'Mon, 13 Aug 2018 10:56:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06167709-a327-45ee-9788-3de83eb87287'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:39Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "name": "tempest-router--869418688"}} 2018-08-13 10:56:41,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/add_router_interface 1.869s 2018-08-13 10:56:41,379 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:56:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33036dca-8b82-4af1-bddb-f40eafc9cd32'} Body: {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0", "subnet_ids": ["a3bfccc3-506c-4f66-84e5-cd24860ee0e0"], "port_id": "9f6e5763-8bb8-40c7-ba7c-fed24aa7ef9f", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"} 2018-08-13 10:56:43,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.882s 2018-08-13 10:56:43,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:56:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3564e137-ae6f-4037-add7-1389d17d80ba'} Body: {"floatingip": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:56:42Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3", "id": "9f9e70ff-8016-4f84-98e8-b8db09c7b088", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:42Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:56:43,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/network_associations 0.521s 2018-08-13 10:56:43,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/network_associations', u'date': 'Mon, 13 Aug 2018 10:56:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77e5e0a5-9687-462c-9977-1c2741cd50b3'} Body: {"network_association": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "id": "7c753e8c-a3e0-46b7-8b64-54a2abd0129c"}} 2018-08-13 10:56:43,787 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:51,798 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:51,863 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:51,894 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:52,009 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:56:52,009 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:52,011 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:52,072 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:52,075 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:57,082 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:56:57,082 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:56:57,083 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.073936 seconds 2018-08-13 10:56:57,084 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:57,086 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:57,147 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:57,150 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:57,264 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 2018-08-13 10:56:57,265 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:57,267 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:57,328 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:57,332 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:01,339 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074566 seconds 2018-08-13 10:57:02,062 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/router_associations 0.722s 2018-08-13 10:57:02,063 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/router_associations', u'date': 'Mon, 13 Aug 2018 10:57:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2f0190e-d081-4700-ab35-c021fae3289d'} Body: {"router_association": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "id": "6fd4a810-97e2-427b-b3b2-12384a5e5b7e"}} 2018-08-13 10:57:02,064 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:57:02,066 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:57:02,131 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:57:02,162 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:02,277 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:57:02,277 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:57:02,279 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:57:02,341 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:57:02,344 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:07,351 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:57:07,351 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:57:07,352 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075257 seconds 2018-08-13 10:57:07,353 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:58:07,408 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-13 10:58:10,916 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 2. Retry after 3 seconds. 2018-08-13 10:58:14,422 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 3. Retry after 4 seconds. 2018-08-13 10:58:18,928 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 4. Retry after 5 seconds. 2018-08-13 10:58:24,436 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 5. Retry after 6 seconds. 2018-08-13 10:58:30,947 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 6. Retry after 7 seconds. 2018-08-13 10:58:38,456 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 7. Retry after 8 seconds. 2018-08-13 10:58:46,962 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 8. Retry after 9 seconds. 2018-08-13 10:58:56,467 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 9. Retry after 10 seconds. 2018-08-13 10:59:07,978 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 10. Retry after 11 seconds. 2018-08-13 10:59:20,484 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 11. Retry after 12 seconds. 2018-08-13 10:59:34,000 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 12. Retry after 13 seconds. 2018-08-13 10:59:48,505 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 13. Retry after 14 seconds. 2018-08-13 11:00:04,024 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 14. Retry after 15 seconds. 2018-08-13 11:00:20,546 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 15. Retry after 16 seconds. 2018-08-13 11:00:38,068 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 16. Retry after 17 seconds. 2018-08-13 11:00:56,576 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 17. Retry after 18 seconds. 2018-08-13 11:01:16,096 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 18. Retry after 19 seconds. 2018-08-13 11:01:36,612 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 19. Retry after 20 seconds. 2018-08-13 11:01:58,134 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 20. Retry after 21 seconds. 2018-08-13 11:02:20,660 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 after 20 attempts 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 357, in connect 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh raise NoValidConnectionsError(errors) 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh 2018-08-13 11:02:20,663 63 ERROR [networking_bgpvpn_tempest.tests.scenario.manager] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Initializing SSH connection to 172.30.9.202 failed. Error: Connection to the 172.30.9.202 via SSH timed out. User: cirros, Password: None 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.202 via SSH timed out. 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-13 11:02:21,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:02:21,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:02:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8049de59-2dd0-462d-9bd4-7cda35258e4f'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T12:02:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-TestBGPVPNBasic-1193844288"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "831761409dfe44fb9df9daf72a646b63"}, {"r 2018-08-13 11:02:21,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers 0.318s 2018-08-13 11:02:21,354 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1141', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-dee887c6-a55b-4dcc-bfec-90dafaa23a77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dee887c6-a55b-4dcc-bfec-90dafaa23a77'} Body: {"servers": [{"id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "name": "server-4"}, {"id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "name": "server-3"}, {"id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "name": "server-2"}, {"id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-13 11:02:21,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb/action 0.063s 2018-08-13 11:02:21,425 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31947', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb/action', u'x-compute-request-id': 'req-1640b44f-4a15-466f-8b83-e9455c685571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1640b44f-4a15-466f-8b83-e9455c685571'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 446946860 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,428 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for b420d2ed-bae0-458c-a014-1922e6d41bfb body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 446946860 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.144164] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145920] pid_max: default: 32768 minimum: 301 [ 0.146877] ACPI: Core revision 20150930 [ 0.148324] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149723] Security Framework initialized [ 0.150596] Yama: becoming mindful. [ 0.151406] AppArmor: AppArmor initialized [ 0.152316] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153724] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155090] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156385] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157907] Initializing cgroup subsys io [ 0.158778] Initializing cgroup subsys memory [ 0.159707] Initializing cgroup subsys devices [ 0.160643] Initializing cgroup subsys freezer [ 0.161565] Initializing cgroup subsys net_cls [ 0.162486] Initializing cgroup subsys perf_event [ 0.163469] Initializing cgroup subsys net_prio [ 0.164413] Initializing cgroup subsys hugetlb [ 0.165332] Initializing cgroup subsys pids [ 0.166254] CPU: Physical Processor ID: 0 [ 0.167824] mce: CPU supports 10 MCE banks [ 0.168734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169798] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.186217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192405] ftrace: allocating 31920 entries in 125 pages [ 0.217652] smpboot: Max logical packages: 1 [ 0.218580] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220032] x2apic enabled [ 0.220872] Switched APIC routing to physical x2apic. [ 0.222679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223896] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226046] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227981] KVM setup paravirtual spinlock [ 0.229350] x86: Booted up 1 node, 1 CPUs [ 0.230234] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.231746] devtmpfs: initialized [ 0.233522] evm: security.selinux [ 0.234281] evm: security.SMACK64 [ 0.235023] evm: security.SMACK64EXEC [ 0.235823] evm: security.SMACK64TRANSMUTE [ 0.236703] evm: security.SMACK64MMAP [ 0.237505] evm: security.ima [ 0.238188] evm: security.capability [ 0.239050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241063] pinctrl core: initialized pinctrl subsystem [ 0.242261] RTC time: 10:56:31, date: 08/13/18 [ 0.243299] NET: Registered protocol family 16 [ 0.244356] cpuidle: using governor ladder [ 0.245254] cpuidle: using governor menu [ 0.246112] PCCT header not found. [ 0.246920] ACPI: bus type PCI registered [ 0.247796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.249144] PCI: Using configuration type 1 for base access [ 0.251025] ACPI: Added _OSI(Module Device) [ 0.251928] ACPI: Added _OSI(Processor Device) [ 0.252866] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253827] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255663] ACPI: Interpreter enabled [ 0.256484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.258462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.260450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.262423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.264404] ACPI: (supports S0 S5) [ 0.265160] ACPI: Using IOAPIC for interrupt routing [ 0.266186] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.269467] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270709] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.272068] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.273378] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.275798] acpiphp: Slot [3] registered [ 0.276673] acpiphp: Slot [4] registered [ 0.277545] acpiphp: Slot [5] registered [ 0.278407] acpiphp: Slot [6] registered [ 0.279272] acpiphp: Slot [7] registered [ 0.280134] acpiphp: Slot [8] registered [ 0.281000] acpiphp: Slot [9] registered [ 0.281864] acpiphp: Slot [10] registered [ 0.282741] acpiphp: Slot [11] registered [ 0.283624] acpiphp: Slot [12] registered [ 0.284507] acpiphp: Slot [13] registered [ 0.285388] acpiphp: Slot [14] registered [ 0.286268] acpiphp: Slot [15] registered [ 0.297225] acpiphp: Slot [16] registered [ 0.298113] acpiphp: Slot [17] registered [ 0.298985] acpiphp: Slot [18] registered [ 0.299862] acpiphp: Slot [19] registered [ 0.300734] acpiphp: Slot [20] registered [ 0.301612] acpiphp: Slot [21] registered [ 0.302495] acpiphp: Slot [22] registered [ 0.303370] acpiphp: Slot [23] registered [ 0.304242] acpiphp: Slot [24] registered [ 0.305118] acpiphp: Slot [25] registered [ 0.306006] acpiphp: Slot [26] registered [ 0.306888] acpiphp: Slot [27] registered [ 0.307770] acpiphp: Slot [28] registered [ 0.308663] acpiphp: Slot [29] registered [ 0.309537] acpiphp: Slot [30] registered [ 0.310419] acpiphp: Slot [31] registered [ 0.311294] PCI host bridge to bus 0000:00 [ 0.312165] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313482] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317938] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319549] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323000] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325679] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327062] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330697] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.332394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352984] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356029] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357507] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358870] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360267] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361412] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363074] vgaarb: loaded [ 0.363716] vgaarb: bridge control possible 0000:00:02.0 [ 0.365033] SCSI subsystem initialized [ 0.366014] ACPI: bus type USB registered [ 0.366902] usbcore: registered new interface driver usbfs [ 0.368020] usbcore: registered new interface driver hub [ 0.369120] usbcore: registered new device driver usb [ 0.370315] PCI: Using ACPI for IRQ routing [ 0.371509] NetLabel: Initializing [ 0.372287] NetLabel: domain hash size = 128 [ 0.373210] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374253] NetLabel: unlabeled traffic allowed by default [ 0.375552] clocksource: Switched to clocksource kvm-clock [ 0.384049] AppArmor: AppArmor Filesystem Enabled [ 0.385103] pnp: PnP ACPI init [ 0.386110] pnp: PnP ACPI: found 5 devices [ 0.392595] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394439] NET: Registered protocol family 2 [ 0.395578] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396978] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398298] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399629] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400814] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402102] NET: Registered protocol family 1 [ 0.403054] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404253] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405435] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419647] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433859] Trying to unpack rootfs image as initramfs... [ 0.490976] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492773] Scanning for low memory corruption every 60 seconds [ 0.494231] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495490] audit: initializing netlink subsys (disabled) [ 0.496636] audit: type=2000 audit(1534157792.267:1): initialized [ 0.498088] Initialise system trusted keyring [ 0.499108] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500378] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502611] zbud: loaded [ 0.503392] VFS: Disk quotas dquot_6.6.0 [ 0.504289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506004] fuse init (API version 7.23) [ 0.506981] Key type big_key registered [ 0.507863] Allocating IMA MOK and blacklist keyrings. [ 0.509200] Key type asymmetric registered [ 0.510092] Asymmetric key parser 'x509' registered [ 0.511135] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.512753] io scheduler noop registered [ 0.513608] io scheduler deadline registered (default) [ 0.514684] io scheduler cfq registered [ 0.515610] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516743] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519723] ACPI: Power Button [PWRF] [ 0.520651] GHES: HEST is not enabled! [ 0.534392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564761] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588465] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590946] Linux agpgart interface v0.103 [ 0.593768] brd: module loaded [ 0.595594] loop: module loaded [ 0.599747] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601359] GPT:90111 != 2097151 [ 0.602108] GPT:Alternate GPT header not at the end of the disk. [ 0.603326] GPT:90111 != 2097151 [ 0.604080] GPT: Use GNU Parted to correct GPT errors. [ 0.605158] vda: vda1 vda15 [ 0.606457] scsi host0: ata_piix [ 0.607320] scsi host1: ata_piix [ 0.608124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.609559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.613403] libphy: Fixed MDIO Bus: probed [ 0.614562] tun: Universal TUN/TAP device driver, 1.6 [ 0.615636] tun: (C) 1999-2004 Max Krasnyansky [ 0.618812] PPP generic driver version 2.4.2 [ 0.619856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621191] ehci-pci: EHCI PCI platform driver [ 0.622159] ehci-platform: EHCI generic platform driver [ 0.623276] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624550] ohci-pci: OHCI PCI platform driver [ 0.625533] ohci-platform: OHCI generic platform driver [ 0.626638] uhci_hcd: USB Universal Host Controller Interface driver [ 0.641514] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.642604] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.644141] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.645229] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.646460] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.647777] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649281] usb usb1: Product: UHCI Host Controller [ 0.650261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651480] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652520] hub 1-0:1.0: USB hub found [ 0.653340] hub 1-0:1.0: 2 ports detected [ 0.654332] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656739] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657752] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658851] mousedev: PS/2 mouse device common for all mice [ 0.660215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662165] rtc_cmos 00:00: RTC can wake from S4 [ 0.663333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665862] i2c /dev entries driver [ 0.666683] device-mapper: uevent: version 1.0.3 [ 0.667704] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669424] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670941] NET: Registered protocol family 10 [ 0.672167] NET: Registered protocol family 17 [ 0.673129] Key type dns_resolver registered [ 0.674209] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675378] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677288] registered taskstats version 1 [ 0.678185] Loading compiled-in X.509 certificates [ 0.679738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681721] zswap: loaded using pool lzo/zbud [ 0.683443] Key type trusted registered [ 0.685285] Key type encrypted registered [ 0.686166] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687266] ima: No TPM chip found, activating TPM-bypass! [ 0.688398] evm: HMAC attrs: 0x1 [ 0.689488] Magic number: 14:937:931 [ 0.690431] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:32 UTC (1534157792) [ 0.692178] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693376] EDD information not available. [ 0.772931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784762] Write protecting the kernel read-only data: 14336k [ 0.786993] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.788928] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 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... [ 0.941509] 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.102.21.40... Lease of 10.102.21.40 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000006e 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/U0P3HsHYCyQWTBYSbtmfteHcOTFjgrmVaJ+mm2ELWZJs1E9BfCji/hLnWdDbowGAJ0n307IU1sA0zUse3AI5b2wXNMl4tvNDMInN87ob6ca2Ef3PpYmumOqHzMsGmOcvQkGpUbbYUFLNz4QgZnRmtXIr4VNF50BhIplgjtpHyw6lYTjxxqXTPxDfVwTlflP1y/rXX975CCJyZViULt9wdyqy/RF7w6r+fdemhEdw7DsDBsg+n5m5zioB/Rc/oDEAvSuV3EO8ZpV9wHU0bojIOTUZuK2azodB+AFJia4JmYIOjJhlB4AzCcMzaoPTuEmqud2NJ99hoTKopODOeZ3n root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAOCpxNk2cfOTTQXhdUXVY7BevaZP2mvOsKCVWHmjbvM8LvtmIQUO5m5Q4sXG81cPU67JwE1SjiEwbzoKdv4nEI3CdZXM/JuY8cH2GNWTPUPEJyQb7hvdmzcObpFaN0JsMLCNMgbEvRr8IwPaJPyRWHgryatl8I9TApE2QnU3EJedAAAAFQC+X3N/7gY+7ce6FV5Z+MK3wJTMXwAAAIEAm+xTYH/GcWZ09gPhuWntQndsuQbidrgr3Eu8x/z+JooxIhDT9lk+NIQteHh/s06qhR4ouJONNQrdfVDN7Q6b9gLbmkutcO4yEyQ3feDfPgzyEbpOgSgre8v/8EjwoiaDzjpzLFF/Q3M7TRCSFuJmuaq/oo/K/ZnMELlca65kL+8AAACBAMvmuIVsxl0ZiXxAi+ii7XI17j1TVGSxr7qf+QKPnp3GCVEQDa0jFzdh7G5TT43itRnn0zCg+bPv9dBhZhbbdThX9ZunSDFunZe3N7SKwcOGAIeRu64hm7P3AqmiacqP3fFN0wOrq66QJN1rdHmCvAIkBflW9gbJdST+SN60VrYb root@server-4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fedc:bed0/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.40 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006e name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.16 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:DC:BE:D0 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedc:bed0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes 64 bytes from 10.102.21.1: seq=4 ttl=64 time=0.619 ms --- 10.102.21.1 ping statistics --- 5 packets transmitted, 1 packets received, 80% packet loss round-trip min/avg/max = 0.619/0.619/0.619 ms ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.770 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.338 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.358 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.197 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.287 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.197/0.390/0.770 ms ### uname -a Linux server-4 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.963568] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124327] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.124329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.124331] usb 1-1: Product: QEMU USB Tablet [ 1.124332] usb 1-1: Manufacturer: QEMU [ 1.124332] usb 1-1: SerialNumber: 42 [ 1.491622] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.491628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns [ 3.204080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.244538] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:32 cirros kern.info kernel: [ 0.788928] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:32 cirros kern.info kernel: [ 0.801261] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:32 cirros kern.info kernel: [ 0.801263] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:32 cirros kern.info kernel: [ 0.802996] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:32 cirros kern.info kernel: [ 0.806096] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:32 cirros kern.info kernel: [ 0.808183] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:32 cirros kern.info kernel: [ 0.831449] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:32 cirros kern.info kernel: [ 0.832412] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:32 cirros kern.info kernel: [ 0.833724] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:32 cirros kern.info kernel: [ 0.837159] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:32 cirros kern.info kernel: [ 0.910384] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:32 cirros kern.info kernel: [ 0.918965] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:32 cirros kern.notice kernel: [ 0.941509] random: dd urandom read with 5 bits of entropy available Aug 13 11:56:32 cirros kern.info kernel: [ 0.963568] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:32 cirros kern.info kernel: [ 1.124327] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:32 cirros kern.info kernel: [ 1.124329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:32 cirros kern.info kernel: [ 1.124331] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:32 cirros kern.info kernel: [ 1.124332] usb 1-1: Manufacturer: QEMU Aug 13 11:56:32 cirros kern.info kernel: [ 1.124332] usb 1-1: SerialNumber: 42 Aug 13 11:56:33 cirros kern.info kernel: [ 1.491622] tsc: Refined TSC clocksource calibration: 3491.850 MHz Aug 13 11:56:33 cirros kern.info kernel: [ 1.491628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns Aug 13 11:56:34 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:34 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:35 cirros kern.info kernel: [ 3.204080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:35 cirros kern.info kernel: [ 3.244538] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-4 login: 2018-08-13 11:02:21,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69/action 0.070s 2018-08-13 11:02:21,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31444', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69/action', u'x-compute-request-id': 'req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469927831 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,505 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 636586aa-0f44-4e7f-a7ec-3e399195cc69 body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 469927831 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.140328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142110] pid_max: default: 32768 minimum: 301 [ 0.143066] ACPI: Core revision 20150930 [ 0.144488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145861] Security Framework initialized [ 0.146714] Yama: becoming mindful. [ 0.147492] AppArmor: AppArmor initialized [ 0.148398] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151154] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153922] Initializing cgroup subsys io [ 0.154775] Initializing cgroup subsys memory [ 0.155690] Initializing cgroup subsys devices [ 0.156604] Initializing cgroup subsys freezer [ 0.157520] Initializing cgroup subsys net_cls [ 0.158429] Initializing cgroup subsys perf_event [ 0.159398] Initializing cgroup subsys net_prio [ 0.160331] Initializing cgroup subsys hugetlb [ 0.161257] Initializing cgroup subsys pids [ 0.162191] CPU: Physical Processor ID: 0 [ 0.163744] mce: CPU supports 10 MCE banks [ 0.164637] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165690] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181423] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187736] ftrace: allocating 31920 entries in 125 pages [ 0.213202] smpboot: Max logical packages: 1 [ 0.214119] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215552] x2apic enabled [ 0.216381] Switched APIC routing to physical x2apic. [ 0.218180] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.219364] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.221472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223353] KVM setup paravirtual spinlock [ 0.224720] x86: Booted up 1 node, 1 CPUs [ 0.225585] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227068] devtmpfs: initialized [ 0.228816] evm: security.selinux [ 0.229559] evm: security.SMACK64 [ 0.230280] evm: security.SMACK64EXEC [ 0.231068] evm: security.SMACK64TRANSMUTE [ 0.231921] evm: security.SMACK64MMAP [ 0.232711] evm: security.ima [ 0.233386] evm: security.capability [ 0.234228] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236185] pinctrl core: initialized pinctrl subsystem [ 0.237344] RTC time: 10:56:23, date: 08/13/18 [ 0.238354] NET: Registered protocol family 16 [ 0.239400] cpuidle: using governor ladder [ 0.240270] cpuidle: using governor menu [ 0.241099] PCCT header not found. [ 0.241899] ACPI: bus type PCI registered [ 0.242746] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244058] PCI: Using configuration type 1 for base access [ 0.245884] ACPI: Added _OSI(Module Device) [ 0.246778] ACPI: Added _OSI(Processor Device) [ 0.247682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248630] ACPI: Added _OSI(Processor Aggregator Device) [ 0.250446] ACPI: Interpreter enabled [ 0.251250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253194] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259061] ACPI: (supports S0 S5) [ 0.259809] ACPI: Using IOAPIC for interrupt routing [ 0.260806] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264014] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266526] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267785] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270120] acpiphp: Slot [3] registered [ 0.270974] acpiphp: Slot [4] registered [ 0.271823] acpiphp: Slot [5] registered [ 0.272667] acpiphp: Slot [6] registered [ 0.273500] acpiphp: Slot [7] registered [ 0.274337] acpiphp: Slot [8] registered [ 0.275178] acpiphp: Slot [9] registered [ 0.276022] acpiphp: Slot [10] registered [ 0.276877] acpiphp: Slot [11] registered [ 0.277728] acpiphp: Slot [12] registered [ 0.278586] acpiphp: Slot [13] registered [ 0.279433] acpiphp: Slot [14] registered [ 0.280319] acpiphp: Slot [15] registered [ 0.291222] acpiphp: Slot [16] registered [ 0.292053] acpiphp: Slot [17] registered [ 0.292874] acpiphp: Slot [18] registered [ 0.293687] acpiphp: Slot [19] registered [ 0.294500] acpiphp: Slot [20] registered [ 0.295315] acpiphp: Slot [21] registered [ 0.296134] acpiphp: Slot [22] registered [ 0.296952] acpiphp: Slot [23] registered [ 0.297777] acpiphp: Slot [24] registered [ 0.298593] acpiphp: Slot [25] registered [ 0.299407] acpiphp: Slot [26] registered [ 0.300222] acpiphp: Slot [27] registered [ 0.301076] acpiphp: Slot [28] registered [ 0.301900] acpiphp: Slot [29] registered [ 0.302712] acpiphp: Slot [30] registered [ 0.303534] acpiphp: Slot [31] registered [ 0.304343] PCI host bridge to bus 0000:00 [ 0.305155] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306372] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307594] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309051] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.310506] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.311993] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.315223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.316516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.317696] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322544] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324109] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.343064] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.344550] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.346364] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.347790] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.349181] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.350474] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.351784] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.352848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.354415] vgaarb: loaded [ 0.355027] vgaarb: bridge control possible 0000:00:02.0 [ 0.356259] SCSI subsystem initialized [ 0.357177] ACPI: bus type USB registered [ 0.358014] usbcore: registered new interface driver usbfs [ 0.359055] usbcore: registered new interface driver hub [ 0.360068] usbcore: registered new device driver usb [ 0.361185] PCI: Using ACPI for IRQ routing [ 0.362312] NetLabel: Initializing [ 0.363041] NetLabel: domain hash size = 128 [ 0.363898] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.364868] NetLabel: unlabeled traffic allowed by default [ 0.366032] clocksource: Switched to clocksource kvm-clock [ 0.374308] AppArmor: AppArmor Filesystem Enabled [ 0.375305] pnp: PnP ACPI init [ 0.376249] pnp: PnP ACPI: found 5 devices [ 0.382577] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.384308] NET: Registered protocol family 2 [ 0.385367] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.386672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.387895] TCP: Hash tables configured (established 4096 bind 4096) [ 0.389105] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.390200] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.391397] NET: Registered protocol family 1 [ 0.392284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.393393] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.394479] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.408595] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.422892] Trying to unpack rootfs image as initramfs... [ 0.479789] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.481465] Scanning for low memory corruption every 60 seconds [ 0.482834] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.484004] audit: initializing netlink subsys (disabled) [ 0.485039] audit: type=2000 audit(1534157784.798:1): initialized [ 0.486418] Initialise system trusted keyring [ 0.487368] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.488546] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490700] zbud: loaded [ 0.491438] VFS: Disk quotas dquot_6.6.0 [ 0.492263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493870] fuse init (API version 7.23) [ 0.494791] Key type big_key registered [ 0.495605] Allocating IMA MOK and blacklist keyrings. [ 0.496851] Key type asymmetric registered [ 0.497684] Asymmetric key parser 'x509' registered [ 0.498666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.500161] io scheduler noop registered [ 0.500964] io scheduler deadline registered (default) [ 0.501969] io scheduler cfq registered [ 0.502831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.503885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.505159] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.506634] ACPI: Power Button [PWRF] [ 0.507493] GHES: HEST is not enabled! [ 0.521540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.549536] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.551638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.575660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.577966] Linux agpgart interface v0.103 [ 0.580566] brd: module loaded [ 0.582249] loop: module loaded [ 0.586212] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.587678] GPT:90111 != 2097151 [ 0.588357] GPT:Alternate GPT header not at the end of the disk. [ 0.589456] GPT:90111 != 2097151 [ 0.590145] GPT: Use GNU Parted to correct GPT errors. [ 0.593158] vda: vda1 vda15 [ 0.595229] scsi host0: ata_piix [ 0.596027] scsi host1: ata_piix [ 0.596760] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.597987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.599502] libphy: Fixed MDIO Bus: probed [ 0.600333] tun: Universal TUN/TAP device driver, 1.6 [ 0.601295] tun: (C) 1999-2004 Max Krasnyansky [ 0.603703] PPP generic driver version 2.4.2 [ 0.604645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605872] ehci-pci: EHCI PCI platform driver [ 0.606764] ehci-platform: EHCI generic platform driver [ 0.607777] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608936] ohci-pci: OHCI PCI platform driver [ 0.609825] ohci-platform: OHCI generic platform driver [ 0.610854] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625072] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626106] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.627585] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.628595] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.631014] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.632449] usb usb1: Product: UHCI Host Controller [ 0.633384] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634535] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635546] hub 1-0:1.0: USB hub found [ 0.636338] hub 1-0:1.0: 2 ports detected [ 0.637299] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639469] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640444] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641503] mousedev: PS/2 mouse device common for all mice [ 0.642796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644670] rtc_cmos 00:00: RTC can wake from S4 [ 0.645915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647128] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648336] i2c /dev entries driver [ 0.649128] device-mapper: uevent: version 1.0.3 [ 0.650108] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651761] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653208] NET: Registered protocol family 10 [ 0.654377] NET: Registered protocol family 17 [ 0.655302] Key type dns_resolver registered [ 0.656335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657456] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659276] registered taskstats version 1 [ 0.660139] Loading compiled-in X.509 certificates [ 0.661632] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663536] zswap: loaded using pool lzo/zbud [ 0.665205] Key type trusted registered [ 0.666984] Key type encrypted registered [ 0.667820] AppArmor: AppArmor sha1 policy hashing enabled [ 0.668873] ima: No TPM chip found, activating TPM-bypass! [ 0.669944] evm: HMAC attrs: 0x1 [ 0.670934] Magic number: 14:937:931 [ 0.671808] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:24 UTC (1534157784) [ 0.673462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674592] EDD information not available. [ 0.759465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771565] Write protecting the kernel read-only data: 14336k [ 0.773748] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.775616] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.821933] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.30... Lease of 10.101.11.30 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000006d 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCremK0WBJy2V05D4r/w3/Tqkj0LgyiMCqgOfgewUlGkiptElPDNLehgW21QWCCtB1hr7tC3OYLxsC7HpsZU/FbqC3LY5yCL8ft6SKH6SWWq19ivKcLPUlGmvO75bn6+r5Gr7/bN1Q5BDGe2UmIiJOzy1Q0U2IU4WlPfarSoOrriZHoIcM3clNbUY+HfAMj98hsHXvlvUwWu1YxHEckTqiBCXMd5riuZ7OjeqreR4Ppe7ksJ8Tr7VV/hMVwcumfUs22Rd+Y1wKg9rLFDyEVCULQCadBHlsXFsBbL+nMJRCG/+1ISI83PUv5clBodbJjoZnPFq96XOj671qvQ1ssboRF root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAIcM4vMRAxfPnXSAZd5svMlUw7FcYiSb2VzCmeOTnsS6fIuWB0P57rKE6g4kcT4maMqZcOzRKvyB1r1na6FH2xpYlnAF05i7BRvBvm4KQbLnzFKOwJTPWm+v9fSBeIeXSWOiMVliYimlaFJqvTmM6fi7gEiXel8H78XDKgP+/xVZAAAAFQCtKZlY6s67Zv3mXeMhpknZ2J0MNQAAAIEAgYeuVFyYR7vTxYP1zRgBjBA8lYKWcfiOAApSvAXXpj8jSQ2bVo5jIAIZYvTJokuZ+r2gt08KVLEVwFbtOFMiOPxQGhfiHrXzGKPOfUEfs9PA9yjq+IqySDYK0CjHvFRJ37dQmJudRyxNgzGaR4BeZ/awkx1Mkht0MTYXfipuJkEAAACAE4azGS4bi7zKKx9g5SCsJV5sQSNRtJShy1cwXdWEc3X3FZ9cnUiNN8XYuuBeO/eL3EjcdICkkJevnU2ENE0Lx3ffA8LvXTQW9MLK8XAJMjuvjnhbYB1IBlOUKOjpxQDcvnzlL416vld4kE1wDRoztZQ2LRHyJPL+iDX2VtUl64c= root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.50s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fedb:a220/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.30 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006d name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.29 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:DB:A2:20 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedb:a220/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.905 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.514 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.154 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.176 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.255 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.154/0.400/0.905 ms ### uname -a Linux server-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.914271] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 0.946051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.107652] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.107654] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.107656] usb 1-1: Product: QEMU USB Tablet [ 1.107657] usb 1-1: Manufacturer: QEMU [ 1.107657] usb 1-1: SerialNumber: 42 [ 1.478305] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 2.958854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.000244] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:24 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 13 11:56:24 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 13 11:56:24 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 13 11:56:24 cirros kern.info kernel: [ 0.946051] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:24 cirros kern.info kernel: [ 1.107652] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:24 cirros kern.info kernel: [ 1.107654] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:24 cirros kern.info kernel: [ 1.107656] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:24 cirros kern.info kernel: [ 1.107657] usb 1-1: Manufacturer: QEMU Aug 13 11:56:24 cirros kern.info kernel: [ 1.107657] usb 1-1: SerialNumber: 42 Aug 13 11:56:25 cirros kern.info kernel: [ 1.478305] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 13 11:56:26 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:26 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:26 cirros kern.info kernel: [ 2.958854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:26 cirros kern.info kernel: [ 3.000244] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-3 login: 2018-08-13 11:02:21,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf/action 0.067s 2018-08-13 11:02:21,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31846', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf/action', u'x-compute-request-id': 'req-6d402371-131c-4687-88ca-f956536eec71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d402371-131c-4687-88ca-f956536eec71'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476147541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,590 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for a4792f7a-8247-4bec-9692-ca5cc67520cf body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 476147541 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.153784] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155733] pid_max: default: 32768 minimum: 301 [ 0.156770] ACPI: Core revision 20150930 [ 0.158242] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.159726] Security Framework initialized [ 0.160654] Yama: becoming mindful. [ 0.161491] AppArmor: AppArmor initialized [ 0.162498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.164017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.165505] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166892] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168519] Initializing cgroup subsys io [ 0.169457] Initializing cgroup subsys memory [ 0.170439] Initializing cgroup subsys devices [ 0.171437] Initializing cgroup subsys freezer [ 0.172460] Initializing cgroup subsys net_cls [ 0.173460] Initializing cgroup subsys perf_event [ 0.174506] Initializing cgroup subsys net_prio [ 0.175520] Initializing cgroup subsys hugetlb [ 0.176512] Initializing cgroup subsys pids [ 0.177508] CPU: Physical Processor ID: 0 [ 0.179135] mce: CPU supports 10 MCE banks [ 0.180090] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181255] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197538] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.203843] ftrace: allocating 31920 entries in 125 pages [ 0.228997] smpboot: Max logical packages: 1 [ 0.230034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.231599] x2apic enabled [ 0.232502] Switched APIC routing to physical x2apic. [ 0.234472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.235769] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238107] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240206] KVM setup paravirtual spinlock [ 0.241623] x86: Booted up 1 node, 1 CPUs [ 0.242581] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244219] devtmpfs: initialized [ 0.246019] evm: security.selinux [ 0.246844] evm: security.SMACK64 [ 0.247657] evm: security.SMACK64EXEC [ 0.248541] evm: security.SMACK64TRANSMUTE [ 0.249499] evm: security.SMACK64MMAP [ 0.250343] evm: security.ima [ 0.251061] evm: security.capability [ 0.251966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.254152] pinctrl core: initialized pinctrl subsystem [ 0.255442] RTC time: 10:56:17, date: 08/13/18 [ 0.256530] NET: Registered protocol family 16 [ 0.257639] cpuidle: using governor ladder [ 0.258580] cpuidle: using governor menu [ 0.259477] PCCT header not found. [ 0.260325] ACPI: bus type PCI registered [ 0.261241] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262680] PCI: Using configuration type 1 for base access [ 0.264655] ACPI: Added _OSI(Module Device) [ 0.265613] ACPI: Added _OSI(Processor Device) [ 0.266602] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.267635] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269529] ACPI: Interpreter enabled [ 0.270399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.272516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.274703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.276885] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.279056] ACPI: (supports S0 S5) [ 0.279896] ACPI: Using IOAPIC for interrupt routing [ 0.281022] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.284538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.285885] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287343] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.288759] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291369] acpiphp: Slot [3] registered [ 0.292324] acpiphp: Slot [4] registered [ 0.293253] acpiphp: Slot [5] registered [ 0.294212] acpiphp: Slot [6] registered [ 0.295153] acpiphp: Slot [7] registered [ 0.296078] acpiphp: Slot [8] registered [ 0.296986] acpiphp: Slot [9] registered [ 0.297900] acpiphp: Slot [10] registered [ 0.298824] acpiphp: Slot [11] registered [ 0.299746] acpiphp: Slot [12] registered [ 0.300669] acpiphp: Slot [13] registered [ 0.301600] acpiphp: Slot [14] registered [ 0.302538] acpiphp: Slot [15] registered [ 0.313281] acpiphp: Slot [16] registered [ 0.314258] acpiphp: Slot [17] registered [ 0.315197] acpiphp: Slot [18] registered [ 0.316117] acpiphp: Slot [19] registered [ 0.317034] acpiphp: Slot [20] registered [ 0.317959] acpiphp: Slot [21] registered [ 0.318886] acpiphp: Slot [22] registered [ 0.319837] acpiphp: Slot [23] registered [ 0.320765] acpiphp: Slot [24] registered [ 0.321695] acpiphp: Slot [25] registered [ 0.322635] acpiphp: Slot [26] registered [ 0.323568] acpiphp: Slot [27] registered [ 0.324555] acpiphp: Slot [28] registered [ 0.325479] acpiphp: Slot [29] registered [ 0.326398] acpiphp: Slot [30] registered [ 0.327321] acpiphp: Slot [31] registered [ 0.328238] PCI host bridge to bus 0000:00 [ 0.329161] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.330571] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.331977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.333645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335342] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.337027] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.340545] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.342038] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.343397] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.344911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348719] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.350639] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371508] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374791] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.376418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.377970] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379391] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.380781] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382045] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383876] vgaarb: loaded [ 0.384592] vgaarb: bridge control possible 0000:00:02.0 [ 0.386014] SCSI subsystem initialized [ 0.387073] ACPI: bus type USB registered [ 0.388059] usbcore: registered new interface driver usbfs [ 0.389258] usbcore: registered new interface driver hub [ 0.390432] usbcore: registered new device driver usb [ 0.391698] PCI: Using ACPI for IRQ routing [ 0.392946] NetLabel: Initializing [ 0.393779] NetLabel: domain hash size = 128 [ 0.394756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.395874] NetLabel: unlabeled traffic allowed by default [ 0.397213] clocksource: Switched to clocksource kvm-clock [ 0.405549] AppArmor: AppArmor Filesystem Enabled [ 0.406691] pnp: PnP ACPI init [ 0.407768] pnp: PnP ACPI: found 5 devices [ 0.414280] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.416334] NET: Registered protocol family 2 [ 0.417517] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.419027] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.420440] TCP: Hash tables configured (established 4096 bind 4096) [ 0.421847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.423119] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.424481] NET: Registered protocol family 1 [ 0.425532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.426815] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.428071] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.442105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.456210] Trying to unpack rootfs image as initramfs... [ 0.512437] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.514352] Scanning for low memory corruption every 60 seconds [ 0.515902] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.517301] audit: initializing netlink subsys (disabled) [ 0.518502] audit: type=2000 audit(1534157778.068:1): initialized [ 0.520025] Initialise system trusted keyring [ 0.521125] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.522480] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.524775] zbud: loaded [ 0.525591] VFS: Disk quotas dquot_6.6.0 [ 0.526568] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.528376] fuse init (API version 7.23) [ 0.529418] Key type big_key registered [ 0.530345] Allocating IMA MOK and blacklist keyrings. [ 0.531754] Key type asymmetric registered [ 0.532708] Asymmetric key parser 'x509' registered [ 0.533827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.535553] io scheduler noop registered [ 0.536497] io scheduler deadline registered (default) [ 0.537687] io scheduler cfq registered [ 0.538651] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.539867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.541361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.543036] ACPI: Power Button [PWRF] [ 0.543990] GHES: HEST is not enabled! [ 0.557642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.585513] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.590714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.614663] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.617438] Linux agpgart interface v0.103 [ 0.620515] brd: module loaded [ 0.622386] loop: module loaded [ 0.626856] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628581] GPT:90111 != 2097151 [ 0.629381] GPT:Alternate GPT header not at the end of the disk. [ 0.630684] GPT:90111 != 2097151 [ 0.631473] GPT: Use GNU Parted to correct GPT errors. [ 0.632622] vda: vda1 vda15 [ 0.634161] scsi host0: ata_piix [ 0.635079] scsi host1: ata_piix [ 0.635924] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.637385] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.639113] libphy: Fixed MDIO Bus: probed [ 0.640072] tun: Universal TUN/TAP device driver, 1.6 [ 0.641199] tun: (C) 1999-2004 Max Krasnyansky [ 0.643944] PPP generic driver version 2.4.2 [ 0.645026] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.646458] ehci-pci: EHCI PCI platform driver [ 0.647497] ehci-platform: EHCI generic platform driver [ 0.648669] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.650020] ohci-pci: OHCI PCI platform driver [ 0.651058] ohci-platform: OHCI generic platform driver [ 0.652251] uhci_hcd: USB Universal Host Controller Interface driver [ 0.666740] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.667933] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.669654] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.670849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.672216] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.673692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.675362] usb usb1: Product: UHCI Host Controller [ 0.676459] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.677822] usb usb1: SerialNumber: 0000:00:01.2 [ 0.678981] hub 1-0:1.0: USB hub found [ 0.679911] hub 1-0:1.0: 2 ports detected [ 0.681012] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.683464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.684703] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.685940] mousedev: PS/2 mouse device common for all mice [ 0.687444] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.689617] rtc_cmos 00:00: RTC can wake from S4 [ 0.690914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693763] i2c /dev entries driver [ 0.694675] device-mapper: uevent: version 1.0.3 [ 0.695837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697784] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699451] NET: Registered protocol family 10 [ 0.700762] NET: Registered protocol family 17 [ 0.701845] Key type dns_resolver registered [ 0.703014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704321] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706446] registered taskstats version 1 [ 0.707442] Loading compiled-in X.509 certificates [ 0.709085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.711336] zswap: loaded using pool lzo/zbud [ 0.713200] Key type trusted registered [ 0.715184] Key type encrypted registered [ 0.716160] AppArmor: AppArmor sha1 policy hashing enabled [ 0.717410] ima: No TPM chip found, activating TPM-bypass! [ 0.718658] evm: HMAC attrs: 0x1 [ 0.719765] Magic number: 14:937:931 [ 0.720774] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:18 UTC (1534157778) [ 0.722616] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.723774] EDD information not available. [ 0.798549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.810547] Write protecting the kernel read-only data: 14336k [ 0.812815] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.814795] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.77 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... [ 0.984456] 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.102.21.20... Lease of 10.102.21.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-0000006c 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCuvMcygEawJ9LUYl2x6LIghTzU8vXeq7/S+PpkArIxDNogvlpYBJ7RMikeIHRIXkY1ZXPb2n6qBFEIVd5SAlLVgrZ0zFGEx9qPpuIxS8etVU2Vd1HC2omgBWMJzcU3PGC8PxhTp8a4aZO62B0eUD1kwSH6COGc5itYGoivjUpVKruJ2oDQkbfPzQwuM3V1/J/9kFVUk4KLbE6tfVmZiNaf9glDRUjUHYlkYj/EUPFH6dPjDylw6SJW+AMk2VjNQaJe1i/j5EkykFm51p4AIfey2XDujC0pli1UJxv2dklP1S7/xdA2sdHz35A+P//yCXEW0BkQycnHbZDK+Zkd7eRP root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBALnB0BjFO4Fw8uNDFk6Tqv02viSx9EgybDdKoAVxWYN0H+OFw87kJ05VVlN39U5o1pPiLxDqgqb+dYrZXMBS4x+FGy774QanQDwmq1T6KgaZ8139ceyuea1qgUPSINHRW8T0rWbCZ/2AGY2mLE2k+YEydJrocXt5zfeDBolwgmiTAAAAFQDHZ9BqSsSDdABOb5XfRDc/hv8rWQAAAIB3gnwW5yE8aYYwuiEy6yVtDdzfrmf+UhTVdjPHczBItGg0Q5guxbdVcCyYpqjLIT7RLpHW5LhA9Rcv/0GuKzAjfM9OuqBUZFc1dJV7C922gFQmhuTA71PyfYiJtPVX4eU9l9KBnrT1C9OvrHT9ZchFyihr7u7RkxYcbF6cww5MJgAAAIEAokSq4jtf+80AnTIodCFyYlPXABaM4OkZmwBUIWQCow4AivBZ0zYCSEr5GCf7qhgooTBQBLQk8YcEX4Tih8/t3prfDuA29/abQ0jqHp+x5CUGtqzeACQy+/JHVDWJGMLwcQRwUIvc+4ppCZn9/uQq6P5FPdyOxsOIPXTbDlswcIc= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe65:e80d/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.20 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006c name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=2.72 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:65:E8:0D inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe65:e80d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes --- 10.102.21.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.635 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.685 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.255 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.288 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.538 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.255/0.480/0.685 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.989254] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.150033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.150035] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.150036] usb 1-1: Product: QEMU USB Tablet [ 1.150037] usb 1-1: Manufacturer: QEMU [ 1.150038] usb 1-1: SerialNumber: 42 [ 1.513427] tsc: Refined TSC clocksource calibration: 3491.852 MHz [ 1.513433] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553f88a97, max_idle_ns: 440795268990 ns [ 2.792067] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.826436] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:18 cirros kern.info kernel: [ 0.814795] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:18 cirros kern.info kernel: [ 0.827521] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:18 cirros kern.info kernel: [ 0.827522] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:18 cirros kern.info kernel: [ 0.829358] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:18 cirros kern.info kernel: [ 0.832618] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:18 cirros kern.info kernel: [ 0.834819] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:18 cirros kern.info kernel: [ 0.858892] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:18 cirros kern.info kernel: [ 0.859714] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:18 cirros kern.info kernel: [ 0.861074] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:18 cirros kern.info kernel: [ 0.866206] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:18 cirros kern.info kernel: [ 0.955053] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:18 cirros kern.info kernel: [ 0.963460] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:18 cirros kern.notice kernel: [ 0.984456] random: dd urandom read with 5 bits of entropy available Aug 13 11:56:18 cirros kern.info kernel: [ 0.989254] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:18 cirros kern.info kernel: [ 1.150033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:18 cirros kern.info kernel: [ 1.150035] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:18 cirros kern.info kernel: [ 1.150036] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:18 cirros kern.info kernel: [ 1.150037] usb 1-1: Manufacturer: QEMU Aug 13 11:56:18 cirros kern.info kernel: [ 1.150038] usb 1-1: SerialNumber: 42 Aug 13 11:56:19 cirros kern.info kernel: [ 1.513427] tsc: Refined TSC clocksource calibration: 3491.852 MHz Aug 13 11:56:19 cirros kern.info kernel: [ 1.513433] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553f88a97, max_idle_ns: 440795268990 ns Aug 13 11:56:20 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:20 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:20 cirros kern.info kernel: [ 2.792067] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:20 cirros kern.info kernel: [ 2.826436] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: 2018-08-13 11:02:21,800 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284/action 0.078s 2018-08-13 11:02:21,801 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31852', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284/action', u'x-compute-request-id': 'req-63c48855-f183-4a61-8786-fcb7dbef93f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63c48855-f183-4a61-8786-fcb7dbef93f4'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465945538 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,803 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 02db1594-00ed-40a6-8e3e-89aba09b1284 body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 465945538 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.145862] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.147524] pid_max: default: 32768 minimum: 301 [ 0.148421] ACPI: Core revision 20150930 [ 0.149808] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151127] Security Framework initialized [ 0.151943] Yama: becoming mindful. [ 0.152672] AppArmor: AppArmor initialized [ 0.153544] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154894] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157395] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158827] Initializing cgroup subsys io [ 0.159656] Initializing cgroup subsys memory [ 0.160522] Initializing cgroup subsys devices [ 0.161409] Initializing cgroup subsys freezer [ 0.162284] Initializing cgroup subsys net_cls [ 0.163157] Initializing cgroup subsys perf_event [ 0.164073] Initializing cgroup subsys net_prio [ 0.164971] Initializing cgroup subsys hugetlb [ 0.165840] Initializing cgroup subsys pids [ 0.166712] CPU: Physical Processor ID: 0 [ 0.168215] mce: CPU supports 10 MCE banks [ 0.169077] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.190576] ftrace: allocating 31920 entries in 125 pages [ 0.215515] smpboot: Max logical packages: 1 [ 0.216403] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217762] x2apic enabled [ 0.218598] Switched APIC routing to physical x2apic. [ 0.220334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225309] KVM setup paravirtual spinlock [ 0.226613] x86: Booted up 1 node, 1 CPUs [ 0.227429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228827] devtmpfs: initialized [ 0.230547] evm: security.selinux [ 0.231255] evm: security.SMACK64 [ 0.231948] evm: security.SMACK64EXEC [ 0.232693] evm: security.SMACK64TRANSMUTE [ 0.233506] evm: security.SMACK64MMAP [ 0.234256] evm: security.ima [ 0.234902] evm: security.capability [ 0.235710] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237584] pinctrl core: initialized pinctrl subsystem [ 0.238695] RTC time: 10:56:09, date: 08/13/18 [ 0.239665] NET: Registered protocol family 16 [ 0.240658] cpuidle: using governor ladder [ 0.241483] cpuidle: using governor menu [ 0.242274] PCCT header not found. [ 0.243033] ACPI: bus type PCI registered [ 0.243835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245090] PCI: Using configuration type 1 for base access [ 0.246856] ACPI: Added _OSI(Module Device) [ 0.247706] ACPI: Added _OSI(Processor Device) [ 0.248574] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249480] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251241] ACPI: Interpreter enabled [ 0.252017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259397] ACPI: (supports S0 S5) [ 0.260102] ACPI: Using IOAPIC for interrupt routing [ 0.261046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267731] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269962] acpiphp: Slot [3] registered [ 0.270765] acpiphp: Slot [4] registered [ 0.271570] acpiphp: Slot [5] registered [ 0.272373] acpiphp: Slot [6] registered [ 0.273174] acpiphp: Slot [7] registered [ 0.273981] acpiphp: Slot [8] registered [ 0.274782] acpiphp: Slot [9] registered [ 0.275583] acpiphp: Slot [10] registered [ 0.276396] acpiphp: Slot [11] registered [ 0.277222] acpiphp: Slot [12] registered [ 0.278040] acpiphp: Slot [13] registered [ 0.278849] acpiphp: Slot [14] registered [ 0.279661] acpiphp: Slot [15] registered [ 0.290352] acpiphp: Slot [16] registered [ 0.291174] acpiphp: Slot [17] registered [ 0.291990] acpiphp: Slot [18] registered [ 0.292798] acpiphp: Slot [19] registered [ 0.293780] acpiphp: Slot [20] registered [ 0.294772] acpiphp: Slot [21] registered [ 0.295763] acpiphp: Slot [22] registered [ 0.296751] acpiphp: Slot [23] registered [ 0.297737] acpiphp: Slot [24] registered [ 0.298719] acpiphp: Slot [25] registered [ 0.299702] acpiphp: Slot [26] registered [ 0.300689] acpiphp: Slot [27] registered [ 0.301667] acpiphp: Slot [28] registered [ 0.302698] acpiphp: Slot [29] registered [ 0.303692] acpiphp: Slot [30] registered [ 0.304685] acpiphp: Slot [31] registered [ 0.305665] PCI host bridge to bus 0000:00 [ 0.306664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308174] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311449] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.313212] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315019] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321710] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.323289] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327181] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.329098] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349663] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.351423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354812] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356483] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357987] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359534] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360725] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362296] vgaarb: loaded [ 0.362906] vgaarb: bridge control possible 0000:00:02.0 [ 0.364154] SCSI subsystem initialized [ 0.365087] ACPI: bus type USB registered [ 0.365920] usbcore: registered new interface driver usbfs [ 0.366955] usbcore: registered new interface driver hub [ 0.367971] usbcore: registered new device driver usb [ 0.369080] PCI: Using ACPI for IRQ routing [ 0.370199] NetLabel: Initializing [ 0.370922] NetLabel: domain hash size = 128 [ 0.371771] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372740] NetLabel: unlabeled traffic allowed by default [ 0.373911] clocksource: Switched to clocksource kvm-clock [ 0.382216] AppArmor: AppArmor Filesystem Enabled [ 0.383201] pnp: PnP ACPI init [ 0.384147] pnp: PnP ACPI: found 5 devices [ 0.390461] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392182] NET: Registered protocol family 2 [ 0.393233] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394533] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395749] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396959] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399246] NET: Registered protocol family 1 [ 0.400133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401240] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402324] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430501] Trying to unpack rootfs image as initramfs... [ 0.487432] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489079] Scanning for low memory corruption every 60 seconds [ 0.490446] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491614] audit: initializing netlink subsys (disabled) [ 0.492643] audit: type=2000 audit(1534157769.959:1): initialized [ 0.494019] Initialise system trusted keyring [ 0.494968] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496132] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498285] zbud: loaded [ 0.499023] VFS: Disk quotas dquot_6.6.0 [ 0.499846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501453] fuse init (API version 7.23) [ 0.502371] Key type big_key registered [ 0.503183] Allocating IMA MOK and blacklist keyrings. [ 0.504423] Key type asymmetric registered [ 0.505256] Asymmetric key parser 'x509' registered [ 0.506236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507716] io scheduler noop registered [ 0.508515] io scheduler deadline registered (default) [ 0.509517] io scheduler cfq registered [ 0.510378] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512702] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514173] ACPI: Power Button [PWRF] [ 0.515030] GHES: HEST is not enabled! [ 0.528584] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556403] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558528] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584804] Linux agpgart interface v0.103 [ 0.587434] brd: module loaded [ 0.589119] loop: module loaded [ 0.593263] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.597229] GPT:90111 != 2097151 [ 0.597930] GPT:Alternate GPT header not at the end of the disk. [ 0.599036] GPT:90111 != 2097151 [ 0.599716] GPT: Use GNU Parted to correct GPT errors. [ 0.600707] vda: vda1 vda15 [ 0.602965] scsi host0: ata_piix [ 0.603766] scsi host1: ata_piix [ 0.604497] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.605721] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.607230] libphy: Fixed MDIO Bus: probed [ 0.608058] tun: Universal TUN/TAP device driver, 1.6 [ 0.609019] tun: (C) 1999-2004 Max Krasnyansky [ 0.611745] PPP generic driver version 2.4.2 [ 0.612684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613970] ehci-pci: EHCI PCI platform driver [ 0.614857] ehci-platform: EHCI generic platform driver [ 0.615867] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617115] ohci-pci: OHCI PCI platform driver [ 0.618014] ohci-platform: OHCI generic platform driver [ 0.619023] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633379] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634438] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.635916] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.636953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.640826] usb usb1: Product: UHCI Host Controller [ 0.641777] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643953] hub 1-0:1.0: USB hub found [ 0.644752] hub 1-0:1.0: 2 ports detected [ 0.645718] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.647921] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.648904] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.649991] mousedev: PS/2 mouse device common for all mice [ 0.651310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653300] rtc_cmos 00:00: RTC can wake from S4 [ 0.654457] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.656906] i2c /dev entries driver [ 0.657704] device-mapper: uevent: version 1.0.3 [ 0.658708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660380] ledtrig-cpu: registered to indicate activity on CPUs [ 0.661838] NET: Registered protocol family 10 [ 0.663011] NET: Registered protocol family 17 [ 0.663928] Key type dns_resolver registered [ 0.664955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666079] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.667907] registered taskstats version 1 [ 0.668760] Loading compiled-in X.509 certificates [ 0.670276] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672160] zswap: loaded using pool lzo/zbud [ 0.673823] Key type trusted registered [ 0.675623] Key type encrypted registered [ 0.676465] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677516] ima: No TPM chip found, activating TPM-bypass! [ 0.678588] evm: HMAC attrs: 0x1 [ 0.679611] Magic number: 14:937:931 [ 0.680497] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:09 UTC (1534157769) [ 0.682160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683291] EDD information not available. [ 0.767288] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.779200] Write protecting the kernel read-only data: 14336k [ 0.781393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783259] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827765] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.10... Lease of 10.101.11.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-0000006b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJmuHnzad0Pto2GcDBGKhX8SK376G8aC+sboSNup35XptuCclgSPNs7LFr03M6pZ3wGifYtwvcle4yhkEgIJk8UTYb51GoTVuHG/7rR1XOWJHZCbrYFmzz10+HiypecGhVunOpS35OfhYOXW8meRf3dRXqL7VU/TwrQ/8U/m/ErgQQC8XlKm/AXVAmjKURR4RTstIVluaLCTjVPIhkDk50ap+UjsmC5jygD2J32P2GFAUetmlLBSpijUBTowXtdGvbO/kmLEUeDgsg6HVFr/STDhEIJmeJSKzU8ousxysXSDvk8jBd2YaQR5+fzPDgb1rQNCTxcC5XY0X6hVii4zwP root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAPO1rERRzwSZzeW0qKvz8nAshKzt1KXnjdayfaisSzs1Bod9Q+DM14pIaFZVULTHHpf86DrhyZiJiqYj4gfSEDgh6DrjtLyEHGqY4v2RUxAIMWdnsZ6L3nPpeglx7zFeQyb+GPvRH1zjL5v4q0NgUZ8XLvD0cIKszPDth5+fbANrAAAAFQDY3dD0Fpz9CyINExdjz6P8Xo3/JQAAAIAQUSmUCX/etQyCTyb6I3E680kLwH3rh0UPlEJOXkIAj+hd1iZcX4wSjBo78gsR8PQSJQ3LWvUb3HTowGraqoEL+JTJdsikQlaMqlNwvtuuHTkYSlAMAjO0SENvglEuRdubRTohimVhZSfe4pS3BL7V0qe4Ki7jfJ4OO/ZkOLEjdwAAAIEAt5OiJ95DB2ogXu7Rt4HaQ6nCSS4o/TvVlzmeXvS8GI0t/0B0+z0Qt2Lv9EM/wlILCWwrc/+DztLxVnd/Sfw/nf6kRIXxLRTDkJs9aoyXVxINIVBqQkgxSZENbYLHenm3bk6+c3/Xgx3SWJRHiRKMACXQHER6MMni54hXzzb5EPA= root@server-1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.10,24,fe80::f816:3eff:febd:cf2b/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.10 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006b name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=2.94 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:BD:CF:2B inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:febd:cf2b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.834 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.261 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.177 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.318 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.247 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.177/0.367/0.834 ms ### uname -a Linux server-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.953929] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.115302] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.115304] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.115306] usb 1-1: Product: QEMU USB Tablet [ 1.115307] usb 1-1: Manufacturer: QEMU [ 1.115307] usb 1-1: SerialNumber: 42 [ 1.485984] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.485991] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 2.991524] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.036683] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:09 cirros kern.info kernel: [ 0.783259] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:09 cirros kern.info kernel: [ 0.795500] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:09 cirros kern.info kernel: [ 0.795502] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:09 cirros kern.info kernel: [ 0.797271] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:09 cirros kern.info kernel: [ 0.800430] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:09 cirros kern.info kernel: [ 0.802535] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:09 cirros kern.info kernel: [ 0.825384] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:09 cirros kern.info kernel: [ 0.826102] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:09 cirros kern.notice kernel: [ 0.827765] random: blkid urandom read with 2 bits of entropy available Aug 13 11:56:09 cirros kern.info kernel: [ 0.829458] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:09 cirros kern.info kernel: [ 0.832657] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:09 cirros kern.info kernel: [ 0.905761] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:09 cirros kern.info kernel: [ 0.913681] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:09 cirros kern.info kernel: [ 0.953929] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:09 cirros kern.info kernel: [ 1.115302] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:09 cirros kern.info kernel: [ 1.115304] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:09 cirros kern.info kernel: [ 1.115306] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:09 cirros kern.info kernel: [ 1.115307] usb 1-1: Manufacturer: QEMU Aug 13 11:56:09 cirros kern.info kernel: [ 1.115307] usb 1-1: SerialNumber: 42 Aug 13 11:56:10 cirros kern.info kernel: [ 1.485984] tsc: Refined TSC clocksource calibration: 3491.871 MHz Aug 13 11:56:10 cirros kern.info kernel: [ 1.485991] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns Aug 13 11:56:10 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:11 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:11 cirros kern.info kernel: [ 2.991524] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:11 cirros kern.info kernel: [ 3.036683] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: 2018-08-13 11:02:22,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/9f9e70ff-8016-4f84-98e8-b8db09c7b088 1.060s 2018-08-13 11:02:22,939 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/9f9e70ff-8016-4f84-98e8-b8db09c7b088', u'date': 'Mon, 13 Aug 2018 11:02:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99bf0eba-b21c-4499-84eb-c5fa578cc644'} Body: 2018-08-13 11:02:24,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/remove_router_interface 1.886s 2018-08-13 11:02:24,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:02:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f918037f-b78d-40f5-8caf-ea0da7911be3'} Body: {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0", "subnet_ids": ["a3bfccc3-506c-4f66-84e5-cd24860ee0e0"], "port_id": "9f6e5763-8bb8-40c7-ba7c-fed24aa7ef9f", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"} 2018-08-13 11:02:26,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e 1.976s 2018-08-13 11:02:26,805 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e', u'date': 'Mon, 13 Aug 2018 11:02:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-75e4ccdd-444a-4dd6-8167-592c23095605'} Body: 2018-08-13 11:02:28,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/605c5c97-15e0-4c4a-8a97-c98c1f1950f5 1.288s 2018-08-13 11:02:28,096 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/605c5c97-15e0-4c4a-8a97-c98c1f1950f5', u'date': 'Mon, 13 Aug 2018 11:02:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7072a10-dd20-4c23-8af3-69e211adda3f'} Body: 2018-08-13 11:02:29,777 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/remove_router_interface 1.680s 2018-08-13 11:02:29,777 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:02:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d1cf620-b048-4fcb-8923-d14129af4195'} Body: {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e", "subnet_ids": ["7250d5ce-b2bb-45c2-acd2-3c030c54191e"], "port_id": "599a3b77-d8f7-4cad-9000-47323c037462", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49"} 2018-08-13 11:02:31,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49 2.126s 2018-08-13 11:02:31,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49', u'date': 'Mon, 13 Aug 2018 11:02:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3cdb2686-1fd6-4835-a7dc-002469e38bdb'} Body: 2018-08-13 11:02:32,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.169s 2018-08-13 11:02:32,076 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-b37e2962-977e-41c9-86a6-5100b152e737', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b37e2962-977e-41c9-86a6-5100b152e737'} Body: 2018-08-13 11:02:32,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.788s 2018-08-13 11:02:32,865 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-5d5c57bc-a29a-468a-b59c-8535adfcde80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5c57bc-a29a-468a-b59c-8535adfcde80'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:33,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.042s 2018-08-13 11:02:33,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c'} Body: {"itemNotFound": {"message": "Instance b420d2ed-bae0-458c-a014-1922e6d41bfb could not be found.", "code": 404}} 2018-08-13 11:02:34,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/4cc26a18-f29b-4c79-8c22-9babe68eb9f3 0.813s 2018-08-13 11:02:34,739 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/4cc26a18-f29b-4c79-8c22-9babe68eb9f3', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63878d9f-9d0e-4927-975e-03712a358c8b'} Body: 2018-08-13 11:02:34,879 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.138s 2018-08-13 11:02:34,879 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-b0523500-a53d-40d5-ac74-00cfb4392a8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0523500-a53d-40d5-ac74-00cfb4392a8f'} Body: 2018-08-13 11:02:36,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 1.456s 2018-08-13 11:02:36,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1546', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-f8c4a29f-1a72-4fa1-9405-af683b920102', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8c4a29f-1a72-4fa1-9405-af683b920102'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:34Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:37,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.043s 2018-08-13 11:02:37,394 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9'} Body: {"itemNotFound": {"message": "Instance 636586aa-0f44-4e7f-a7ec-3e399195cc69 could not be found.", "code": 404}} 2018-08-13 11:02:38,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a0d367f7-91fe-4603-b5b7-45d440603e42 0.837s 2018-08-13 11:02:38,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a0d367f7-91fe-4603-b5b7-45d440603e42', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-331c68cd-7b85-4215-9275-71f37e6e310f'} Body: 2018-08-13 11:02:38,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.172s 2018-08-13 11:02:38,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-de991922-77a0-4b0e-b39e-9d266c3ddb20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de991922-77a0-4b0e-b39e-9d266c3ddb20'} Body: 2018-08-13 11:02:38,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.432s 2018-08-13 11:02:38,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-e69680dd-9969-499e-a378-1e5d9b7bd591', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e69680dd-9969-499e-a378-1e5d9b7bd591'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:39,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.051s 2018-08-13 11:02:39,903 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:39 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d'} Body: {"itemNotFound": {"message": "Instance a4792f7a-8247-4bec-9692-ca5cc67520cf could not be found.", "code": 404}} 2018-08-13 11:02:40,712 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7d9b628f-19a6-460f-9b7c-6f3005348eb6 0.804s 2018-08-13 11:02:40,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7d9b628f-19a6-460f-9b7c-6f3005348eb6', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-76344eb8-58be-42c6-8b07-afd59b28480b'} Body: 2018-08-13 11:02:40,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.160s 2018-08-13 11:02:40,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-27461c40-464e-4cca-bea6-624c7c37015d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27461c40-464e-4cca-bea6-624c7c37015d'} Body: 2018-08-13 11:02:41,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.437s 2018-08-13 11:02:41,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1546', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-1db31fcc-dd33-47d5-a75d-4641342566da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1db31fcc-dd33-47d5-a75d-4641342566da'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:40Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:42,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.048s 2018-08-13 11:02:42,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-0d378a11-5972-4934-a6ea-d05f2694e811', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d378a11-5972-4934-a6ea-d05f2694e811'} Body: {"itemNotFound": {"message": "Instance 02db1594-00ed-40a6-8e3e-89aba09b1284 could not be found.", "code": 404}} 2018-08-13 11:02:43,329 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/dc6c090d-a618-4845-8852-e3f87bb8757d 0.951s 2018-08-13 11:02:43,330 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/dc6c090d-a618-4845-8852-e3f87bb8757d', u'date': 'Mon, 13 Aug 2018 11:02:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1eb2bed2-4543-4937-93a9-733179e98b57'} Body: 2018-08-13 11:02:43,446 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-521432496 0.115s 2018-08-13 11:02:43,447 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-521432496', u'x-compute-request-id': 'req-66d08b46-9971-4281-b01b-e61b7e9965c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66d08b46-9971-4281-b01b-e61b7e9965c3'} Body: 2018-08-13 11:02:45,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a3bfccc3-506c-4f66-84e5-cd24860ee0e0 1.596s 2018-08-13 11:02:45,045 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a3bfccc3-506c-4f66-84e5-cd24860ee0e0', u'date': 'Mon, 13 Aug 2018 11:02:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cba2f3bf-ff09-49f2-92fd-aa44f14afba8'} Body: 2018-08-13 11:02:46,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/c06fdfe5-a914-474d-80de-36073faecdbb 1.854s 2018-08-13 11:02:46,900 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/c06fdfe5-a914-474d-80de-36073faecdbb', u'date': 'Mon, 13 Aug 2018 11:02:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-86648db6-18a2-4f51-9b18-d675f0d215ef'} Body: 2018-08-13 11:02:47,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7250d5ce-b2bb-45c2-acd2-3c030c54191e 1.023s 2018-08-13 11:02:47,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7250d5ce-b2bb-45c2-acd2-3c030c54191e', u'date': 'Mon, 13 Aug 2018 11:02:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4570eb38-3948-4c48-97d2-bc6cc1c6d05e'} Body: 2018-08-13 11:02:49,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/2fd795ee-1cb1-45f4-91df-5264f00e6061 1.380s 2018-08-13 11:02:49,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/2fd795ee-1cb1-45f4-91df-5264f00e6061', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e3151ed-555e-477d-9464-43030881589f'} Body: 2018-08-13 11:02:49,513 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/25d983a2-e359-48b0-95f0-5cc20a411ad2 0.205s 2018-08-13 11:02:49,513 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/25d983a2-e359-48b0-95f0-5cc20a411ad2', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9bf0ff51-cd9a-4037-8427-621bc8582813'} Body: 2018-08-13 11:02:49.842 63 INFO tempest.lib.common.rest_client [req-fbc5bd3b-efa5-4d2c-952b-9c350eb6650a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.272s 2018-08-13 11:02:49.843 63 DEBUG tempest.lib.common.rest_client [req-fbc5bd3b-efa5-4d2c-952b-9c350eb6650a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-667935989 description", "name": "tempest-secgroup-smoke-667935989"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fbc5bd3b-efa5-4d2c-952b-9c350eb6650a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-667935989 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:49Z", "updated_at": "2018-08-13T11:02:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:02:49Z", "revision_number": 0, "id": "17e6b792-3cfc-4846-8e3a-dbc0729f1edd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:02:49Z", "revision_number": 0, "id": "6d592eb5-b003-4605-8f10-b0630cc0d7ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0c84224c-3600-4544-a3c7-7fb547245a87", "name": "tempest-secgroup-smoke-667935989"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:50.040 63 INFO tempest.lib.common.rest_client [req-f0493780-835d-4488-80a5-f726e1069b6e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.195s 2018-08-13 11:02:50.040 63 DEBUG tempest.lib.common.rest_client [req-f0493780-835d-4488-80a5-f726e1069b6e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0493780-835d-4488-80a5-f726e1069b6e'} 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-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3706d2a8-68b9-4501-872d-88aa50b6704f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:50.382 63 INFO tempest.lib.common.rest_client [req-fc93bc3f-3d90-4f41-919d-0cf9d07da69b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.341s 2018-08-13 11:02:50.383 63 DEBUG tempest.lib.common.rest_client [req-fc93bc3f-3d90-4f41-919d-0cf9d07da69b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc93bc3f-3d90-4f41-919d-0cf9d07da69b'} 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-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "95c08fbc-92f5-4480-a67a-af7a354bf941"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:50.528 63 INFO tempest.lib.common.rest_client [req-afd83799-52ce-4dcd-bcd9-9c23dfab8d2a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 11:02:50.529 63 DEBUG tempest.lib.common.rest_client [req-afd83799-52ce-4dcd-bcd9-9c23dfab8d2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afd83799-52ce-4dcd-bcd9-9c23dfab8d2a'} 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-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1f488052-168b-4f83-82d3-d2422bbf4da7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:50.669 63 INFO tempest.lib.common.rest_client [req-326781c8-c0e8-4b59-9dd9-3bf26c9815be ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.139s 2018-08-13 11:02:50.669 63 DEBUG tempest.lib.common.rest_client [req-326781c8-c0e8-4b59-9dd9-3bf26c9815be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-326781c8-c0e8-4b59-9dd9-3bf26c9815be'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "aaf41e5b-bbbb-48a0-8b12-2abfc0a16e4a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:51.088 63 INFO tempest.lib.common.rest_client [req-915421bf-3a50-46f6-aef8-2c0afb570637 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.417s 2018-08-13 11:02:51.088 63 DEBUG tempest.lib.common.rest_client [req-915421bf-3a50-46f6-aef8-2c0afb570637 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-915421bf-3a50-46f6-aef8-2c0afb570637'} 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-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b200bdbf-a9c2-4dc9-be18-06048d1c20aa"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:51.244 63 INFO tempest.lib.common.rest_client [req-f0480a22-31fe-44f4-87cc-336d2ccb9acb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 11:02:51.245 63 DEBUG tempest.lib.common.rest_client [req-f0480a22-31fe-44f4-87cc-336d2ccb9acb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0480a22-31fe-44f4-87cc-336d2ccb9acb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9509bf64-101e-49c4-92fd-9e8c5ea94566"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:51.405 63 INFO tempest.lib.common.rest_client [req-14a70ef8-dd68-4c14-97c9-85b049c29cd0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.159s 2018-08-13 11:02:51.406 63 DEBUG tempest.lib.common.rest_client [req-14a70ef8-dd68-4c14-97c9-85b049c29cd0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14a70ef8-dd68-4c14-97c9-85b049c29cd0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "148261da-29d4-4a36-b6f2-2efe3934e48b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:51.543 63 INFO tempest.lib.common.rest_client [req-8f5ab51a-7d06-4efe-b316-c2a6489b6475 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 11:02:51.544 63 DEBUG tempest.lib.common.rest_client [req-8f5ab51a-7d06-4efe-b316-c2a6489b6475 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f5ab51a-7d06-4efe-b316-c2a6489b6475'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e341eb88-470b-4906-8c1b-8ffed0dadf42"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:51.807 63 INFO tempest.lib.common.rest_client [req-3ad295b7-cbfd-4334-b724-b901c3b8f068 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.262s 2018-08-13 11:02:51.807 63 DEBUG tempest.lib.common.rest_client [req-3ad295b7-cbfd-4334-b724-b901c3b8f068 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1087194510"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ad295b7-cbfd-4334-b724-b901c3b8f068'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:02:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"352b7646-1882-4537-bc39-1a40f410b1e6","name":"tempest-A-1087194510"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:52.335 63 INFO tempest.lib.common.rest_client [req-244991d2-464d-4b79-aff4-e15c8fcdee21 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.526s 2018-08-13 11:02:52.335 63 DEBUG tempest.lib.common.rest_client [req-244991d2-464d-4b79-aff4-e15c8fcdee21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "name": "tempest-subnet-A-1-759486878"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:02:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-244991d2-464d-4b79-aff4-e15c8fcdee21'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"352b7646-1882-4537-bc39-1a40f410b1e6","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","dns_nameservers":[],"updated_at":"2018-08-13T11:02:52Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a1b6d69c-8566-4c08-b4f0-a2c298049a13","subnetpool_id":null,"name":"tempest-subnet-A-1-759486878"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:52.560 63 INFO tempest.lib.common.rest_client [req-37ba75eb-3fcc-40f6-806b-cf7eeade8224 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.224s 2018-08-13 11:02:52.561 63 DEBUG tempest.lib.common.rest_client [req-37ba75eb-3fcc-40f6-806b-cf7eeade8224 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-442913846"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:02:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37ba75eb-3fcc-40f6-806b-cf7eeade8224'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:02:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","name":"tempest-B-442913846"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:53.160 63 INFO tempest.lib.common.rest_client [req-3fd68d08-b5a7-4e2d-ae07-6e621a308e00 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.598s 2018-08-13 11:02:53.161 63 DEBUG tempest.lib.common.rest_client [req-3fd68d08-b5a7-4e2d-ae07-6e621a308e00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "name": "tempest-subnet-B-1-1697572579"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fd68d08-b5a7-4e2d-ae07-6e621a308e00'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","dns_nameservers":[],"updated_at":"2018-08-13T11:02:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"758d198d-4d1e-4c2b-948b-10eed9ebefb3","subnetpool_id":null,"name":"tempest-subnet-B-1-1697572579"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:53.555 63 INFO tempest.lib.common.rest_client [req-21930475-2f4d-4a83-9907-93f1153d36b6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:02:53.555 63 DEBUG tempest.lib.common.rest_client [req-21930475-2f4d-4a83-9907-93f1153d36b6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21930475-2f4d-4a83-9907-93f1153d36b6'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132730d1a8354fc397000114f2979bc5", "name": "tempest-TestBGPVPNBasic-1928336582"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interfa _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:53.910 63 INFO tempest.lib.common.rest_client [req-cda545b1-73b5-4933-bd09-50a5503258f1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.353s 2018-08-13 11:02:53.910 63 DEBUG tempest.lib.common.rest_client [req-cda545b1-73b5-4933-bd09-50a5503258f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cda545b1-73b5-4933-bd09-50a5503258f1'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "cd1f910c-a42c-408c-8539-48abf3c8f155"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:54.274 63 INFO tempest.lib.common.rest_client [req-57f6919b-f9ae-4bea-ad30-6ba4f43c032d ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations 0.363s 2018-08-13 11:02:54.274 63 DEBUG tempest.lib.common.rest_client [req-57f6919b-f9ae-4bea-ad30-6ba4f43c032d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57f6919b-f9ae-4bea-ad30-6ba4f43c032d'} Body: {"network_association": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "id": "f3784abb-074a-4ae8-8586-c151d054189d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:54.979 63 INFO tempest.lib.common.rest_client [req-7fe1e4a1-c888-4418-9299-c6f51a4034ae ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations 0.704s 2018-08-13 11:02:54.980 63 DEBUG tempest.lib.common.rest_client [req-7fe1e4a1-c888-4418-9299-c6f51a4034ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fe1e4a1-c888-4418-9299-c6f51a4034ae'} Body: {"network_association": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "id": "c97039de-6ccf-4ef9-8dac-fc101792a114"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:54.981 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 11:02:55.097 63 INFO tempest.lib.common.rest_client [req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.115s 2018-08-13 11:02:55.098 63 DEBUG tempest.lib.common.rest_client [req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1779292189"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh3I6edAf7P0ksMXI62bJnlgrWVRC4gADyp0w9VcsAo5jJ3doEszMUzB9JN15kiepny8AsTwBycpkSVNnPf4OnQSvKobjysOjEOac8xH/V+ML07+l9uKDgN/6IldFskHrY1G1ZXLOcJlG53cX7E9QJ1oGq6fsXeqzNcoKv6X/85xQBOBs1AkbW9+tjDQ6/9S6Q2d0VKb/tijUMZdoYy7Z9F6dfU06yT/o1FSAW89novOaGFNlYzii/69U6uiWVs3N6Uu0Wlsobe1D1iy0gNPM2D3Yz1mJy2u8ElvC10Il/Epqtuz+zX1DvgWuC56KPWaiWWlhU6qgU7dIDZPQgTnT3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4dyOnnQH+z9JLDFyOtmyZ5YK1lUQuIAA8qdMPVXLAKOYyd3a\nBLMzFMwfSTdeZInqZ8vALE8AcnKZElTZz3+Dp0EryqG48rDoxDmnPMR/1fjC9O/p\nfbig4Df+iJXRbJB62NRtWVyznCZRud3F+xPUCdaBqun7F3qszXKCr+l//OcUATgb\nNQJG1vfrYw0Ov/UukNndFSm/7Yo1DGXaGMu2fRenX1NOsk/6NRUgFvPZ6LzmhhTZ\nWM4ov+vVOrollbNzelLtFpbKG3tQ9YstIDTzNg92M9ZictrvBJbwtdCJfxKarbs/\ns19Q74Frgueij1mollpYVOqoFO3SA2T0IE509wIDAQABAoIBAFHP7Y0x5G4610t9\nwa3Vi00ASX6no33hR/adaP1SpUze9YoxpTZMnvUqly6TMsriNhlQ8ZRbLYNHRXEh\ncSA7RToBXlZwzCiEslvZsl1NpCyihiPo/z+97/An+DgLZKeZkhYWpGFZNeoa60GT\nNpKi9Qx3OdLqHDy9//gPQY1s3CKD9x6/67FTd+GZQRatvCsPQey3RJivhC+/a9tA\nr+Z1zIdQfTMLpp2nKHXRzl5WOfUXVwMYVRQwD38MC0tcrj4ubWF67eZ9jr/Fp7Nv\nuhXrOdcO+6V8fRgfiJBSPcNYwfM1XD+hWVuSqYue1kzin0u7UAwN3JMqLPeCFZTv\nlS1wIAkCgYEA+ojaKijJ2mFCySuNmF3gcHIcd6NC9u+RSYfmdQTnCqZQWeJ+1RJ7\nk6nirOlc3f9qw2u4eVuNSykDGp3XZyUYIN8fmYht9IsznDKze59natmFyk1shIrU\n+62iuleWkK5FHGzip4YyBiNDuRmrQLIJnd5bUYHyELRCeBFqb1zRPrMCgYEA5snq\nKRFRyQdHTXYL8k26JZ0lqa+rs4d4yhoFnDFedxfvVoIND+Uxxwnnz+3h82kFZcD6\n1RNhajjCa7PNRv+YNfnThIrPwZwYTjn1FbNYBcwWuodfilL+QRJnDLbSW0uChK4+\nItva4Ujgr6+MShJBWIKYWJDsDxfz4hefoVzHkq0CgYA7HKUVA3C09PPUEVGkXKoC\n/fmXhM7dAqNuDQGkJJb63UjiHF2+mlDMA253S8xcmNIw766j+6T30eJomktji84I\nm3ySNi1zYJC5zwCoL3EwNciqdeAf2b3s8AgQHXBqDKRD07Eaw7/z0Mg+2T6d0iQQ\nupEjRxy9Mjrop3tMcULxnwKBgQDDTlpoOKzyp8MyjVSc0CRYkn199RkkC+AvgAgB\nX1InDM1RcytkqTwPyZUwRIqzd8vGiaJ70TPeNXxqsrVkgQapnurePq6ElPmIsclz\nfNtfxI/zeH5ky8k4/j7Q5qJr+iHQ8LfKvi2j+w2R/8iEIqDEK3iLctEiEM4mJoHD\nh4Wo3QKBgQDevW32YpUCnb3uMYUBM+TE2ZE8Dee8qCknUXMQRz+fe20B3xtEcXkq\nWBuETLO1X+6jTyVchAhUe5ZRczyYbtF+oIcPHMaHcjLKgI9FhGGLwx9vxzgSkLfW\nHtFSmOgvcsDop49FbfXoPniLbPEhskEuiYeDgAavmWLxnledx2tsVg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1779292189", "fingerprint": "9d:44:3b:ee:18:3f:1e:94:5a:43:61:02:d3:14:ac:a1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:56.167 63 INFO tempest.lib.common.rest_client [req-91b4419d-1ab3-4217-a60a-260f58c9c223 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.064s 2018-08-13 11:02:56.168 63 DEBUG tempest.lib.common.rest_client [req-91b4419d-1ab3-4217-a60a-260f58c9c223 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1099949424", "security_groups": ["0c84224c-3600-4544-a3c7-7fb547245a87"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:02:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91b4419d-1ab3-4217-a60a-260f58c9c223'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:02:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"352b7646-1882-4537-bc39-1a40f410b1e6","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:02:55Z","name":"tempest-port-smoke-1099949424","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d3:59:19","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a1b6d69c-8566-4c08-b4f0-a2c298049a13","ip_address":"10.101.11.10"}],"id":"fc4cd5fc-761c-451f-8b2c-028e923e9a38","security_groups":["0c84224c-3600-4544-a3c7-7fb547245a87"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:58.289 63 INFO tempest.lib.common.rest_client [req-366fb530-c2d0-40a8-88f2-312c38e2ca5a ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 2.120s 2018-08-13 11:02:58.290 63 DEBUG tempest.lib.common.rest_client [req-366fb530-c2d0-40a8-88f2-312c38e2ca5a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1779292189", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "352b7646-1882-4537-bc39-1a40f410b1e6", "port": "fc4cd5fc-761c-451f-8b2c-028e923e9a38"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-366fb530-c2d0-40a8-88f2-312c38e2ca5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-366fb530-c2d0-40a8-88f2-312c38e2ca5a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "adminPass": "ANYH3QF9JmW3"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:58.596 63 INFO tempest.lib.common.rest_client [req-ef37012d-4332-4665-9073-dc17a71ee25f ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.302s 2018-08-13 11:02:58.596 63 DEBUG tempest.lib.common.rest_client [req-ef37012d-4332-4665-9073-dc17a71ee25f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-ef37012d-4332-4665-9073-dc17a71ee25f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef37012d-4332-4665-9073-dc17a71ee25f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:59.896 63 INFO tempest.lib.common.rest_client [req-90b8e266-7ac2-4704-a427-d6ac36231152 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.286s 2018-08-13 11:02:59.897 63 DEBUG tempest.lib.common.rest_client [req-90b8e266-7ac2-4704-a427-d6ac36231152 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-90b8e266-7ac2-4704-a427-d6ac36231152', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90b8e266-7ac2-4704-a427-d6ac36231152'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:02:59.911 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:03:01.070 63 INFO tempest.lib.common.rest_client [req-e6be9aa1-5725-4360-aa70-f664fc460d33 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.157s 2018-08-13 11:03:01.071 63 DEBUG tempest.lib.common.rest_client [req-e6be9aa1-5725-4360-aa70-f664fc460d33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-e6be9aa1-5725-4360-aa70-f664fc460d33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6be9aa1-5725-4360-aa70-f664fc460d33'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:01.083 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:03:02.622 63 INFO tempest.lib.common.rest_client [req-78182836-f478-4ff4-aeba-196802dbbd68 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.537s 2018-08-13 11:03:02.622 63 DEBUG tempest.lib.common.rest_client [req-78182836-f478-4ff4-aeba-196802dbbd68 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-78182836-f478-4ff4-aeba-196802dbbd68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78182836-f478-4ff4-aeba-196802dbbd68'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:03.987 63 INFO tempest.lib.common.rest_client [req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.350s 2018-08-13 11:03:03.987 63 DEBUG tempest.lib.common.rest_client [req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:03.999 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:03:04.346 63 INFO tempest.lib.common.rest_client [req-6b37188b-6d35-4cce-84e3-2d015117742c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.346s 2018-08-13 11:03:04.346 63 DEBUG tempest.lib.common.rest_client [req-6b37188b-6d35-4cce-84e3-2d015117742c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-6b37188b-6d35-4cce-84e3-2d015117742c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b37188b-6d35-4cce-84e3-2d015117742c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:04.363 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:03:05.158 63 INFO tempest.lib.common.rest_client [req-8da8a3f7-44e6-42f7-ba1a-c93835934c5c ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.793s 2018-08-13 11:03:05.158 63 DEBUG tempest.lib.common.rest_client [req-8da8a3f7-44e6-42f7-ba1a-c93835934c5c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-114960068", "security_groups": ["0c84224c-3600-4544-a3c7-7fb547245a87"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8da8a3f7-44e6-42f7-ba1a-c93835934c5c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:03:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:03:04Z","name":"tempest-port-smoke-114960068","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:6a:df:1c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"758d198d-4d1e-4c2b-948b-10eed9ebefb3","ip_address":"10.102.21.20"}],"id":"a2827153-e623-43af-bbd7-1400c86ed39a","security_groups":["0c84224c-3600-4544-a3c7-7fb547245a87"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:05.640 63 INFO tempest.lib.common.rest_client [req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 0.480s 2018-08-13 11:03:05.640 63 DEBUG tempest.lib.common.rest_client [req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1779292189", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "port": "a2827153-e623-43af-bbd7-1400c86ed39a"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "adminPass": "Dx8pdubw5WKi"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:05.988 63 INFO tempest.lib.common.rest_client [req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.343s 2018-08-13 11:03:05.988 63 DEBUG tempest.lib.common.rest_client [req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:07.362 63 INFO tempest.lib.common.rest_client [req-59c0c31a-35c5-48ed-a55a-263ee66517b0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.359s 2018-08-13 11:03:07.363 63 DEBUG tempest.lib.common.rest_client [req-59c0c31a-35c5-48ed-a55a-263ee66517b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-59c0c31a-35c5-48ed-a55a-263ee66517b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59c0c31a-35c5-48ed-a55a-263ee66517b0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:07.375 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:03:08.528 63 INFO tempest.lib.common.rest_client [req-dbfb6934-7898-4d5d-8d0b-d26f9810e609 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.152s 2018-08-13 11:03:08.529 63 DEBUG tempest.lib.common.rest_client [req-dbfb6934-7898-4d5d-8d0b-d26f9810e609 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-dbfb6934-7898-4d5d-8d0b-d26f9810e609', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dbfb6934-7898-4d5d-8d0b-d26f9810e609'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:08.541 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:03:10.080 63 INFO tempest.lib.common.rest_client [req-a73ad7e8-0c61-446c-be6e-282e4f569ec1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.537s 2018-08-13 11:03:10.081 63 DEBUG tempest.lib.common.rest_client [req-a73ad7e8-0c61-446c-be6e-282e4f569ec1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-a73ad7e8-0c61-446c-be6e-282e4f569ec1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a73ad7e8-0c61-446c-be6e-282e4f569ec1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:11.558 63 INFO tempest.lib.common.rest_client [req-5ab541f9-78d6-4cc7-9829-34f7d80083a4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.462s 2018-08-13 11:03:11.558 63 DEBUG tempest.lib.common.rest_client [req-5ab541f9-78d6-4cc7-9829-34f7d80083a4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-5ab541f9-78d6-4cc7-9829-34f7d80083a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ab541f9-78d6-4cc7-9829-34f7d80083a4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:11.575 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:03:11.713 63 INFO tempest.lib.common.rest_client [req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.137s 2018-08-13 11:03:11.713 63 DEBUG tempest.lib.common.rest_client [req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:11.726 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:03:11.973 63 INFO tempest.lib.common.rest_client [req-18a34c05-4a47-4dfa-b3fc-4563bccae5ae ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.246s 2018-08-13 11:03:11.974 63 DEBUG tempest.lib.common.rest_client [req-18a34c05-4a47-4dfa-b3fc-4563bccae5ae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--161562056", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18a34c05-4a47-4dfa-b3fc-4563bccae5ae'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:03:11Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "name": "tempest-router--161562056"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:13.493 63 INFO tempest.lib.common.rest_client [req-31d9c9be-2301-4ca3-9991-978cb1ad7f2b ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de 1.518s 2018-08-13 11:03:13.493 63 DEBUG tempest.lib.common.rest_client [req-31d9c9be-2301-4ca3-9991-978cb1ad7f2b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de', u'date': 'Mon, 13 Aug 2018 11:03:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31d9c9be-2301-4ca3-9991-978cb1ad7f2b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:03:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "name": "tempest-router--161562056"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:16.068 63 INFO tempest.lib.common.rest_client [req-9a756d52-ed03-4a44-a78f-fe9a213fa5d5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/add_router_interface 2.574s 2018-08-13 11:03:16.069 63 DEBUG tempest.lib.common.rest_client [req-9a756d52-ed03-4a44-a78f-fe9a213fa5d5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:03:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a756d52-ed03-4a44-a78f-fe9a213fa5d5'} Body: {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13", "subnet_ids": ["a1b6d69c-8566-4c08-b4f0-a2c298049a13"], "port_id": "5283623d-debc-4c2e-a608-241c52b2d490", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:17.884 63 INFO tempest.lib.common.rest_client [req-58bc3779-75d5-48c7-b240-69d764bae8b0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.814s 2018-08-13 11:03:17.885 63 DEBUG tempest.lib.common.rest_client [req-58bc3779-75d5-48c7-b240-69d764bae8b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "fc4cd5fc-761c-451f-8b2c-028e923e9a38"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:03:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58bc3779-75d5-48c7-b240-69d764bae8b0'} Body: {"floatingip": {"router_id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:03:17Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "fc4cd5fc-761c-451f-8b2c-028e923e9a38", "id": "2e4efd8b-d067-4f0f-be35-f22acae2efab", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:17Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:03:17.886 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:03:25.894 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:03:25.958 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:03:25.991 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:03:26.107 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:03:26.107 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:03:26.109 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:03:26.168 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:03:26.174 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:03:31.180 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:03:31.181 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:04:41.240 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:04:41.241 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:04:41.244 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:04:41.347 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:04:41.372 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:04:46.379 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:04:46.380 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:05:56.449 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:05:56.450 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:05:56.451 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56.455 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56.518 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:05:56.519 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56.525 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:05:56.526 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:79:41:74 [ether] on eth0 2018-08-13 11:05:56.526 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:05:56.527 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56.528 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56.590 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:05:56.593 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56.602 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 11:05:56.602 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:05:56.603 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56.605 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56.666 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:05:56.669 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56.676 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:05:56.676 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56.679 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56.738 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:05:56.743 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56.749 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:05:56.749 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:79:41:74 [ether] on eth0 2018-08-13 11:05:56.750 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:05:56.750 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56.752 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56.814 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:05:56.816 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:06:01.823 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:06:01.823 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:07:11.884 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:07:11.884 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:07:11.890 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:07:11.991 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:07:12.017 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:07:17.025 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:07:17.025 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:08:27.047 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.200: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:08:28.203 63 INFO tempest.lib.common.rest_client [req-9eea245b-b65e-4ff9-bacb-d4f502efd14f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/2e4efd8b-d067-4f0f-be35-f22acae2efab 1.150s 2018-08-13 11:08:28.204 63 DEBUG tempest.lib.common.rest_client [req-9eea245b-b65e-4ff9-bacb-d4f502efd14f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/2e4efd8b-d067-4f0f-be35-f22acae2efab', u'date': 'Mon, 13 Aug 2018 11:08:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9eea245b-b65e-4ff9-bacb-d4f502efd14f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:29.957 63 INFO tempest.lib.common.rest_client [req-387185c8-0c32-4681-a349-e5ee311a9552 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/remove_router_interface 1.751s 2018-08-13 11:08:29.958 63 DEBUG tempest.lib.common.rest_client [req-387185c8-0c32-4681-a349-e5ee311a9552 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:08:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-387185c8-0c32-4681-a349-e5ee311a9552'} Body: {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13", "subnet_ids": ["a1b6d69c-8566-4c08-b4f0-a2c298049a13"], "port_id": "5283623d-debc-4c2e-a608-241c52b2d490", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:32.054 63 INFO tempest.lib.common.rest_client [req-54bef17f-e3e6-4246-8651-5e2485e2c658 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de 2.095s 2018-08-13 11:08:32.054 63 DEBUG tempest.lib.common.rest_client [req-54bef17f-e3e6-4246-8651-5e2485e2c658 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-54bef17f-e3e6-4246-8651-5e2485e2c658'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:32.393 63 INFO tempest.lib.common.rest_client [req-9828c370-7fb0-44f4-9fb9-f91b26072b90 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.337s 2018-08-13 11:08:32.393 63 DEBUG tempest.lib.common.rest_client [req-9828c370-7fb0-44f4-9fb9-f91b26072b90 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-9828c370-7fb0-44f4-9fb9-f91b26072b90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9828c370-7fb0-44f4-9fb9-f91b26072b90'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:33.362 63 INFO tempest.lib.common.rest_client [req-f7b58005-b94d-4615-b798-620e65197457 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.966s 2018-08-13 11:08:33.364 63 DEBUG tempest.lib.common.rest_client [req-f7b58005-b94d-4615-b798-620e65197457 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-f7b58005-b94d-4615-b798-620e65197457', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7b58005-b94d-4615-b798-620e65197457'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:32Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:34.424 63 INFO tempest.lib.common.rest_client [req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.044s 2018-08-13 11:08:34.425 63 DEBUG tempest.lib.common.rest_client [req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6'} Body: {"itemNotFound": {"message": "Instance 4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:35.457 63 INFO tempest.lib.common.rest_client [req-590e756c-4349-43df-a958-319d224433d3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a2827153-e623-43af-bbd7-1400c86ed39a 1.031s 2018-08-13 11:08:35.457 63 DEBUG tempest.lib.common.rest_client [req-590e756c-4349-43df-a958-319d224433d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a2827153-e623-43af-bbd7-1400c86ed39a', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-590e756c-4349-43df-a958-319d224433d3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:35.603 63 INFO tempest.lib.common.rest_client [req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.145s 2018-08-13 11:08:35.604 63 DEBUG tempest.lib.common.rest_client [req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:36.042 63 INFO tempest.lib.common.rest_client [req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.438s 2018-08-13 11:08:36.043 63 DEBUG tempest.lib.common.rest_client [req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:35Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:37.107 63 INFO tempest.lib.common.rest_client [req-8da4a203-8b64-4d45-9509-b363f6d0d523 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.047s 2018-08-13 11:08:37.107 63 DEBUG tempest.lib.common.rest_client [req-8da4a203-8b64-4d45-9509-b363f6d0d523 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-8da4a203-8b64-4d45-9509-b363f6d0d523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8da4a203-8b64-4d45-9509-b363f6d0d523'} Body: {"itemNotFound": {"message": "Instance 9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:37.953 63 INFO tempest.lib.common.rest_client [req-cd0f1d90-cd39-4ae6-b8d9-da6bc4288d9c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/fc4cd5fc-761c-451f-8b2c-028e923e9a38 0.844s 2018-08-13 11:08:37.953 63 DEBUG tempest.lib.common.rest_client [req-cd0f1d90-cd39-4ae6-b8d9-da6bc4288d9c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/fc4cd5fc-761c-451f-8b2c-028e923e9a38', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cd0f1d90-cd39-4ae6-b8d9-da6bc4288d9c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:37.997 63 INFO tempest.lib.common.rest_client [req-10576332-2ea4-4087-9a62-f06346d124f3 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1779292189 0.042s 2018-08-13 11:08:37.997 63 DEBUG tempest.lib.common.rest_client [req-10576332-2ea4-4087-9a62-f06346d124f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1779292189', u'x-compute-request-id': 'req-10576332-2ea4-4087-9a62-f06346d124f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-10576332-2ea4-4087-9a62-f06346d124f3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:39.150 63 INFO tempest.lib.common.rest_client [req-7ab9ca62-955c-4829-b5c0-8e53708cb294 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/758d198d-4d1e-4c2b-948b-10eed9ebefb3 1.151s 2018-08-13 11:08:39.150 63 DEBUG tempest.lib.common.rest_client [req-7ab9ca62-955c-4829-b5c0-8e53708cb294 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/758d198d-4d1e-4c2b-948b-10eed9ebefb3', u'date': 'Mon, 13 Aug 2018 11:08:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7ab9ca62-955c-4829-b5c0-8e53708cb294'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:40.826 63 INFO tempest.lib.common.rest_client [req-9aab9094-69bd-47be-8173-f78900982803 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/3c2776e1-48cd-4721-8c1c-a867396d9c17 1.675s 2018-08-13 11:08:40.827 63 DEBUG tempest.lib.common.rest_client [req-9aab9094-69bd-47be-8173-f78900982803 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/3c2776e1-48cd-4721-8c1c-a867396d9c17', u'date': 'Mon, 13 Aug 2018 11:08:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9aab9094-69bd-47be-8173-f78900982803'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:42.288 63 INFO tempest.lib.common.rest_client [req-31a73d0e-d0c4-47bf-802a-99d6239e92cf ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a1b6d69c-8566-4c08-b4f0-a2c298049a13 1.460s 2018-08-13 11:08:42.288 63 DEBUG tempest.lib.common.rest_client [req-31a73d0e-d0c4-47bf-802a-99d6239e92cf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a1b6d69c-8566-4c08-b4f0-a2c298049a13', u'date': 'Mon, 13 Aug 2018 11:08:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31a73d0e-d0c4-47bf-802a-99d6239e92cf'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:44.235 63 INFO tempest.lib.common.rest_client [req-1bdfe7f7-8924-462f-b41c-2169adf9cae5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/352b7646-1882-4537-bc39-1a40f410b1e6 1.945s 2018-08-13 11:08:44.236 63 DEBUG tempest.lib.common.rest_client [req-1bdfe7f7-8924-462f-b41c-2169adf9cae5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/352b7646-1882-4537-bc39-1a40f410b1e6', u'date': 'Mon, 13 Aug 2018 11:08:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1bdfe7f7-8924-462f-b41c-2169adf9cae5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:44.705 63 INFO tempest.lib.common.rest_client [req-c69e6880-884e-4b59-859e-8fc8f72b254c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/0c84224c-3600-4544-a3c7-7fb547245a87 0.468s 2018-08-13 11:08:44.705 63 DEBUG tempest.lib.common.rest_client [req-c69e6880-884e-4b59-859e-8fc8f72b254c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/0c84224c-3600-4544-a3c7-7fb547245a87', u'date': 'Mon, 13 Aug 2018 11:08:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c69e6880-884e-4b59-859e-8fc8f72b254c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1 [355.137364s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 102, in test_bgpvpn_variant1 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:02:49,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.272s 2018-08-13 11:02:49,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-667935989 description", "name": "tempest-secgroup-smoke-667935989"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fbc5bd3b-efa5-4d2c-952b-9c350eb6650a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-667935989 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:49Z", "updated_at": "2018-08-13T11:02:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:02:49Z", "revision_number": 0, "id": "17e6b792-3cfc-4846-8e3a-dbc0729f1edd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:02:49Z", "revision_number": 0, "id": "6d592eb5-b003-4605-8f10-b0630cc0d7ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0c84224c-3600-4544-a3c7-7fb547245a87", "name": "tempest-secgroup-smoke-667935989"}} 2018-08-13 11:02:50,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.195s 2018-08-13 11:02:50,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0493780-835d-4488-80a5-f726e1069b6e'} 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-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3706d2a8-68b9-4501-872d-88aa50b6704f"}} 2018-08-13 11:02:50,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.341s 2018-08-13 11:02:50,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc93bc3f-3d90-4f41-919d-0cf9d07da69b'} 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-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "95c08fbc-92f5-4480-a67a-af7a354bf941"}} 2018-08-13 11:02:50,528 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 11:02:50,529 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afd83799-52ce-4dcd-bcd9-9c23dfab8d2a'} 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-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1f488052-168b-4f83-82d3-d2422bbf4da7"}} 2018-08-13 11:02:50,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.139s 2018-08-13 11:02:50,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-326781c8-c0e8-4b59-9dd9-3bf26c9815be'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "aaf41e5b-bbbb-48a0-8b12-2abfc0a16e4a"}} 2018-08-13 11:02:51,088 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.417s 2018-08-13 11:02:51,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-915421bf-3a50-46f6-aef8-2c0afb570637'} 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-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b200bdbf-a9c2-4dc9-be18-06048d1c20aa"}} 2018-08-13 11:02:51,244 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 11:02:51,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0480a22-31fe-44f4-87cc-336d2ccb9acb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9509bf64-101e-49c4-92fd-9e8c5ea94566"}} 2018-08-13 11:02:51,405 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.159s 2018-08-13 11:02:51,406 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14a70ef8-dd68-4c14-97c9-85b049c29cd0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "148261da-29d4-4a36-b6f2-2efe3934e48b"}} 2018-08-13 11:02:51,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 11:02:51,544 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f5ab51a-7d06-4efe-b316-c2a6489b6475'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e341eb88-470b-4906-8c1b-8ffed0dadf42"}} 2018-08-13 11:02:51,807 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.262s 2018-08-13 11:02:51,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1087194510"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ad295b7-cbfd-4334-b724-b901c3b8f068'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:02:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"352b7646-1882-4537-bc39-1a40f410b1e6","name":"tempest-A-1087194510"}} 2018-08-13 11:02:52,335 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.526s 2018-08-13 11:02:52,335 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "name": "tempest-subnet-A-1-759486878"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:02:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-244991d2-464d-4b79-aff4-e15c8fcdee21'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"352b7646-1882-4537-bc39-1a40f410b1e6","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","dns_nameservers":[],"updated_at":"2018-08-13T11:02:52Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a1b6d69c-8566-4c08-b4f0-a2c298049a13","subnetpool_id":null,"name":"tempest-subnet-A-1-759486878"}} 2018-08-13 11:02:52,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.224s 2018-08-13 11:02:52,561 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-442913846"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:02:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37ba75eb-3fcc-40f6-806b-cf7eeade8224'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:02:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","name":"tempest-B-442913846"}} 2018-08-13 11:02:53,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.598s 2018-08-13 11:02:53,161 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "name": "tempest-subnet-B-1-1697572579"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fd68d08-b5a7-4e2d-ae07-6e621a308e00'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","dns_nameservers":[],"updated_at":"2018-08-13T11:02:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"758d198d-4d1e-4c2b-948b-10eed9ebefb3","subnetpool_id":null,"name":"tempest-subnet-B-1-1697572579"}} 2018-08-13 11:02:53,555 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:02:53,555 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21930475-2f4d-4a83-9907-93f1153d36b6'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132730d1a8354fc397000114f2979bc5", "name": "tempest-TestBGPVPNBasic-1928336582"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interfa 2018-08-13 11:02:53,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.353s 2018-08-13 11:02:53,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cda545b1-73b5-4933-bd09-50a5503258f1'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "cd1f910c-a42c-408c-8539-48abf3c8f155"}} 2018-08-13 11:02:54,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations 0.363s 2018-08-13 11:02:54,274 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57f6919b-f9ae-4bea-ad30-6ba4f43c032d'} Body: {"network_association": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "id": "f3784abb-074a-4ae8-8586-c151d054189d"}} 2018-08-13 11:02:54,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations 0.704s 2018-08-13 11:02:54,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fe1e4a1-c888-4418-9299-c6f51a4034ae'} Body: {"network_association": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "id": "c97039de-6ccf-4ef9-8dac-fc101792a114"}} 2018-08-13 11:02:54,981 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:02:55,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.115s 2018-08-13 11:02:55,098 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1779292189"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh3I6edAf7P0ksMXI62bJnlgrWVRC4gADyp0w9VcsAo5jJ3doEszMUzB9JN15kiepny8AsTwBycpkSVNnPf4OnQSvKobjysOjEOac8xH/V+ML07+l9uKDgN/6IldFskHrY1G1ZXLOcJlG53cX7E9QJ1oGq6fsXeqzNcoKv6X/85xQBOBs1AkbW9+tjDQ6/9S6Q2d0VKb/tijUMZdoYy7Z9F6dfU06yT/o1FSAW89novOaGFNlYzii/69U6uiWVs3N6Uu0Wlsobe1D1iy0gNPM2D3Yz1mJy2u8ElvC10Il/Epqtuz+zX1DvgWuC56KPWaiWWlhU6qgU7dIDZPQgTnT3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4dyOnnQH+z9JLDFyOtmyZ5YK1lUQuIAA8qdMPVXLAKOYyd3a\nBLMzFMwfSTdeZInqZ8vALE8AcnKZElTZz3+Dp0EryqG48rDoxDmnPMR/1fjC9O/p\nfbig4Df+iJXRbJB62NRtWVyznCZRud3F+xPUCdaBqun7F3qszXKCr+l//OcUATgb\nNQJG1vfrYw0Ov/UukNndFSm/7Yo1DGXaGMu2fRenX1NOsk/6NRUgFvPZ6LzmhhTZ\nWM4ov+vVOrollbNzelLtFpbKG3tQ9YstIDTzNg92M9ZictrvBJbwtdCJfxKarbs/\ns19Q74Frgueij1mollpYVOqoFO3SA2T0IE509wIDAQABAoIBAFHP7Y0x5G4610t9\nwa3Vi00ASX6no33hR/adaP1SpUze9YoxpTZMnvUqly6TMsriNhlQ8ZRbLYNHRXEh\ncSA7RToBXlZwzCiEslvZsl1NpCyihiPo/z+97/An+DgLZKeZkhYWpGFZNeoa60GT\nNpKi9Qx3OdLqHDy9//gPQY1s3CKD9x6/67FTd+GZQRatvCsPQey3RJivhC+/a9tA\nr+Z1zIdQfTMLpp2nKHXRzl5WOfUXVwMYVRQwD38MC0tcrj4ubWF67eZ9jr/Fp7Nv\nuhXrOdcO+6V8fRgfiJBSPcNYwfM1XD+hWVuSqYue1kzin0u7UAwN3JMqLPeCFZTv\nlS1wIAkCgYEA+ojaKijJ2mFCySuNmF3gcHIcd6NC9u+RSYfmdQTnCqZQWeJ+1RJ7\nk6nirOlc3f9qw2u4eVuNSykDGp3XZyUYIN8fmYht9IsznDKze59natmFyk1shIrU\n+62iuleWkK5FHGzip4YyBiNDuRmrQLIJnd5bUYHyELRCeBFqb1zRPrMCgYEA5snq\nKRFRyQdHTXYL8k26JZ0lqa+rs4d4yhoFnDFedxfvVoIND+Uxxwnnz+3h82kFZcD6\n1RNhajjCa7PNRv+YNfnThIrPwZwYTjn1FbNYBcwWuodfilL+QRJnDLbSW0uChK4+\nItva4Ujgr6+MShJBWIKYWJDsDxfz4hefoVzHkq0CgYA7HKUVA3C09PPUEVGkXKoC\n/fmXhM7dAqNuDQGkJJb63UjiHF2+mlDMA253S8xcmNIw766j+6T30eJomktji84I\nm3ySNi1zYJC5zwCoL3EwNciqdeAf2b3s8AgQHXBqDKRD07Eaw7/z0Mg+2T6d0iQQ\nupEjRxy9Mjrop3tMcULxnwKBgQDDTlpoOKzyp8MyjVSc0CRYkn199RkkC+AvgAgB\nX1InDM1RcytkqTwPyZUwRIqzd8vGiaJ70TPeNXxqsrVkgQapnurePq6ElPmIsclz\nfNtfxI/zeH5ky8k4/j7Q5qJr+iHQ8LfKvi2j+w2R/8iEIqDEK3iLctEiEM4mJoHD\nh4Wo3QKBgQDevW32YpUCnb3uMYUBM+TE2ZE8Dee8qCknUXMQRz+fe20B3xtEcXkq\nWBuETLO1X+6jTyVchAhUe5ZRczyYbtF+oIcPHMaHcjLKgI9FhGGLwx9vxzgSkLfW\nHtFSmOgvcsDop49FbfXoPniLbPEhskEuiYeDgAavmWLxnledx2tsVg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1779292189", "fingerprint": "9d:44:3b:ee:18:3f:1e:94:5a:43:61:02:d3:14:ac:a1"}} 2018-08-13 11:02:56,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.064s 2018-08-13 11:02:56,168 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1099949424", "security_groups": ["0c84224c-3600-4544-a3c7-7fb547245a87"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:02:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91b4419d-1ab3-4217-a60a-260f58c9c223'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:02:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"352b7646-1882-4537-bc39-1a40f410b1e6","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:02:55Z","name":"tempest-port-smoke-1099949424","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d3:59:19","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a1b6d69c-8566-4c08-b4f0-a2c298049a13","ip_address":"10.101.11.10"}],"id":"fc4cd5fc-761c-451f-8b2c-028e923e9a38","security_groups":["0c84224c-3600-4544-a3c7-7fb547245a87"],"device_id":""}} 2018-08-13 11:02:58,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 2.120s 2018-08-13 11:02:58,290 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1779292189", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "352b7646-1882-4537-bc39-1a40f410b1e6", "port": "fc4cd5fc-761c-451f-8b2c-028e923e9a38"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-366fb530-c2d0-40a8-88f2-312c38e2ca5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-366fb530-c2d0-40a8-88f2-312c38e2ca5a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "adminPass": "ANYH3QF9JmW3"}} 2018-08-13 11:02:58,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.302s 2018-08-13 11:02:58,596 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-ef37012d-4332-4665-9073-dc17a71ee25f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef37012d-4332-4665-9073-dc17a71ee25f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:59,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.286s 2018-08-13 11:02:59,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-90b8e266-7ac2-4704-a427-d6ac36231152', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90b8e266-7ac2-4704-a427-d6ac36231152'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:59,911 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:03:01,070 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.157s 2018-08-13 11:03:01,071 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-e6be9aa1-5725-4360-aa70-f664fc460d33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6be9aa1-5725-4360-aa70-f664fc460d33'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:01,083 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:03:02,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.537s 2018-08-13 11:03:02,622 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-78182836-f478-4ff4-aeba-196802dbbd68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78182836-f478-4ff4-aeba-196802dbbd68'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:03,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.350s 2018-08-13 11:03:03,987 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:03,999 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:03:04,346 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.346s 2018-08-13 11:03:04,346 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-6b37188b-6d35-4cce-84e3-2d015117742c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b37188b-6d35-4cce-84e3-2d015117742c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:04,363 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 with status: ACTIVE 2018-08-13 11:03:05,158 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.793s 2018-08-13 11:03:05,158 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-114960068", "security_groups": ["0c84224c-3600-4544-a3c7-7fb547245a87"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8da8a3f7-44e6-42f7-ba1a-c93835934c5c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:03:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:03:04Z","name":"tempest-port-smoke-114960068","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:6a:df:1c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"758d198d-4d1e-4c2b-948b-10eed9ebefb3","ip_address":"10.102.21.20"}],"id":"a2827153-e623-43af-bbd7-1400c86ed39a","security_groups":["0c84224c-3600-4544-a3c7-7fb547245a87"],"device_id":""}} 2018-08-13 11:03:05,640 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 0.480s 2018-08-13 11:03:05,640 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1779292189", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "port": "a2827153-e623-43af-bbd7-1400c86ed39a"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "adminPass": "Dx8pdubw5WKi"}} 2018-08-13 11:03:05,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.343s 2018-08-13 11:03:05,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:07,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.359s 2018-08-13 11:03:07,363 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-59c0c31a-35c5-48ed-a55a-263ee66517b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59c0c31a-35c5-48ed-a55a-263ee66517b0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:07,375 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:03:08,528 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.152s 2018-08-13 11:03:08,529 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-dbfb6934-7898-4d5d-8d0b-d26f9810e609', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dbfb6934-7898-4d5d-8d0b-d26f9810e609'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:08,541 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:03:10,080 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.537s 2018-08-13 11:03:10,081 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-a73ad7e8-0c61-446c-be6e-282e4f569ec1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a73ad7e8-0c61-446c-be6e-282e4f569ec1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:11,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.462s 2018-08-13 11:03:11,558 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-5ab541f9-78d6-4cc7-9829-34f7d80083a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ab541f9-78d6-4cc7-9829-34f7d80083a4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:11,575 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:03:11,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.137s 2018-08-13 11:03:11,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:11,726 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 with status: ACTIVE 2018-08-13 11:03:11,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.246s 2018-08-13 11:03:11,974 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--161562056", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18a34c05-4a47-4dfa-b3fc-4563bccae5ae'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:03:11Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "name": "tempest-router--161562056"}} 2018-08-13 11:03:13,493 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de 1.518s 2018-08-13 11:03:13,493 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de', u'date': 'Mon, 13 Aug 2018 11:03:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31d9c9be-2301-4ca3-9991-978cb1ad7f2b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:03:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "name": "tempest-router--161562056"}} 2018-08-13 11:03:16,068 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/add_router_interface 2.574s 2018-08-13 11:03:16,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:03:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a756d52-ed03-4a44-a78f-fe9a213fa5d5'} Body: {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13", "subnet_ids": ["a1b6d69c-8566-4c08-b4f0-a2c298049a13"], "port_id": "5283623d-debc-4c2e-a608-241c52b2d490", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de"} 2018-08-13 11:03:17,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.814s 2018-08-13 11:03:17,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "fc4cd5fc-761c-451f-8b2c-028e923e9a38"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:03:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58bc3779-75d5-48c7-b240-69d764bae8b0'} Body: {"floatingip": {"router_id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:03:17Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "fc4cd5fc-761c-451f-8b2c-028e923e9a38", "id": "2e4efd8b-d067-4f0f-be35-f22acae2efab", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:17Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:03:17,886 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:03:25,894 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:03:25,958 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:03:25,991 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:03:26,107 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:03:26,107 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:03:26,109 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:03:26,168 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:03:26,174 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:03:31,180 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:03:31,181 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:04:41,240 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:04:41,241 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:04:41,244 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:04:41,347 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:04:41,372 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:04:46,379 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:04:46,380 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:05:56,449 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:05:56,450 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:05:56,451 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,455 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,518 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,519 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,525 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:05:56,526 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:79:41:74 [ether] on eth0 2018-08-13 11:05:56,526 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:05:56,527 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,528 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,590 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,593 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,602 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:05:56,602 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:05:56,603 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,605 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,666 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,669 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,676 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:05:56,676 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,679 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,738 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,743 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,749 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:05:56,749 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:79:41:74 [ether] on eth0 2018-08-13 11:05:56,750 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:05:56,750 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,752 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,814 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,816 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:06:01,823 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:06:01,823 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:07:11,884 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:07:11,884 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:07:11,890 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:07:11,991 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:07:12,017 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:07:17,025 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:07:17,025 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:08:27,047 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:08:27,048 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:08:28,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/2e4efd8b-d067-4f0f-be35-f22acae2efab 1.150s 2018-08-13 11:08:28,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/2e4efd8b-d067-4f0f-be35-f22acae2efab', u'date': 'Mon, 13 Aug 2018 11:08:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9eea245b-b65e-4ff9-bacb-d4f502efd14f'} Body: 2018-08-13 11:08:29,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/remove_router_interface 1.751s 2018-08-13 11:08:29,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:08:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-387185c8-0c32-4681-a349-e5ee311a9552'} Body: {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13", "subnet_ids": ["a1b6d69c-8566-4c08-b4f0-a2c298049a13"], "port_id": "5283623d-debc-4c2e-a608-241c52b2d490", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de"} 2018-08-13 11:08:32,054 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de 2.095s 2018-08-13 11:08:32,054 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-54bef17f-e3e6-4246-8651-5e2485e2c658'} Body: 2018-08-13 11:08:32,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.337s 2018-08-13 11:08:32,393 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-9828c370-7fb0-44f4-9fb9-f91b26072b90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9828c370-7fb0-44f4-9fb9-f91b26072b90'} Body: 2018-08-13 11:08:33,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.966s 2018-08-13 11:08:33,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-f7b58005-b94d-4615-b798-620e65197457', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7b58005-b94d-4615-b798-620e65197457'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:32Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:34,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.044s 2018-08-13 11:08:34,425 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6'} Body: {"itemNotFound": {"message": "Instance 4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 could not be found.", "code": 404}} 2018-08-13 11:08:35,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a2827153-e623-43af-bbd7-1400c86ed39a 1.031s 2018-08-13 11:08:35,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a2827153-e623-43af-bbd7-1400c86ed39a', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-590e756c-4349-43df-a958-319d224433d3'} Body: 2018-08-13 11:08:35,603 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.145s 2018-08-13 11:08:35,604 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9'} Body: 2018-08-13 11:08:36,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.438s 2018-08-13 11:08:36,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:35Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:37,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.047s 2018-08-13 11:08:37,107 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-8da4a203-8b64-4d45-9509-b363f6d0d523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8da4a203-8b64-4d45-9509-b363f6d0d523'} Body: {"itemNotFound": {"message": "Instance 9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 could not be found.", "code": 404}} 2018-08-13 11:08:37,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/fc4cd5fc-761c-451f-8b2c-028e923e9a38 0.844s 2018-08-13 11:08:37,953 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/fc4cd5fc-761c-451f-8b2c-028e923e9a38', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cd0f1d90-cd39-4ae6-b8d9-da6bc4288d9c'} Body: 2018-08-13 11:08:37,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1779292189 0.042s 2018-08-13 11:08:37,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1779292189', u'x-compute-request-id': 'req-10576332-2ea4-4087-9a62-f06346d124f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-10576332-2ea4-4087-9a62-f06346d124f3'} Body: 2018-08-13 11:08:39,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/758d198d-4d1e-4c2b-948b-10eed9ebefb3 1.151s 2018-08-13 11:08:39,150 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/758d198d-4d1e-4c2b-948b-10eed9ebefb3', u'date': 'Mon, 13 Aug 2018 11:08:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7ab9ca62-955c-4829-b5c0-8e53708cb294'} Body: 2018-08-13 11:08:40,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/3c2776e1-48cd-4721-8c1c-a867396d9c17 1.675s 2018-08-13 11:08:40,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/3c2776e1-48cd-4721-8c1c-a867396d9c17', u'date': 'Mon, 13 Aug 2018 11:08:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9aab9094-69bd-47be-8173-f78900982803'} Body: 2018-08-13 11:08:42,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a1b6d69c-8566-4c08-b4f0-a2c298049a13 1.460s 2018-08-13 11:08:42,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a1b6d69c-8566-4c08-b4f0-a2c298049a13', u'date': 'Mon, 13 Aug 2018 11:08:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31a73d0e-d0c4-47bf-802a-99d6239e92cf'} Body: 2018-08-13 11:08:44,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/352b7646-1882-4537-bc39-1a40f410b1e6 1.945s 2018-08-13 11:08:44,236 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/352b7646-1882-4537-bc39-1a40f410b1e6', u'date': 'Mon, 13 Aug 2018 11:08:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1bdfe7f7-8924-462f-b41c-2169adf9cae5'} Body: 2018-08-13 11:08:44,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/0c84224c-3600-4544-a3c7-7fb547245a87 0.468s 2018-08-13 11:08:44,705 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/0c84224c-3600-4544-a3c7-7fb547245a87', u'date': 'Mon, 13 Aug 2018 11:08:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c69e6880-884e-4b59-859e-8fc8f72b254c'} Body: 2018-08-13 11:08:45.007 63 INFO tempest.lib.common.rest_client [req-dbf01c80-b1f8-43e5-9bd2-6dad202aa9cb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.278s 2018-08-13 11:08:45.008 63 DEBUG tempest.lib.common.rest_client [req-dbf01c80-b1f8-43e5-9bd2-6dad202aa9cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-321746555 description", "name": "tempest-secgroup-smoke-321746555"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbf01c80-b1f8-43e5-9bd2-6dad202aa9cb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-321746555 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:44Z", "updated_at": "2018-08-13T11:08:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:08:44Z", "revision_number": 0, "id": "830d092c-c941-4d9d-878f-31eef892d1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:08:44Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:08:44Z", "revision_number": 0, "id": "e56eb80d-5483-406a-b4b6-384e95cdc2c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:08:44Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "name": "tempest-secgroup-smoke-321746555"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:45.258 63 INFO tempest.lib.common.rest_client [req-b7fa7dbe-ea5b-4b0f-ad7b-383a1cb9b59e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.249s 2018-08-13 11:08:45.258 63 DEBUG tempest.lib.common.rest_client [req-b7fa7dbe-ea5b-4b0f-ad7b-383a1cb9b59e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7fa7dbe-ea5b-4b0f-ad7b-383a1cb9b59e'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9db3fe32-a882-4e3f-abec-00fa80f0c40c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:45.463 63 INFO tempest.lib.common.rest_client [req-66cc3b29-c5a8-4c55-9ca8-c0e55e198f26 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.203s 2018-08-13 11:08:45.463 63 DEBUG tempest.lib.common.rest_client [req-66cc3b29-c5a8-4c55-9ca8-c0e55e198f26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66cc3b29-c5a8-4c55-9ca8-c0e55e198f26'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "148a7bd2-1c03-4b8e-8a0c-e258f9d72029"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:45.633 63 INFO tempest.lib.common.rest_client [req-fada3c46-aa6a-41f9-ae0f-ef95e5ac0726 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.168s 2018-08-13 11:08:45.633 63 DEBUG tempest.lib.common.rest_client [req-fada3c46-aa6a-41f9-ae0f-ef95e5ac0726 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fada3c46-aa6a-41f9-ae0f-ef95e5ac0726'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2b0749df-e19d-4037-b41e-413897768360"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:45.966 63 INFO tempest.lib.common.rest_client [req-1b757f57-d661-4a24-b034-c982cbe4830d ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.332s 2018-08-13 11:08:45.967 63 DEBUG tempest.lib.common.rest_client [req-1b757f57-d661-4a24-b034-c982cbe4830d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b757f57-d661-4a24-b034-c982cbe4830d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3f3d9f1e-11b4-47b2-a264-7f436bae88b0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:46.466 63 INFO tempest.lib.common.rest_client [req-3760fef1-556d-40c4-85d8-f4e027eb9fda ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.498s 2018-08-13 11:08:46.467 63 DEBUG tempest.lib.common.rest_client [req-3760fef1-556d-40c4-85d8-f4e027eb9fda ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3760fef1-556d-40c4-85d8-f4e027eb9fda'} 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-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0e58d7cb-d7fc-49f3-aef7-f0b3f8629515"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:46.610 63 INFO tempest.lib.common.rest_client [req-56f25f9e-d036-4c95-92b1-bf1b700ea4ba ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 11:08:46.610 63 DEBUG tempest.lib.common.rest_client [req-56f25f9e-d036-4c95-92b1-bf1b700ea4ba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56f25f9e-d036-4c95-92b1-bf1b700ea4ba'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "499b7f62-9bb9-4065-b1a8-b901c59ed87f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:46.751 63 INFO tempest.lib.common.rest_client [req-d6ebbbc7-9e65-47aa-9da1-5e06acf1301c ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 11:08:46.751 63 DEBUG tempest.lib.common.rest_client [req-d6ebbbc7-9e65-47aa-9da1-5e06acf1301c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6ebbbc7-9e65-47aa-9da1-5e06acf1301c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "28399014-d610-4f07-8365-33143aa89221"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:46.924 63 INFO tempest.lib.common.rest_client [req-09f7f38e-2a2c-486c-9dc4-93cf2b396bc4 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.171s 2018-08-13 11:08:46.924 63 DEBUG tempest.lib.common.rest_client [req-09f7f38e-2a2c-486c-9dc4-93cf2b396bc4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09f7f38e-2a2c-486c-9dc4-93cf2b396bc4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "37dd7a4a-8dc9-46ba-b225-dadbf79c98cc"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:47.389 63 INFO tempest.lib.common.rest_client [req-3bcd678d-db34-4f08-af43-ed8bf4314005 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.463s 2018-08-13 11:08:47.390 63 DEBUG tempest.lib.common.rest_client [req-3bcd678d-db34-4f08-af43-ed8bf4314005 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1231858246"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:08:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bcd678d-db34-4f08-af43-ed8bf4314005'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:08:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","name":"tempest-A-1231858246"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:48.526 63 INFO tempest.lib.common.rest_client [req-99461578-9526-4313-9e5c-f938cfb3cea1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.135s 2018-08-13 11:08:48.527 63 DEBUG tempest.lib.common.rest_client [req-99461578-9526-4313-9e5c-f938cfb3cea1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "name": "tempest-subnet-A-1-1513691034"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:08:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99461578-9526-4313-9e5c-f938cfb3cea1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:47Z","dns_nameservers":[],"updated_at":"2018-08-13T11:08:47Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7f1599fd-569b-4442-8d47-bcabb083f61c","subnetpool_id":null,"name":"tempest-subnet-A-1-1513691034"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:48.749 63 INFO tempest.lib.common.rest_client [req-9d01a49d-9dae-4689-8240-4e8cb0c6ebb3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.221s 2018-08-13 11:08:48.749 63 DEBUG tempest.lib.common.rest_client [req-9d01a49d-9dae-4689-8240-4e8cb0c6ebb3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-2080925628"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:08:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d01a49d-9dae-4689-8240-4e8cb0c6ebb3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:08:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","name":"tempest-B-2080925628"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:49.334 63 INFO tempest.lib.common.rest_client [req-72f83d5b-8dbc-490d-a743-cf805f5eb052 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.584s 2018-08-13 11:08:49.335 63 DEBUG tempest.lib.common.rest_client [req-72f83d5b-8dbc-490d-a743-cf805f5eb052 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "name": "tempest-subnet-B-1-1800132641"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:08:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72f83d5b-8dbc-490d-a743-cf805f5eb052'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:49Z","dns_nameservers":[],"updated_at":"2018-08-13T11:08:49Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a36abb6b-485a-4682-af83-cd11bcee13eb","subnetpool_id":null,"name":"tempest-subnet-B-1-1800132641"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:49.467 63 INFO tempest.lib.common.rest_client [req-d82b6cad-a45f-4e2d-aaba-d28da086f243 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.131s 2018-08-13 11:08:49.468 63 DEBUG tempest.lib.common.rest_client [req-d82b6cad-a45f-4e2d-aaba-d28da086f243 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-787688937"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d82b6cad-a45f-4e2d-aaba-d28da086f243', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d82b6cad-a45f-4e2d-aaba-d28da086f243'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4QHmcQW2oITUI5pPP8zz9l8O07iAyEEIYHSLfHu8WpPki02DyykXhLAw5QfjKf+ZdD6Jtx8VnjSG0sw+rwCAr9PNrWlH0sZhP2Wra/HLY50XZbFQMr5noNgWozAtdf92abyQ5t0ymSlvHTgW5uQEjvHCYZK/FYsIMcr03dILSsjIrtYeBCyk8rvr4saT4uSqa6kq7boGks0PelZhJslMnE/vsWwXnxe58eq/fjp+65Ig3KY/Xrtp0OZB3Wsdsy+XuBQunJkDd3dDBywy6af1wWLNRaJZv3bfOulXVsJEbs/Pko+vqVnNXOM8l1uZ/rUippLT5vG65wP0h3Ls3dlbj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuEB5nEFtqCE1COaTz/M8/ZfDtO4gMhBCGB0i3x7vFqT5ItNg\n8spF4SwMOUH4yn/mXQ+ibcfFZ40htLMPq8AgK/Tza1pR9LGYT9lq2vxy2OdF2WxU\nDK+Z6DYFqMwLXX/dmm8kObdMpkpbx04FubkBI7xwmGSvxWLCDHK9N3SC0rIyK7WH\ngQspPK76+LGk+LkqmupKu26BpLND3pWYSbJTJxP77FsF58XufHqv346fuuSINymP\n167adDmQd1rHbMvl7gULpyZA3d3QwcsMumn9cFizUWiWb923zrpV1bCRG7Pz5KPr\n6lZzVzjPJdbmf61IqaS0+bxuucD9Idy7N3ZW4wIDAQABAoIBAQC0KUdARLHGnoHP\nLDcINR1EEiupNNaCXWdjUMoSRZsfFz0MkofPn31oybtCGYH978X+5RS8J4Sc1mFI\n4XXHSNusX53NMMnGbAk0urFDY2mhMbMZAFXG+cWSS5CJFsteJ3M2WMqhLNxkFX1c\niqwKiB3XJaErQfilFwYLSf4+xUxOW4ohQ1l5qO+wodq/ijfikZmmFFHhRasyFIcI\norAZxx85LoAKwFNZNTg0nTTXTQ9GMNHd9d0didxNJJ4H+MJHJUJuzz6kYS1Q6vNj\nxQR3kKYwODRT73/Y6ANKwt271QG5d5pep91bOrqW7I/7R9zfhHwsH/fkPnwFUDKI\n203up23RAoGBAOdr9204aMvOAbcvQrwTqMxyEs8x3tbO2xaAxNqSayvFZ5pN1MAX\nQaLGCqp1mnU3yqfcNi9lwRTdz5kIQmfwjjybWxWDwqrtPCDEWBGAwANEanD3TRQU\nitFnbyJgmu/HMt/zXKwFEQQV455rLA4Xskw3zoKomYPFVPNXIbQ650DvAoGBAMvS\nBnaHjU56Kvx283hfLnjtMLZgJu16nEYEqq7SNuwxMU1YHgOOqbK7uqnntH5LtzXo\nEzALocgl9FAFqL0wjDXg6C4RbcIE5H8jQ1hudr9zjKNY3qbsnDiloyJlfErc7JKk\no7smODx5Qarw80/W8d775jU9hywapvSTK5+2ByFNAoGAXTZKka5/318Zp8wcaB7P\nBZII63Wd2Q22hyjUoWkKS7YWVbt1ru1vHX4BO8lkrkQLl3MGTC8DB0GUZYJDJRRq\nZhT5KgBJP4mQh24uPtaKAIblDJ0/aZAgndm4lLMulNe6MSQXtp3PzcJ3TQ7DzuVS\nhoqP3mbEdqPb5Ku6wppbHPcCgYEAn1KMhMjO94Jd6b2d8gENFa/rPRSKOWZ3k+//\n7+oYzqZhcKEpzQQOuM0wS7H4kCTlkPjZTtw42Xh5srfJwCGb6F3ngGNVVa13Y76P\n3Sd0IZHUZLeKTBd2wn0PuUp1TxvEvZh++EMXAIaUg2gX+df+d5yWxhVTfXFUAqis\nGAs1JZ0CgYBiIiie9XeEe2muvTExkDYxPZv+cRNnpLMLee8mMlmAqxs88MvbrZJt\nxiL8pRHnzm6pnx4ZY1ayXh8C0P4BMzM4lnUKQ0BeYgZ4bs5GTtBbNe9Ez6e7GHxp\nTnW/OOtUr9eRqurOfgvjkI9JU78LqD1lKzPJ3dATgoK2aL6nRd4Nsw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-787688937", "fingerprint": "a3:87:57:08:64:89:bf:04:18:bf:0e:7b:50:d4:bc:ff"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:50.263 63 INFO tempest.lib.common.rest_client [req-bc973199-f4fd-4cbc-b732-84b7092e0d17 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 0.790s 2018-08-13 11:08:50.263 63 DEBUG tempest.lib.common.rest_client [req-bc973199-f4fd-4cbc-b732-84b7092e0d17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-370592823", "security_groups": ["2ff019b6-89e2-4220-9524-98ae402e5b54"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:08:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc973199-f4fd-4cbc-b732-84b7092e0d17'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:08:49Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:08:49Z","name":"tempest-port-smoke-370592823","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d1:0b:09","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7f1599fd-569b-4442-8d47-bcabb083f61c","ip_address":"10.101.11.10"}],"id":"74424b4a-a6b7-437f-aea2-42b3f3e56e0d","security_groups":["2ff019b6-89e2-4220-9524-98ae402e5b54"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:51.871 63 INFO tempest.lib.common.rest_client [req-9a736de1-4d52-4d53-9f30-7b39dae92908 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.606s 2018-08-13 11:08:51.872 63 DEBUG tempest.lib.common.rest_client [req-9a736de1-4d52-4d53-9f30-7b39dae92908 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-787688937", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "port": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-9a736de1-4d52-4d53-9f30-7b39dae92908', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a736de1-4d52-4d53-9f30-7b39dae92908'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "adminPass": "2pae4GM5vJ7m"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:52.397 63 INFO tempest.lib.common.rest_client [req-739e56ca-47b5-461a-a775-c3aa347d7ea2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.521s 2018-08-13 11:08:52.398 63 DEBUG tempest.lib.common.rest_client [req-739e56ca-47b5-461a-a775-c3aa347d7ea2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-739e56ca-47b5-461a-a775-c3aa347d7ea2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-739e56ca-47b5-461a-a775-c3aa347d7ea2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:53.790 63 INFO tempest.lib.common.rest_client [req-efa96e2c-f9d9-4d61-a110-08e8bd7facef ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.377s 2018-08-13 11:08:53.791 63 DEBUG tempest.lib.common.rest_client [req-efa96e2c-f9d9-4d61-a110-08e8bd7facef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-efa96e2c-f9d9-4d61-a110-08e8bd7facef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efa96e2c-f9d9-4d61-a110-08e8bd7facef'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:53Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:53.808 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-13 11:08:54.961 63 INFO tempest.lib.common.rest_client [req-42caae43-2803-48fb-861e-39e663310e54 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.151s 2018-08-13 11:08:54.962 63 DEBUG tempest.lib.common.rest_client [req-42caae43-2803-48fb-861e-39e663310e54 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-42caae43-2803-48fb-861e-39e663310e54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42caae43-2803-48fb-861e-39e663310e54'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:54.979 63 INFO tempest.common.waiters [-] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:08:56.551 63 INFO tempest.lib.common.rest_client [req-847ffdce-c0a8-49e5-a8e8-76a215c580dc ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.571s 2018-08-13 11:08:56.552 63 DEBUG tempest.lib.common.rest_client [req-847ffdce-c0a8-49e5-a8e8-76a215c580dc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-847ffdce-c0a8-49e5-a8e8-76a215c580dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-847ffdce-c0a8-49e5-a8e8-76a215c580dc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:57.898 63 INFO tempest.lib.common.rest_client [req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.330s 2018-08-13 11:08:57.899 63 DEBUG tempest.lib.common.rest_client [req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:57.918 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:08:58.066 63 INFO tempest.lib.common.rest_client [req-86f6173d-5261-47bb-a084-d698f49d880d ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.147s 2018-08-13 11:08:58.066 63 DEBUG tempest.lib.common.rest_client [req-86f6173d-5261-47bb-a084-d698f49d880d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-86f6173d-5261-47bb-a084-d698f49d880d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86f6173d-5261-47bb-a084-d698f49d880d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:08:58.073 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: e8ded35b-1b74-49a8-9201-9f1dd154098d with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:08:59.117 63 INFO tempest.lib.common.rest_client [req-966f258a-8596-446a-afea-9a8524e484e6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.043s 2018-08-13 11:08:59.118 63 DEBUG tempest.lib.common.rest_client [req-966f258a-8596-446a-afea-9a8524e484e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1875553264", "security_groups": ["2ff019b6-89e2-4220-9524-98ae402e5b54"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:08:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-966f258a-8596-446a-afea-9a8524e484e6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:08:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:08:58Z","name":"tempest-port-smoke-1875553264","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d6:10:dd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a36abb6b-485a-4682-af83-cd11bcee13eb","ip_address":"10.102.21.20"}],"id":"18096df0-b433-49be-b1fd-b31bd47385b8","security_groups":["2ff019b6-89e2-4220-9524-98ae402e5b54"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:00.917 63 INFO tempest.lib.common.rest_client [req-37c7aaf3-5197-4737-a617-ddee3209905e ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.798s 2018-08-13 11:09:00.918 63 DEBUG tempest.lib.common.rest_client [req-37c7aaf3-5197-4737-a617-ddee3209905e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-787688937", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "port": "18096df0-b433-49be-b1fd-b31bd47385b8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-37c7aaf3-5197-4737-a617-ddee3209905e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37c7aaf3-5197-4737-a617-ddee3209905e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "adminPass": "pf4bAu95SyLJ"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:01.193 63 INFO tempest.lib.common.rest_client [req-c51424b5-7aca-4078-b86c-5c5a62797756 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.270s 2018-08-13 11:09:01.194 63 DEBUG tempest.lib.common.rest_client [req-c51424b5-7aca-4078-b86c-5c5a62797756 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-c51424b5-7aca-4078-b86c-5c5a62797756', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c51424b5-7aca-4078-b86c-5c5a62797756'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:02.551 63 INFO tempest.lib.common.rest_client [req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.341s 2018-08-13 11:09:02.551 63 DEBUG tempest.lib.common.rest_client [req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:02.559 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:09:03.740 63 INFO tempest.lib.common.rest_client [req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.180s 2018-08-13 11:09:03.741 63 DEBUG tempest.lib.common.rest_client [req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:03.753 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:09:05.084 63 INFO tempest.lib.common.rest_client [req-93b148e5-7155-47ee-bdd6-84ac8e2410f1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.328s 2018-08-13 11:09:05.084 63 DEBUG tempest.lib.common.rest_client [req-93b148e5-7155-47ee-bdd6-84ac8e2410f1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-93b148e5-7155-47ee-bdd6-84ac8e2410f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b148e5-7155-47ee-bdd6-84ac8e2410f1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:06.410 63 INFO tempest.lib.common.rest_client [req-5e9e50f1-e864-4f81-9539-1f0f0b264450 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.310s 2018-08-13 11:09:06.410 63 DEBUG tempest.lib.common.rest_client [req-5e9e50f1-e864-4f81-9539-1f0f0b264450 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-5e9e50f1-e864-4f81-9539-1f0f0b264450', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e9e50f1-e864-4f81-9539-1f0f0b264450'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:09:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:06.430 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:09:06.577 63 INFO tempest.lib.common.rest_client [req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.147s 2018-08-13 11:09:06.578 63 DEBUG tempest.lib.common.rest_client [req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:09:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:06.591 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 0ce4408b-8261-4f85-8a1e-8f1705c49199 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:09:06.983 63 INFO tempest.lib.common.rest_client [req-e652ca9a-8a4a-4560-9544-0c69579a8834 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.391s 2018-08-13 11:09:06.984 63 DEBUG tempest.lib.common.rest_client [req-e652ca9a-8a4a-4560-9544-0c69579a8834 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1068028355", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e652ca9a-8a4a-4560-9544-0c69579a8834'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:06Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:06Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc", "name": "tempest-router--1068028355"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:08.213 63 INFO tempest.lib.common.rest_client [req-6717f208-b16f-4b3c-a956-c0a3691058b5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc 1.228s 2018-08-13 11:09:08.214 63 DEBUG tempest.lib.common.rest_client [req-6717f208-b16f-4b3c-a956-c0a3691058b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc', u'date': 'Mon, 13 Aug 2018 11:09:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6717f208-b16f-4b3c-a956-c0a3691058b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:06Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:07Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc", "name": "tempest-router--1068028355"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:10.492 63 INFO tempest.lib.common.rest_client [req-1a5460cb-d849-4714-a89b-c1af88257021 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/add_router_interface 2.276s 2018-08-13 11:09:10.492 63 DEBUG tempest.lib.common.rest_client [req-1a5460cb-d849-4714-a89b-c1af88257021 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:09:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a5460cb-d849-4714-a89b-c1af88257021'} Body: {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb", "subnet_ids": ["a36abb6b-485a-4682-af83-cd11bcee13eb"], "port_id": "51d45d8f-30a1-4243-86b0-7d21ec718f32", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:10.793 63 INFO tempest.lib.common.rest_client [req-81c28710-6f1f-415c-bcaf-7c67bded4174 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.300s 2018-08-13 11:09:10.794 63 DEBUG tempest.lib.common.rest_client [req-81c28710-6f1f-415c-bcaf-7c67bded4174 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:09:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81c28710-6f1f-415c-bcaf-7c67bded4174'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "9b50febf-753b-4b4b-9821-2869348e229e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:11.157 63 INFO tempest.lib.common.rest_client [req-b64e1bc9-fee1-4caf-9ae8-d972154d3a51 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations 0.362s 2018-08-13 11:09:11.157 63 DEBUG tempest.lib.common.rest_client [req-b64e1bc9-fee1-4caf-9ae8-d972154d3a51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b64e1bc9-fee1-4caf-9ae8-d972154d3a51'} Body: {"network_association": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "id": "841a5492-9efe-4c19-9179-284099633c07"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:11.761 63 INFO tempest.lib.common.rest_client [req-ed9259f4-0f64-45e9-8306-8c5f0fa3daca ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations 0.603s 2018-08-13 11:09:11.762 63 DEBUG tempest.lib.common.rest_client [req-ed9259f4-0f64-45e9-8306-8c5f0fa3daca ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed9259f4-0f64-45e9-8306-8c5f0fa3daca'} Body: {"network_association": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "id": "618373ea-e20f-4444-b29a-c9e8aff28b31"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:11.762 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 11:09:11.909 63 INFO tempest.lib.common.rest_client [req-bf702b6a-237a-4038-8fbc-9f37de855208 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.146s 2018-08-13 11:09:11.909 63 DEBUG tempest.lib.common.rest_client [req-bf702b6a-237a-4038-8fbc-9f37de855208 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--525414379", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf702b6a-237a-4038-8fbc-9f37de855208'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:11Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "name": "tempest-router--525414379"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:13.379 63 INFO tempest.lib.common.rest_client [req-8b18e5f4-270c-4455-b9d2-c994f51f82d3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3 1.468s 2018-08-13 11:09:13.379 63 DEBUG tempest.lib.common.rest_client [req-8b18e5f4-270c-4455-b9d2-c994f51f82d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3', u'date': 'Mon, 13 Aug 2018 11:09:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b18e5f4-270c-4455-b9d2-c994f51f82d3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "name": "tempest-router--525414379"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:15.550 63 INFO tempest.lib.common.rest_client [req-4293f489-9de8-41a3-8037-bcea126cf9b5 ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/add_router_interface 2.169s 2018-08-13 11:09:15.551 63 DEBUG tempest.lib.common.rest_client [req-4293f489-9de8-41a3-8037-bcea126cf9b5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:09:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4293f489-9de8-41a3-8037-bcea126cf9b5'} Body: {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c", "subnet_ids": ["7f1599fd-569b-4442-8d47-bcabb083f61c"], "port_id": "9bfb5739-bc56-469f-a19c-adcaabb6ae0e", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:17.352 63 INFO tempest.lib.common.rest_client [req-0b90b1e8-8363-4bbd-8cd1-6d841fae715c ] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.800s 2018-08-13 11:09:17.352 63 DEBUG tempest.lib.common.rest_client [req-0b90b1e8-8363-4bbd-8cd1-6d841fae715c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:09:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b90b1e8-8363-4bbd-8cd1-6d841fae715c'} Body: {"floatingip": {"router_id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:09:16Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d", "id": "f7950868-c5eb-4113-8521-c22e6e361e39", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:16Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:09:17.353 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:09:20.361 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:09:20.423 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:09:20.425 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:09:20.540 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:09:20.540 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:09:20.542 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:09:20.605 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:09:20.606 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:09:25.613 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:09:25.614 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:10:35.684 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:10:35.684 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:10:35.688 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:10:35.751 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:10:35.752 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:10:40.760 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:10:40.761 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:11:50.818 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:11:50.820 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:11:50.821 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:50.825 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:50.924 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:11:50.953 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:50.959 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:11:50.959 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:47:ee:8a [ether] on eth0 2018-08-13 11:11:50.960 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:11:50.960 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:50.962 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51.024 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:11:51.026 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51.034 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 11:11:51.035 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:11:51.035 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51.037 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51.098 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:11:51.102 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51.109 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:11:51.110 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51.111 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51.174 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:11:51.176 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51.182 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:11:51.183 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:47:ee:8a [ether] on eth0 2018-08-13 11:11:51.183 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:11:51.183 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51.185 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51.246 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:11:51.249 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:56.256 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:11:56.257 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:13:06.325 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:13:06.326 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:13:06.330 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:13:06.428 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:13:06.457 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:13:11.464 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:13:11.465 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:14:21.534 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:14:22.618 63 INFO tempest.lib.common.rest_client [req-2a220a06-55bf-4efb-a2e7-38bd4aca67a2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/f7950868-c5eb-4113-8521-c22e6e361e39 1.079s 2018-08-13 11:14:22.618 63 DEBUG tempest.lib.common.rest_client [req-2a220a06-55bf-4efb-a2e7-38bd4aca67a2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/f7950868-c5eb-4113-8521-c22e6e361e39', u'date': 'Mon, 13 Aug 2018 11:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2a220a06-55bf-4efb-a2e7-38bd4aca67a2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:24.221 63 INFO tempest.lib.common.rest_client [req-662c740e-97aa-4e83-a8ae-93dc263cef64 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/remove_router_interface 1.602s 2018-08-13 11:14:24.222 63 DEBUG tempest.lib.common.rest_client [req-662c740e-97aa-4e83-a8ae-93dc263cef64 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:14:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-662c740e-97aa-4e83-a8ae-93dc263cef64'} Body: {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c", "subnet_ids": ["7f1599fd-569b-4442-8d47-bcabb083f61c"], "port_id": "9bfb5739-bc56-469f-a19c-adcaabb6ae0e", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:26.123 63 INFO tempest.lib.common.rest_client [req-3e0991c0-303e-4dbe-b118-ac1237ff853c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3 1.900s 2018-08-13 11:14:26.124 63 DEBUG tempest.lib.common.rest_client [req-3e0991c0-303e-4dbe-b118-ac1237ff853c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3', u'date': 'Mon, 13 Aug 2018 11:14:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3e0991c0-303e-4dbe-b118-ac1237ff853c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:27.691 63 INFO tempest.lib.common.rest_client [req-6e95ba91-4439-4b8d-98ae-96ed918e3d49 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/remove_router_interface 1.566s 2018-08-13 11:14:27.691 63 DEBUG tempest.lib.common.rest_client [req-6e95ba91-4439-4b8d-98ae-96ed918e3d49 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:14:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e95ba91-4439-4b8d-98ae-96ed918e3d49'} Body: {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb", "subnet_ids": ["a36abb6b-485a-4682-af83-cd11bcee13eb"], "port_id": "51d45d8f-30a1-4243-86b0-7d21ec718f32", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:29.469 63 INFO tempest.lib.common.rest_client [req-a06b73b3-dc5e-42a3-931e-e736dd3ecf26 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc 1.777s 2018-08-13 11:14:29.470 63 DEBUG tempest.lib.common.rest_client [req-a06b73b3-dc5e-42a3-931e-e736dd3ecf26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a06b73b3-dc5e-42a3-931e-e736dd3ecf26'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:29.846 63 INFO tempest.lib.common.rest_client [req-24b64eb8-5a41-4985-82c0-9b97cfabf359 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.375s 2018-08-13 11:14:29.847 63 DEBUG tempest.lib.common.rest_client [req-24b64eb8-5a41-4985-82c0-9b97cfabf359 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-24b64eb8-5a41-4985-82c0-9b97cfabf359', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-24b64eb8-5a41-4985-82c0-9b97cfabf359'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:30.450 63 INFO tempest.lib.common.rest_client [req-4ced6cc3-8d07-47f5-95be-418171eeb1e6 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.602s 2018-08-13 11:14:30.451 63 DEBUG tempest.lib.common.rest_client [req-4ced6cc3-8d07-47f5-95be-418171eeb1e6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-4ced6cc3-8d07-47f5-95be-418171eeb1e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ced6cc3-8d07-47f5-95be-418171eeb1e6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:31.508 63 INFO tempest.lib.common.rest_client [req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.040s 2018-08-13 11:14:31.509 63 DEBUG tempest.lib.common.rest_client [req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1'} Body: {"itemNotFound": {"message": "Instance 0ce4408b-8261-4f85-8a1e-8f1705c49199 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:32.253 63 INFO tempest.lib.common.rest_client [req-0d83b32c-9645-4176-9d03-48f8691f24c8 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/18096df0-b433-49be-b1fd-b31bd47385b8 0.742s 2018-08-13 11:14:32.253 63 DEBUG tempest.lib.common.rest_client [req-0d83b32c-9645-4176-9d03-48f8691f24c8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/18096df0-b433-49be-b1fd-b31bd47385b8', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d83b32c-9645-4176-9d03-48f8691f24c8'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:32.407 63 INFO tempest.lib.common.rest_client [req-d75a765e-69d2-40b1-85b4-cefc52eb14b2 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.153s 2018-08-13 11:14:32.408 63 DEBUG tempest.lib.common.rest_client [req-d75a765e-69d2-40b1-85b4-cefc52eb14b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-d75a765e-69d2-40b1-85b4-cefc52eb14b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d75a765e-69d2-40b1-85b4-cefc52eb14b2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:32.854 63 INFO tempest.lib.common.rest_client [req-3eb71afe-3679-4cd0-a07d-047401ce5db3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.445s 2018-08-13 11:14:32.854 63 DEBUG tempest.lib.common.rest_client [req-3eb71afe-3679-4cd0-a07d-047401ce5db3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-3eb71afe-3679-4cd0-a07d-047401ce5db3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3eb71afe-3679-4cd0-a07d-047401ce5db3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:32Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:34.641 63 INFO tempest.lib.common.rest_client [req-1cb9386f-9216-4bb8-800b-6b84cca646aa ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.772s 2018-08-13 11:14:34.641 63 DEBUG tempest.lib.common.rest_client [req-1cb9386f-9216-4bb8-800b-6b84cca646aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-1cb9386f-9216-4bb8-800b-6b84cca646aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cb9386f-9216-4bb8-800b-6b84cca646aa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T11:14:33Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": "2018-08-13T11:14:33.000000", "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:34.653 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-13 11:14:35.696 63 INFO tempest.lib.common.rest_client [req-3967ab19-089a-4421-ae55-55d8de153a65 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.040s 2018-08-13 11:14:35.696 63 DEBUG tempest.lib.common.rest_client [req-3967ab19-089a-4421-ae55-55d8de153a65 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-3967ab19-089a-4421-ae55-55d8de153a65', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:35 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3967ab19-089a-4421-ae55-55d8de153a65'} Body: {"itemNotFound": {"message": "Instance e8ded35b-1b74-49a8-9201-9f1dd154098d could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:36.272 63 INFO tempest.lib.common.rest_client [req-425d1d77-0913-48aa-b6e4-6769ed1d0784 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/74424b4a-a6b7-437f-aea2-42b3f3e56e0d 0.575s 2018-08-13 11:14:36.273 63 DEBUG tempest.lib.common.rest_client [req-425d1d77-0913-48aa-b6e4-6769ed1d0784 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/74424b4a-a6b7-437f-aea2-42b3f3e56e0d', u'date': 'Mon, 13 Aug 2018 11:14:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-425d1d77-0913-48aa-b6e4-6769ed1d0784'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:36.313 63 INFO tempest.lib.common.rest_client [req-0d5adfd3-c8f6-443f-b61c-f9698230411c ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-787688937 0.039s 2018-08-13 11:14:36.314 63 DEBUG tempest.lib.common.rest_client [req-0d5adfd3-c8f6-443f-b61c-f9698230411c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-787688937', u'x-compute-request-id': 'req-0d5adfd3-c8f6-443f-b61c-f9698230411c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d5adfd3-c8f6-443f-b61c-f9698230411c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:37.548 63 INFO tempest.lib.common.rest_client [req-f6c6b677-1f00-48b0-8c71-1145fcf77c9e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a36abb6b-485a-4682-af83-cd11bcee13eb 1.232s 2018-08-13 11:14:37.549 63 DEBUG tempest.lib.common.rest_client [req-f6c6b677-1f00-48b0-8c71-1145fcf77c9e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a36abb6b-485a-4682-af83-cd11bcee13eb', u'date': 'Mon, 13 Aug 2018 11:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6c6b677-1f00-48b0-8c71-1145fcf77c9e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:39.460 63 INFO tempest.lib.common.rest_client [req-1dcf9aeb-be1c-4dca-94ac-53588935d88f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/a2529ddb-8760-4cea-8c6a-633d24f90f97 1.910s 2018-08-13 11:14:39.460 63 DEBUG tempest.lib.common.rest_client [req-1dcf9aeb-be1c-4dca-94ac-53588935d88f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/a2529ddb-8760-4cea-8c6a-633d24f90f97', u'date': 'Mon, 13 Aug 2018 11:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1dcf9aeb-be1c-4dca-94ac-53588935d88f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:40.747 63 INFO tempest.lib.common.rest_client [req-14fffbc3-59f5-4ea2-a3e6-be73216b766e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7f1599fd-569b-4442-8d47-bcabb083f61c 1.286s 2018-08-13 11:14:40.748 63 DEBUG tempest.lib.common.rest_client [req-14fffbc3-59f5-4ea2-a3e6-be73216b766e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7f1599fd-569b-4442-8d47-bcabb083f61c', u'date': 'Mon, 13 Aug 2018 11:14:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14fffbc3-59f5-4ea2-a3e6-be73216b766e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:42.526 63 INFO tempest.lib.common.rest_client [req-7ec82c14-0a0f-4925-9327-674fd1fa8426 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/282cb36e-4edd-40a9-a0b6-0e71403feb3a 1.777s 2018-08-13 11:14:42.529 63 DEBUG tempest.lib.common.rest_client [req-7ec82c14-0a0f-4925-9327-674fd1fa8426 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/282cb36e-4edd-40a9-a0b6-0e71403feb3a', u'date': 'Mon, 13 Aug 2018 11:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7ec82c14-0a0f-4925-9327-674fd1fa8426'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:42.750 63 INFO tempest.lib.common.rest_client [req-eef9a456-5926-4f42-9702-7d1e5e383753 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/2ff019b6-89e2-4220-9524-98ae402e5b54 0.218s 2018-08-13 11:14:42.750 63 DEBUG tempest.lib.common.rest_client [req-eef9a456-5926-4f42-9702-7d1e5e383753 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/2ff019b6-89e2-4220-9524-98ae402e5b54', u'date': 'Mon, 13 Aug 2018 11:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eef9a456-5926-4f42-9702-7d1e5e383753'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2 [358.022735s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 124, in test_bgpvpn_variant2 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:08:45,007 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.278s 2018-08-13 11:08:45,008 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-321746555 description", "name": "tempest-secgroup-smoke-321746555"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbf01c80-b1f8-43e5-9bd2-6dad202aa9cb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-321746555 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:44Z", "updated_at": "2018-08-13T11:08:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:08:44Z", "revision_number": 0, "id": "830d092c-c941-4d9d-878f-31eef892d1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:08:44Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:08:44Z", "revision_number": 0, "id": "e56eb80d-5483-406a-b4b6-384e95cdc2c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:08:44Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "name": "tempest-secgroup-smoke-321746555"}} 2018-08-13 11:08:45,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.249s 2018-08-13 11:08:45,258 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7fa7dbe-ea5b-4b0f-ad7b-383a1cb9b59e'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9db3fe32-a882-4e3f-abec-00fa80f0c40c"}} 2018-08-13 11:08:45,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.203s 2018-08-13 11:08:45,463 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66cc3b29-c5a8-4c55-9ca8-c0e55e198f26'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "148a7bd2-1c03-4b8e-8a0c-e258f9d72029"}} 2018-08-13 11:08:45,633 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.168s 2018-08-13 11:08:45,633 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fada3c46-aa6a-41f9-ae0f-ef95e5ac0726'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2b0749df-e19d-4037-b41e-413897768360"}} 2018-08-13 11:08:45,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.332s 2018-08-13 11:08:45,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b757f57-d661-4a24-b034-c982cbe4830d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3f3d9f1e-11b4-47b2-a264-7f436bae88b0"}} 2018-08-13 11:08:46,466 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.498s 2018-08-13 11:08:46,467 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3760fef1-556d-40c4-85d8-f4e027eb9fda'} 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-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0e58d7cb-d7fc-49f3-aef7-f0b3f8629515"}} 2018-08-13 11:08:46,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 11:08:46,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56f25f9e-d036-4c95-92b1-bf1b700ea4ba'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "499b7f62-9bb9-4065-b1a8-b901c59ed87f"}} 2018-08-13 11:08:46,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 11:08:46,751 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6ebbbc7-9e65-47aa-9da1-5e06acf1301c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "28399014-d610-4f07-8365-33143aa89221"}} 2018-08-13 11:08:46,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.171s 2018-08-13 11:08:46,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09f7f38e-2a2c-486c-9dc4-93cf2b396bc4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "37dd7a4a-8dc9-46ba-b225-dadbf79c98cc"}} 2018-08-13 11:08:47,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.463s 2018-08-13 11:08:47,390 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1231858246"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:08:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bcd678d-db34-4f08-af43-ed8bf4314005'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:08:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","name":"tempest-A-1231858246"}} 2018-08-13 11:08:48,526 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.135s 2018-08-13 11:08:48,527 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "name": "tempest-subnet-A-1-1513691034"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:08:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99461578-9526-4313-9e5c-f938cfb3cea1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:47Z","dns_nameservers":[],"updated_at":"2018-08-13T11:08:47Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7f1599fd-569b-4442-8d47-bcabb083f61c","subnetpool_id":null,"name":"tempest-subnet-A-1-1513691034"}} 2018-08-13 11:08:48,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.221s 2018-08-13 11:08:48,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-2080925628"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:08:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d01a49d-9dae-4689-8240-4e8cb0c6ebb3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:08:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","name":"tempest-B-2080925628"}} 2018-08-13 11:08:49,334 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.584s 2018-08-13 11:08:49,335 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "name": "tempest-subnet-B-1-1800132641"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:08:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72f83d5b-8dbc-490d-a743-cf805f5eb052'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:49Z","dns_nameservers":[],"updated_at":"2018-08-13T11:08:49Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a36abb6b-485a-4682-af83-cd11bcee13eb","subnetpool_id":null,"name":"tempest-subnet-B-1-1800132641"}} 2018-08-13 11:08:49,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.131s 2018-08-13 11:08:49,468 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-787688937"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d82b6cad-a45f-4e2d-aaba-d28da086f243', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d82b6cad-a45f-4e2d-aaba-d28da086f243'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4QHmcQW2oITUI5pPP8zz9l8O07iAyEEIYHSLfHu8WpPki02DyykXhLAw5QfjKf+ZdD6Jtx8VnjSG0sw+rwCAr9PNrWlH0sZhP2Wra/HLY50XZbFQMr5noNgWozAtdf92abyQ5t0ymSlvHTgW5uQEjvHCYZK/FYsIMcr03dILSsjIrtYeBCyk8rvr4saT4uSqa6kq7boGks0PelZhJslMnE/vsWwXnxe58eq/fjp+65Ig3KY/Xrtp0OZB3Wsdsy+XuBQunJkDd3dDBywy6af1wWLNRaJZv3bfOulXVsJEbs/Pko+vqVnNXOM8l1uZ/rUippLT5vG65wP0h3Ls3dlbj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuEB5nEFtqCE1COaTz/M8/ZfDtO4gMhBCGB0i3x7vFqT5ItNg\n8spF4SwMOUH4yn/mXQ+ibcfFZ40htLMPq8AgK/Tza1pR9LGYT9lq2vxy2OdF2WxU\nDK+Z6DYFqMwLXX/dmm8kObdMpkpbx04FubkBI7xwmGSvxWLCDHK9N3SC0rIyK7WH\ngQspPK76+LGk+LkqmupKu26BpLND3pWYSbJTJxP77FsF58XufHqv346fuuSINymP\n167adDmQd1rHbMvl7gULpyZA3d3QwcsMumn9cFizUWiWb923zrpV1bCRG7Pz5KPr\n6lZzVzjPJdbmf61IqaS0+bxuucD9Idy7N3ZW4wIDAQABAoIBAQC0KUdARLHGnoHP\nLDcINR1EEiupNNaCXWdjUMoSRZsfFz0MkofPn31oybtCGYH978X+5RS8J4Sc1mFI\n4XXHSNusX53NMMnGbAk0urFDY2mhMbMZAFXG+cWSS5CJFsteJ3M2WMqhLNxkFX1c\niqwKiB3XJaErQfilFwYLSf4+xUxOW4ohQ1l5qO+wodq/ijfikZmmFFHhRasyFIcI\norAZxx85LoAKwFNZNTg0nTTXTQ9GMNHd9d0didxNJJ4H+MJHJUJuzz6kYS1Q6vNj\nxQR3kKYwODRT73/Y6ANKwt271QG5d5pep91bOrqW7I/7R9zfhHwsH/fkPnwFUDKI\n203up23RAoGBAOdr9204aMvOAbcvQrwTqMxyEs8x3tbO2xaAxNqSayvFZ5pN1MAX\nQaLGCqp1mnU3yqfcNi9lwRTdz5kIQmfwjjybWxWDwqrtPCDEWBGAwANEanD3TRQU\nitFnbyJgmu/HMt/zXKwFEQQV455rLA4Xskw3zoKomYPFVPNXIbQ650DvAoGBAMvS\nBnaHjU56Kvx283hfLnjtMLZgJu16nEYEqq7SNuwxMU1YHgOOqbK7uqnntH5LtzXo\nEzALocgl9FAFqL0wjDXg6C4RbcIE5H8jQ1hudr9zjKNY3qbsnDiloyJlfErc7JKk\no7smODx5Qarw80/W8d775jU9hywapvSTK5+2ByFNAoGAXTZKka5/318Zp8wcaB7P\nBZII63Wd2Q22hyjUoWkKS7YWVbt1ru1vHX4BO8lkrkQLl3MGTC8DB0GUZYJDJRRq\nZhT5KgBJP4mQh24uPtaKAIblDJ0/aZAgndm4lLMulNe6MSQXtp3PzcJ3TQ7DzuVS\nhoqP3mbEdqPb5Ku6wppbHPcCgYEAn1KMhMjO94Jd6b2d8gENFa/rPRSKOWZ3k+//\n7+oYzqZhcKEpzQQOuM0wS7H4kCTlkPjZTtw42Xh5srfJwCGb6F3ngGNVVa13Y76P\n3Sd0IZHUZLeKTBd2wn0PuUp1TxvEvZh++EMXAIaUg2gX+df+d5yWxhVTfXFUAqis\nGAs1JZ0CgYBiIiie9XeEe2muvTExkDYxPZv+cRNnpLMLee8mMlmAqxs88MvbrZJt\nxiL8pRHnzm6pnx4ZY1ayXh8C0P4BMzM4lnUKQ0BeYgZ4bs5GTtBbNe9Ez6e7GHxp\nTnW/OOtUr9eRqurOfgvjkI9JU78LqD1lKzPJ3dATgoK2aL6nRd4Nsw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-787688937", "fingerprint": "a3:87:57:08:64:89:bf:04:18:bf:0e:7b:50:d4:bc:ff"}} 2018-08-13 11:08:50,263 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 0.790s 2018-08-13 11:08:50,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-370592823", "security_groups": ["2ff019b6-89e2-4220-9524-98ae402e5b54"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:08:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc973199-f4fd-4cbc-b732-84b7092e0d17'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:08:49Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:08:49Z","name":"tempest-port-smoke-370592823","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d1:0b:09","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7f1599fd-569b-4442-8d47-bcabb083f61c","ip_address":"10.101.11.10"}],"id":"74424b4a-a6b7-437f-aea2-42b3f3e56e0d","security_groups":["2ff019b6-89e2-4220-9524-98ae402e5b54"],"device_id":""}} 2018-08-13 11:08:51,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.606s 2018-08-13 11:08:51,872 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-787688937", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "port": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-9a736de1-4d52-4d53-9f30-7b39dae92908', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a736de1-4d52-4d53-9f30-7b39dae92908'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "adminPass": "2pae4GM5vJ7m"}} 2018-08-13 11:08:52,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.521s 2018-08-13 11:08:52,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-739e56ca-47b5-461a-a775-c3aa347d7ea2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-739e56ca-47b5-461a-a775-c3aa347d7ea2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:53,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.377s 2018-08-13 11:08:53,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-efa96e2c-f9d9-4d61-a110-08e8bd7facef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efa96e2c-f9d9-4d61-a110-08e8bd7facef'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:53Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:53,808 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-13 11:08:54,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.151s 2018-08-13 11:08:54,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-42caae43-2803-48fb-861e-39e663310e54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42caae43-2803-48fb-861e-39e663310e54'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:54,979 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:08:56,551 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.571s 2018-08-13 11:08:56,552 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-847ffdce-c0a8-49e5-a8e8-76a215c580dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-847ffdce-c0a8-49e5-a8e8-76a215c580dc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:57,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.330s 2018-08-13 11:08:57,899 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:57,918 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:08:58,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.147s 2018-08-13 11:08:58,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-86f6173d-5261-47bb-a084-d698f49d880d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86f6173d-5261-47bb-a084-d698f49d880d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:58,073 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e8ded35b-1b74-49a8-9201-9f1dd154098d with status: ACTIVE 2018-08-13 11:08:59,117 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.043s 2018-08-13 11:08:59,118 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1875553264", "security_groups": ["2ff019b6-89e2-4220-9524-98ae402e5b54"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:08:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-966f258a-8596-446a-afea-9a8524e484e6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:08:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:08:58Z","name":"tempest-port-smoke-1875553264","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d6:10:dd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a36abb6b-485a-4682-af83-cd11bcee13eb","ip_address":"10.102.21.20"}],"id":"18096df0-b433-49be-b1fd-b31bd47385b8","security_groups":["2ff019b6-89e2-4220-9524-98ae402e5b54"],"device_id":""}} 2018-08-13 11:09:00,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.798s 2018-08-13 11:09:00,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-787688937", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "port": "18096df0-b433-49be-b1fd-b31bd47385b8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-37c7aaf3-5197-4737-a617-ddee3209905e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37c7aaf3-5197-4737-a617-ddee3209905e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "adminPass": "pf4bAu95SyLJ"}} 2018-08-13 11:09:01,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.270s 2018-08-13 11:09:01,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-c51424b5-7aca-4078-b86c-5c5a62797756', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c51424b5-7aca-4078-b86c-5c5a62797756'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:02,551 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.341s 2018-08-13 11:09:02,551 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:02,559 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:09:03,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.180s 2018-08-13 11:09:03,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:03,753 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:09:05,084 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.328s 2018-08-13 11:09:05,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-93b148e5-7155-47ee-bdd6-84ac8e2410f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b148e5-7155-47ee-bdd6-84ac8e2410f1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:06,410 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.310s 2018-08-13 11:09:06,410 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-5e9e50f1-e864-4f81-9539-1f0f0b264450', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e9e50f1-e864-4f81-9539-1f0f0b264450'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:09:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:06,430 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:09:06,577 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.147s 2018-08-13 11:09:06,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:09:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:06,591 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0ce4408b-8261-4f85-8a1e-8f1705c49199 with status: ACTIVE 2018-08-13 11:09:06,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.391s 2018-08-13 11:09:06,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1068028355", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e652ca9a-8a4a-4560-9544-0c69579a8834'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:06Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:06Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc", "name": "tempest-router--1068028355"}} 2018-08-13 11:09:08,213 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc 1.228s 2018-08-13 11:09:08,214 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc', u'date': 'Mon, 13 Aug 2018 11:09:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6717f208-b16f-4b3c-a956-c0a3691058b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:06Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:07Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc", "name": "tempest-router--1068028355"}} 2018-08-13 11:09:10,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/add_router_interface 2.276s 2018-08-13 11:09:10,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:09:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a5460cb-d849-4714-a89b-c1af88257021'} Body: {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb", "subnet_ids": ["a36abb6b-485a-4682-af83-cd11bcee13eb"], "port_id": "51d45d8f-30a1-4243-86b0-7d21ec718f32", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc"} 2018-08-13 11:09:10,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.300s 2018-08-13 11:09:10,794 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:09:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81c28710-6f1f-415c-bcaf-7c67bded4174'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "9b50febf-753b-4b4b-9821-2869348e229e"}} 2018-08-13 11:09:11,157 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations 0.362s 2018-08-13 11:09:11,157 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b64e1bc9-fee1-4caf-9ae8-d972154d3a51'} Body: {"network_association": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "id": "841a5492-9efe-4c19-9179-284099633c07"}} 2018-08-13 11:09:11,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations 0.603s 2018-08-13 11:09:11,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed9259f4-0f64-45e9-8306-8c5f0fa3daca'} Body: {"network_association": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "id": "618373ea-e20f-4444-b29a-c9e8aff28b31"}} 2018-08-13 11:09:11,762 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:09:11,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.146s 2018-08-13 11:09:11,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--525414379", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf702b6a-237a-4038-8fbc-9f37de855208'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:11Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "name": "tempest-router--525414379"}} 2018-08-13 11:09:13,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3 1.468s 2018-08-13 11:09:13,379 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3', u'date': 'Mon, 13 Aug 2018 11:09:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b18e5f4-270c-4455-b9d2-c994f51f82d3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "name": "tempest-router--525414379"}} 2018-08-13 11:09:15,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/add_router_interface 2.169s 2018-08-13 11:09:15,551 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:09:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4293f489-9de8-41a3-8037-bcea126cf9b5'} Body: {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c", "subnet_ids": ["7f1599fd-569b-4442-8d47-bcabb083f61c"], "port_id": "9bfb5739-bc56-469f-a19c-adcaabb6ae0e", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3"} 2018-08-13 11:09:17,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.800s 2018-08-13 11:09:17,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:09:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b90b1e8-8363-4bbd-8cd1-6d841fae715c'} Body: {"floatingip": {"router_id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:09:16Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d", "id": "f7950868-c5eb-4113-8521-c22e6e361e39", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:16Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:09:17,353 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:09:20,361 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:09:20,423 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:09:20,425 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:09:20,540 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:09:20,540 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:09:20,542 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:09:20,605 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:09:20,606 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:09:25,613 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:09:25,614 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:10:35,684 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:10:35,684 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:10:35,688 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:10:35,751 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:10:35,752 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:10:40,760 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:10:40,761 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:11:50,818 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:11:50,820 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:11:50,821 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:50,825 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:50,924 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:50,953 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:50,959 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:11:50,959 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:ee:8a [ether] on eth0 2018-08-13 11:11:50,960 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:11:50,960 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:50,962 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,024 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,026 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51,034 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:11:51,035 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:11:51,035 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51,037 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,098 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,102 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51,109 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:11:51,110 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51,111 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,174 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,176 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51,182 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:11:51,183 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:ee:8a [ether] on eth0 2018-08-13 11:11:51,183 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:11:51,183 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51,185 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,246 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,249 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:56,256 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:11:56,257 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:13:06,325 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:13:06,326 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:13:06,330 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:13:06,428 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:13:06,457 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:13:11,464 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:13:11,465 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:14:21,534 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:14:21,536 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:14:22,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/f7950868-c5eb-4113-8521-c22e6e361e39 1.079s 2018-08-13 11:14:22,618 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/f7950868-c5eb-4113-8521-c22e6e361e39', u'date': 'Mon, 13 Aug 2018 11:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2a220a06-55bf-4efb-a2e7-38bd4aca67a2'} Body: 2018-08-13 11:14:24,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/remove_router_interface 1.602s 2018-08-13 11:14:24,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:14:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-662c740e-97aa-4e83-a8ae-93dc263cef64'} Body: {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c", "subnet_ids": ["7f1599fd-569b-4442-8d47-bcabb083f61c"], "port_id": "9bfb5739-bc56-469f-a19c-adcaabb6ae0e", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3"} 2018-08-13 11:14:26,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3 1.900s 2018-08-13 11:14:26,124 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3', u'date': 'Mon, 13 Aug 2018 11:14:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3e0991c0-303e-4dbe-b118-ac1237ff853c'} Body: 2018-08-13 11:14:27,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/remove_router_interface 1.566s 2018-08-13 11:14:27,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:14:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e95ba91-4439-4b8d-98ae-96ed918e3d49'} Body: {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb", "subnet_ids": ["a36abb6b-485a-4682-af83-cd11bcee13eb"], "port_id": "51d45d8f-30a1-4243-86b0-7d21ec718f32", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc"} 2018-08-13 11:14:29,469 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc 1.777s 2018-08-13 11:14:29,470 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a06b73b3-dc5e-42a3-931e-e736dd3ecf26'} Body: 2018-08-13 11:14:29,846 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.375s 2018-08-13 11:14:29,847 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-24b64eb8-5a41-4985-82c0-9b97cfabf359', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-24b64eb8-5a41-4985-82c0-9b97cfabf359'} Body: 2018-08-13 11:14:30,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.602s 2018-08-13 11:14:30,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-4ced6cc3-8d07-47f5-95be-418171eeb1e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ced6cc3-8d07-47f5-95be-418171eeb1e6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:31,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.040s 2018-08-13 11:14:31,509 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1'} Body: {"itemNotFound": {"message": "Instance 0ce4408b-8261-4f85-8a1e-8f1705c49199 could not be found.", "code": 404}} 2018-08-13 11:14:32,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/18096df0-b433-49be-b1fd-b31bd47385b8 0.742s 2018-08-13 11:14:32,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/18096df0-b433-49be-b1fd-b31bd47385b8', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d83b32c-9645-4176-9d03-48f8691f24c8'} Body: 2018-08-13 11:14:32,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.153s 2018-08-13 11:14:32,408 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-d75a765e-69d2-40b1-85b4-cefc52eb14b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d75a765e-69d2-40b1-85b4-cefc52eb14b2'} Body: 2018-08-13 11:14:32,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.445s 2018-08-13 11:14:32,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-3eb71afe-3679-4cd0-a07d-047401ce5db3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3eb71afe-3679-4cd0-a07d-047401ce5db3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:32Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:34,641 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.772s 2018-08-13 11:14:34,641 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-1cb9386f-9216-4bb8-800b-6b84cca646aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cb9386f-9216-4bb8-800b-6b84cca646aa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T11:14:33Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": "2018-08-13T11:14:33.000000", "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:34,653 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-13 11:14:35,696 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.040s 2018-08-13 11:14:35,696 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-3967ab19-089a-4421-ae55-55d8de153a65', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:35 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3967ab19-089a-4421-ae55-55d8de153a65'} Body: {"itemNotFound": {"message": "Instance e8ded35b-1b74-49a8-9201-9f1dd154098d could not be found.", "code": 404}} 2018-08-13 11:14:36,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/74424b4a-a6b7-437f-aea2-42b3f3e56e0d 0.575s 2018-08-13 11:14:36,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/74424b4a-a6b7-437f-aea2-42b3f3e56e0d', u'date': 'Mon, 13 Aug 2018 11:14:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-425d1d77-0913-48aa-b6e4-6769ed1d0784'} Body: 2018-08-13 11:14:36,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-787688937 0.039s 2018-08-13 11:14:36,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-787688937', u'x-compute-request-id': 'req-0d5adfd3-c8f6-443f-b61c-f9698230411c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d5adfd3-c8f6-443f-b61c-f9698230411c'} Body: 2018-08-13 11:14:37,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a36abb6b-485a-4682-af83-cd11bcee13eb 1.232s 2018-08-13 11:14:37,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a36abb6b-485a-4682-af83-cd11bcee13eb', u'date': 'Mon, 13 Aug 2018 11:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6c6b677-1f00-48b0-8c71-1145fcf77c9e'} Body: 2018-08-13 11:14:39,460 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/a2529ddb-8760-4cea-8c6a-633d24f90f97 1.910s 2018-08-13 11:14:39,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/a2529ddb-8760-4cea-8c6a-633d24f90f97', u'date': 'Mon, 13 Aug 2018 11:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1dcf9aeb-be1c-4dca-94ac-53588935d88f'} Body: 2018-08-13 11:14:40,747 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7f1599fd-569b-4442-8d47-bcabb083f61c 1.286s 2018-08-13 11:14:40,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7f1599fd-569b-4442-8d47-bcabb083f61c', u'date': 'Mon, 13 Aug 2018 11:14:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14fffbc3-59f5-4ea2-a3e6-be73216b766e'} Body: 2018-08-13 11:14:42,526 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/282cb36e-4edd-40a9-a0b6-0e71403feb3a 1.777s 2018-08-13 11:14:42,529 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/282cb36e-4edd-40a9-a0b6-0e71403feb3a', u'date': 'Mon, 13 Aug 2018 11:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7ec82c14-0a0f-4925-9327-674fd1fa8426'} Body: 2018-08-13 11:14:42,750 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/2ff019b6-89e2-4220-9524-98ae402e5b54 0.218s 2018-08-13 11:14:42,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/2ff019b6-89e2-4220-9524-98ae402e5b54', u'date': 'Mon, 13 Aug 2018 11:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eef9a456-5926-4f42-9702-7d1e5e383753'} Body: 2018-08-13 11:14:43.030 63 INFO tempest.lib.common.rest_client [req-c5e34af8-cc7f-4c93-b485-f274527a1ffd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.251s 2018-08-13 11:14:43.030 63 DEBUG tempest.lib.common.rest_client [req-c5e34af8-cc7f-4c93-b485-f274527a1ffd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-790709300 description", "name": "tempest-secgroup-smoke-790709300"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e34af8-cc7f-4c93-b485-f274527a1ffd'} Body: {"security_group": {"description": "tempest-secgroup-smoke-790709300 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:42Z", "updated_at": "2018-08-13T11:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:14:42Z", "revision_number": 0, "id": "42164034-9caf-4cd8-a798-552dc2e007f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:14:42Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:14:42Z", "revision_number": 0, "id": "6c3c08a8-ece6-4163-bc5d-d8307133ebb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:14:42Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "name": "tempest-secgroup-smoke-790709300"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:43.193 63 INFO tempest.lib.common.rest_client [req-d0c5e51c-b6e8-4803-93e9-2976b30f82ee ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 11:14:43.194 63 DEBUG tempest.lib.common.rest_client [req-d0c5e51c-b6e8-4803-93e9-2976b30f82ee ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c5e51c-b6e8-4803-93e9-2976b30f82ee'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2eaff2a5-2b4e-4dbb-9b38-2983eb07654f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:43.445 63 INFO tempest.lib.common.rest_client [req-9203e2ae-7e69-4f57-9d5c-2bf4e99c893b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.250s 2018-08-13 11:14:43.445 63 DEBUG tempest.lib.common.rest_client [req-9203e2ae-7e69-4f57-9d5c-2bf4e99c893b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9203e2ae-7e69-4f57-9d5c-2bf4e99c893b'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "28aaa6d7-0c02-4fb6-b80f-80d78da26a97"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:43.642 63 INFO tempest.lib.common.rest_client [req-903124cb-420a-48f3-8a7f-5601d43242d0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.195s 2018-08-13 11:14:43.642 63 DEBUG tempest.lib.common.rest_client [req-903124cb-420a-48f3-8a7f-5601d43242d0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-903124cb-420a-48f3-8a7f-5601d43242d0'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "628ada0c-bda5-471a-a334-580a96960535"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:43.799 63 INFO tempest.lib.common.rest_client [req-3624c99f-73d5-419d-9d7a-91ff0cb3bd09 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 11:14:43.800 63 DEBUG tempest.lib.common.rest_client [req-3624c99f-73d5-419d-9d7a-91ff0cb3bd09 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3624c99f-73d5-419d-9d7a-91ff0cb3bd09'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ec548815-aaf5-4137-9408-8e4bfcc89c81"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:43.936 63 INFO tempest.lib.common.rest_client [req-b2d22569-4a22-4d58-bdad-ae18c39ff998 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 11:14:43.936 63 DEBUG tempest.lib.common.rest_client [req-b2d22569-4a22-4d58-bdad-ae18c39ff998 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2d22569-4a22-4d58-bdad-ae18c39ff998'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "945554c4-0634-407d-89df-b3f5eb063e05"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:44.066 63 INFO tempest.lib.common.rest_client [req-f1e82589-5dc4-4e72-ac5a-34e12566c4cb ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.129s 2018-08-13 11:14:44.067 63 DEBUG tempest.lib.common.rest_client [req-f1e82589-5dc4-4e72-ac5a-34e12566c4cb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1e82589-5dc4-4e72-ac5a-34e12566c4cb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d6683280-25cc-4b69-9eae-eba0c41ecbd2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:44.205 63 INFO tempest.lib.common.rest_client [req-7bf0075a-43a0-400b-a501-7e5460162848 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 11:14:44.205 63 DEBUG tempest.lib.common.rest_client [req-7bf0075a-43a0-400b-a501-7e5460162848 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7bf0075a-43a0-400b-a501-7e5460162848'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e507252e-a58f-431a-a9b9-05e51670679c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:44.364 63 INFO tempest.lib.common.rest_client [req-769a5b3a-eba4-404b-ac8c-514aa390dd14 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.157s 2018-08-13 11:14:44.364 63 DEBUG tempest.lib.common.rest_client [req-769a5b3a-eba4-404b-ac8c-514aa390dd14 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-769a5b3a-eba4-404b-ac8c-514aa390dd14'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a0c8db0c-935c-4c68-939e-eaf4f0d55b9b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:44.607 63 INFO tempest.lib.common.rest_client [req-9e1d9ae2-b1ea-4627-a665-e298f1c76b6c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/networks 0.241s 2018-08-13 11:14:44.607 63 DEBUG tempest.lib.common.rest_client [req-9e1d9ae2-b1ea-4627-a665-e298f1c76b6c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1830466404"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e1d9ae2-b1ea-4627-a665-e298f1c76b6c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:14:44Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","name":"tempest-A-1830466404"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:45.545 63 INFO tempest.lib.common.rest_client [req-df51197f-007b-49e7-bf91-0c21cbe21aab ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.937s 2018-08-13 11:14:45.546 63 DEBUG tempest.lib.common.rest_client [req-df51197f-007b-49e7-bf91-0c21cbe21aab ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "name": "tempest-subnet-A-1-201935188"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df51197f-007b-49e7-bf91-0c21cbe21aab'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:44Z","dns_nameservers":[],"updated_at":"2018-08-13T11:14:44Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7650f4b9-2f34-488b-8a88-b796e86cb206","subnetpool_id":null,"name":"tempest-subnet-A-1-201935188"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:46.085 63 INFO tempest.lib.common.rest_client [req-5267d7f5-e932-4d58-ae1e-9d1459da95c4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/networks 0.538s 2018-08-13 11:14:46.085 63 DEBUG tempest.lib.common.rest_client [req-5267d7f5-e932-4d58-ae1e-9d1459da95c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1146422995"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5267d7f5-e932-4d58-ae1e-9d1459da95c4'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:14:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0211ce2b-687d-4ea7-ae57-778819e99c82","name":"tempest-B-1146422995"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:46.703 63 INFO tempest.lib.common.rest_client [req-a0625b76-cfbb-4da1-995c-29463acd1c2f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.617s 2018-08-13 11:14:46.704 63 DEBUG tempest.lib.common.rest_client [req-a0625b76-cfbb-4da1-995c-29463acd1c2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "name": "tempest-subnet-B-1-1627132751"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0625b76-cfbb-4da1-995c-29463acd1c2f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:46Z","dns_nameservers":[],"updated_at":"2018-08-13T11:14:46Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","subnetpool_id":null,"name":"tempest-subnet-B-1-1627132751"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:46.903 63 INFO tempest.lib.common.rest_client [req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.196s 2018-08-13 11:14:46.903 63 DEBUG tempest.lib.common.rest_client [req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1128664612"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEedrPcaIG57jGjQVwXqzC+nlGrzO/txe7lkqQkTjeeT6ODZaO4VJh/kyy/YdXy9ZpHwOmaLD5t4rBW9Nr5Ydf2wPbJyOyBoOqDXrRcemrsoI2UvV/AjIz17SETyPnqBXIg2ZDZ2IU4Bcz8q1fZdyTobBXjiBIEf1LWdkNBkBtNBFxp7uR4vYPM+qhKG+TJCfNlHtlkuuXYpAId/R7r/fvw2p3+e4gxTquMp6AK7ErRaZks96fNM6I5OWeqw8q0nHoq9PS52pRe99JUum10cM7TjyEkY5WEVhczhEKz2GvynfpSElW3MURpNXWx7tllOI/GnoJ1oTfyWnaH/jnwHp3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxHnaz3GiBue4xo0FcF6swvp5Rq8zv7cXu5ZKkJE43nk+jg2W\njuFSYf5Msv2HV8vWaR8Dpmiw+beKwVvTa+WHX9sD2ycjsgaDqg160XHpq7KCNlL1\nfwIyM9e0hE8j56gVyINmQ2diFOAXM/KtX2Xck6GwV44gSBH9S1nZDQZAbTQRcae7\nkeL2DzPqoShvkyQnzZR7ZZLrl2KQCHf0e6/378Nqd/nuIMU6rjKegCuxK0WmZLPe\nnzTOiOTlnqsPKtJx6KvT0udqUXvfSVLptdHDO048hJGOVhFYXM4RCs9hr8p36UhJ\nVtzFEaTV1se7ZZTiPxp6CdaE38lp2h/458B6dwIDAQABAoIBAQCRhePAdFzbGnRs\nc3UM1sLFI7oB1bDRle45HccarsVdWpYvpvbV2yQmurDafhfpumuTrsoITlCOlRhr\nwPSmXPpY0CJaBvJUYKjSomtOiD3X0z7It8dnjBvc9C6bNPbWFVQVEOYElKU76wKk\nkmFBYHPw0PiI0Rct6k0eq2ytTe0YNAShEnMHtOenDb9NSrUMEIwNeiM9kTFO75D1\nVc4ggJJIoJKmAOT01kNDKx+REPR69QQ3glQTekwfyoWkeJB2q3k4GwTHrfT4A58N\nI1/snuswzqps3s4WycqIHGYd3VQMPMNrmboGn0hARlYbZ2t6m0aBeSqUL1EfjOTp\nQF9sFAxpAoGBAO/ihcGRajB1Fmk/xgAY24idiTOEHmnTZrtdxIC32CIs9jqddbxg\nuXBBiZITTU8b1PAAsSLgG2vBUu6AHtKHm+I1re8B5EXtnWOsRdakeZJD7RPCmo1t\nMvYA2qrrOeqO+XJjXAtWfhiitBlsAZixP4cA3NtPBevUvvjE6O+O17DVAoGBANGs\nzEZ48uspszwODTvjwMwhtA6v12CQ0976T8dKklDQzJbrECBxU6hTk1/N8/iy7wAL\nBtVY02ysROPu1XRkU9u+429v4Q22aFueODmiwHZfR/8J0gdMaKSUJPucRwRD3iZs\nzsobF0whEB/LXif3tsZxC7voiOXLdsPZvr2iB4QbAoGBAL7erLLSM34PDB/+oFsf\nbD6NqseUzmZB0TIwb9RDc/PtdpY5B582Dxbk7sOOHCtf59R3mHo5e1gH4SboRp4Z\nTM13DMhp5upFIMBYKNGa2SiqZ48bfsIdKzlWgKcSt2iNDqoXqPtUfMy5WTgJGlQW\nZIfVBeZyQDHfe3yRoQ5LyA9pAoGATnktuvJpeDoTKtbXfSKwdbXnfdex9CJAKaPl\nV+FBAZ4j9Bfl4T6I4ObmsWSTevD9Ijb+R7sG5hVTcztgCD/EYun+lSZ6RHeQdzmw\nMWIIRkVC3OEACls+jtojPUgwDBiafCcc/edFwOhe8IdcpfjAH2UPzzQoiFiuCn7k\nNHT/+yECgYBNrbiZtUx2QvFqyzbQTrhoLVB4gwEnxyU0OrDIthGJM+gbIC6UBfhx\nPl4WrrDH/yDZjBfUorCxfnkMHpc7l3Pkh/KRKcAMDoSTtn5/U0jIU3qWWRftvLw2\njaHVLY5ZUtAsVS3+l6mcU9vxeqcNxzmNPBJc2t/EM2kcsKARmeTmOg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1128664612", "fingerprint": "36:77:d7:74:f3:24:a9:d7:36:b5:38:a3:91:46:13:3d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:48.064 63 INFO tempest.lib.common.rest_client [req-bda40b82-d0e2-4548-b5b3-708e7d2c401f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/ports 1.156s 2018-08-13 11:14:48.064 63 DEBUG tempest.lib.common.rest_client [req-bda40b82-d0e2-4548-b5b3-708e7d2c401f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-929810833", "security_groups": ["ee816daf-492e-49e1-94eb-9ca710d8c9f5"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bda40b82-d0e2-4548-b5b3-708e7d2c401f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:14:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:14:47Z","name":"tempest-port-smoke-929810833","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:35:d4:be","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7650f4b9-2f34-488b-8a88-b796e86cb206","ip_address":"10.101.11.10"}],"id":"b214c735-f6a0-4d2d-9348-8a99a55fe8f1","security_groups":["ee816daf-492e-49e1-94eb-9ca710d8c9f5"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:49.822 63 INFO tempest.lib.common.rest_client [req-6cf98063-4252-432f-abe4-664020acaef6 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.22:8774/v2.1/servers 1.756s 2018-08-13 11:14:49.823 63 DEBUG tempest.lib.common.rest_client [req-6cf98063-4252-432f-abe4-664020acaef6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1128664612", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "port": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-6cf98063-4252-432f-abe4-664020acaef6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cf98063-4252-432f-abe4-664020acaef6'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "adminPass": "73rDhuLNfaSe"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:50.343 63 INFO tempest.lib.common.rest_client [req-f923a8a2-d264-4542-968a-5aaf382aeb99 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.515s 2018-08-13 11:14:50.343 63 DEBUG tempest.lib.common.rest_client [req-f923a8a2-d264-4542-968a-5aaf382aeb99 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-f923a8a2-d264-4542-968a-5aaf382aeb99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f923a8a2-d264-4542-968a-5aaf382aeb99'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:51.655 63 INFO tempest.lib.common.rest_client [req-8191ed7c-8b84-4cff-a825-1bf27a34f868 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.297s 2018-08-13 11:14:51.656 63 DEBUG tempest.lib.common.rest_client [req-8191ed7c-8b84-4cff-a825-1bf27a34f868 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-8191ed7c-8b84-4cff-a825-1bf27a34f868', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8191ed7c-8b84-4cff-a825-1bf27a34f868'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:51Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:51.668 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:14:53.063 63 INFO tempest.lib.common.rest_client [req-30539533-250c-42fc-8802-14eb1ff624b0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.392s 2018-08-13 11:14:53.064 63 DEBUG tempest.lib.common.rest_client [req-30539533-250c-42fc-8802-14eb1ff624b0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-30539533-250c-42fc-8802-14eb1ff624b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30539533-250c-42fc-8802-14eb1ff624b0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:52Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:53.077 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:14:54.647 63 INFO tempest.lib.common.rest_client [req-ac613d90-19fa-47f5-a20b-beb7c5603ca4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.568s 2018-08-13 11:14:54.648 63 DEBUG tempest.lib.common.rest_client [req-ac613d90-19fa-47f5-a20b-beb7c5603ca4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-ac613d90-19fa-47f5-a20b-beb7c5603ca4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac613d90-19fa-47f5-a20b-beb7c5603ca4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:52Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:56.067 63 INFO tempest.lib.common.rest_client [req-71469e5f-f7bc-42be-b8a9-17a4359e535d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.401s 2018-08-13 11:14:56.067 63 DEBUG tempest.lib.common.rest_client [req-71469e5f-f7bc-42be-b8a9-17a4359e535d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-71469e5f-f7bc-42be-b8a9-17a4359e535d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71469e5f-f7bc-42be-b8a9-17a4359e535d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:56.081 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 11:14:56.439 63 INFO tempest.lib.common.rest_client [req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.357s 2018-08-13 11:14:56.439 63 DEBUG tempest.lib.common.rest_client [req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:56.460 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 3cbbf052-2315-4252-b4ad-0ff47962c82d with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:14:57.228 63 INFO tempest.lib.common.rest_client [req-0e633a5f-4eee-49f3-b5cf-d688bec505d4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/ports 0.767s 2018-08-13 11:14:57.229 63 DEBUG tempest.lib.common.rest_client [req-0e633a5f-4eee-49f3-b5cf-d688bec505d4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-492665884", "security_groups": ["ee816daf-492e-49e1-94eb-9ca710d8c9f5"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e633a5f-4eee-49f3-b5cf-d688bec505d4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:14:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:14:56Z","name":"tempest-port-smoke-492665884","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:95:82:d2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","ip_address":"10.102.21.20"}],"id":"c57dd03f-c6f4-4c67-8789-6f3952e5241e","security_groups":["ee816daf-492e-49e1-94eb-9ca710d8c9f5"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:58.857 63 INFO tempest.lib.common.rest_client [req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.22:8774/v2.1/servers 1.626s 2018-08-13 11:14:58.860 63 DEBUG tempest.lib.common.rest_client [req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1128664612", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "0211ce2b-687d-4ea7-ae57-778819e99c82", "port": "c57dd03f-c6f4-4c67-8789-6f3952e5241e"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "adminPass": "3oy2VG7RPWEA"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:14:58.926 63 INFO tempest.lib.common.rest_client [req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.057s 2018-08-13 11:14:58.927 63 DEBUG tempest.lib.common.rest_client [req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:00.026 63 INFO tempest.lib.common.rest_client [req-ed23b2ba-f690-4750-b713-b19a2560f203 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.084s 2018-08-13 11:15:00.027 63 DEBUG tempest.lib.common.rest_client [req-ed23b2ba-f690-4750-b713-b19a2560f203 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-ed23b2ba-f690-4750-b713-b19a2560f203', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed23b2ba-f690-4750-b713-b19a2560f203'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:59Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:00.039 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-13 11:15:01.471 63 INFO tempest.lib.common.rest_client [req-890e80c5-4728-46f1-8aa7-8aa09a005d0a ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.429s 2018-08-13 11:15:01.471 63 DEBUG tempest.lib.common.rest_client [req-890e80c5-4728-46f1-8aa7-8aa09a005d0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-890e80c5-4728-46f1-8aa7-8aa09a005d0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-890e80c5-4728-46f1-8aa7-8aa09a005d0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:15:00Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:01.484 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:15:02.653 63 INFO tempest.lib.common.rest_client [req-0ed6c072-7d84-49a3-a910-f05b40c48bac ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.166s 2018-08-13 11:15:02.653 63 DEBUG tempest.lib.common.rest_client [req-0ed6c072-7d84-49a3-a910-f05b40c48bac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-0ed6c072-7d84-49a3-a910-f05b40c48bac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ed6c072-7d84-49a3-a910-f05b40c48bac'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:15:00Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:04.020 63 INFO tempest.lib.common.rest_client [req-31458b08-a92a-4354-a0f3-ac500ec31e99 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.347s 2018-08-13 11:15:04.020 63 DEBUG tempest.lib.common.rest_client [req-31458b08-a92a-4354-a0f3-ac500ec31e99 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-31458b08-a92a-4354-a0f3-ac500ec31e99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31458b08-a92a-4354-a0f3-ac500ec31e99'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:15:03Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:04.034 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 11:15:04.186 63 INFO tempest.lib.common.rest_client [req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.152s 2018-08-13 11:15:04.187 63 DEBUG tempest.lib.common.rest_client [req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:15:03Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:04.200 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 487f61e0-bc96-4822-a1c2-86d1d4dda0af with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:15:04.315 63 INFO tempest.lib.common.rest_client [req-4268bc6f-4a26-4bfa-b6dc-45fce3a76ae8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/routers 0.114s 2018-08-13 11:15:04.315 63 DEBUG tempest.lib.common.rest_client [req-4268bc6f-4a26-4bfa-b6dc-45fce3a76ae8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1589116417", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:15:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4268bc6f-4a26-4bfa-b6dc-45fce3a76ae8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:04Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:04Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5074bda-9142-4617-9de9-264bf55ac63d", "name": "tempest-router--1589116417"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:05.454 63 INFO tempest.lib.common.rest_client [req-67eaf306-ddbe-44ea-a5f0-e8966866113d ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 1.137s 2018-08-13 11:15:05.455 63 DEBUG tempest.lib.common.rest_client [req-67eaf306-ddbe-44ea-a5f0-e8966866113d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67eaf306-ddbe-44ea-a5f0-e8966866113d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:04Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:05Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5074bda-9142-4617-9de9-264bf55ac63d", "name": "tempest-router--1589116417"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:07.567 63 INFO tempest.lib.common.rest_client [req-eb5614bd-1f5c-41db-a33f-bb9e0a69d5d7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/add_router_interface 2.111s 2018-08-13 11:15:07.568 63 DEBUG tempest.lib.common.rest_client [req-eb5614bd-1f5c-41db-a33f-bb9e0a69d5d7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb5614bd-1f5c-41db-a33f-bb9e0a69d5d7'} Body: {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8", "subnet_ids": ["cb235c64-261a-4972-8a8a-d4481fb5aeb8"], "port_id": "05847fe3-d8ea-48ff-8f6b-fc3b305a7c34", "id": "e5074bda-9142-4617-9de9-264bf55ac63d"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:07.879 63 INFO tempest.lib.common.rest_client [req-df80ad7b-6a40-49e4-9cbe-40ed7ad23590 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.308s 2018-08-13 11:15:07.880 63 DEBUG tempest.lib.common.rest_client [req-df80ad7b-6a40-49e4-9cbe-40ed7ad23590 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:15:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df80ad7b-6a40-49e4-9cbe-40ed7ad23590'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "433e3c3a-af93-466e-841b-314ff2a39a0b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:08.539 63 INFO tempest.lib.common.rest_client [req-7818558b-781c-4052-a69a-495c9185ca6f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations 0.657s 2018-08-13 11:15:08.539 63 DEBUG tempest.lib.common.rest_client [req-7818558b-781c-4052-a69a-495c9185ca6f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations', u'date': 'Mon, 13 Aug 2018 11:15:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7818558b-781c-4052-a69a-495c9185ca6f'} Body: {"network_association": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "id": "dda3e468-f805-4256-871e-23edd52695af"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:09.191 63 INFO tempest.lib.common.rest_client [req-692ac875-1589-4bf6-bbe7-a3421b4fd598 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations 0.650s 2018-08-13 11:15:09.191 63 DEBUG tempest.lib.common.rest_client [req-692ac875-1589-4bf6-bbe7-a3421b4fd598 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations', u'date': 'Mon, 13 Aug 2018 11:15:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-692ac875-1589-4bf6-bbe7-a3421b4fd598'} Body: {"network_association": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "id": "504c931b-41b4-4fef-9b77-dec22503f8d2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:09.192 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 11:15:09.535 63 INFO tempest.lib.common.rest_client [req-92c98687-21d4-46f6-9bd2-a8aa25e07b8e ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:9696/v2.0/ports?device_id=e5074bda-9142-4617-9de9-264bf55ac63d 0.342s 2018-08-13 11:15:09.535 63 DEBUG tempest.lib.common.rest_client [req-92c98687-21d4-46f6-9bd2-a8aa25e07b8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '720', 'content-location': 'http://172.30.9.22:9696/v2.0/ports?device_id=e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92c98687-21d4-46f6-9bd2-a8aa25e07b8e'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:15:06Z","admin_state_up":true,"updated_at":"2018-08-13T11:15:07Z","binding:vnic_type":"normal","device_id":"e5074bda-9142-4617-9de9-264bf55ac63d","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:6e:80:20","id":"05847fe3-d8ea-48ff-8f6b-fc3b305a7c34","port_security_enabled":false,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:11.076 63 INFO tempest.lib.common.rest_client [req-680395cd-b9f3-492c-8458-71fad08a09ef ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface 1.539s 2018-08-13 11:15:11.077 63 DEBUG tempest.lib.common.rest_client [req-680395cd-b9f3-492c-8458-71fad08a09ef ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-680395cd-b9f3-492c-8458-71fad08a09ef'} Body: {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8", "subnet_ids": ["cb235c64-261a-4972-8a8a-d4481fb5aeb8"], "port_id": "05847fe3-d8ea-48ff-8f6b-fc3b305a7c34", "id": "e5074bda-9142-4617-9de9-264bf55ac63d"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:12.604 63 INFO tempest.lib.common.rest_client [req-6cb68a0d-1e20-4a4c-b3b0-db1aa015a63a ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 1.524s 2018-08-13 11:15:12.604 63 DEBUG tempest.lib.common.rest_client [req-6cb68a0d-1e20-4a4c-b3b0-db1aa015a63a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6cb68a0d-1e20-4a4c-b3b0-db1aa015a63a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:12.743 63 INFO tempest.lib.common.rest_client [req-e922fb3c-11e9-4444-a169-d4c0a7651419 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/routers 0.137s 2018-08-13 11:15:12.743 63 DEBUG tempest.lib.common.rest_client [req-e922fb3c-11e9-4444-a169-d4c0a7651419 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--685969984", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:15:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e922fb3c-11e9-4444-a169-d4c0a7651419'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:12Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:12Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "name": "tempest-router--685969984"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:14.106 63 INFO tempest.lib.common.rest_client [req-905cdaf1-57c4-4611-bcab-87382d94aa43 ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a 1.362s 2018-08-13 11:15:14.106 63 DEBUG tempest.lib.common.rest_client [req-905cdaf1-57c4-4611-bcab-87382d94aa43 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a', u'date': 'Mon, 13 Aug 2018 11:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-905cdaf1-57c4-4611-bcab-87382d94aa43'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:12Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "name": "tempest-router--685969984"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:16.408 63 INFO tempest.lib.common.rest_client [req-4b764764-5b7a-4951-8ca8-7b2bc4428f5f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/add_router_interface 2.301s 2018-08-13 11:15:16.409 63 DEBUG tempest.lib.common.rest_client [req-4b764764-5b7a-4951-8ca8-7b2bc4428f5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b764764-5b7a-4951-8ca8-7b2bc4428f5f'} Body: {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206", "subnet_ids": ["7650f4b9-2f34-488b-8a88-b796e86cb206"], "port_id": "2389ae21-d4c8-4111-92aa-342e5d40ca9a", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:18.136 63 INFO tempest.lib.common.rest_client [req-04f84ba8-6a24-428a-8dcd-98f593efa14f ] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.726s 2018-08-13 11:15:18.137 63 DEBUG tempest.lib.common.rest_client [req-04f84ba8-6a24-428a-8dcd-98f593efa14f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:15:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04f84ba8-6a24-428a-8dcd-98f593efa14f'} Body: {"floatingip": {"router_id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:15:17Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1", "id": "155b3b52-165c-4edb-9b60-1bf202188316", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:17Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:15:18.139 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:15:34.168 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:15:34.232 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:15:34.233 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:15:34.347 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:15:34.348 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:15:34.350 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:15:34.411 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:15:34.414 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:15:39.421 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:15:39.422 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:16:49.458 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:16:49.461 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:16:49.465 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:16:49.528 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:16:49.530 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:16:54.537 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:16:54.538 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:18:04.597 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:18:04.598 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:18:04.598 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04.602 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04.704 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:18:04.730 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04.736 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:18:04.736 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:38:2e:16 [ether] on eth0 2018-08-13 11:18:04.737 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:18:04.737 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04.739 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04.802 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:18:04.803 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04.813 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 11:18:04.813 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:18:04.814 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04.816 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04.875 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:18:04.880 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04.887 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:18:04.887 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04.889 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04.947 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:18:04.954 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04.959 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:18:04.960 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:38:2e:16 [ether] on eth0 2018-08-13 11:18:04.960 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:18:04.961 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04.962 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:05.023 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:18:05.030 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:10.037 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:18:10.038 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:19:20.109 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:19:20.111 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:19:20.115 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:19:20.181 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:19:20.211 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:19:25.220 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:19:25.220 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:20:35.287 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:20:36.371 63 INFO tempest.lib.common.rest_client [req-c00553ca-b595-4142-a7b3-1db7ac4db309 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/155b3b52-165c-4edb-9b60-1bf202188316 1.079s 2018-08-13 11:20:36.373 63 DEBUG tempest.lib.common.rest_client [req-c00553ca-b595-4142-a7b3-1db7ac4db309 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/155b3b52-165c-4edb-9b60-1bf202188316', u'date': 'Mon, 13 Aug 2018 11:20:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c00553ca-b595-4142-a7b3-1db7ac4db309'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:38.030 63 INFO tempest.lib.common.rest_client [req-13f060a8-5e58-4110-b703-6781322c3f79 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/remove_router_interface 1.655s 2018-08-13 11:20:38.030 63 DEBUG tempest.lib.common.rest_client [req-13f060a8-5e58-4110-b703-6781322c3f79 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:20:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13f060a8-5e58-4110-b703-6781322c3f79'} Body: {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206", "subnet_ids": ["7650f4b9-2f34-488b-8a88-b796e86cb206"], "port_id": "2389ae21-d4c8-4111-92aa-342e5d40ca9a", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:39.486 63 INFO tempest.lib.common.rest_client [req-93ba8b74-9959-4133-b444-a72dd015193c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a 1.454s 2018-08-13 11:20:39.486 63 DEBUG tempest.lib.common.rest_client [req-93ba8b74-9959-4133-b444-a72dd015193c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-93ba8b74-9959-4133-b444-a72dd015193c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:39.532 63 INFO tempest.lib.common.rest_client [req-f217c8b7-ce19-4bc7-a939-7bfb8c2c8274 ] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface 0.044s 2018-08-13 11:20:39.532 63 DEBUG tempest.lib.common.rest_client [req-f217c8b7-ce19-4bc7-a939-7bfb8c2c8274 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f217c8b7-ce19-4bc7-a939-7bfb8c2c8274'} Body: {"NeutronError": {"message": "Router e5074bda-9142-4617-9de9-264bf55ac63d could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:39.580 63 INFO tempest.lib.common.rest_client [req-50af4699-ead0-4385-a2ef-19a685653d80 ] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 0.046s 2018-08-13 11:20:39.581 63 DEBUG tempest.lib.common.rest_client [req-50af4699-ead0-4385-a2ef-19a685653d80 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50af4699-ead0-4385-a2ef-19a685653d80'} Body: {"NeutronError": {"message": "Router e5074bda-9142-4617-9de9-264bf55ac63d could not be found", "type": "RouterNotFound", "detail": ""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:39.992 63 INFO tempest.lib.common.rest_client [req-0f5703b4-e4e7-4b14-870d-bc6731c94fce ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.410s 2018-08-13 11:20:39.992 63 DEBUG tempest.lib.common.rest_client [req-0f5703b4-e4e7-4b14-870d-bc6731c94fce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-0f5703b4-e4e7-4b14-870d-bc6731c94fce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f5703b4-e4e7-4b14-870d-bc6731c94fce'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:40.757 63 INFO tempest.lib.common.rest_client [req-674326a5-97ab-4259-a773-eedb34f04b38 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.764s 2018-08-13 11:20:40.758 63 DEBUG tempest.lib.common.rest_client [req-674326a5-97ab-4259-a773-eedb34f04b38 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-674326a5-97ab-4259-a773-eedb34f04b38', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-674326a5-97ab-4259-a773-eedb34f04b38'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:20:39Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:41.818 63 INFO tempest.lib.common.rest_client [req-049684d9-2a93-462b-af4a-be5689bd806e ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.042s 2018-08-13 11:20:41.818 63 DEBUG tempest.lib.common.rest_client [req-049684d9-2a93-462b-af4a-be5689bd806e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-049684d9-2a93-462b-af4a-be5689bd806e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-049684d9-2a93-462b-af4a-be5689bd806e'} Body: {"itemNotFound": {"message": "Instance 487f61e0-bc96-4822-a1c2-86d1d4dda0af could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:42.713 63 INFO tempest.lib.common.rest_client [req-1e9c1ec5-7437-45f5-8091-4e90f4706f21 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/c57dd03f-c6f4-4c67-8789-6f3952e5241e 0.894s 2018-08-13 11:20:42.713 63 DEBUG tempest.lib.common.rest_client [req-1e9c1ec5-7437-45f5-8091-4e90f4706f21 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/c57dd03f-c6f4-4c67-8789-6f3952e5241e', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1e9c1ec5-7437-45f5-8091-4e90f4706f21'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:42.852 63 INFO tempest.lib.common.rest_client [req-7e40fb3e-6559-492d-a157-3f3d2369ef87 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.137s 2018-08-13 11:20:42.852 63 DEBUG tempest.lib.common.rest_client [req-7e40fb3e-6559-492d-a157-3f3d2369ef87 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-7e40fb3e-6559-492d-a157-3f3d2369ef87', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e40fb3e-6559-492d-a157-3f3d2369ef87'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:43.865 63 INFO tempest.lib.common.rest_client [req-e1c1df17-0187-4dd8-b199-02bdb5e62e73 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 1.012s 2018-08-13 11:20:43.865 63 DEBUG tempest.lib.common.rest_client [req-e1c1df17-0187-4dd8-b199-02bdb5e62e73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-e1c1df17-0187-4dd8-b199-02bdb5e62e73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1c1df17-0187-4dd8-b199-02bdb5e62e73'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:20:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:44.926 63 INFO tempest.lib.common.rest_client [req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.042s 2018-08-13 11:20:44.926 63 DEBUG tempest.lib.common.rest_client [req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f'} Body: {"itemNotFound": {"message": "Instance 3cbbf052-2315-4252-b4ad-0ff47962c82d could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:45.992 63 INFO tempest.lib.common.rest_client [req-10ca385a-ef1a-41b4-afc0-9128f856bde9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b214c735-f6a0-4d2d-9348-8a99a55fe8f1 1.064s 2018-08-13 11:20:45.993 63 DEBUG tempest.lib.common.rest_client [req-10ca385a-ef1a-41b4-afc0-9128f856bde9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b214c735-f6a0-4d2d-9348-8a99a55fe8f1', u'date': 'Mon, 13 Aug 2018 11:20:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-10ca385a-ef1a-41b4-afc0-9128f856bde9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:46.039 63 INFO tempest.lib.common.rest_client [req-da316cfe-f57f-46d6-9645-d4b52493dfd9 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1128664612 0.045s 2018-08-13 11:20:46.040 63 DEBUG tempest.lib.common.rest_client [req-da316cfe-f57f-46d6-9645-d4b52493dfd9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1128664612', u'x-compute-request-id': 'req-da316cfe-f57f-46d6-9645-d4b52493dfd9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da316cfe-f57f-46d6-9645-d4b52493dfd9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:47.004 63 INFO tempest.lib.common.rest_client [req-b84fbd09-97c9-48b4-b6dc-9895e0822730 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cb235c64-261a-4972-8a8a-d4481fb5aeb8 0.963s 2018-08-13 11:20:47.005 63 DEBUG tempest.lib.common.rest_client [req-b84fbd09-97c9-48b4-b6dc-9895e0822730 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cb235c64-261a-4972-8a8a-d4481fb5aeb8', u'date': 'Mon, 13 Aug 2018 11:20:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b84fbd09-97c9-48b4-b6dc-9895e0822730'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:48.355 63 INFO tempest.lib.common.rest_client [req-03c26ad4-e28c-4b8f-97c0-a518287e26ec ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/0211ce2b-687d-4ea7-ae57-778819e99c82 1.349s 2018-08-13 11:20:48.355 63 DEBUG tempest.lib.common.rest_client [req-03c26ad4-e28c-4b8f-97c0-a518287e26ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/0211ce2b-687d-4ea7-ae57-778819e99c82', u'date': 'Mon, 13 Aug 2018 11:20:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-03c26ad4-e28c-4b8f-97c0-a518287e26ec'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:49.884 63 INFO tempest.lib.common.rest_client [req-d68a4c4e-b600-42e2-91b0-29f2b7833ef0 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7650f4b9-2f34-488b-8a88-b796e86cb206 1.527s 2018-08-13 11:20:49.884 63 DEBUG tempest.lib.common.rest_client [req-d68a4c4e-b600-42e2-91b0-29f2b7833ef0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7650f4b9-2f34-488b-8a88-b796e86cb206', u'date': 'Mon, 13 Aug 2018 11:20:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d68a4c4e-b600-42e2-91b0-29f2b7833ef0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:51.790 63 INFO tempest.lib.common.rest_client [req-914a8c99-c7c1-4ad0-8f04-2f404adf6cb6 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/68dcd47d-24d9-4e37-89c2-30764a1c28f3 1.905s 2018-08-13 11:20:51.791 63 DEBUG tempest.lib.common.rest_client [req-914a8c99-c7c1-4ad0-8f04-2f404adf6cb6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/68dcd47d-24d9-4e37-89c2-30764a1c28f3', u'date': 'Mon, 13 Aug 2018 11:20:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-914a8c99-c7c1-4ad0-8f04-2f404adf6cb6'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:51.987 63 INFO tempest.lib.common.rest_client [req-ef88d61e-0a9a-4b0a-8d83-1239c06a22bc ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/ee816daf-492e-49e1-94eb-9ca710d8c9f5 0.195s 2018-08-13 11:20:51.988 63 DEBUG tempest.lib.common.rest_client [req-ef88d61e-0a9a-4b0a-8d83-1239c06a22bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/ee816daf-492e-49e1-94eb-9ca710d8c9f5', u'date': 'Mon, 13 Aug 2018 11:20:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef88d61e-0a9a-4b0a-8d83-1239c06a22bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3 [369.211681s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 148, in test_bgpvpn_variant3 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:14:43,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.251s 2018-08-13 11:14:43,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-790709300 description", "name": "tempest-secgroup-smoke-790709300"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e34af8-cc7f-4c93-b485-f274527a1ffd'} Body: {"security_group": {"description": "tempest-secgroup-smoke-790709300 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:42Z", "updated_at": "2018-08-13T11:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:14:42Z", "revision_number": 0, "id": "42164034-9caf-4cd8-a798-552dc2e007f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:14:42Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:14:42Z", "revision_number": 0, "id": "6c3c08a8-ece6-4163-bc5d-d8307133ebb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:14:42Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "name": "tempest-secgroup-smoke-790709300"}} 2018-08-13 11:14:43,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 11:14:43,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c5e51c-b6e8-4803-93e9-2976b30f82ee'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2eaff2a5-2b4e-4dbb-9b38-2983eb07654f"}} 2018-08-13 11:14:43,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.250s 2018-08-13 11:14:43,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9203e2ae-7e69-4f57-9d5c-2bf4e99c893b'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "28aaa6d7-0c02-4fb6-b80f-80d78da26a97"}} 2018-08-13 11:14:43,642 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.195s 2018-08-13 11:14:43,642 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-903124cb-420a-48f3-8a7f-5601d43242d0'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "628ada0c-bda5-471a-a334-580a96960535"}} 2018-08-13 11:14:43,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 11:14:43,800 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3624c99f-73d5-419d-9d7a-91ff0cb3bd09'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ec548815-aaf5-4137-9408-8e4bfcc89c81"}} 2018-08-13 11:14:43,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 11:14:43,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2d22569-4a22-4d58-bdad-ae18c39ff998'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "945554c4-0634-407d-89df-b3f5eb063e05"}} 2018-08-13 11:14:44,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.129s 2018-08-13 11:14:44,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1e82589-5dc4-4e72-ac5a-34e12566c4cb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d6683280-25cc-4b69-9eae-eba0c41ecbd2"}} 2018-08-13 11:14:44,205 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 11:14:44,205 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7bf0075a-43a0-400b-a501-7e5460162848'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e507252e-a58f-431a-a9b9-05e51670679c"}} 2018-08-13 11:14:44,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.157s 2018-08-13 11:14:44,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-769a5b3a-eba4-404b-ac8c-514aa390dd14'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a0c8db0c-935c-4c68-939e-eaf4f0d55b9b"}} 2018-08-13 11:14:44,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/networks 0.241s 2018-08-13 11:14:44,607 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1830466404"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e1d9ae2-b1ea-4627-a665-e298f1c76b6c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:14:44Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","name":"tempest-A-1830466404"}} 2018-08-13 11:14:45,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.937s 2018-08-13 11:14:45,546 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "name": "tempest-subnet-A-1-201935188"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df51197f-007b-49e7-bf91-0c21cbe21aab'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:44Z","dns_nameservers":[],"updated_at":"2018-08-13T11:14:44Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7650f4b9-2f34-488b-8a88-b796e86cb206","subnetpool_id":null,"name":"tempest-subnet-A-1-201935188"}} 2018-08-13 11:14:46,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/networks 0.538s 2018-08-13 11:14:46,085 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1146422995"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5267d7f5-e932-4d58-ae1e-9d1459da95c4'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:14:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0211ce2b-687d-4ea7-ae57-778819e99c82","name":"tempest-B-1146422995"}} 2018-08-13 11:14:46,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.617s 2018-08-13 11:14:46,704 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "name": "tempest-subnet-B-1-1627132751"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0625b76-cfbb-4da1-995c-29463acd1c2f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:46Z","dns_nameservers":[],"updated_at":"2018-08-13T11:14:46Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","subnetpool_id":null,"name":"tempest-subnet-B-1-1627132751"}} 2018-08-13 11:14:46,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.196s 2018-08-13 11:14:46,903 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1128664612"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEedrPcaIG57jGjQVwXqzC+nlGrzO/txe7lkqQkTjeeT6ODZaO4VJh/kyy/YdXy9ZpHwOmaLD5t4rBW9Nr5Ydf2wPbJyOyBoOqDXrRcemrsoI2UvV/AjIz17SETyPnqBXIg2ZDZ2IU4Bcz8q1fZdyTobBXjiBIEf1LWdkNBkBtNBFxp7uR4vYPM+qhKG+TJCfNlHtlkuuXYpAId/R7r/fvw2p3+e4gxTquMp6AK7ErRaZks96fNM6I5OWeqw8q0nHoq9PS52pRe99JUum10cM7TjyEkY5WEVhczhEKz2GvynfpSElW3MURpNXWx7tllOI/GnoJ1oTfyWnaH/jnwHp3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxHnaz3GiBue4xo0FcF6swvp5Rq8zv7cXu5ZKkJE43nk+jg2W\njuFSYf5Msv2HV8vWaR8Dpmiw+beKwVvTa+WHX9sD2ycjsgaDqg160XHpq7KCNlL1\nfwIyM9e0hE8j56gVyINmQ2diFOAXM/KtX2Xck6GwV44gSBH9S1nZDQZAbTQRcae7\nkeL2DzPqoShvkyQnzZR7ZZLrl2KQCHf0e6/378Nqd/nuIMU6rjKegCuxK0WmZLPe\nnzTOiOTlnqsPKtJx6KvT0udqUXvfSVLptdHDO048hJGOVhFYXM4RCs9hr8p36UhJ\nVtzFEaTV1se7ZZTiPxp6CdaE38lp2h/458B6dwIDAQABAoIBAQCRhePAdFzbGnRs\nc3UM1sLFI7oB1bDRle45HccarsVdWpYvpvbV2yQmurDafhfpumuTrsoITlCOlRhr\nwPSmXPpY0CJaBvJUYKjSomtOiD3X0z7It8dnjBvc9C6bNPbWFVQVEOYElKU76wKk\nkmFBYHPw0PiI0Rct6k0eq2ytTe0YNAShEnMHtOenDb9NSrUMEIwNeiM9kTFO75D1\nVc4ggJJIoJKmAOT01kNDKx+REPR69QQ3glQTekwfyoWkeJB2q3k4GwTHrfT4A58N\nI1/snuswzqps3s4WycqIHGYd3VQMPMNrmboGn0hARlYbZ2t6m0aBeSqUL1EfjOTp\nQF9sFAxpAoGBAO/ihcGRajB1Fmk/xgAY24idiTOEHmnTZrtdxIC32CIs9jqddbxg\nuXBBiZITTU8b1PAAsSLgG2vBUu6AHtKHm+I1re8B5EXtnWOsRdakeZJD7RPCmo1t\nMvYA2qrrOeqO+XJjXAtWfhiitBlsAZixP4cA3NtPBevUvvjE6O+O17DVAoGBANGs\nzEZ48uspszwODTvjwMwhtA6v12CQ0976T8dKklDQzJbrECBxU6hTk1/N8/iy7wAL\nBtVY02ysROPu1XRkU9u+429v4Q22aFueODmiwHZfR/8J0gdMaKSUJPucRwRD3iZs\nzsobF0whEB/LXif3tsZxC7voiOXLdsPZvr2iB4QbAoGBAL7erLLSM34PDB/+oFsf\nbD6NqseUzmZB0TIwb9RDc/PtdpY5B582Dxbk7sOOHCtf59R3mHo5e1gH4SboRp4Z\nTM13DMhp5upFIMBYKNGa2SiqZ48bfsIdKzlWgKcSt2iNDqoXqPtUfMy5WTgJGlQW\nZIfVBeZyQDHfe3yRoQ5LyA9pAoGATnktuvJpeDoTKtbXfSKwdbXnfdex9CJAKaPl\nV+FBAZ4j9Bfl4T6I4ObmsWSTevD9Ijb+R7sG5hVTcztgCD/EYun+lSZ6RHeQdzmw\nMWIIRkVC3OEACls+jtojPUgwDBiafCcc/edFwOhe8IdcpfjAH2UPzzQoiFiuCn7k\nNHT/+yECgYBNrbiZtUx2QvFqyzbQTrhoLVB4gwEnxyU0OrDIthGJM+gbIC6UBfhx\nPl4WrrDH/yDZjBfUorCxfnkMHpc7l3Pkh/KRKcAMDoSTtn5/U0jIU3qWWRftvLw2\njaHVLY5ZUtAsVS3+l6mcU9vxeqcNxzmNPBJc2t/EM2kcsKARmeTmOg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1128664612", "fingerprint": "36:77:d7:74:f3:24:a9:d7:36:b5:38:a3:91:46:13:3d"}} 2018-08-13 11:14:48,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/ports 1.156s 2018-08-13 11:14:48,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-929810833", "security_groups": ["ee816daf-492e-49e1-94eb-9ca710d8c9f5"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bda40b82-d0e2-4548-b5b3-708e7d2c401f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:14:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:14:47Z","name":"tempest-port-smoke-929810833","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:35:d4:be","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7650f4b9-2f34-488b-8a88-b796e86cb206","ip_address":"10.101.11.10"}],"id":"b214c735-f6a0-4d2d-9348-8a99a55fe8f1","security_groups":["ee816daf-492e-49e1-94eb-9ca710d8c9f5"],"device_id":""}} 2018-08-13 11:14:49,822 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.22:8774/v2.1/servers 1.756s 2018-08-13 11:14:49,823 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1128664612", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "port": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-6cf98063-4252-432f-abe4-664020acaef6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cf98063-4252-432f-abe4-664020acaef6'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "adminPass": "73rDhuLNfaSe"}} 2018-08-13 11:14:50,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.515s 2018-08-13 11:14:50,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-f923a8a2-d264-4542-968a-5aaf382aeb99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f923a8a2-d264-4542-968a-5aaf382aeb99'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:51,655 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.297s 2018-08-13 11:14:51,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-8191ed7c-8b84-4cff-a825-1bf27a34f868', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8191ed7c-8b84-4cff-a825-1bf27a34f868'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:51Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:51,668 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:14:53,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.392s 2018-08-13 11:14:53,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-30539533-250c-42fc-8802-14eb1ff624b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30539533-250c-42fc-8802-14eb1ff624b0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:52Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:53,077 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:14:54,647 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.568s 2018-08-13 11:14:54,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-ac613d90-19fa-47f5-a20b-beb7c5603ca4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac613d90-19fa-47f5-a20b-beb7c5603ca4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:52Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:56,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.401s 2018-08-13 11:14:56,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-71469e5f-f7bc-42be-b8a9-17a4359e535d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71469e5f-f7bc-42be-b8a9-17a4359e535d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:56,081 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 11:14:56,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.357s 2018-08-13 11:14:56,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:56,460 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3cbbf052-2315-4252-b4ad-0ff47962c82d with status: ACTIVE 2018-08-13 11:14:57,228 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/ports 0.767s 2018-08-13 11:14:57,229 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-492665884", "security_groups": ["ee816daf-492e-49e1-94eb-9ca710d8c9f5"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e633a5f-4eee-49f3-b5cf-d688bec505d4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:14:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:14:56Z","name":"tempest-port-smoke-492665884","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:95:82:d2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","ip_address":"10.102.21.20"}],"id":"c57dd03f-c6f4-4c67-8789-6f3952e5241e","security_groups":["ee816daf-492e-49e1-94eb-9ca710d8c9f5"],"device_id":""}} 2018-08-13 11:14:58,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.22:8774/v2.1/servers 1.626s 2018-08-13 11:14:58,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1128664612", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "0211ce2b-687d-4ea7-ae57-778819e99c82", "port": "c57dd03f-c6f4-4c67-8789-6f3952e5241e"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "adminPass": "3oy2VG7RPWEA"}} 2018-08-13 11:14:58,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.057s 2018-08-13 11:14:58,927 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:00,026 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.084s 2018-08-13 11:15:00,027 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-ed23b2ba-f690-4750-b713-b19a2560f203', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed23b2ba-f690-4750-b713-b19a2560f203'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:59Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:00,039 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-13 11:15:01,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.429s 2018-08-13 11:15:01,471 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-890e80c5-4728-46f1-8aa7-8aa09a005d0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-890e80c5-4728-46f1-8aa7-8aa09a005d0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:15:00Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:01,484 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:15:02,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.166s 2018-08-13 11:15:02,653 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-0ed6c072-7d84-49a3-a910-f05b40c48bac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ed6c072-7d84-49a3-a910-f05b40c48bac'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:15:00Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:04,020 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.347s 2018-08-13 11:15:04,020 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-31458b08-a92a-4354-a0f3-ac500ec31e99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31458b08-a92a-4354-a0f3-ac500ec31e99'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:15:03Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:04,034 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 11:15:04,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.152s 2018-08-13 11:15:04,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:15:03Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:04,200 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 487f61e0-bc96-4822-a1c2-86d1d4dda0af with status: ACTIVE 2018-08-13 11:15:04,315 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/routers 0.114s 2018-08-13 11:15:04,315 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1589116417", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:15:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4268bc6f-4a26-4bfa-b6dc-45fce3a76ae8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:04Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:04Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5074bda-9142-4617-9de9-264bf55ac63d", "name": "tempest-router--1589116417"}} 2018-08-13 11:15:05,454 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 1.137s 2018-08-13 11:15:05,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67eaf306-ddbe-44ea-a5f0-e8966866113d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:04Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:05Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5074bda-9142-4617-9de9-264bf55ac63d", "name": "tempest-router--1589116417"}} 2018-08-13 11:15:07,567 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/add_router_interface 2.111s 2018-08-13 11:15:07,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb5614bd-1f5c-41db-a33f-bb9e0a69d5d7'} Body: {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8", "subnet_ids": ["cb235c64-261a-4972-8a8a-d4481fb5aeb8"], "port_id": "05847fe3-d8ea-48ff-8f6b-fc3b305a7c34", "id": "e5074bda-9142-4617-9de9-264bf55ac63d"} 2018-08-13 11:15:07,879 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.308s 2018-08-13 11:15:07,880 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:15:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df80ad7b-6a40-49e4-9cbe-40ed7ad23590'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "433e3c3a-af93-466e-841b-314ff2a39a0b"}} 2018-08-13 11:15:08,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations 0.657s 2018-08-13 11:15:08,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations', u'date': 'Mon, 13 Aug 2018 11:15:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7818558b-781c-4052-a69a-495c9185ca6f'} Body: {"network_association": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "id": "dda3e468-f805-4256-871e-23edd52695af"}} 2018-08-13 11:15:09,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations 0.650s 2018-08-13 11:15:09,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations', u'date': 'Mon, 13 Aug 2018 11:15:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-692ac875-1589-4bf6-bbe7-a3421b4fd598'} Body: {"network_association": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "id": "504c931b-41b4-4fef-9b77-dec22503f8d2"}} 2018-08-13 11:15:09,192 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:15:09,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:9696/v2.0/ports?device_id=e5074bda-9142-4617-9de9-264bf55ac63d 0.342s 2018-08-13 11:15:09,535 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '720', 'content-location': 'http://172.30.9.22:9696/v2.0/ports?device_id=e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92c98687-21d4-46f6-9bd2-a8aa25e07b8e'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:15:06Z","admin_state_up":true,"updated_at":"2018-08-13T11:15:07Z","binding:vnic_type":"normal","device_id":"e5074bda-9142-4617-9de9-264bf55ac63d","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:6e:80:20","id":"05847fe3-d8ea-48ff-8f6b-fc3b305a7c34","port_security_enabled":false,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-13 11:15:11,076 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface 1.539s 2018-08-13 11:15:11,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-680395cd-b9f3-492c-8458-71fad08a09ef'} Body: {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8", "subnet_ids": ["cb235c64-261a-4972-8a8a-d4481fb5aeb8"], "port_id": "05847fe3-d8ea-48ff-8f6b-fc3b305a7c34", "id": "e5074bda-9142-4617-9de9-264bf55ac63d"} 2018-08-13 11:15:12,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 1.524s 2018-08-13 11:15:12,604 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6cb68a0d-1e20-4a4c-b3b0-db1aa015a63a'} Body: 2018-08-13 11:15:12,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/routers 0.137s 2018-08-13 11:15:12,743 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--685969984", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:15:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e922fb3c-11e9-4444-a169-d4c0a7651419'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:12Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:12Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "name": "tempest-router--685969984"}} 2018-08-13 11:15:14,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a 1.362s 2018-08-13 11:15:14,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a', u'date': 'Mon, 13 Aug 2018 11:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-905cdaf1-57c4-4611-bcab-87382d94aa43'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:12Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "name": "tempest-router--685969984"}} 2018-08-13 11:15:16,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/add_router_interface 2.301s 2018-08-13 11:15:16,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b764764-5b7a-4951-8ca8-7b2bc4428f5f'} Body: {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206", "subnet_ids": ["7650f4b9-2f34-488b-8a88-b796e86cb206"], "port_id": "2389ae21-d4c8-4111-92aa-342e5d40ca9a", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a"} 2018-08-13 11:15:18,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.726s 2018-08-13 11:15:18,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:15:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04f84ba8-6a24-428a-8dcd-98f593efa14f'} Body: {"floatingip": {"router_id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:15:17Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1", "id": "155b3b52-165c-4edb-9b60-1bf202188316", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:17Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:15:18,139 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:15:34,168 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:15:34,232 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:15:34,233 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:15:34,347 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:15:34,348 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:15:34,350 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:15:34,411 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:15:34,414 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:15:39,421 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:15:39,422 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:16:49,458 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:16:49,461 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:16:49,465 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:16:49,528 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:16:49,530 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:16:54,537 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:16:54,538 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:18:04,597 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:18:04,598 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:18:04,598 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,602 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,704 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,730 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,736 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:18:04,736 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:38:2e:16 [ether] on eth0 2018-08-13 11:18:04,737 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:18:04,737 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,739 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,802 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,803 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,813 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:18:04,813 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:18:04,814 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,816 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,875 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,880 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,887 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:18:04,887 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,889 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,947 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,954 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,959 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:18:04,960 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:38:2e:16 [ether] on eth0 2018-08-13 11:18:04,960 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:18:04,961 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,962 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:05,023 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:05,030 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:10,037 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:18:10,038 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:19:20,109 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:19:20,111 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:19:20,115 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:19:20,181 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:19:20,211 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:19:25,220 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:19:25,220 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:20:35,287 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:20:35,288 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:20:36,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/155b3b52-165c-4edb-9b60-1bf202188316 1.079s 2018-08-13 11:20:36,373 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/155b3b52-165c-4edb-9b60-1bf202188316', u'date': 'Mon, 13 Aug 2018 11:20:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c00553ca-b595-4142-a7b3-1db7ac4db309'} Body: 2018-08-13 11:20:38,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/remove_router_interface 1.655s 2018-08-13 11:20:38,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:20:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13f060a8-5e58-4110-b703-6781322c3f79'} Body: {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206", "subnet_ids": ["7650f4b9-2f34-488b-8a88-b796e86cb206"], "port_id": "2389ae21-d4c8-4111-92aa-342e5d40ca9a", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a"} 2018-08-13 11:20:39,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a 1.454s 2018-08-13 11:20:39,486 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-93ba8b74-9959-4133-b444-a72dd015193c'} Body: 2018-08-13 11:20:39,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface 0.044s 2018-08-13 11:20:39,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f217c8b7-ce19-4bc7-a939-7bfb8c2c8274'} Body: {"NeutronError": {"message": "Router e5074bda-9142-4617-9de9-264bf55ac63d could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-13 11:20:39,580 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 0.046s 2018-08-13 11:20:39,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50af4699-ead0-4385-a2ef-19a685653d80'} Body: {"NeutronError": {"message": "Router e5074bda-9142-4617-9de9-264bf55ac63d could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-13 11:20:39,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.410s 2018-08-13 11:20:39,992 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-0f5703b4-e4e7-4b14-870d-bc6731c94fce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f5703b4-e4e7-4b14-870d-bc6731c94fce'} Body: 2018-08-13 11:20:40,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.764s 2018-08-13 11:20:40,758 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-674326a5-97ab-4259-a773-eedb34f04b38', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-674326a5-97ab-4259-a773-eedb34f04b38'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:20:39Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:20:41,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.042s 2018-08-13 11:20:41,818 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-049684d9-2a93-462b-af4a-be5689bd806e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-049684d9-2a93-462b-af4a-be5689bd806e'} Body: {"itemNotFound": {"message": "Instance 487f61e0-bc96-4822-a1c2-86d1d4dda0af could not be found.", "code": 404}} 2018-08-13 11:20:42,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/c57dd03f-c6f4-4c67-8789-6f3952e5241e 0.894s 2018-08-13 11:20:42,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/c57dd03f-c6f4-4c67-8789-6f3952e5241e', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1e9c1ec5-7437-45f5-8091-4e90f4706f21'} Body: 2018-08-13 11:20:42,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.137s 2018-08-13 11:20:42,852 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-7e40fb3e-6559-492d-a157-3f3d2369ef87', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e40fb3e-6559-492d-a157-3f3d2369ef87'} Body: 2018-08-13 11:20:43,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 1.012s 2018-08-13 11:20:43,865 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-e1c1df17-0187-4dd8-b199-02bdb5e62e73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1c1df17-0187-4dd8-b199-02bdb5e62e73'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:20:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:20:44,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.042s 2018-08-13 11:20:44,926 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f'} Body: {"itemNotFound": {"message": "Instance 3cbbf052-2315-4252-b4ad-0ff47962c82d could not be found.", "code": 404}} 2018-08-13 11:20:45,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b214c735-f6a0-4d2d-9348-8a99a55fe8f1 1.064s 2018-08-13 11:20:45,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b214c735-f6a0-4d2d-9348-8a99a55fe8f1', u'date': 'Mon, 13 Aug 2018 11:20:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-10ca385a-ef1a-41b4-afc0-9128f856bde9'} Body: 2018-08-13 11:20:46,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1128664612 0.045s 2018-08-13 11:20:46,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1128664612', u'x-compute-request-id': 'req-da316cfe-f57f-46d6-9645-d4b52493dfd9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da316cfe-f57f-46d6-9645-d4b52493dfd9'} Body: 2018-08-13 11:20:47,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cb235c64-261a-4972-8a8a-d4481fb5aeb8 0.963s 2018-08-13 11:20:47,005 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cb235c64-261a-4972-8a8a-d4481fb5aeb8', u'date': 'Mon, 13 Aug 2018 11:20:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b84fbd09-97c9-48b4-b6dc-9895e0822730'} Body: 2018-08-13 11:20:48,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/0211ce2b-687d-4ea7-ae57-778819e99c82 1.349s 2018-08-13 11:20:48,355 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/0211ce2b-687d-4ea7-ae57-778819e99c82', u'date': 'Mon, 13 Aug 2018 11:20:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-03c26ad4-e28c-4b8f-97c0-a518287e26ec'} Body: 2018-08-13 11:20:49,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7650f4b9-2f34-488b-8a88-b796e86cb206 1.527s 2018-08-13 11:20:49,884 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7650f4b9-2f34-488b-8a88-b796e86cb206', u'date': 'Mon, 13 Aug 2018 11:20:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d68a4c4e-b600-42e2-91b0-29f2b7833ef0'} Body: 2018-08-13 11:20:51,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/68dcd47d-24d9-4e37-89c2-30764a1c28f3 1.905s 2018-08-13 11:20:51,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/68dcd47d-24d9-4e37-89c2-30764a1c28f3', u'date': 'Mon, 13 Aug 2018 11:20:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-914a8c99-c7c1-4ad0-8f04-2f404adf6cb6'} Body: 2018-08-13 11:20:51,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/ee816daf-492e-49e1-94eb-9ca710d8c9f5 0.195s 2018-08-13 11:20:51,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/ee816daf-492e-49e1-94eb-9ca710d8c9f5', u'date': 'Mon, 13 Aug 2018 11:20:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef88d61e-0a9a-4b0a-8d83-1239c06a22bc'} Body: 2018-08-13 11:20:52.448 63 INFO tempest.lib.common.rest_client [req-89821879-ed12-4850-ad55-84cf77063a37 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.431s 2018-08-13 11:20:52.449 63 DEBUG tempest.lib.common.rest_client [req-89821879-ed12-4850-ad55-84cf77063a37 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-727956517 description", "name": "tempest-secgroup-smoke-727956517"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89821879-ed12-4850-ad55-84cf77063a37'} Body: {"security_group": {"description": "tempest-secgroup-smoke-727956517 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "updated_at": "2018-08-13T11:20:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:20:52Z", "revision_number": 0, "id": "240f4b62-8df9-4fb5-83f2-e1111869b87f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:20:52Z", "revision_number": 0, "id": "ef634147-a91e-4a75-a3e5-0c1b5661ba11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "name": "tempest-secgroup-smoke-727956517"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:52.634 63 INFO tempest.lib.common.rest_client [req-13d1e2c6-2477-48c8-b54b-7d27a783314b ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 11:20:52.634 63 DEBUG tempest.lib.common.rest_client [req-13d1e2c6-2477-48c8-b54b-7d27a783314b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13d1e2c6-2477-48c8-b54b-7d27a783314b'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e860c853-12b0-4d8c-bb25-2c817781623c"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:52.791 63 INFO tempest.lib.common.rest_client [req-5d93c5aa-fa02-4119-b8f7-defa45724b53 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 11:20:52.791 63 DEBUG tempest.lib.common.rest_client [req-5d93c5aa-fa02-4119-b8f7-defa45724b53 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d93c5aa-fa02-4119-b8f7-defa45724b53'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c26ebff7-dfa9-4222-b7fe-6cba9eb5c7b0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:52.957 63 INFO tempest.lib.common.rest_client [req-17a74ecf-6fe6-4cb1-89f4-624844fce3d3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.165s 2018-08-13 11:20:52.958 63 DEBUG tempest.lib.common.rest_client [req-17a74ecf-6fe6-4cb1-89f4-624844fce3d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17a74ecf-6fe6-4cb1-89f4-624844fce3d3'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4d0a73b0-b957-4aad-b991-8bef3576e160"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:53.109 63 INFO tempest.lib.common.rest_client [req-a8999ec3-7ee9-46b9-acaf-538467ab35c7 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.150s 2018-08-13 11:20:53.109 63 DEBUG tempest.lib.common.rest_client [req-a8999ec3-7ee9-46b9-acaf-538467ab35c7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8999ec3-7ee9-46b9-acaf-538467ab35c7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c2134f17-cef7-46d3-af42-d97c1c975c92"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:53.287 63 INFO tempest.lib.common.rest_client [req-7957dfbd-5f46-48d4-81c3-3dd9a127c922 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.176s 2018-08-13 11:20:53.287 63 DEBUG tempest.lib.common.rest_client [req-7957dfbd-5f46-48d4-81c3-3dd9a127c922 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7957dfbd-5f46-48d4-81c3-3dd9a127c922'} 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-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e327baa-cfb7-4b0a-ac24-f3800c1d106f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:53.448 63 INFO tempest.lib.common.rest_client [req-bc553c06-bf3e-481a-bab8-4b646fb247f0 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 11:20:53.449 63 DEBUG tempest.lib.common.rest_client [req-bc553c06-bf3e-481a-bab8-4b646fb247f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc553c06-bf3e-481a-bab8-4b646fb247f0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "687f6f89-f611-431f-9402-ae26a6e8ad0a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:53.598 63 INFO tempest.lib.common.rest_client [req-50932cbc-460b-40eb-b388-3d9e98594b76 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 11:20:53.599 63 DEBUG tempest.lib.common.rest_client [req-50932cbc-460b-40eb-b388-3d9e98594b76 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50932cbc-460b-40eb-b388-3d9e98594b76'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6384b165-beba-4e9b-9ee7-ef73d5b364ac"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:53.756 63 INFO tempest.lib.common.rest_client [req-bef5cb70-b384-42b7-9c06-19fabbcb4938 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 11:20:53.756 63 DEBUG tempest.lib.common.rest_client [req-bef5cb70-b384-42b7-9c06-19fabbcb4938 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bef5cb70-b384-42b7-9c06-19fabbcb4938'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "104a25c9-303c-4912-a361-76f015ee76e6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:54.022 63 INFO tempest.lib.common.rest_client [req-3c2ba0e3-32cb-4cbf-9de9-9b9463df0c0f ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/networks 0.264s 2018-08-13 11:20:54.023 63 DEBUG tempest.lib.common.rest_client [req-3c2ba0e3-32cb-4cbf-9de9-9b9463df0c0f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-15658593"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c2ba0e3-32cb-4cbf-9de9-9b9463df0c0f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:20:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","name":"tempest-A-15658593"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:54.735 63 INFO tempest.lib.common.rest_client [req-e685d196-bd3e-4ebc-a40e-a67acea1f698 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.712s 2018-08-13 11:20:54.736 63 DEBUG tempest.lib.common.rest_client [req-e685d196-bd3e-4ebc-a40e-a67acea1f698 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "name": "tempest-subnet-A-1-893854852"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e685d196-bd3e-4ebc-a40e-a67acea1f698'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:54Z","dns_nameservers":[],"updated_at":"2018-08-13T11:20:54Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e3480128-5ccc-4709-bf00-94083d564066","subnetpool_id":null,"name":"tempest-subnet-A-1-893854852"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:54.933 63 INFO tempest.lib.common.rest_client [req-6f32de71-b6c8-4b55-a387-8e9775f7f156 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/networks 0.197s 2018-08-13 11:20:54.934 63 DEBUG tempest.lib.common.rest_client [req-6f32de71-b6c8-4b55-a387-8e9775f7f156 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1956511505"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f32de71-b6c8-4b55-a387-8e9775f7f156'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:20:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","name":"tempest-B-1956511505"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:55.531 63 INFO tempest.lib.common.rest_client [req-648210f3-98ad-4f16-895c-e24c0f86a259 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.596s 2018-08-13 11:20:55.531 63 DEBUG tempest.lib.common.rest_client [req-648210f3-98ad-4f16-895c-e24c0f86a259 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "name": "tempest-subnet-B-1-81045098"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:20:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-648210f3-98ad-4f16-895c-e24c0f86a259'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:55Z","dns_nameservers":[],"updated_at":"2018-08-13T11:20:55Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"605f2de7-8a9f-4e82-8e87-8b2802afa8b6","subnetpool_id":null,"name":"tempest-subnet-B-1-81045098"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:55.717 63 INFO tempest.lib.common.rest_client [req-1b96be9f-eec8-4749-ba13-5dccfb72b34a ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.185s 2018-08-13 11:20:55.718 63 DEBUG tempest.lib.common.rest_client [req-1b96be9f-eec8-4749-ba13-5dccfb72b34a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1551520216"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-1b96be9f-eec8-4749-ba13-5dccfb72b34a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1b96be9f-eec8-4749-ba13-5dccfb72b34a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwhhgXxWaz72hq7ghs2m89+rp49if0HKI2tspTVBJ6c6Fggsu4HX5SVqWSvYnsC6n4weW21i50l0dJdp/C2T9JUhLAT6ATnCljIv4SwaW6fqmoBKXHsSP3iBPiwAkghNBBPELGFpPEx+NWyY+g6AWVB99Xd+DS8P5/yZynyX2OPK3OWYT7BJE9OG5n4cj3NgwfayQ4t+HbibcknlUPxiYqgM9GnAYZTshM6KfKL3kC43q0pnnnMKnGv/go/UJ2rcGY535bMrA97WqyFD1sKTWz1zTPNOCaQ+g5GvUb8lL+yh9On7/3bVeC4J01DCsrwFLWfo864XMOAraqsTSeBqGj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsIYYF8Vms+9oau4IbNpvPfq6ePYn9ByiNrbKU1QSenOhYILL\nuB1+Ulalkr2J7Aup+MHlttYudJdHSXafwtk/SVISwE+gE5wpYyL+EsGlun6pqASl\nx7Ej94gT4sAJIITQQTxCxhaTxMfjVsmPoOgFlQffV3fg0vD+f8mcp8l9jjytzlmE\n+wSRPThuZ+HI9zYMH2skOLfh24m3JJ5VD8YmKoDPRpwGGU7ITOinyi95AuN6tKZ5\n5zCpxr/4KP1Cdq3BmOd+WzKwPe1qshQ9bCk1s9c0zzTgmkPoORr1G/JS/sofTp+/\n921XguCdNQwrK8BS1n6POuFzDgK2qrE0ngahowIDAQABAoIBACC1B9vHsKrgThmZ\n9yesJXZ3cXueKHL7pza6Eaz04+OabylBsttvY4uAEHeq9NYupxS3YIfLEZp6uTOs\nbhedRzOfqGfHmSJpCeYbgrYY+Usf0vGVwt3IPaDMrtqRuF81HJ0pvDmVz1VjsATR\nnfIza21cow5C4P5UtuMYiRUxqTjkSIrAgDRhvN6BImEGv6e3/lcMO1NbwXMgCp4w\ndgEHYuKg+AlLYeQb0QoT59O3lN1RQMKKsMnexc1M7gwUnc4Rr6/wjXs6REZOPFKV\nwvfkLbEw7gkTL3qTzkvixv3VUfG/bAFzi0nidhFVN8YDc+Wx7denxchRhXWlpzVY\nWFDwb/kCgYEA197jep5HEPiU5Yh0yJbKQ4ohJRwXXmhA55jzG9ex+eQJRMQuCWEY\nI+AUFx4GGtNR2Dg+X3nOEipzb/r+rzVRdN5cnqDy1iYx1bIxKPlfnCTsm1CSV0yS\nTv7ZL09F30ObCY14HexBBu4h34YVmlrlXUuzhyQZTcZzGVWiGsbJRf0CgYEA0Va4\naGl5nINWQAfby2379npgUIogMNUCvT3Pm24la4ALli707gk89rtcwe2iTb5wmPCq\nOxe832omeK8hIZZVCBJ4i3InaDy9/kQrkc9VuGTCmiCFDUhP0okEoxtIQOaa96F/\nvZbDU6832vuSHIC0bknDTmq+1P7N5OfyirVYSB8CgYEAv44ml8lZ0KJ1JhVnZBQC\nmdo5vT9nMTwb1CeyGtPVN6T14JKhM2t4S2VtDnJzAlzgtJh8KKbiiNYop4a3d2w9\nwxIKaCz0L7mm4TUFUJGxGNLfLpdZtKPa9MRKnyOeIhdQvTJPE2Zw8aBgaIQIKXdd\nLuOdBF+xIIXn3uRRO6eINVUCgYBUB66AYw5o8CN4Em99Ckog12DAE6H2WBsAYcZr\nStyEeWKtR24T+utY0z7ZrY0ADhjem4SJse6j89U7jnkLJXA+jEONHiaJZhCR90VS\nA1sSaIfhHHqsKUG5bjzJSFNJkgfUrSQ8sz724ZfXNDKjdFp5Buz6FklB8IIvh5fJ\nbB/i2wKBgQCNnTb/2eY9aXrueLsBDsAKCZA0hRcqysEjMf+n2g2eWGMQ9xFjaPQa\nSjdl/+ZaE0fknFprJjDL9prcKu7Y8jquZBcOmCBEy+fv9ZfIReEDNUyN+Da5y6Gk\nXflhSKkWqqFH8X4sOo2hqk64Nshpx2VVQD6TnxfzxzY2YJCa/10bMA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1551520216", "fingerprint": "44:d5:75:04:f1:31:f5:10:90:bb:a7:ed:59:47:03:87"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:56.616 63 INFO tempest.lib.common.rest_client [req-ada99b78-e738-41de-807d-ccbc329287c3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/ports 0.894s 2018-08-13 11:20:56.616 63 DEBUG tempest.lib.common.rest_client [req-ada99b78-e738-41de-807d-ccbc329287c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-867226372", "security_groups": ["d3e796c3-6e49-49c0-9898-57adc459dd12"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ada99b78-e738-41de-807d-ccbc329287c3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:20:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:20:56Z","name":"tempest-port-smoke-867226372","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:59:f4:9d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e3480128-5ccc-4709-bf00-94083d564066","ip_address":"10.101.11.10"}],"id":"62ffc428-9fb0-40d4-b7b6-9f31bed03a8c","security_groups":["d3e796c3-6e49-49c0-9898-57adc459dd12"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:59.239 63 INFO tempest.lib.common.rest_client [req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.22:8774/v2.1/servers 2.621s 2018-08-13 11:20:59.239 63 DEBUG tempest.lib.common.rest_client [req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1551520216", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "port": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "adminPass": "u89bupBN7wTg"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:20:59.831 63 INFO tempest.lib.common.rest_client [req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.588s 2018-08-13 11:20:59.831 63 DEBUG tempest.lib.common.rest_client [req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:20:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:01.126 63 INFO tempest.lib.common.rest_client [req-22cdfef4-162f-4bf5-b621-c2209c0e31a9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.280s 2018-08-13 11:21:01.126 63 DEBUG tempest.lib.common.rest_client [req-22cdfef4-162f-4bf5-b621-c2209c0e31a9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-22cdfef4-162f-4bf5-b621-c2209c0e31a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22cdfef4-162f-4bf5-b621-c2209c0e31a9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:01.143 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 11:21:02.909 63 INFO tempest.lib.common.rest_client [req-3a3d1974-6ac4-4597-80b0-9e857ed56d78 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.764s 2018-08-13 11:21:02.909 63 DEBUG tempest.lib.common.rest_client [req-3a3d1974-6ac4-4597-80b0-9e857ed56d78 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-3a3d1974-6ac4-4597-80b0-9e857ed56d78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a3d1974-6ac4-4597-80b0-9e857ed56d78'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:01Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:02.926 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:21:04.766 63 INFO tempest.lib.common.rest_client [req-88e44f8a-5cd5-4b46-935c-b520e2844d42 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.838s 2018-08-13 11:21:04.766 63 DEBUG tempest.lib.common.rest_client [req-88e44f8a-5cd5-4b46-935c-b520e2844d42 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-88e44f8a-5cd5-4b46-935c-b520e2844d42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88e44f8a-5cd5-4b46-935c-b520e2844d42'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:01Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:06.539 63 INFO tempest.lib.common.rest_client [req-346f3dc5-bd1f-4780-ac20-4b031b724fb1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.758s 2018-08-13 11:21:06.539 63 DEBUG tempest.lib.common.rest_client [req-346f3dc5-bd1f-4780-ac20-4b031b724fb1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-346f3dc5-bd1f-4780-ac20-4b031b724fb1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346f3dc5-bd1f-4780-ac20-4b031b724fb1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:06.551 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:21:06.717 63 INFO tempest.lib.common.rest_client [req-3c221fda-bffe-421a-96b4-9ce4af925fa7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.164s 2018-08-13 11:21:06.717 63 DEBUG tempest.lib.common.rest_client [req-3c221fda-bffe-421a-96b4-9ce4af925fa7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-3c221fda-bffe-421a-96b4-9ce4af925fa7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c221fda-bffe-421a-96b4-9ce4af925fa7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:06.735 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 8653aae2-ba0d-401b-97eb-829683e0572e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:21:07.842 63 INFO tempest.lib.common.rest_client [req-8e0007e7-2671-4b28-a56b-bcc2b7e9c4e8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/ports 1.106s 2018-08-13 11:21:07.842 63 DEBUG tempest.lib.common.rest_client [req-8e0007e7-2671-4b28-a56b-bcc2b7e9c4e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1399310711", "security_groups": ["d3e796c3-6e49-49c0-9898-57adc459dd12"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e0007e7-2671-4b28-a56b-bcc2b7e9c4e8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:21:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:21:07Z","name":"tempest-port-smoke-1399310711","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c9:28:3c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"605f2de7-8a9f-4e82-8e87-8b2802afa8b6","ip_address":"10.102.21.20"}],"id":"6c741423-8f7c-4f6e-a571-02e2e5dbd536","security_groups":["d3e796c3-6e49-49c0-9898-57adc459dd12"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:09.279 63 INFO tempest.lib.common.rest_client [req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.22:8774/v2.1/servers 1.435s 2018-08-13 11:21:09.280 63 DEBUG tempest.lib.common.rest_client [req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1551520216", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "port": "6c741423-8f7c-4f6e-a571-02e2e5dbd536"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5471e27d-795d-430e-b693-2ace0329920f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "adminPass": "8Uo76625ev4K"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:09.341 63 INFO tempest.lib.common.rest_client [req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.056s 2018-08-13 11:21:09.342 63 DEBUG tempest.lib.common.rest_client [req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:10.448 63 INFO tempest.lib.common.rest_client [req-9795cd6b-6b04-4903-b9f7-b02601aa962f ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.092s 2018-08-13 11:21:10.449 63 DEBUG tempest.lib.common.rest_client [req-9795cd6b-6b04-4903-b9f7-b02601aa962f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-9795cd6b-6b04-4903-b9f7-b02601aa962f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9795cd6b-6b04-4903-b9f7-b02601aa962f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:10.462 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:21:11.865 63 INFO tempest.lib.common.rest_client [req-573b0058-7909-467f-9cd0-d5894185b2c2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.402s 2018-08-13 11:21:11.866 63 DEBUG tempest.lib.common.rest_client [req-573b0058-7909-467f-9cd0-d5894185b2c2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-573b0058-7909-467f-9cd0-d5894185b2c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-573b0058-7909-467f-9cd0-d5894185b2c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:11.878 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:21:13.195 63 INFO tempest.lib.common.rest_client [req-a4548115-68cf-406e-9f62-d1a2a6e1ad06 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.315s 2018-08-13 11:21:13.195 63 DEBUG tempest.lib.common.rest_client [req-a4548115-68cf-406e-9f62-d1a2a6e1ad06 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-a4548115-68cf-406e-9f62-d1a2a6e1ad06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4548115-68cf-406e-9f62-d1a2a6e1ad06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:14.612 63 INFO tempest.lib.common.rest_client [req-1d6a2f0f-6de0-4750-80bd-fc489fe97923 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.403s 2018-08-13 11:21:14.613 63 DEBUG tempest.lib.common.rest_client [req-1d6a2f0f-6de0-4750-80bd-fc489fe97923 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-1d6a2f0f-6de0-4750-80bd-fc489fe97923', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d6a2f0f-6de0-4750-80bd-fc489fe97923'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:14.626 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:21:14.776 63 INFO tempest.lib.common.rest_client [req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.148s 2018-08-13 11:21:14.776 63 DEBUG tempest.lib.common.rest_client [req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:14.789 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: 5471e27d-795d-430e-b693-2ace0329920f with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:21:15.155 63 INFO tempest.lib.common.rest_client [req-d76c29b0-4df4-4d5b-b6ff-920261838380 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.365s 2018-08-13 11:21:15.156 63 DEBUG tempest.lib.common.rest_client [req-d76c29b0-4df4-4d5b-b6ff-920261838380 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d76c29b0-4df4-4d5b-b6ff-920261838380'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "12cf014f-883e-4859-85f3-2feccdca74f1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:15.568 63 INFO tempest.lib.common.rest_client [req-45e0d854-242a-4f98-802f-039e47860f55 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations 0.411s 2018-08-13 11:21:15.568 63 DEBUG tempest.lib.common.rest_client [req-45e0d854-242a-4f98-802f-039e47860f55 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations', u'date': 'Mon, 13 Aug 2018 11:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-45e0d854-242a-4f98-802f-039e47860f55'} Body: {"network_association": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "id": "b513b56c-1603-412c-9259-489f5f021484"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:16.265 63 INFO tempest.lib.common.rest_client [req-4733fb8b-a7b9-4a69-9add-0b3c313c32ec ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations 0.695s 2018-08-13 11:21:16.265 63 DEBUG tempest.lib.common.rest_client [req-4733fb8b-a7b9-4a69-9add-0b3c313c32ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations', u'date': 'Mon, 13 Aug 2018 11:21:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4733fb8b-a7b9-4a69-9add-0b3c313c32ec'} Body: {"network_association": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "id": "f179bb7b-51a0-4477-9d79-98567974246d"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:16.266 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 11:21:16.531 63 INFO tempest.lib.common.rest_client [req-76cc9cd6-ee9a-4202-9822-49a0107b726a ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/routers 0.264s 2018-08-13 11:21:16.531 63 DEBUG tempest.lib.common.rest_client [req-76cc9cd6-ee9a-4202-9822-49a0107b726a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1248963673", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:21:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76cc9cd6-ee9a-4202-9822-49a0107b726a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:16Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:16Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0", "name": "tempest-router--1248963673"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:18.525 63 INFO tempest.lib.common.rest_client [req-30a752b8-53e8-4026-a621-4b74986b5f0a ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0 1.992s 2018-08-13 11:21:18.526 63 DEBUG tempest.lib.common.rest_client [req-30a752b8-53e8-4026-a621-4b74986b5f0a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0', u'date': 'Mon, 13 Aug 2018 11:21:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30a752b8-53e8-4026-a621-4b74986b5f0a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:16Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:18Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0", "name": "tempest-router--1248963673"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:20.820 63 INFO tempest.lib.common.rest_client [req-90634739-7593-42f7-b1cf-d06bb713f4e7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/add_router_interface 2.293s 2018-08-13 11:21:20.821 63 DEBUG tempest.lib.common.rest_client [req-90634739-7593-42f7-b1cf-d06bb713f4e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:21:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90634739-7593-42f7-b1cf-d06bb713f4e7'} Body: {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6", "subnet_ids": ["605f2de7-8a9f-4e82-8e87-8b2802afa8b6"], "port_id": "8428e014-e7d9-4301-afa0-300f56cfe596", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:20.911 63 INFO tempest.lib.common.rest_client [req-0ec6c01f-fb90-432f-b9b3-2c427a7b8f1b ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/routers 0.089s 2018-08-13 11:21:20.912 63 DEBUG tempest.lib.common.rest_client [req-0ec6c01f-fb90-432f-b9b3-2c427a7b8f1b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--686408012", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:21:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ec6c01f-fb90-432f-b9b3-2c427a7b8f1b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:20Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:20Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "name": "tempest-router--686408012"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:22.065 63 INFO tempest.lib.common.rest_client [req-20e5641b-9035-4f9b-a8e4-96b230d4cb8a ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d 1.152s 2018-08-13 11:21:22.066 63 DEBUG tempest.lib.common.rest_client [req-20e5641b-9035-4f9b-a8e4-96b230d4cb8a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d', u'date': 'Mon, 13 Aug 2018 11:21:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20e5641b-9035-4f9b-a8e4-96b230d4cb8a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:20Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:21Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "name": "tempest-router--686408012"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:24.274 63 INFO tempest.lib.common.rest_client [req-6f64f69d-da5f-4521-af7e-8608d7c55835 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/add_router_interface 2.207s 2018-08-13 11:21:24.274 63 DEBUG tempest.lib.common.rest_client [req-6f64f69d-da5f-4521-af7e-8608d7c55835 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e3480128-5ccc-4709-bf00-94083d564066"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:21:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f64f69d-da5f-4521-af7e-8608d7c55835'} Body: {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e3480128-5ccc-4709-bf00-94083d564066", "subnet_ids": ["e3480128-5ccc-4709-bf00-94083d564066"], "port_id": "cabbd691-eda6-44a9-8a8a-5e98f46b5324", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:26.041 63 INFO tempest.lib.common.rest_client [req-2d6d23a1-eeb2-4b96-b913-b4c98be9f2c9 ] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.766s 2018-08-13 11:21:26.042 63 DEBUG tempest.lib.common.rest_client [req-2d6d23a1-eeb2-4b96-b913-b4c98be9f2c9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:21:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d6d23a1-eeb2-4b96-b913-b4c98be9f2c9'} Body: {"floatingip": {"router_id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:21:24Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c", "id": "d88a771d-9564-4eec-9912-8b846a0a7fe4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:24Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:21:26.043 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:21:29.053 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:21:29.119 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:21:29.150 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:21:29.265 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:21:29.265 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:21:29.269 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:21:29.338 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:21:29.366 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:21:34.374 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:21:34.374 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:22:44.441 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:22:44.441 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:22:44.445 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:22:44.511 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:22:44.541 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:22:49.547 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:22:49.548 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:23:59.613 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:23:59.614 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:23:59.614 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59.618 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59.716 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:23:59.746 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59.752 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:23:59.752 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:85:ee:68 [ether] on eth0 2018-08-13 11:23:59.753 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:23:59.753 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59.755 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59.816 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:23:59.819 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59.829 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 11:23:59.829 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:23:59.830 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59.832 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59.892 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:23:59.895 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59.901 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:23:59.902 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59.904 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59.963 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:23:59.968 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59.973 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:23:59.974 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:85:ee:68 [ether] on eth0 2018-08-13 11:23:59.974 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:23:59.975 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59.977 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:24:00.036 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:24:00.041 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:24:05.051 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:24:05.053 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:25:15.124 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:25:15.125 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:25:15.128 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:25:15.225 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:25:15.256 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:25:20.263 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:25:20.264 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:26:30.328 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.218: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:26:31.713 63 INFO tempest.lib.common.rest_client [req-2474eff6-a014-41d0-a8b0-e8eced10793c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/d88a771d-9564-4eec-9912-8b846a0a7fe4 1.381s 2018-08-13 11:26:31.716 63 DEBUG tempest.lib.common.rest_client [req-2474eff6-a014-41d0-a8b0-e8eced10793c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/d88a771d-9564-4eec-9912-8b846a0a7fe4', u'date': 'Mon, 13 Aug 2018 11:26:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2474eff6-a014-41d0-a8b0-e8eced10793c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:33.653 63 INFO tempest.lib.common.rest_client [req-f3875638-bc02-4a80-b703-1369329a780a ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/remove_router_interface 1.936s 2018-08-13 11:26:33.654 63 DEBUG tempest.lib.common.rest_client [req-f3875638-bc02-4a80-b703-1369329a780a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e3480128-5ccc-4709-bf00-94083d564066"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3875638-bc02-4a80-b703-1369329a780a'} Body: {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e3480128-5ccc-4709-bf00-94083d564066", "subnet_ids": ["e3480128-5ccc-4709-bf00-94083d564066"], "port_id": "cabbd691-eda6-44a9-8a8a-5e98f46b5324", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:35.203 63 INFO tempest.lib.common.rest_client [req-e7a31951-769e-419c-ae61-3fb7e4406a1c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d 1.547s 2018-08-13 11:26:35.203 63 DEBUG tempest.lib.common.rest_client [req-e7a31951-769e-419c-ae61-3fb7e4406a1c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d', u'date': 'Mon, 13 Aug 2018 11:26:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7a31951-769e-419c-ae61-3fb7e4406a1c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:36.785 63 INFO tempest.lib.common.rest_client [req-51dede04-c35b-4265-94d3-ff77567472d8 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/remove_router_interface 1.580s 2018-08-13 11:26:36.785 63 DEBUG tempest.lib.common.rest_client [req-51dede04-c35b-4265-94d3-ff77567472d8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51dede04-c35b-4265-94d3-ff77567472d8'} Body: {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6", "subnet_ids": ["605f2de7-8a9f-4e82-8e87-8b2802afa8b6"], "port_id": "8428e014-e7d9-4301-afa0-300f56cfe596", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:38.400 63 INFO tempest.lib.common.rest_client [req-0274dcd4-7852-4f8d-877d-d091e67cadcb ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0 1.613s 2018-08-13 11:26:38.400 63 DEBUG tempest.lib.common.rest_client [req-0274dcd4-7852-4f8d-877d-d091e67cadcb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0274dcd4-7852-4f8d-877d-d091e67cadcb'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:38.775 63 INFO tempest.lib.common.rest_client [req-0715d1fe-0ea0-4f13-b636-671bf93b59c4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.373s 2018-08-13 11:26:38.775 63 DEBUG tempest.lib.common.rest_client [req-0715d1fe-0ea0-4f13-b636-671bf93b59c4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-0715d1fe-0ea0-4f13-b636-671bf93b59c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0715d1fe-0ea0-4f13-b636-671bf93b59c4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:39.917 63 INFO tempest.lib.common.rest_client [req-b55c5d7e-df5b-4c97-b54c-3945a4c22703 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 1.141s 2018-08-13 11:26:39.917 63 DEBUG tempest.lib.common.rest_client [req-b55c5d7e-df5b-4c97-b54c-3945a4c22703 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-b55c5d7e-df5b-4c97-b54c-3945a4c22703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b55c5d7e-df5b-4c97-b54c-3945a4c22703'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:26:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:40.978 63 INFO tempest.lib.common.rest_client [req-f8714def-e179-4f06-b932-3fd0fe74cc20 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.040s 2018-08-13 11:26:40.978 63 DEBUG tempest.lib.common.rest_client [req-f8714def-e179-4f06-b932-3fd0fe74cc20 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-f8714def-e179-4f06-b932-3fd0fe74cc20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f8714def-e179-4f06-b932-3fd0fe74cc20'} Body: {"itemNotFound": {"message": "Instance 5471e27d-795d-430e-b693-2ace0329920f could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:41.488 63 INFO tempest.lib.common.rest_client [req-aee369d2-a64e-4c32-9d9f-c486f23186be ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/6c741423-8f7c-4f6e-a571-02e2e5dbd536 0.508s 2018-08-13 11:26:41.488 63 DEBUG tempest.lib.common.rest_client [req-aee369d2-a64e-4c32-9d9f-c486f23186be ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/6c741423-8f7c-4f6e-a571-02e2e5dbd536', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aee369d2-a64e-4c32-9d9f-c486f23186be'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:41.637 63 INFO tempest.lib.common.rest_client [req-e251f85e-044a-4aee-8ee1-2f64a05e3071 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.147s 2018-08-13 11:26:41.638 63 DEBUG tempest.lib.common.rest_client [req-e251f85e-044a-4aee-8ee1-2f64a05e3071 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-e251f85e-044a-4aee-8ee1-2f64a05e3071', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e251f85e-044a-4aee-8ee1-2f64a05e3071'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:42.335 63 INFO tempest.lib.common.rest_client [req-c87ea401-d41c-4388-b9e2-bf317fb2ebba ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.697s 2018-08-13 11:26:42.336 63 DEBUG tempest.lib.common.rest_client [req-c87ea401-d41c-4388-b9e2-bf317fb2ebba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-c87ea401-d41c-4388-b9e2-bf317fb2ebba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87ea401-d41c-4388-b9e2-bf317fb2ebba'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:26:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:43.406 63 INFO tempest.lib.common.rest_client [req-1ba78362-e98e-409e-97b9-80173fb6a214 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.047s 2018-08-13 11:26:43.407 63 DEBUG tempest.lib.common.rest_client [req-1ba78362-e98e-409e-97b9-80173fb6a214 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-1ba78362-e98e-409e-97b9-80173fb6a214', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1ba78362-e98e-409e-97b9-80173fb6a214'} Body: {"itemNotFound": {"message": "Instance 8653aae2-ba0d-401b-97eb-829683e0572e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:43.970 63 INFO tempest.lib.common.rest_client [req-92068af3-459e-4ebf-b22a-d67ab99d3a97 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/62ffc428-9fb0-40d4-b7b6-9f31bed03a8c 0.562s 2018-08-13 11:26:43.970 63 DEBUG tempest.lib.common.rest_client [req-92068af3-459e-4ebf-b22a-d67ab99d3a97 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/62ffc428-9fb0-40d4-b7b6-9f31bed03a8c', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-92068af3-459e-4ebf-b22a-d67ab99d3a97'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:44.032 63 INFO tempest.lib.common.rest_client [req-6ae81b64-19bb-418b-908f-1f416666857b ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1551520216 0.061s 2018-08-13 11:26:44.033 63 DEBUG tempest.lib.common.rest_client [req-6ae81b64-19bb-418b-908f-1f416666857b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1551520216', u'x-compute-request-id': 'req-6ae81b64-19bb-418b-908f-1f416666857b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ae81b64-19bb-418b-908f-1f416666857b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:45.415 63 INFO tempest.lib.common.rest_client [req-6d14cc95-639b-45f3-a54e-8fde65f96ce9 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/605f2de7-8a9f-4e82-8e87-8b2802afa8b6 1.378s 2018-08-13 11:26:45.415 63 DEBUG tempest.lib.common.rest_client [req-6d14cc95-639b-45f3-a54e-8fde65f96ce9 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/605f2de7-8a9f-4e82-8e87-8b2802afa8b6', u'date': 'Mon, 13 Aug 2018 11:26:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6d14cc95-639b-45f3-a54e-8fde65f96ce9'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:47.416 63 INFO tempest.lib.common.rest_client [req-f700bc39-c41b-4a4a-984c-91fb4c10ab17 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/a731c858-dd97-4ba9-8823-efdc39c2fd5a 1.999s 2018-08-13 11:26:47.417 63 DEBUG tempest.lib.common.rest_client [req-f700bc39-c41b-4a4a-984c-91fb4c10ab17 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/a731c858-dd97-4ba9-8823-efdc39c2fd5a', u'date': 'Mon, 13 Aug 2018 11:26:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f700bc39-c41b-4a4a-984c-91fb4c10ab17'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:48.432 63 INFO tempest.lib.common.rest_client [req-c6c5ab5d-609a-4204-93d4-bcad2dc4f841 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e3480128-5ccc-4709-bf00-94083d564066 1.014s 2018-08-13 11:26:48.433 63 DEBUG tempest.lib.common.rest_client [req-c6c5ab5d-609a-4204-93d4-bcad2dc4f841 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e3480128-5ccc-4709-bf00-94083d564066', u'date': 'Mon, 13 Aug 2018 11:26:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6c5ab5d-609a-4204-93d4-bcad2dc4f841'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:50.456 63 INFO tempest.lib.common.rest_client [req-2167fe6f-6900-42f5-9137-fd3cbbcf4605 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/0361a00e-378c-4eb8-95d4-21e1ed97b897 2.022s 2018-08-13 11:26:50.457 63 DEBUG tempest.lib.common.rest_client [req-2167fe6f-6900-42f5-9137-fd3cbbcf4605 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/0361a00e-378c-4eb8-95d4-21e1ed97b897', u'date': 'Mon, 13 Aug 2018 11:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2167fe6f-6900-42f5-9137-fd3cbbcf4605'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:50.988 63 INFO tempest.lib.common.rest_client [req-b40a3572-debf-4b81-8cec-1957b7226e3b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d3e796c3-6e49-49c0-9898-57adc459dd12 0.530s 2018-08-13 11:26:50.988 63 DEBUG tempest.lib.common.rest_client [req-b40a3572-debf-4b81-8cec-1957b7226e3b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d3e796c3-6e49-49c0-9898-57adc459dd12', u'date': 'Mon, 13 Aug 2018 11:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b40a3572-debf-4b81-8cec-1957b7226e3b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4 [358.973459s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 170, in test_bgpvpn_variant4 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:20:52,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.431s 2018-08-13 11:20:52,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-727956517 description", "name": "tempest-secgroup-smoke-727956517"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89821879-ed12-4850-ad55-84cf77063a37'} Body: {"security_group": {"description": "tempest-secgroup-smoke-727956517 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "updated_at": "2018-08-13T11:20:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:20:52Z", "revision_number": 0, "id": "240f4b62-8df9-4fb5-83f2-e1111869b87f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:20:52Z", "revision_number": 0, "id": "ef634147-a91e-4a75-a3e5-0c1b5661ba11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "name": "tempest-secgroup-smoke-727956517"}} 2018-08-13 11:20:52,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 11:20:52,634 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13d1e2c6-2477-48c8-b54b-7d27a783314b'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e860c853-12b0-4d8c-bb25-2c817781623c"}} 2018-08-13 11:20:52,791 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 11:20:52,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d93c5aa-fa02-4119-b8f7-defa45724b53'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c26ebff7-dfa9-4222-b7fe-6cba9eb5c7b0"}} 2018-08-13 11:20:52,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.165s 2018-08-13 11:20:52,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17a74ecf-6fe6-4cb1-89f4-624844fce3d3'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4d0a73b0-b957-4aad-b991-8bef3576e160"}} 2018-08-13 11:20:53,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.150s 2018-08-13 11:20:53,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8999ec3-7ee9-46b9-acaf-538467ab35c7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c2134f17-cef7-46d3-af42-d97c1c975c92"}} 2018-08-13 11:20:53,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.176s 2018-08-13 11:20:53,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7957dfbd-5f46-48d4-81c3-3dd9a127c922'} 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-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e327baa-cfb7-4b0a-ac24-f3800c1d106f"}} 2018-08-13 11:20:53,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 11:20:53,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc553c06-bf3e-481a-bab8-4b646fb247f0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "687f6f89-f611-431f-9402-ae26a6e8ad0a"}} 2018-08-13 11:20:53,598 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 11:20:53,599 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50932cbc-460b-40eb-b388-3d9e98594b76'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6384b165-beba-4e9b-9ee7-ef73d5b364ac"}} 2018-08-13 11:20:53,756 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 11:20:53,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bef5cb70-b384-42b7-9c06-19fabbcb4938'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "104a25c9-303c-4912-a361-76f015ee76e6"}} 2018-08-13 11:20:54,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/networks 0.264s 2018-08-13 11:20:54,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-15658593"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c2ba0e3-32cb-4cbf-9de9-9b9463df0c0f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:20:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","name":"tempest-A-15658593"}} 2018-08-13 11:20:54,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.712s 2018-08-13 11:20:54,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "name": "tempest-subnet-A-1-893854852"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e685d196-bd3e-4ebc-a40e-a67acea1f698'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:54Z","dns_nameservers":[],"updated_at":"2018-08-13T11:20:54Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e3480128-5ccc-4709-bf00-94083d564066","subnetpool_id":null,"name":"tempest-subnet-A-1-893854852"}} 2018-08-13 11:20:54,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/networks 0.197s 2018-08-13 11:20:54,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1956511505"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f32de71-b6c8-4b55-a387-8e9775f7f156'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:20:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","name":"tempest-B-1956511505"}} 2018-08-13 11:20:55,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.596s 2018-08-13 11:20:55,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "name": "tempest-subnet-B-1-81045098"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:20:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-648210f3-98ad-4f16-895c-e24c0f86a259'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:55Z","dns_nameservers":[],"updated_at":"2018-08-13T11:20:55Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"605f2de7-8a9f-4e82-8e87-8b2802afa8b6","subnetpool_id":null,"name":"tempest-subnet-B-1-81045098"}} 2018-08-13 11:20:55,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.185s 2018-08-13 11:20:55,718 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1551520216"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-1b96be9f-eec8-4749-ba13-5dccfb72b34a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1b96be9f-eec8-4749-ba13-5dccfb72b34a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwhhgXxWaz72hq7ghs2m89+rp49if0HKI2tspTVBJ6c6Fggsu4HX5SVqWSvYnsC6n4weW21i50l0dJdp/C2T9JUhLAT6ATnCljIv4SwaW6fqmoBKXHsSP3iBPiwAkghNBBPELGFpPEx+NWyY+g6AWVB99Xd+DS8P5/yZynyX2OPK3OWYT7BJE9OG5n4cj3NgwfayQ4t+HbibcknlUPxiYqgM9GnAYZTshM6KfKL3kC43q0pnnnMKnGv/go/UJ2rcGY535bMrA97WqyFD1sKTWz1zTPNOCaQ+g5GvUb8lL+yh9On7/3bVeC4J01DCsrwFLWfo864XMOAraqsTSeBqGj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsIYYF8Vms+9oau4IbNpvPfq6ePYn9ByiNrbKU1QSenOhYILL\nuB1+Ulalkr2J7Aup+MHlttYudJdHSXafwtk/SVISwE+gE5wpYyL+EsGlun6pqASl\nx7Ej94gT4sAJIITQQTxCxhaTxMfjVsmPoOgFlQffV3fg0vD+f8mcp8l9jjytzlmE\n+wSRPThuZ+HI9zYMH2skOLfh24m3JJ5VD8YmKoDPRpwGGU7ITOinyi95AuN6tKZ5\n5zCpxr/4KP1Cdq3BmOd+WzKwPe1qshQ9bCk1s9c0zzTgmkPoORr1G/JS/sofTp+/\n921XguCdNQwrK8BS1n6POuFzDgK2qrE0ngahowIDAQABAoIBACC1B9vHsKrgThmZ\n9yesJXZ3cXueKHL7pza6Eaz04+OabylBsttvY4uAEHeq9NYupxS3YIfLEZp6uTOs\nbhedRzOfqGfHmSJpCeYbgrYY+Usf0vGVwt3IPaDMrtqRuF81HJ0pvDmVz1VjsATR\nnfIza21cow5C4P5UtuMYiRUxqTjkSIrAgDRhvN6BImEGv6e3/lcMO1NbwXMgCp4w\ndgEHYuKg+AlLYeQb0QoT59O3lN1RQMKKsMnexc1M7gwUnc4Rr6/wjXs6REZOPFKV\nwvfkLbEw7gkTL3qTzkvixv3VUfG/bAFzi0nidhFVN8YDc+Wx7denxchRhXWlpzVY\nWFDwb/kCgYEA197jep5HEPiU5Yh0yJbKQ4ohJRwXXmhA55jzG9ex+eQJRMQuCWEY\nI+AUFx4GGtNR2Dg+X3nOEipzb/r+rzVRdN5cnqDy1iYx1bIxKPlfnCTsm1CSV0yS\nTv7ZL09F30ObCY14HexBBu4h34YVmlrlXUuzhyQZTcZzGVWiGsbJRf0CgYEA0Va4\naGl5nINWQAfby2379npgUIogMNUCvT3Pm24la4ALli707gk89rtcwe2iTb5wmPCq\nOxe832omeK8hIZZVCBJ4i3InaDy9/kQrkc9VuGTCmiCFDUhP0okEoxtIQOaa96F/\nvZbDU6832vuSHIC0bknDTmq+1P7N5OfyirVYSB8CgYEAv44ml8lZ0KJ1JhVnZBQC\nmdo5vT9nMTwb1CeyGtPVN6T14JKhM2t4S2VtDnJzAlzgtJh8KKbiiNYop4a3d2w9\nwxIKaCz0L7mm4TUFUJGxGNLfLpdZtKPa9MRKnyOeIhdQvTJPE2Zw8aBgaIQIKXdd\nLuOdBF+xIIXn3uRRO6eINVUCgYBUB66AYw5o8CN4Em99Ckog12DAE6H2WBsAYcZr\nStyEeWKtR24T+utY0z7ZrY0ADhjem4SJse6j89U7jnkLJXA+jEONHiaJZhCR90VS\nA1sSaIfhHHqsKUG5bjzJSFNJkgfUrSQ8sz724ZfXNDKjdFp5Buz6FklB8IIvh5fJ\nbB/i2wKBgQCNnTb/2eY9aXrueLsBDsAKCZA0hRcqysEjMf+n2g2eWGMQ9xFjaPQa\nSjdl/+ZaE0fknFprJjDL9prcKu7Y8jquZBcOmCBEy+fv9ZfIReEDNUyN+Da5y6Gk\nXflhSKkWqqFH8X4sOo2hqk64Nshpx2VVQD6TnxfzxzY2YJCa/10bMA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1551520216", "fingerprint": "44:d5:75:04:f1:31:f5:10:90:bb:a7:ed:59:47:03:87"}} 2018-08-13 11:20:56,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/ports 0.894s 2018-08-13 11:20:56,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-867226372", "security_groups": ["d3e796c3-6e49-49c0-9898-57adc459dd12"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ada99b78-e738-41de-807d-ccbc329287c3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:20:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:20:56Z","name":"tempest-port-smoke-867226372","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:59:f4:9d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e3480128-5ccc-4709-bf00-94083d564066","ip_address":"10.101.11.10"}],"id":"62ffc428-9fb0-40d4-b7b6-9f31bed03a8c","security_groups":["d3e796c3-6e49-49c0-9898-57adc459dd12"],"device_id":""}} 2018-08-13 11:20:59,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.22:8774/v2.1/servers 2.621s 2018-08-13 11:20:59,239 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1551520216", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "port": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "adminPass": "u89bupBN7wTg"}} 2018-08-13 11:20:59,831 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.588s 2018-08-13 11:20:59,831 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:20:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:01,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.280s 2018-08-13 11:21:01,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-22cdfef4-162f-4bf5-b621-c2209c0e31a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22cdfef4-162f-4bf5-b621-c2209c0e31a9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:01,143 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 11:21:02,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.764s 2018-08-13 11:21:02,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-3a3d1974-6ac4-4597-80b0-9e857ed56d78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a3d1974-6ac4-4597-80b0-9e857ed56d78'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:01Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:02,926 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:21:04,766 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.838s 2018-08-13 11:21:04,766 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-88e44f8a-5cd5-4b46-935c-b520e2844d42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88e44f8a-5cd5-4b46-935c-b520e2844d42'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:01Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:06,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.758s 2018-08-13 11:21:06,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-346f3dc5-bd1f-4780-ac20-4b031b724fb1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346f3dc5-bd1f-4780-ac20-4b031b724fb1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:06,551 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:21:06,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.164s 2018-08-13 11:21:06,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-3c221fda-bffe-421a-96b4-9ce4af925fa7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c221fda-bffe-421a-96b4-9ce4af925fa7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:06,735 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8653aae2-ba0d-401b-97eb-829683e0572e with status: ACTIVE 2018-08-13 11:21:07,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/ports 1.106s 2018-08-13 11:21:07,842 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1399310711", "security_groups": ["d3e796c3-6e49-49c0-9898-57adc459dd12"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e0007e7-2671-4b28-a56b-bcc2b7e9c4e8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:21:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:21:07Z","name":"tempest-port-smoke-1399310711","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c9:28:3c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"605f2de7-8a9f-4e82-8e87-8b2802afa8b6","ip_address":"10.102.21.20"}],"id":"6c741423-8f7c-4f6e-a571-02e2e5dbd536","security_groups":["d3e796c3-6e49-49c0-9898-57adc459dd12"],"device_id":""}} 2018-08-13 11:21:09,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.22:8774/v2.1/servers 1.435s 2018-08-13 11:21:09,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1551520216", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "port": "6c741423-8f7c-4f6e-a571-02e2e5dbd536"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5471e27d-795d-430e-b693-2ace0329920f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "adminPass": "8Uo76625ev4K"}} 2018-08-13 11:21:09,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.056s 2018-08-13 11:21:09,342 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:10,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.092s 2018-08-13 11:21:10,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-9795cd6b-6b04-4903-b9f7-b02601aa962f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9795cd6b-6b04-4903-b9f7-b02601aa962f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:10,462 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:21:11,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.402s 2018-08-13 11:21:11,866 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-573b0058-7909-467f-9cd0-d5894185b2c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-573b0058-7909-467f-9cd0-d5894185b2c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:11,878 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:21:13,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.315s 2018-08-13 11:21:13,195 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-a4548115-68cf-406e-9f62-d1a2a6e1ad06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4548115-68cf-406e-9f62-d1a2a6e1ad06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:14,612 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.403s 2018-08-13 11:21:14,613 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-1d6a2f0f-6de0-4750-80bd-fc489fe97923', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d6a2f0f-6de0-4750-80bd-fc489fe97923'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:14,626 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:21:14,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.148s 2018-08-13 11:21:14,776 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:14,789 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 5471e27d-795d-430e-b693-2ace0329920f with status: ACTIVE 2018-08-13 11:21:15,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.365s 2018-08-13 11:21:15,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d76c29b0-4df4-4d5b-b6ff-920261838380'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "12cf014f-883e-4859-85f3-2feccdca74f1"}} 2018-08-13 11:21:15,568 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations 0.411s 2018-08-13 11:21:15,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations', u'date': 'Mon, 13 Aug 2018 11:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-45e0d854-242a-4f98-802f-039e47860f55'} Body: {"network_association": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "id": "b513b56c-1603-412c-9259-489f5f021484"}} 2018-08-13 11:21:16,265 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations 0.695s 2018-08-13 11:21:16,265 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations', u'date': 'Mon, 13 Aug 2018 11:21:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4733fb8b-a7b9-4a69-9add-0b3c313c32ec'} Body: {"network_association": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "id": "f179bb7b-51a0-4477-9d79-98567974246d"}} 2018-08-13 11:21:16,266 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:21:16,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/routers 0.264s 2018-08-13 11:21:16,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1248963673", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:21:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76cc9cd6-ee9a-4202-9822-49a0107b726a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:16Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:16Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0", "name": "tempest-router--1248963673"}} 2018-08-13 11:21:18,525 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0 1.992s 2018-08-13 11:21:18,526 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0', u'date': 'Mon, 13 Aug 2018 11:21:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30a752b8-53e8-4026-a621-4b74986b5f0a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:16Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:18Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0", "name": "tempest-router--1248963673"}} 2018-08-13 11:21:20,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/add_router_interface 2.293s 2018-08-13 11:21:20,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:21:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90634739-7593-42f7-b1cf-d06bb713f4e7'} Body: {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6", "subnet_ids": ["605f2de7-8a9f-4e82-8e87-8b2802afa8b6"], "port_id": "8428e014-e7d9-4301-afa0-300f56cfe596", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0"} 2018-08-13 11:21:20,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/routers 0.089s 2018-08-13 11:21:20,912 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--686408012", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:21:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ec6c01f-fb90-432f-b9b3-2c427a7b8f1b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:20Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:20Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "name": "tempest-router--686408012"}} 2018-08-13 11:21:22,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d 1.152s 2018-08-13 11:21:22,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d', u'date': 'Mon, 13 Aug 2018 11:21:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20e5641b-9035-4f9b-a8e4-96b230d4cb8a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:20Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:21Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "name": "tempest-router--686408012"}} 2018-08-13 11:21:24,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/add_router_interface 2.207s 2018-08-13 11:21:24,274 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e3480128-5ccc-4709-bf00-94083d564066"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:21:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f64f69d-da5f-4521-af7e-8608d7c55835'} Body: {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e3480128-5ccc-4709-bf00-94083d564066", "subnet_ids": ["e3480128-5ccc-4709-bf00-94083d564066"], "port_id": "cabbd691-eda6-44a9-8a8a-5e98f46b5324", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d"} 2018-08-13 11:21:26,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.766s 2018-08-13 11:21:26,042 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:21:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d6d23a1-eeb2-4b96-b913-b4c98be9f2c9'} Body: {"floatingip": {"router_id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:21:24Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c", "id": "d88a771d-9564-4eec-9912-8b846a0a7fe4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:24Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:21:26,043 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:21:29,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:21:29,119 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:21:29,150 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:21:29,265 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:21:29,265 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:21:29,269 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:21:29,338 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:21:29,366 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:21:34,374 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:21:34,374 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:22:44,441 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:22:44,441 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:22:44,445 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:22:44,511 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:22:44,541 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:22:49,547 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:22:49,548 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:23:59,613 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:23:59,614 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:23:59,614 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,618 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,716 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,746 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,752 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:23:59,752 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:ee:68 [ether] on eth0 2018-08-13 11:23:59,753 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:23:59,753 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,755 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,816 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,819 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,829 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:23:59,829 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:23:59,830 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,832 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,892 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,895 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,901 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:23:59,902 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,904 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,963 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,968 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,973 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:23:59,974 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:ee:68 [ether] on eth0 2018-08-13 11:23:59,974 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:23:59,975 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,977 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:24:00,036 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:24:00,041 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:24:05,051 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:24:05,053 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:25:15,124 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:25:15,125 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:25:15,128 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:25:15,225 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:25:15,256 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:25:20,263 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:25:20,264 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:26:30,328 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:26:30,329 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.218: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:26:31,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/d88a771d-9564-4eec-9912-8b846a0a7fe4 1.381s 2018-08-13 11:26:31,716 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/d88a771d-9564-4eec-9912-8b846a0a7fe4', u'date': 'Mon, 13 Aug 2018 11:26:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2474eff6-a014-41d0-a8b0-e8eced10793c'} Body: 2018-08-13 11:26:33,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/remove_router_interface 1.936s 2018-08-13 11:26:33,654 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e3480128-5ccc-4709-bf00-94083d564066"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3875638-bc02-4a80-b703-1369329a780a'} Body: {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e3480128-5ccc-4709-bf00-94083d564066", "subnet_ids": ["e3480128-5ccc-4709-bf00-94083d564066"], "port_id": "cabbd691-eda6-44a9-8a8a-5e98f46b5324", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d"} 2018-08-13 11:26:35,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d 1.547s 2018-08-13 11:26:35,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d', u'date': 'Mon, 13 Aug 2018 11:26:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7a31951-769e-419c-ae61-3fb7e4406a1c'} Body: 2018-08-13 11:26:36,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/remove_router_interface 1.580s 2018-08-13 11:26:36,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51dede04-c35b-4265-94d3-ff77567472d8'} Body: {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6", "subnet_ids": ["605f2de7-8a9f-4e82-8e87-8b2802afa8b6"], "port_id": "8428e014-e7d9-4301-afa0-300f56cfe596", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0"} 2018-08-13 11:26:38,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0 1.613s 2018-08-13 11:26:38,400 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0274dcd4-7852-4f8d-877d-d091e67cadcb'} Body: 2018-08-13 11:26:38,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.373s 2018-08-13 11:26:38,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-0715d1fe-0ea0-4f13-b636-671bf93b59c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0715d1fe-0ea0-4f13-b636-671bf93b59c4'} Body: 2018-08-13 11:26:39,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 1.141s 2018-08-13 11:26:39,917 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-b55c5d7e-df5b-4c97-b54c-3945a4c22703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b55c5d7e-df5b-4c97-b54c-3945a4c22703'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:26:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:26:40,978 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.040s 2018-08-13 11:26:40,978 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-f8714def-e179-4f06-b932-3fd0fe74cc20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f8714def-e179-4f06-b932-3fd0fe74cc20'} Body: {"itemNotFound": {"message": "Instance 5471e27d-795d-430e-b693-2ace0329920f could not be found.", "code": 404}} 2018-08-13 11:26:41,488 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/6c741423-8f7c-4f6e-a571-02e2e5dbd536 0.508s 2018-08-13 11:26:41,488 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/6c741423-8f7c-4f6e-a571-02e2e5dbd536', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aee369d2-a64e-4c32-9d9f-c486f23186be'} Body: 2018-08-13 11:26:41,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.147s 2018-08-13 11:26:41,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-e251f85e-044a-4aee-8ee1-2f64a05e3071', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e251f85e-044a-4aee-8ee1-2f64a05e3071'} Body: 2018-08-13 11:26:42,335 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.697s 2018-08-13 11:26:42,336 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-c87ea401-d41c-4388-b9e2-bf317fb2ebba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87ea401-d41c-4388-b9e2-bf317fb2ebba'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:26:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:26:43,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.047s 2018-08-13 11:26:43,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-1ba78362-e98e-409e-97b9-80173fb6a214', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1ba78362-e98e-409e-97b9-80173fb6a214'} Body: {"itemNotFound": {"message": "Instance 8653aae2-ba0d-401b-97eb-829683e0572e could not be found.", "code": 404}} 2018-08-13 11:26:43,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/62ffc428-9fb0-40d4-b7b6-9f31bed03a8c 0.562s 2018-08-13 11:26:43,970 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/62ffc428-9fb0-40d4-b7b6-9f31bed03a8c', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-92068af3-459e-4ebf-b22a-d67ab99d3a97'} Body: 2018-08-13 11:26:44,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1551520216 0.061s 2018-08-13 11:26:44,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1551520216', u'x-compute-request-id': 'req-6ae81b64-19bb-418b-908f-1f416666857b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ae81b64-19bb-418b-908f-1f416666857b'} Body: 2018-08-13 11:26:45,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/605f2de7-8a9f-4e82-8e87-8b2802afa8b6 1.378s 2018-08-13 11:26:45,415 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/605f2de7-8a9f-4e82-8e87-8b2802afa8b6', u'date': 'Mon, 13 Aug 2018 11:26:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6d14cc95-639b-45f3-a54e-8fde65f96ce9'} Body: 2018-08-13 11:26:47,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/a731c858-dd97-4ba9-8823-efdc39c2fd5a 1.999s 2018-08-13 11:26:47,417 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/a731c858-dd97-4ba9-8823-efdc39c2fd5a', u'date': 'Mon, 13 Aug 2018 11:26:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f700bc39-c41b-4a4a-984c-91fb4c10ab17'} Body: 2018-08-13 11:26:48,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e3480128-5ccc-4709-bf00-94083d564066 1.014s 2018-08-13 11:26:48,433 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e3480128-5ccc-4709-bf00-94083d564066', u'date': 'Mon, 13 Aug 2018 11:26:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6c5ab5d-609a-4204-93d4-bcad2dc4f841'} Body: 2018-08-13 11:26:50,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/0361a00e-378c-4eb8-95d4-21e1ed97b897 2.022s 2018-08-13 11:26:50,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/0361a00e-378c-4eb8-95d4-21e1ed97b897', u'date': 'Mon, 13 Aug 2018 11:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2167fe6f-6900-42f5-9137-fd3cbbcf4605'} Body: 2018-08-13 11:26:50,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d3e796c3-6e49-49c0-9898-57adc459dd12 0.530s 2018-08-13 11:26:50,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d3e796c3-6e49-49c0-9898-57adc459dd12', u'date': 'Mon, 13 Aug 2018 11:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b40a3572-debf-4b81-8cec-1957b7226e3b'} Body: 2018-08-13 11:26:51.282 63 INFO tempest.lib.common.rest_client [req-90e48c1d-7135-42f7-9d3b-26c920ae0b05 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.267s 2018-08-13 11:26:51.283 63 DEBUG tempest.lib.common.rest_client [req-90e48c1d-7135-42f7-9d3b-26c920ae0b05 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-2139158681 description", "name": "tempest-secgroup-smoke-2139158681"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90e48c1d-7135-42f7-9d3b-26c920ae0b05'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2139158681 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "updated_at": "2018-08-13T11:26:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:26:51Z", "revision_number": 0, "id": "c9bc6ba9-71a6-4f4c-b9d7-6f1f78ea314e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:26:51Z", "revision_number": 0, "id": "daf641d1-a90e-4474-bb35-263f73ddeab5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "name": "tempest-secgroup-smoke-2139158681"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:51.444 63 INFO tempest.lib.common.rest_client [req-87fe1e9c-f328-4aba-9c45-dab15458eb1f ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 11:26:51.445 63 DEBUG tempest.lib.common.rest_client [req-87fe1e9c-f328-4aba-9c45-dab15458eb1f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87fe1e9c-f328-4aba-9c45-dab15458eb1f'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6e758612-30dd-4514-aee1-d8205b3e5290"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:51.662 63 INFO tempest.lib.common.rest_client [req-db53df7a-0322-4a32-9172-b959614023fc ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.215s 2018-08-13 11:26:51.662 63 DEBUG tempest.lib.common.rest_client [req-db53df7a-0322-4a32-9172-b959614023fc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db53df7a-0322-4a32-9172-b959614023fc'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4a96407f-786a-4aa9-976f-a64041ce71ea"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:51.839 63 INFO tempest.lib.common.rest_client [req-10c481da-8156-4a3f-bda9-93b7ddfc6cc6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.176s 2018-08-13 11:26:51.840 63 DEBUG tempest.lib.common.rest_client [req-10c481da-8156-4a3f-bda9-93b7ddfc6cc6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10c481da-8156-4a3f-bda9-93b7ddfc6cc6'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "da29b068-b258-40b7-a6fc-06aece2a0297"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:52.061 63 INFO tempest.lib.common.rest_client [req-286f184b-e8d3-43b0-a6d0-f03ab6d91e25 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.220s 2018-08-13 11:26:52.061 63 DEBUG tempest.lib.common.rest_client [req-286f184b-e8d3-43b0-a6d0-f03ab6d91e25 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-286f184b-e8d3-43b0-a6d0-f03ab6d91e25'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "abd4314c-2157-4af8-b7a4-dff5f8775f1a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:52.251 63 INFO tempest.lib.common.rest_client [req-f27f9c03-0e27-454d-885f-7223151798aa ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.189s 2018-08-13 11:26:52.252 63 DEBUG tempest.lib.common.rest_client [req-f27f9c03-0e27-454d-885f-7223151798aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f27f9c03-0e27-454d-885f-7223151798aa'} 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-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "df0abe2d-8210-4f64-af40-bda9a0381c5b"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:52.498 63 INFO tempest.lib.common.rest_client [req-68dde307-4496-45d9-9190-6924dd089424 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.245s 2018-08-13 11:26:52.499 63 DEBUG tempest.lib.common.rest_client [req-68dde307-4496-45d9-9190-6924dd089424 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-68dde307-4496-45d9-9190-6924dd089424'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "570cedc9-c285-4338-b0dc-4247414d5b6a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:52.663 63 INFO tempest.lib.common.rest_client [req-a3ee83a7-0af4-4d5c-9fa9-06c760260b2a ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 11:26:52.663 63 DEBUG tempest.lib.common.rest_client [req-a3ee83a7-0af4-4d5c-9fa9-06c760260b2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3ee83a7-0af4-4d5c-9fa9-06c760260b2a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5b8632a-1871-4c49-9c2f-bd931cb26058"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:52.813 63 INFO tempest.lib.common.rest_client [req-d8eaf1c9-a39d-4a8b-807e-f993e66e9472 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 11:26:52.814 63 DEBUG tempest.lib.common.rest_client [req-d8eaf1c9-a39d-4a8b-807e-f993e66e9472 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8eaf1c9-a39d-4a8b-807e-f993e66e9472'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "738d1ef9-40bb-4ae5-ab33-bcc8e9744b59"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:53.050 63 INFO tempest.lib.common.rest_client [req-d2618847-b14a-4289-9683-b68276733db0 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/networks 0.235s 2018-08-13 11:26:53.051 63 DEBUG tempest.lib.common.rest_client [req-d2618847-b14a-4289-9683-b68276733db0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-438793553"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:26:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2618847-b14a-4289-9683-b68276733db0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:26:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","name":"tempest-A-438793553"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:53.572 63 INFO tempest.lib.common.rest_client [req-ccb90bd2-434e-422d-9c5f-8fa4ea761682 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.518s 2018-08-13 11:26:53.572 63 DEBUG tempest.lib.common.rest_client [req-ccb90bd2-434e-422d-9c5f-8fa4ea761682 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "name": "tempest-subnet-A-1-1821250015"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:26:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccb90bd2-434e-422d-9c5f-8fa4ea761682'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:53Z","dns_nameservers":[],"updated_at":"2018-08-13T11:26:53Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"35bd05da-48b2-4b55-8e96-97a9bc0c313a","subnetpool_id":null,"name":"tempest-subnet-A-1-1821250015"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:54.061 63 INFO tempest.lib.common.rest_client [req-f9dad07b-850d-4269-a636-448360b50a1f ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/networks 0.487s 2018-08-13 11:26:54.061 63 DEBUG tempest.lib.common.rest_client [req-f9dad07b-850d-4269-a636-448360b50a1f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-132662679"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:26:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9dad07b-850d-4269-a636-448360b50a1f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:26:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","name":"tempest-B-132662679"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:55.313 63 INFO tempest.lib.common.rest_client [req-a740a11b-a512-4d75-ab82-d05615e59b85 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.250s 2018-08-13 11:26:55.313 63 DEBUG tempest.lib.common.rest_client [req-a740a11b-a512-4d75-ab82-d05615e59b85 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "name": "tempest-subnet-B-1-1196171764"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:26:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a740a11b-a512-4d75-ab82-d05615e59b85'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:54Z","dns_nameservers":[],"updated_at":"2018-08-13T11:26:54Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"63ddc6c3-37d1-4b78-9cf5-8fc41d73d969","subnetpool_id":null,"name":"tempest-subnet-B-1-1196171764"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:55.540 63 INFO tempest.lib.common.rest_client [req-c4aa07f0-ef26-4cf1-8406-610fcdd3ca7c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/routers 0.225s 2018-08-13 11:26:55.540 63 DEBUG tempest.lib.common.rest_client [req-c4aa07f0-ef26-4cf1-8406-610fcdd3ca7c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--780259921", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:26:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4aa07f0-ef26-4cf1-8406-610fcdd3ca7c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:55Z", "admin_state_up": true, "updated_at": "2018-08-13T11:26:55Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10", "name": "tempest-router--780259921"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:57.080 63 INFO tempest.lib.common.rest_client [req-1917cfe5-ff87-422d-9fcc-ec0892edd299 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10 1.538s 2018-08-13 11:26:57.081 63 DEBUG tempest.lib.common.rest_client [req-1917cfe5-ff87-422d-9fcc-ec0892edd299 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10', u'date': 'Mon, 13 Aug 2018 11:26:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1917cfe5-ff87-422d-9fcc-ec0892edd299'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:55Z", "admin_state_up": true, "updated_at": "2018-08-13T11:26:56Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10", "name": "tempest-router--780259921"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:59.443 63 INFO tempest.lib.common.rest_client [req-3f51f2af-22a9-4086-9b62-27742e345117 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/add_router_interface 2.361s 2018-08-13 11:26:59.443 63 DEBUG tempest.lib.common.rest_client [req-3f51f2af-22a9-4086-9b62-27742e345117 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f51f2af-22a9-4086-9b62-27742e345117'} Body: {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969", "subnet_ids": ["63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"], "port_id": "de85b164-8888-421f-b7b1-845f856de410", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:26:59.690 63 INFO tempest.lib.common.rest_client [req-683cf749-825e-497b-95c2-3ffe2a67da77 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.245s 2018-08-13 11:26:59.690 63 DEBUG tempest.lib.common.rest_client [req-683cf749-825e-497b-95c2-3ffe2a67da77 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:26:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-683cf749-825e-497b-95c2-3ffe2a67da77'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:00.072 63 INFO tempest.lib.common.rest_client [req-77e966e8-9900-475c-8f6e-c800f2e7f731 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations 0.381s 2018-08-13 11:27:00.072 63 DEBUG tempest.lib.common.rest_client [req-77e966e8-9900-475c-8f6e-c800f2e7f731 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations', u'date': 'Mon, 13 Aug 2018 11:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77e966e8-9900-475c-8f6e-c800f2e7f731'} Body: {"network_association": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "id": "eef6a449-c8e9-45b6-a109-bbcd9ba46e81"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:01.009 63 INFO tempest.lib.common.rest_client [req-ab187af4-aeea-4cd1-b099-0bbe1303f002 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations 0.935s 2018-08-13 11:27:01.009 63 DEBUG tempest.lib.common.rest_client [req-ab187af4-aeea-4cd1-b099-0bbe1303f002 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab187af4-aeea-4cd1-b099-0bbe1303f002'} Body: {"network_association": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "id": "948ec6a5-53d6-4a69-8a67-0f7c9c242118"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:01.010 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 11:27:01.156 63 INFO tempest.lib.common.rest_client [req-36e3b6ec-8952-411d-bb9e-ad836f184dff ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.145s 2018-08-13 11:27:01.156 63 DEBUG tempest.lib.common.rest_client [req-36e3b6ec-8952-411d-bb9e-ad836f184dff ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-663641824"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-36e3b6ec-8952-411d-bb9e-ad836f184dff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-36e3b6ec-8952-411d-bb9e-ad836f184dff'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpx4OQK2nJL+YIasJ0oiND/dqDi20XJVzq5ed5ujQJE+p1QCmDZ1P8o8jeagl7lSjQXdMjCwGRsgrusL/Se6uD0bOhbfKvh8otiKmITBhGw5QZ6dHy+SM65kzLSY3ZD3ftHvcsuLh62+UQUHpZKAhAOjDI6SM60gLPUlIn4jLQjDmVgbWmZ8gfHV4eguMC/+ar0B7zTbHnWDehYB9hkrDgQvc1vo9AOPwAjlwxZkFZJZVtBZ53Pi+T1vZMYoW97hHO7NnL3W61DrBWj7stZiiCi+10vlpslYoGDmL6QZBRKlKseJ52U+woicujq5eydNxbF5hNDzjAlevR6KE9H3Kj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6ceDkCtpyS/mCGrCdKIjQ/3ag4ttFyVc6uXnebo0CRPqdUAp\ng2dT/KPI3moJe5Uo0F3TIwsBkbIK7rC/0nurg9GzoW3yr4fKLYipiEwYRsOUGenR\n8vkjOuZMy0mN2Q937R73LLi4etvlEFB6WSgIQDowyOkjOtICz1JSJ+Iy0Iw5lYG1\npmfIHx1eHoLjAv/mq9Ae802x51g3oWAfYZKw4EL3Nb6PQDj8AI5cMWZBWSWVbQWe\ndz4vk9b2TGKFve4RzuzZy91utQ6wVo+7LWYogovtdL5abJWKBg5i+kGQUSpSrHie\ndlPsKInLo6uXsnTcWxeYTQ84wJXr0eihPR9yowIDAQABAoIBAEqLxlYYodj3nyCb\n+nn6ocgykJVVxmmVDnYQ7akRSTqD0UWmOhaewldTWuAha/iubZ9T69nGzq9I2NeY\nIPLbYKveGKunRbXXVQ8D/xtpOGyIPReuSbZy31sOyPoh8EuA9Tr1ntfx51G2AOsc\n3obDjy374EaQoR1GjoLRu0TgileZY1YDiMXpKxfoP0E0THb0NLh2tSkQlufNDmgR\nlyQoeNdhiY4XKFeBsh+bS0U3GvktYPBnJoQKxc+Kob5ImIiRz9TAUBfj8D2c+dlp\nKEqxf8zpUkEUIy94KN2QuevWVOYJEjvmh1MwCex5kTu9ug5JGGhm4TIa62k1TqvL\nrU81RFECgYEA9cviBn6DQxCAtCphe0/3QJ7Dn/nwRdG1hBSxIAkGLCuc8/2fLK7N\nB0oLLKmpbhGpCRB0RfGuFJXSgOtfQudCf6cJL47J2aCgGJAE9LD6qIhyNpNi8yeW\n1odWuOXRfNkCEhWnD8fPSSs0kdM2S9Otj0Cj4e1aGn/cB1DAIxh9a00CgYEA83vs\ne16mmJhJCAQDDb6jd8Mp+VqoRRmtswVxon6BCkf8jzdtiNp0oigZ8pe0+6bWBUvI\nwOB9rutLRaqU+g82PFmfWUnKpPYWDn9hxByBUsT+zJUVejAz1mLj93GbpwcwNiPn\nixVs+wk/AglPkaVcbIS3jsUWPe4BaNC0i6G4/a8CgYAZexthZPgimbFd/A7DA9U0\nA8Fv8i8wbb8NhD+gfI8BQTwyJxa7QRvMJ6bk6GnCGV6Wq/gB0D4lsCp0ZvInM2Y3\naY+QOJNAVmCCa1u4KiiyFAMTGVBmuLHwZ3NcE6cV9EE8srXw8tvQUARRIb49OiKB\n+UeEAmEW4i5jK8HfYYiO+QKBgBWQKAVVAJQLCIy5LjwNYhS9J/55VOWpvIRaOxIU\n+gCbF3bnhb/U+PdTbdjaLqEKyXF2oLTULM1M8UGeNctfhYIavc3+hv/M+28VQOdJ\nTvqxj482tMw5cJ3P7DiByzMjo9VnoJ3kq94fl4Dqqi1P47uIlWkDc1DQvzc1JIgp\nLmTpAoGAazpvkmDpiNgN1KhwWDSs+qletbkoN1JgZ2qFmqJeXJkPIZ6YUCAdeqr2\n5+1S6YmuhBGbBOYR/FjeyOzSVv558Xg6mL1uhdsx3VFRd5exd2gjGdT7xTGlFTlH\ngCbOG8GY54+MrVA/crfIt6y36HX5VjYDXCNDtSQvJhCDZASEOGs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-663641824", "fingerprint": "30:ec:82:9a:63:1d:8f:1e:cf:c2:f2:96:f5:dd:dd:b0"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:01.869 63 INFO tempest.lib.common.rest_client [req-64fdc64f-6c39-4470-bc26-2336665ed855 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/ports 0.708s 2018-08-13 11:27:01.870 63 DEBUG tempest.lib.common.rest_client [req-64fdc64f-6c39-4470-bc26-2336665ed855 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1772686705", "security_groups": ["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64fdc64f-6c39-4470-bc26-2336665ed855'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:27:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:27:01Z","name":"tempest-port-smoke-1772686705","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:05:31:ac","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"35bd05da-48b2-4b55-8e96-97a9bc0c313a","ip_address":"10.101.11.10"}],"id":"a10e5fd5-52ad-44e6-8d83-ddb549f4da67","security_groups":["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:04.186 63 INFO tempest.lib.common.rest_client [req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.22:8774/v2.1/servers 2.313s 2018-08-13 11:27:04.186 63 DEBUG tempest.lib.common.rest_client [req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-663641824", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "port": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c76831b6-76b1-411f-956a-363832e1133e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "adminPass": "B5mZYksow35M"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:04.456 63 INFO tempest.lib.common.rest_client [req-b70dac4a-3142-4d52-afd7-5c6833978ee4 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.266s 2018-08-13 11:27:04.457 63 DEBUG tempest.lib.common.rest_client [req-b70dac4a-3142-4d52-afd7-5c6833978ee4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-b70dac4a-3142-4d52-afd7-5c6833978ee4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b70dac4a-3142-4d52-afd7-5c6833978ee4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:05.783 63 INFO tempest.lib.common.rest_client [req-d94fdc76-f417-4e1b-aa5a-89aa332c885d ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.306s 2018-08-13 11:27:05.784 63 DEBUG tempest.lib.common.rest_client [req-d94fdc76-f417-4e1b-aa5a-89aa332c885d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-d94fdc76-f417-4e1b-aa5a-89aa332c885d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d94fdc76-f417-4e1b-aa5a-89aa332c885d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:07.168 63 INFO tempest.lib.common.rest_client [req-9bb63fca-f9f6-4de7-85bb-c161192fff1e ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.370s 2018-08-13 11:27:07.168 63 DEBUG tempest.lib.common.rest_client [req-9bb63fca-f9f6-4de7-85bb-c161192fff1e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9bb63fca-f9f6-4de7-85bb-c161192fff1e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9bb63fca-f9f6-4de7-85bb-c161192fff1e'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:07.186 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-13 11:27:08.804 63 INFO tempest.lib.common.rest_client [req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.617s 2018-08-13 11:27:08.805 63 DEBUG tempest.lib.common.rest_client [req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:08.817 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 11:27:10.136 63 INFO tempest.lib.common.rest_client [req-6742b39d-69a1-4108-9537-914e1e31638f ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.316s 2018-08-13 11:27:10.136 63 DEBUG tempest.lib.common.rest_client [req-6742b39d-69a1-4108-9537-914e1e31638f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-6742b39d-69a1-4108-9537-914e1e31638f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6742b39d-69a1-4108-9537-914e1e31638f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:11.512 63 INFO tempest.lib.common.rest_client [req-14253e24-75bc-48f7-b574-4d8dab8befae ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.359s 2018-08-13 11:27:11.513 63 DEBUG tempest.lib.common.rest_client [req-14253e24-75bc-48f7-b574-4d8dab8befae ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-14253e24-75bc-48f7-b574-4d8dab8befae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-14253e24-75bc-48f7-b574-4d8dab8befae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:11.525 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:27:11.671 63 INFO tempest.lib.common.rest_client [req-9595eab3-111b-4556-bcba-ca451f0f2bcb ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.145s 2018-08-13 11:27:11.672 63 DEBUG tempest.lib.common.rest_client [req-9595eab3-111b-4556-bcba-ca451f0f2bcb ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9595eab3-111b-4556-bcba-ca451f0f2bcb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9595eab3-111b-4556-bcba-ca451f0f2bcb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:11.688 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: c76831b6-76b1-411f-956a-363832e1133e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:27:12.461 63 INFO tempest.lib.common.rest_client [req-4b8e0dfb-bfe8-4de9-a27d-8d03e210641c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/ports 0.772s 2018-08-13 11:27:12.462 63 DEBUG tempest.lib.common.rest_client [req-4b8e0dfb-bfe8-4de9-a27d-8d03e210641c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1650044432", "security_groups": ["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:27:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b8e0dfb-bfe8-4de9-a27d-8d03e210641c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:27:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:27:12Z","name":"tempest-port-smoke-1650044432","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5b:0a:52","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"63ddc6c3-37d1-4b78-9cf5-8fc41d73d969","ip_address":"10.102.21.20"}],"id":"23e860c1-150c-4325-8613-bfed6c24f8a6","security_groups":["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:13.927 63 INFO tempest.lib.common.rest_client [req-af437916-a301-456c-9f95-8a132c9de08b ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.22:8774/v2.1/servers 1.464s 2018-08-13 11:27:13.928 63 DEBUG tempest.lib.common.rest_client [req-af437916-a301-456c-9f95-8a132c9de08b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-663641824", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "port": "23e860c1-150c-4325-8613-bfed6c24f8a6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-af437916-a301-456c-9f95-8a132c9de08b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af437916-a301-456c-9f95-8a132c9de08b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "adminPass": "7evsF4es7CDg"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:13.996 63 INFO tempest.lib.common.rest_client [req-a233f37c-74d5-4179-a573-051dbf86f3ac ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.064s 2018-08-13 11:27:13.997 63 DEBUG tempest.lib.common.rest_client [req-a233f37c-74d5-4179-a573-051dbf86f3ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-a233f37c-74d5-4179-a573-051dbf86f3ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a233f37c-74d5-4179-a573-051dbf86f3ac'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:15.109 63 INFO tempest.lib.common.rest_client [req-31ef24ff-1890-4870-b93a-ad6d9c0362ac ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.097s 2018-08-13 11:27:15.110 63 DEBUG tempest.lib.common.rest_client [req-31ef24ff-1890-4870-b93a-ad6d9c0362ac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-31ef24ff-1890-4870-b93a-ad6d9c0362ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31ef24ff-1890-4870-b93a-ad6d9c0362ac'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:15.123 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:27:16.564 63 INFO tempest.lib.common.rest_client [req-8d8489e9-773d-4c89-b322-1556a9ebe8e8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.439s 2018-08-13 11:27:16.565 63 DEBUG tempest.lib.common.rest_client [req-8d8489e9-773d-4c89-b322-1556a9ebe8e8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-8d8489e9-773d-4c89-b322-1556a9ebe8e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d8489e9-773d-4c89-b322-1556a9ebe8e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:16.577 63 INFO tempest.common.waiters [-] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:27:17.981 63 INFO tempest.lib.common.rest_client [req-9e9c6919-21af-49e1-9944-23378a745a2f ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.401s 2018-08-13 11:27:17.981 63 DEBUG tempest.lib.common.rest_client [req-9e9c6919-21af-49e1-9944-23378a745a2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-9e9c6919-21af-49e1-9944-23378a745a2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e9c6919-21af-49e1-9944-23378a745a2f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:19.319 63 INFO tempest.lib.common.rest_client [req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.320s 2018-08-13 11:27:19.320 63 DEBUG tempest.lib.common.rest_client [req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:21.004 63 INFO tempest.lib.common.rest_client [req-80283683-dd04-45d5-80d1-8bdfb815477d ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.668s 2018-08-13 11:27:21.005 63 DEBUG tempest.lib.common.rest_client [req-80283683-dd04-45d5-80d1-8bdfb815477d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-80283683-dd04-45d5-80d1-8bdfb815477d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80283683-dd04-45d5-80d1-8bdfb815477d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:21.024 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:27:21.336 63 INFO tempest.lib.common.rest_client [req-547c0bdd-9ac9-442c-a575-afa17129a27c ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.311s 2018-08-13 11:27:21.337 63 DEBUG tempest.lib.common.rest_client [req-547c0bdd-9ac9-442c-a575-afa17129a27c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-547c0bdd-9ac9-442c-a575-afa17129a27c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-547c0bdd-9ac9-442c-a575-afa17129a27c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:21.350 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: a8712c55-7043-46b2-bae0-b7c17c3f5db7 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:27:21.516 63 INFO tempest.lib.common.rest_client [req-5d7f3933-6978-4246-b9d2-98ade5892272 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/routers 0.166s 2018-08-13 11:27:21.517 63 DEBUG tempest.lib.common.rest_client [req-5d7f3933-6978-4246-b9d2-98ade5892272 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--853307643", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:27:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d7f3933-6978-4246-b9d2-98ade5892272'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:21Z", "admin_state_up": true, "updated_at": "2018-08-13T11:27:21Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "name": "tempest-router--853307643"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:22.966 63 INFO tempest.lib.common.rest_client [req-126bbe79-6324-482e-b1b2-e2494be202f7 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c 1.448s 2018-08-13 11:27:22.967 63 DEBUG tempest.lib.common.rest_client [req-126bbe79-6324-482e-b1b2-e2494be202f7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c', u'date': 'Mon, 13 Aug 2018 11:27:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-126bbe79-6324-482e-b1b2-e2494be202f7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:21Z", "admin_state_up": true, "updated_at": "2018-08-13T11:27:22Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "name": "tempest-router--853307643"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:24.949 63 INFO tempest.lib.common.rest_client [req-8bcb4e7b-de7c-445a-8867-e01cf34b4638 ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/add_router_interface 1.980s 2018-08-13 11:27:24.949 63 DEBUG tempest.lib.common.rest_client [req-8bcb4e7b-de7c-445a-8867-e01cf34b4638 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:27:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8bcb4e7b-de7c-445a-8867-e01cf34b4638'} Body: {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a", "subnet_ids": ["35bd05da-48b2-4b55-8e96-97a9bc0c313a"], "port_id": "127e07da-6cc0-400c-a707-fdb8586a21e8", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:26.730 63 INFO tempest.lib.common.rest_client [req-1839b302-5cfb-4bdc-9868-18ae1b5c214e ] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.779s 2018-08-13 11:27:26.730 63 DEBUG tempest.lib.common.rest_client [req-1839b302-5cfb-4bdc-9868-18ae1b5c214e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:27:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1839b302-5cfb-4bdc-9868-18ae1b5c214e'} Body: {"floatingip": {"router_id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:27:25Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67", "id": "462c6e59-37bb-4733-b42c-d94eb7557c37", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:25Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:27:26.732 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:27:34.746 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:27:34.849 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:27:34.874 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:27:34.988 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:27:34.989 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:27:34.992 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:27:35.051 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:27:35.056 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:27:40.063 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:27:40.064 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:28:50.115 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:28:50.115 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:28:50.119 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:28:50.181 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:28:50.183 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:28:55.190 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:28:55.191 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:30:05.257 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:30:05.258 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:30:05.258 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05.262 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05.362 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:30:05.391 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05.400 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:30:05.401 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:e0:96:f1 [ether] on eth0 2018-08-13 11:30:05.401 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:30:05.401 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05.403 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05.461 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:30:05.467 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05.475 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 11:30:05.476 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:30:05.476 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05.478 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05.541 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:30:05.542 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05.548 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:30:05.548 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05.552 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05.613 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:30:05.617 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05.622 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:30:05.623 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:e0:96:f1 [ether] on eth0 2018-08-13 11:30:05.623 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:30:05.624 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05.625 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05.686 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:30:05.690 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:10.704 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:30:10.705 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:31:20.743 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:31:20.743 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:31:20.747 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:31:20.846 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:31:20.875 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:31:25.883 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:31:25.883 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:32:35.936 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.205: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:32:37.316 63 INFO tempest.lib.common.rest_client [req-dd50a662-b818-4d35-9bf1-30c2d7a81ccf ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/462c6e59-37bb-4733-b42c-d94eb7557c37 1.377s 2018-08-13 11:32:37.316 63 DEBUG tempest.lib.common.rest_client [req-dd50a662-b818-4d35-9bf1-30c2d7a81ccf ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/462c6e59-37bb-4733-b42c-d94eb7557c37', u'date': 'Mon, 13 Aug 2018 11:32:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd50a662-b818-4d35-9bf1-30c2d7a81ccf'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:39.142 63 INFO tempest.lib.common.rest_client [req-ce62d14c-36f1-438f-8295-3bfcb04a9503 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/remove_router_interface 1.825s 2018-08-13 11:32:39.143 63 DEBUG tempest.lib.common.rest_client [req-ce62d14c-36f1-438f-8295-3bfcb04a9503 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:32:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce62d14c-36f1-438f-8295-3bfcb04a9503'} Body: {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a", "subnet_ids": ["35bd05da-48b2-4b55-8e96-97a9bc0c313a"], "port_id": "127e07da-6cc0-400c-a707-fdb8586a21e8", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:40.872 63 INFO tempest.lib.common.rest_client [req-2256727b-de2e-431d-891c-5e08e4fbf0f5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c 1.728s 2018-08-13 11:32:40.873 63 DEBUG tempest.lib.common.rest_client [req-2256727b-de2e-431d-891c-5e08e4fbf0f5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c', u'date': 'Mon, 13 Aug 2018 11:32:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2256727b-de2e-431d-891c-5e08e4fbf0f5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:41.245 63 INFO tempest.lib.common.rest_client [req-cdad4649-fd0f-4353-8e07-9b56e5090f67 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.370s 2018-08-13 11:32:41.246 63 DEBUG tempest.lib.common.rest_client [req-cdad4649-fd0f-4353-8e07-9b56e5090f67 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-cdad4649-fd0f-4353-8e07-9b56e5090f67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdad4649-fd0f-4353-8e07-9b56e5090f67'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:41.909 63 INFO tempest.lib.common.rest_client [req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.662s 2018-08-13 11:32:41.909 63 DEBUG tempest.lib.common.rest_client [req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:32:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:43.301 63 INFO tempest.lib.common.rest_client [req-97b9ef0f-6494-4528-bc7d-434f9889f60c ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.376s 2018-08-13 11:32:43.302 63 DEBUG tempest.lib.common.rest_client [req-97b9ef0f-6494-4528-bc7d-434f9889f60c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-97b9ef0f-6494-4528-bc7d-434f9889f60c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97b9ef0f-6494-4528-bc7d-434f9889f60c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T11:32:42Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T11:32:42.000000", "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:43.315 63 INFO tempest.common.waiters [-] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-13 11:32:44.358 63 INFO tempest.lib.common.rest_client [req-5c667a6d-5926-4ad3-ab47-a34856281e8d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.041s 2018-08-13 11:32:44.359 63 DEBUG tempest.lib.common.rest_client [req-5c667a6d-5926-4ad3-ab47-a34856281e8d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-5c667a6d-5926-4ad3-ab47-a34856281e8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5c667a6d-5926-4ad3-ab47-a34856281e8d'} Body: {"itemNotFound": {"message": "Instance a8712c55-7043-46b2-bae0-b7c17c3f5db7 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:44.880 63 INFO tempest.lib.common.rest_client [req-b30f37d7-595e-4d17-9b98-7b69a7f17d8e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/23e860c1-150c-4325-8613-bfed6c24f8a6 0.519s 2018-08-13 11:32:44.880 63 DEBUG tempest.lib.common.rest_client [req-b30f37d7-595e-4d17-9b98-7b69a7f17d8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/23e860c1-150c-4325-8613-bfed6c24f8a6', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b30f37d7-595e-4d17-9b98-7b69a7f17d8e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:45.023 63 INFO tempest.lib.common.rest_client [req-2f133d72-d696-4d76-9a72-35be00938b66 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.142s 2018-08-13 11:32:45.023 63 DEBUG tempest.lib.common.rest_client [req-2f133d72-d696-4d76-9a72-35be00938b66 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-2f133d72-d696-4d76-9a72-35be00938b66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f133d72-d696-4d76-9a72-35be00938b66'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:45.432 63 INFO tempest.lib.common.rest_client [req-9f22256c-4965-4302-bbc3-128b3884bd11 ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.408s 2018-08-13 11:32:45.433 63 DEBUG tempest.lib.common.rest_client [req-9f22256c-4965-4302-bbc3-128b3884bd11 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9f22256c-4965-4302-bbc3-128b3884bd11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f22256c-4965-4302-bbc3-128b3884bd11'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:32:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:46.491 63 INFO tempest.lib.common.rest_client [req-51d4ffce-c986-410a-9735-0a9d1a3134b3 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.044s 2018-08-13 11:32:46.492 63 DEBUG tempest.lib.common.rest_client [req-51d4ffce-c986-410a-9735-0a9d1a3134b3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-51d4ffce-c986-410a-9735-0a9d1a3134b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-51d4ffce-c986-410a-9735-0a9d1a3134b3'} Body: {"itemNotFound": {"message": "Instance c76831b6-76b1-411f-956a-363832e1133e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:47.416 63 INFO tempest.lib.common.rest_client [req-649fe245-c1a3-4a30-8288-88b9d10a8c3c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a10e5fd5-52ad-44e6-8d83-ddb549f4da67 0.923s 2018-08-13 11:32:47.417 63 DEBUG tempest.lib.common.rest_client [req-649fe245-c1a3-4a30-8288-88b9d10a8c3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a10e5fd5-52ad-44e6-8d83-ddb549f4da67', u'date': 'Mon, 13 Aug 2018 11:32:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-649fe245-c1a3-4a30-8288-88b9d10a8c3c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:47.462 63 INFO tempest.lib.common.rest_client [req-7aa7b00f-d8f8-4a06-b55d-652bd4358558 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-663641824 0.044s 2018-08-13 11:32:47.462 63 DEBUG tempest.lib.common.rest_client [req-7aa7b00f-d8f8-4a06-b55d-652bd4358558 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-663641824', u'x-compute-request-id': 'req-7aa7b00f-d8f8-4a06-b55d-652bd4358558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7aa7b00f-d8f8-4a06-b55d-652bd4358558'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:49.450 63 INFO tempest.lib.common.rest_client [req-07c4491c-7909-4165-96bd-ef8dd627c107 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/remove_router_interface 1.986s 2018-08-13 11:32:49.450 63 DEBUG tempest.lib.common.rest_client [req-07c4491c-7909-4165-96bd-ef8dd627c107 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:32:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07c4491c-7909-4165-96bd-ef8dd627c107'} Body: {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969", "subnet_ids": ["63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"], "port_id": "de85b164-8888-421f-b7b1-845f856de410", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:50.882 63 INFO tempest.lib.common.rest_client [req-90b7146c-12ce-464a-9792-311722acbbba ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10 1.430s 2018-08-13 11:32:50.882 63 DEBUG tempest.lib.common.rest_client [req-90b7146c-12ce-464a-9792-311722acbbba ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10', u'date': 'Mon, 13 Aug 2018 11:32:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-90b7146c-12ce-464a-9792-311722acbbba'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:52.264 63 INFO tempest.lib.common.rest_client [req-b6cb8cc1-f8de-4402-b8db-739629cd7a3c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/63ddc6c3-37d1-4b78-9cf5-8fc41d73d969 1.380s 2018-08-13 11:32:52.264 63 DEBUG tempest.lib.common.rest_client [req-b6cb8cc1-f8de-4402-b8db-739629cd7a3c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/63ddc6c3-37d1-4b78-9cf5-8fc41d73d969', u'date': 'Mon, 13 Aug 2018 11:32:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b6cb8cc1-f8de-4402-b8db-739629cd7a3c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:54.093 63 INFO tempest.lib.common.rest_client [req-100343be-f8c8-4b41-a027-ad51f47f80aa ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/3f2a6851-d746-4e7f-9345-dff9b873a42f 1.827s 2018-08-13 11:32:54.094 63 DEBUG tempest.lib.common.rest_client [req-100343be-f8c8-4b41-a027-ad51f47f80aa ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/3f2a6851-d746-4e7f-9345-dff9b873a42f', u'date': 'Mon, 13 Aug 2018 11:32:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-100343be-f8c8-4b41-a027-ad51f47f80aa'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:55.085 63 INFO tempest.lib.common.rest_client [req-69ee51b5-ea62-487d-bb91-f0f9bee58bf5 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/35bd05da-48b2-4b55-8e96-97a9bc0c313a 0.988s 2018-08-13 11:32:55.086 63 DEBUG tempest.lib.common.rest_client [req-69ee51b5-ea62-487d-bb91-f0f9bee58bf5 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/35bd05da-48b2-4b55-8e96-97a9bc0c313a', u'date': 'Mon, 13 Aug 2018 11:32:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-69ee51b5-ea62-487d-bb91-f0f9bee58bf5'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:57.107 63 INFO tempest.lib.common.rest_client [req-460a62a5-2cd0-4470-9f2c-7fdee46850e3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7 2.020s 2018-08-13 11:32:57.108 63 DEBUG tempest.lib.common.rest_client [req-460a62a5-2cd0-4470-9f2c-7fdee46850e3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-460a62a5-2cd0-4470-9f2c-7fdee46850e3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:57.357 63 INFO tempest.lib.common.rest_client [req-f8f8e322-164e-49ae-97c6-de65103d493a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/82bb7fbd-8975-49fc-a7cb-7a18455c4b72 0.248s 2018-08-13 11:32:57.357 63 DEBUG tempest.lib.common.rest_client [req-f8f8e322-164e-49ae-97c6-de65103d493a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/82bb7fbd-8975-49fc-a7cb-7a18455c4b72', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f8f8e322-164e-49ae-97c6-de65103d493a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5 [366.344629s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 192, in test_bgpvpn_variant5 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:26:51,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.267s 2018-08-13 11:26:51,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-2139158681 description", "name": "tempest-secgroup-smoke-2139158681"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90e48c1d-7135-42f7-9d3b-26c920ae0b05'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2139158681 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "updated_at": "2018-08-13T11:26:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:26:51Z", "revision_number": 0, "id": "c9bc6ba9-71a6-4f4c-b9d7-6f1f78ea314e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:26:51Z", "revision_number": 0, "id": "daf641d1-a90e-4474-bb35-263f73ddeab5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "name": "tempest-secgroup-smoke-2139158681"}} 2018-08-13 11:26:51,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 11:26:51,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87fe1e9c-f328-4aba-9c45-dab15458eb1f'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6e758612-30dd-4514-aee1-d8205b3e5290"}} 2018-08-13 11:26:51,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.215s 2018-08-13 11:26:51,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db53df7a-0322-4a32-9172-b959614023fc'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4a96407f-786a-4aa9-976f-a64041ce71ea"}} 2018-08-13 11:26:51,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.176s 2018-08-13 11:26:51,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10c481da-8156-4a3f-bda9-93b7ddfc6cc6'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "da29b068-b258-40b7-a6fc-06aece2a0297"}} 2018-08-13 11:26:52,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.220s 2018-08-13 11:26:52,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-286f184b-e8d3-43b0-a6d0-f03ab6d91e25'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "abd4314c-2157-4af8-b7a4-dff5f8775f1a"}} 2018-08-13 11:26:52,251 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.189s 2018-08-13 11:26:52,252 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f27f9c03-0e27-454d-885f-7223151798aa'} 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-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "df0abe2d-8210-4f64-af40-bda9a0381c5b"}} 2018-08-13 11:26:52,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.245s 2018-08-13 11:26:52,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-68dde307-4496-45d9-9190-6924dd089424'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "570cedc9-c285-4338-b0dc-4247414d5b6a"}} 2018-08-13 11:26:52,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 11:26:52,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3ee83a7-0af4-4d5c-9fa9-06c760260b2a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5b8632a-1871-4c49-9c2f-bd931cb26058"}} 2018-08-13 11:26:52,813 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 11:26:52,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8eaf1c9-a39d-4a8b-807e-f993e66e9472'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "738d1ef9-40bb-4ae5-ab33-bcc8e9744b59"}} 2018-08-13 11:26:53,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/networks 0.235s 2018-08-13 11:26:53,051 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-438793553"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:26:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2618847-b14a-4289-9683-b68276733db0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:26:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","name":"tempest-A-438793553"}} 2018-08-13 11:26:53,572 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.518s 2018-08-13 11:26:53,572 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "name": "tempest-subnet-A-1-1821250015"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:26:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccb90bd2-434e-422d-9c5f-8fa4ea761682'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:53Z","dns_nameservers":[],"updated_at":"2018-08-13T11:26:53Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"35bd05da-48b2-4b55-8e96-97a9bc0c313a","subnetpool_id":null,"name":"tempest-subnet-A-1-1821250015"}} 2018-08-13 11:26:54,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/networks 0.487s 2018-08-13 11:26:54,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-132662679"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:26:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9dad07b-850d-4269-a636-448360b50a1f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:26:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","name":"tempest-B-132662679"}} 2018-08-13 11:26:55,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.250s 2018-08-13 11:26:55,313 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "name": "tempest-subnet-B-1-1196171764"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:26:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a740a11b-a512-4d75-ab82-d05615e59b85'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:54Z","dns_nameservers":[],"updated_at":"2018-08-13T11:26:54Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"63ddc6c3-37d1-4b78-9cf5-8fc41d73d969","subnetpool_id":null,"name":"tempest-subnet-B-1-1196171764"}} 2018-08-13 11:26:55,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/routers 0.225s 2018-08-13 11:26:55,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--780259921", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:26:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4aa07f0-ef26-4cf1-8406-610fcdd3ca7c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:55Z", "admin_state_up": true, "updated_at": "2018-08-13T11:26:55Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10", "name": "tempest-router--780259921"}} 2018-08-13 11:26:57,080 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10 1.538s 2018-08-13 11:26:57,081 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10', u'date': 'Mon, 13 Aug 2018 11:26:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1917cfe5-ff87-422d-9fcc-ec0892edd299'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:55Z", "admin_state_up": true, "updated_at": "2018-08-13T11:26:56Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10", "name": "tempest-router--780259921"}} 2018-08-13 11:26:59,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/add_router_interface 2.361s 2018-08-13 11:26:59,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f51f2af-22a9-4086-9b62-27742e345117'} Body: {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969", "subnet_ids": ["63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"], "port_id": "de85b164-8888-421f-b7b1-845f856de410", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10"} 2018-08-13 11:26:59,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.245s 2018-08-13 11:26:59,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:26:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-683cf749-825e-497b-95c2-3ffe2a67da77'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565"}} 2018-08-13 11:27:00,072 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations 0.381s 2018-08-13 11:27:00,072 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations', u'date': 'Mon, 13 Aug 2018 11:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77e966e8-9900-475c-8f6e-c800f2e7f731'} Body: {"network_association": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "id": "eef6a449-c8e9-45b6-a109-bbcd9ba46e81"}} 2018-08-13 11:27:01,009 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations 0.935s 2018-08-13 11:27:01,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab187af4-aeea-4cd1-b099-0bbe1303f002'} Body: {"network_association": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "id": "948ec6a5-53d6-4a69-8a67-0f7c9c242118"}} 2018-08-13 11:27:01,010 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:27:01,156 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.145s 2018-08-13 11:27:01,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-663641824"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-36e3b6ec-8952-411d-bb9e-ad836f184dff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-36e3b6ec-8952-411d-bb9e-ad836f184dff'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpx4OQK2nJL+YIasJ0oiND/dqDi20XJVzq5ed5ujQJE+p1QCmDZ1P8o8jeagl7lSjQXdMjCwGRsgrusL/Se6uD0bOhbfKvh8otiKmITBhGw5QZ6dHy+SM65kzLSY3ZD3ftHvcsuLh62+UQUHpZKAhAOjDI6SM60gLPUlIn4jLQjDmVgbWmZ8gfHV4eguMC/+ar0B7zTbHnWDehYB9hkrDgQvc1vo9AOPwAjlwxZkFZJZVtBZ53Pi+T1vZMYoW97hHO7NnL3W61DrBWj7stZiiCi+10vlpslYoGDmL6QZBRKlKseJ52U+woicujq5eydNxbF5hNDzjAlevR6KE9H3Kj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6ceDkCtpyS/mCGrCdKIjQ/3ag4ttFyVc6uXnebo0CRPqdUAp\ng2dT/KPI3moJe5Uo0F3TIwsBkbIK7rC/0nurg9GzoW3yr4fKLYipiEwYRsOUGenR\n8vkjOuZMy0mN2Q937R73LLi4etvlEFB6WSgIQDowyOkjOtICz1JSJ+Iy0Iw5lYG1\npmfIHx1eHoLjAv/mq9Ae802x51g3oWAfYZKw4EL3Nb6PQDj8AI5cMWZBWSWVbQWe\ndz4vk9b2TGKFve4RzuzZy91utQ6wVo+7LWYogovtdL5abJWKBg5i+kGQUSpSrHie\ndlPsKInLo6uXsnTcWxeYTQ84wJXr0eihPR9yowIDAQABAoIBAEqLxlYYodj3nyCb\n+nn6ocgykJVVxmmVDnYQ7akRSTqD0UWmOhaewldTWuAha/iubZ9T69nGzq9I2NeY\nIPLbYKveGKunRbXXVQ8D/xtpOGyIPReuSbZy31sOyPoh8EuA9Tr1ntfx51G2AOsc\n3obDjy374EaQoR1GjoLRu0TgileZY1YDiMXpKxfoP0E0THb0NLh2tSkQlufNDmgR\nlyQoeNdhiY4XKFeBsh+bS0U3GvktYPBnJoQKxc+Kob5ImIiRz9TAUBfj8D2c+dlp\nKEqxf8zpUkEUIy94KN2QuevWVOYJEjvmh1MwCex5kTu9ug5JGGhm4TIa62k1TqvL\nrU81RFECgYEA9cviBn6DQxCAtCphe0/3QJ7Dn/nwRdG1hBSxIAkGLCuc8/2fLK7N\nB0oLLKmpbhGpCRB0RfGuFJXSgOtfQudCf6cJL47J2aCgGJAE9LD6qIhyNpNi8yeW\n1odWuOXRfNkCEhWnD8fPSSs0kdM2S9Otj0Cj4e1aGn/cB1DAIxh9a00CgYEA83vs\ne16mmJhJCAQDDb6jd8Mp+VqoRRmtswVxon6BCkf8jzdtiNp0oigZ8pe0+6bWBUvI\nwOB9rutLRaqU+g82PFmfWUnKpPYWDn9hxByBUsT+zJUVejAz1mLj93GbpwcwNiPn\nixVs+wk/AglPkaVcbIS3jsUWPe4BaNC0i6G4/a8CgYAZexthZPgimbFd/A7DA9U0\nA8Fv8i8wbb8NhD+gfI8BQTwyJxa7QRvMJ6bk6GnCGV6Wq/gB0D4lsCp0ZvInM2Y3\naY+QOJNAVmCCa1u4KiiyFAMTGVBmuLHwZ3NcE6cV9EE8srXw8tvQUARRIb49OiKB\n+UeEAmEW4i5jK8HfYYiO+QKBgBWQKAVVAJQLCIy5LjwNYhS9J/55VOWpvIRaOxIU\n+gCbF3bnhb/U+PdTbdjaLqEKyXF2oLTULM1M8UGeNctfhYIavc3+hv/M+28VQOdJ\nTvqxj482tMw5cJ3P7DiByzMjo9VnoJ3kq94fl4Dqqi1P47uIlWkDc1DQvzc1JIgp\nLmTpAoGAazpvkmDpiNgN1KhwWDSs+qletbkoN1JgZ2qFmqJeXJkPIZ6YUCAdeqr2\n5+1S6YmuhBGbBOYR/FjeyOzSVv558Xg6mL1uhdsx3VFRd5exd2gjGdT7xTGlFTlH\ngCbOG8GY54+MrVA/crfIt6y36HX5VjYDXCNDtSQvJhCDZASEOGs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-663641824", "fingerprint": "30:ec:82:9a:63:1d:8f:1e:cf:c2:f2:96:f5:dd:dd:b0"}} 2018-08-13 11:27:01,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/ports 0.708s 2018-08-13 11:27:01,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1772686705", "security_groups": ["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64fdc64f-6c39-4470-bc26-2336665ed855'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:27:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:27:01Z","name":"tempest-port-smoke-1772686705","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:05:31:ac","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"35bd05da-48b2-4b55-8e96-97a9bc0c313a","ip_address":"10.101.11.10"}],"id":"a10e5fd5-52ad-44e6-8d83-ddb549f4da67","security_groups":["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"],"device_id":""}} 2018-08-13 11:27:04,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.22:8774/v2.1/servers 2.313s 2018-08-13 11:27:04,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-663641824", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "port": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c76831b6-76b1-411f-956a-363832e1133e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "adminPass": "B5mZYksow35M"}} 2018-08-13 11:27:04,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.266s 2018-08-13 11:27:04,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-b70dac4a-3142-4d52-afd7-5c6833978ee4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b70dac4a-3142-4d52-afd7-5c6833978ee4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:05,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.306s 2018-08-13 11:27:05,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-d94fdc76-f417-4e1b-aa5a-89aa332c885d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d94fdc76-f417-4e1b-aa5a-89aa332c885d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:07,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.370s 2018-08-13 11:27:07,168 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9bb63fca-f9f6-4de7-85bb-c161192fff1e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9bb63fca-f9f6-4de7-85bb-c161192fff1e'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:07,186 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-13 11:27:08,804 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.617s 2018-08-13 11:27:08,805 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:08,817 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 11:27:10,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.316s 2018-08-13 11:27:10,136 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-6742b39d-69a1-4108-9537-914e1e31638f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6742b39d-69a1-4108-9537-914e1e31638f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:11,512 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.359s 2018-08-13 11:27:11,513 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-14253e24-75bc-48f7-b574-4d8dab8befae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-14253e24-75bc-48f7-b574-4d8dab8befae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:11,525 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:27:11,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.145s 2018-08-13 11:27:11,672 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9595eab3-111b-4556-bcba-ca451f0f2bcb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9595eab3-111b-4556-bcba-ca451f0f2bcb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:11,688 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c76831b6-76b1-411f-956a-363832e1133e with status: ACTIVE 2018-08-13 11:27:12,461 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/ports 0.772s 2018-08-13 11:27:12,462 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1650044432", "security_groups": ["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:27:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b8e0dfb-bfe8-4de9-a27d-8d03e210641c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:27:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:27:12Z","name":"tempest-port-smoke-1650044432","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5b:0a:52","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"63ddc6c3-37d1-4b78-9cf5-8fc41d73d969","ip_address":"10.102.21.20"}],"id":"23e860c1-150c-4325-8613-bfed6c24f8a6","security_groups":["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"],"device_id":""}} 2018-08-13 11:27:13,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.22:8774/v2.1/servers 1.464s 2018-08-13 11:27:13,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-663641824", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "port": "23e860c1-150c-4325-8613-bfed6c24f8a6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-af437916-a301-456c-9f95-8a132c9de08b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af437916-a301-456c-9f95-8a132c9de08b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "adminPass": "7evsF4es7CDg"}} 2018-08-13 11:27:13,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.064s 2018-08-13 11:27:13,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-a233f37c-74d5-4179-a573-051dbf86f3ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a233f37c-74d5-4179-a573-051dbf86f3ac'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:15,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.097s 2018-08-13 11:27:15,110 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-31ef24ff-1890-4870-b93a-ad6d9c0362ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31ef24ff-1890-4870-b93a-ad6d9c0362ac'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:15,123 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:27:16,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.439s 2018-08-13 11:27:16,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-8d8489e9-773d-4c89-b322-1556a9ebe8e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d8489e9-773d-4c89-b322-1556a9ebe8e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:16,577 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:27:17,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.401s 2018-08-13 11:27:17,981 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-9e9c6919-21af-49e1-9944-23378a745a2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e9c6919-21af-49e1-9944-23378a745a2f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:19,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.320s 2018-08-13 11:27:19,320 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:21,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.668s 2018-08-13 11:27:21,005 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-80283683-dd04-45d5-80d1-8bdfb815477d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80283683-dd04-45d5-80d1-8bdfb815477d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:21,024 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:27:21,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.311s 2018-08-13 11:27:21,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-547c0bdd-9ac9-442c-a575-afa17129a27c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-547c0bdd-9ac9-442c-a575-afa17129a27c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:21,350 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a8712c55-7043-46b2-bae0-b7c17c3f5db7 with status: ACTIVE 2018-08-13 11:27:21,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/routers 0.166s 2018-08-13 11:27:21,517 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--853307643", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:27:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d7f3933-6978-4246-b9d2-98ade5892272'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:21Z", "admin_state_up": true, "updated_at": "2018-08-13T11:27:21Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "name": "tempest-router--853307643"}} 2018-08-13 11:27:22,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c 1.448s 2018-08-13 11:27:22,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c', u'date': 'Mon, 13 Aug 2018 11:27:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-126bbe79-6324-482e-b1b2-e2494be202f7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:21Z", "admin_state_up": true, "updated_at": "2018-08-13T11:27:22Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "name": "tempest-router--853307643"}} 2018-08-13 11:27:24,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/add_router_interface 1.980s 2018-08-13 11:27:24,949 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:27:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8bcb4e7b-de7c-445a-8867-e01cf34b4638'} Body: {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a", "subnet_ids": ["35bd05da-48b2-4b55-8e96-97a9bc0c313a"], "port_id": "127e07da-6cc0-400c-a707-fdb8586a21e8", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c"} 2018-08-13 11:27:26,730 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.779s 2018-08-13 11:27:26,730 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:27:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1839b302-5cfb-4bdc-9868-18ae1b5c214e'} Body: {"floatingip": {"router_id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:27:25Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67", "id": "462c6e59-37bb-4733-b42c-d94eb7557c37", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:25Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:27:26,732 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:27:34,746 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:27:34,849 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:27:34,874 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:27:34,988 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:27:34,989 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:27:34,992 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:27:35,051 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:27:35,056 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:27:40,063 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:27:40,064 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:28:50,115 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:28:50,115 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:28:50,119 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:28:50,181 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:28:50,183 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:28:55,190 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:28:55,191 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:30:05,257 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:30:05,258 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:30:05,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,262 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,362 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,391 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,400 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:30:05,401 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e0:96:f1 [ether] on eth0 2018-08-13 11:30:05,401 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:30:05,401 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,403 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,461 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,467 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,475 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:30:05,476 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:30:05,476 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,478 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,541 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,542 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,548 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:30:05,548 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,552 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,613 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,617 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,622 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:30:05,623 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e0:96:f1 [ether] on eth0 2018-08-13 11:30:05,623 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:30:05,624 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,625 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,686 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,690 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:10,704 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:30:10,705 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:31:20,743 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:31:20,743 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:31:20,747 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:31:20,846 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:31:20,875 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:31:25,883 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:31:25,883 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:32:35,936 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:32:35,937 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.205: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:32:37,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/462c6e59-37bb-4733-b42c-d94eb7557c37 1.377s 2018-08-13 11:32:37,316 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/462c6e59-37bb-4733-b42c-d94eb7557c37', u'date': 'Mon, 13 Aug 2018 11:32:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd50a662-b818-4d35-9bf1-30c2d7a81ccf'} Body: 2018-08-13 11:32:39,142 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/remove_router_interface 1.825s 2018-08-13 11:32:39,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:32:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce62d14c-36f1-438f-8295-3bfcb04a9503'} Body: {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a", "subnet_ids": ["35bd05da-48b2-4b55-8e96-97a9bc0c313a"], "port_id": "127e07da-6cc0-400c-a707-fdb8586a21e8", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c"} 2018-08-13 11:32:40,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c 1.728s 2018-08-13 11:32:40,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c', u'date': 'Mon, 13 Aug 2018 11:32:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2256727b-de2e-431d-891c-5e08e4fbf0f5'} Body: 2018-08-13 11:32:41,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.370s 2018-08-13 11:32:41,246 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-cdad4649-fd0f-4353-8e07-9b56e5090f67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdad4649-fd0f-4353-8e07-9b56e5090f67'} Body: 2018-08-13 11:32:41,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.662s 2018-08-13 11:32:41,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:32:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:32:43,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.376s 2018-08-13 11:32:43,302 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-97b9ef0f-6494-4528-bc7d-434f9889f60c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97b9ef0f-6494-4528-bc7d-434f9889f60c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T11:32:42Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T11:32:42.000000", "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:32:43,315 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-13 11:32:44,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.041s 2018-08-13 11:32:44,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-5c667a6d-5926-4ad3-ab47-a34856281e8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5c667a6d-5926-4ad3-ab47-a34856281e8d'} Body: {"itemNotFound": {"message": "Instance a8712c55-7043-46b2-bae0-b7c17c3f5db7 could not be found.", "code": 404}} 2018-08-13 11:32:44,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/23e860c1-150c-4325-8613-bfed6c24f8a6 0.519s 2018-08-13 11:32:44,880 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/23e860c1-150c-4325-8613-bfed6c24f8a6', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b30f37d7-595e-4d17-9b98-7b69a7f17d8e'} Body: 2018-08-13 11:32:45,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.142s 2018-08-13 11:32:45,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-2f133d72-d696-4d76-9a72-35be00938b66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f133d72-d696-4d76-9a72-35be00938b66'} Body: 2018-08-13 11:32:45,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.408s 2018-08-13 11:32:45,433 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9f22256c-4965-4302-bbc3-128b3884bd11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f22256c-4965-4302-bbc3-128b3884bd11'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:32:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:32:46,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.044s 2018-08-13 11:32:46,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-51d4ffce-c986-410a-9735-0a9d1a3134b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-51d4ffce-c986-410a-9735-0a9d1a3134b3'} Body: {"itemNotFound": {"message": "Instance c76831b6-76b1-411f-956a-363832e1133e could not be found.", "code": 404}} 2018-08-13 11:32:47,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a10e5fd5-52ad-44e6-8d83-ddb549f4da67 0.923s 2018-08-13 11:32:47,417 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a10e5fd5-52ad-44e6-8d83-ddb549f4da67', u'date': 'Mon, 13 Aug 2018 11:32:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-649fe245-c1a3-4a30-8288-88b9d10a8c3c'} Body: 2018-08-13 11:32:47,462 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-663641824 0.044s 2018-08-13 11:32:47,462 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-663641824', u'x-compute-request-id': 'req-7aa7b00f-d8f8-4a06-b55d-652bd4358558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7aa7b00f-d8f8-4a06-b55d-652bd4358558'} Body: 2018-08-13 11:32:49,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/remove_router_interface 1.986s 2018-08-13 11:32:49,450 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:32:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07c4491c-7909-4165-96bd-ef8dd627c107'} Body: {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969", "subnet_ids": ["63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"], "port_id": "de85b164-8888-421f-b7b1-845f856de410", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10"} 2018-08-13 11:32:50,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10 1.430s 2018-08-13 11:32:50,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10', u'date': 'Mon, 13 Aug 2018 11:32:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-90b7146c-12ce-464a-9792-311722acbbba'} Body: 2018-08-13 11:32:52,264 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/63ddc6c3-37d1-4b78-9cf5-8fc41d73d969 1.380s 2018-08-13 11:32:52,264 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/63ddc6c3-37d1-4b78-9cf5-8fc41d73d969', u'date': 'Mon, 13 Aug 2018 11:32:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b6cb8cc1-f8de-4402-b8db-739629cd7a3c'} Body: 2018-08-13 11:32:54,093 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/3f2a6851-d746-4e7f-9345-dff9b873a42f 1.827s 2018-08-13 11:32:54,094 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/3f2a6851-d746-4e7f-9345-dff9b873a42f', u'date': 'Mon, 13 Aug 2018 11:32:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-100343be-f8c8-4b41-a027-ad51f47f80aa'} Body: 2018-08-13 11:32:55,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/35bd05da-48b2-4b55-8e96-97a9bc0c313a 0.988s 2018-08-13 11:32:55,086 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/35bd05da-48b2-4b55-8e96-97a9bc0c313a', u'date': 'Mon, 13 Aug 2018 11:32:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-69ee51b5-ea62-487d-bb91-f0f9bee58bf5'} Body: 2018-08-13 11:32:57,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7 2.020s 2018-08-13 11:32:57,108 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-460a62a5-2cd0-4470-9f2c-7fdee46850e3'} Body: 2018-08-13 11:32:57,357 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/82bb7fbd-8975-49fc-a7cb-7a18455c4b72 0.248s 2018-08-13 11:32:57,357 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/82bb7fbd-8975-49fc-a7cb-7a18455c4b72', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f8f8e322-164e-49ae-97c6-de65103d493a'} Body: 2018-08-13 11:32:57.919 63 INFO tempest.lib.common.rest_client [req-dee55998-8bf1-4d47-b1d4-81e241384c75 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.534s 2018-08-13 11:32:57.920 63 DEBUG tempest.lib.common.rest_client [req-dee55998-8bf1-4d47-b1d4-81e241384c75 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-900519618 description", "name": "tempest-secgroup-smoke-900519618"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dee55998-8bf1-4d47-b1d4-81e241384c75'} Body: {"security_group": {"description": "tempest-secgroup-smoke-900519618 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:57Z", "updated_at": "2018-08-13T11:32:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:32:57Z", "revision_number": 0, "id": "730e5739-e662-431d-98a0-fd637ed82aef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:32:57Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:32:57Z", "revision_number": 0, "id": "a6043e68-c91e-4e0e-ad13-81f21b6675b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:32:57Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "name": "tempest-secgroup-smoke-900519618"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:58.099 63 INFO tempest.lib.common.rest_client [req-c40bd039-d748-41d2-8c25-827f9acca006 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.177s 2018-08-13 11:32:58.100 63 DEBUG tempest.lib.common.rest_client [req-c40bd039-d748-41d2-8c25-827f9acca006 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c40bd039-d748-41d2-8c25-827f9acca006'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "01408ce6-d706-48f8-a533-b6f7a7fb109e"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:58.266 63 INFO tempest.lib.common.rest_client [req-6d22a3a9-3666-442b-b263-a6eef9eb95cd ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.165s 2018-08-13 11:32:58.267 63 DEBUG tempest.lib.common.rest_client [req-6d22a3a9-3666-442b-b263-a6eef9eb95cd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d22a3a9-3666-442b-b263-a6eef9eb95cd'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a786837e-d419-40cd-a886-a209c992809a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:58.447 63 INFO tempest.lib.common.rest_client [req-4b1a8499-028b-45c2-a061-76e36cb4dfac ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.179s 2018-08-13 11:32:58.447 63 DEBUG tempest.lib.common.rest_client [req-4b1a8499-028b-45c2-a061-76e36cb4dfac ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b1a8499-028b-45c2-a061-76e36cb4dfac'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "44139a29-03a7-4d76-a06a-2ada976c726f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:58.622 63 INFO tempest.lib.common.rest_client [req-034479c1-e5bf-4dac-ac27-3a3be10cd5d3 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.173s 2018-08-13 11:32:58.622 63 DEBUG tempest.lib.common.rest_client [req-034479c1-e5bf-4dac-ac27-3a3be10cd5d3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-034479c1-e5bf-4dac-ac27-3a3be10cd5d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54ce809f-051c-42f4-9a6a-06c106dd714a"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:58.759 63 INFO tempest.lib.common.rest_client [req-f094a504-07a2-415a-9579-53bf5030541e ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 11:32:58.759 63 DEBUG tempest.lib.common.rest_client [req-f094a504-07a2-415a-9579-53bf5030541e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f094a504-07a2-415a-9579-53bf5030541e'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5fe34c64-fc6e-42d2-aaf0-458558ffb668"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:59.215 63 INFO tempest.lib.common.rest_client [req-59840ed3-f9ec-431e-b72f-8bdba23893b2 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.454s 2018-08-13 11:32:59.215 63 DEBUG tempest.lib.common.rest_client [req-59840ed3-f9ec-431e-b72f-8bdba23893b2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59840ed3-f9ec-431e-b72f-8bdba23893b2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77333f0a-3501-471d-b629-9913a0a8dc88"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:59.364 63 INFO tempest.lib.common.rest_client [req-fa0b8ad8-520c-4d2b-bcc0-fb5f36a95b58 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 11:32:59.365 63 DEBUG tempest.lib.common.rest_client [req-fa0b8ad8-520c-4d2b-bcc0-fb5f36a95b58 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa0b8ad8-520c-4d2b-bcc0-fb5f36a95b58'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54518e98-707f-450b-8fe6-708fa124b9e1"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:32:59.488 63 INFO tempest.lib.common.rest_client [req-ddfd37bb-b973-4c1c-928a-fdfdc5234dd6 ] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.122s 2018-08-13 11:32:59.489 63 DEBUG tempest.lib.common.rest_client [req-ddfd37bb-b973-4c1c-928a-fdfdc5234dd6 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ddfd37bb-b973-4c1c-928a-fdfdc5234dd6'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7e63d780-a5d9-481d-a034-6c82a8f410b7"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:00.005 63 INFO tempest.lib.common.rest_client [req-5a65c3c5-ea7d-4e13-8399-73cc36c7e93d ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/networks 0.515s 2018-08-13 11:33:00.006 63 DEBUG tempest.lib.common.rest_client [req-5a65c3c5-ea7d-4e13-8399-73cc36c7e93d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-279235935"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a65c3c5-ea7d-4e13-8399-73cc36c7e93d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:32:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:32:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","name":"tempest-A-279235935"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:00.525 63 INFO tempest.lib.common.rest_client [req-d29deb05-822b-4ebd-8009-32a197c64af2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.516s 2018-08-13 11:33:00.525 63 DEBUG tempest.lib.common.rest_client [req-d29deb05-822b-4ebd-8009-32a197c64af2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "name": "tempest-subnet-A-1-222840844"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d29deb05-822b-4ebd-8009-32a197c64af2'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:00Z","dns_nameservers":[],"updated_at":"2018-08-13T11:33:00Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"1969b4e9-9655-40c3-901f-667cb25985fc","subnetpool_id":null,"name":"tempest-subnet-A-1-222840844"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:00.739 63 INFO tempest.lib.common.rest_client [req-b9c8cc75-128d-4dc4-ab81-3fc8b4a60623 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/networks 0.213s 2018-08-13 11:33:00.740 63 DEBUG tempest.lib.common.rest_client [req-b9c8cc75-128d-4dc4-ab81-3fc8b4a60623 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-894020560"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9c8cc75-128d-4dc4-ab81-3fc8b4a60623'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:33:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","name":"tempest-B-894020560"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:01.586 63 INFO tempest.lib.common.rest_client [req-c82a3e53-1302-4f6b-9a48-496b9bb566ce ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.845s 2018-08-13 11:33:01.587 63 DEBUG tempest.lib.common.rest_client [req-c82a3e53-1302-4f6b-9a48-496b9bb566ce ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "name": "tempest-subnet-B-1-582357200"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:33:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c82a3e53-1302-4f6b-9a48-496b9bb566ce'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:01Z","dns_nameservers":[],"updated_at":"2018-08-13T11:33:01Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"49839e6c-4383-4a72-947d-246c4b6cf6a2","subnetpool_id":null,"name":"tempest-subnet-B-1-582357200"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:01.975 63 INFO tempest.lib.common.rest_client [req-95abe49a-d40f-4f37-8fe5-0838ae7727d2 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.387s 2018-08-13 11:33:01.975 63 DEBUG tempest.lib.common.rest_client [req-95abe49a-d40f-4f37-8fe5-0838ae7727d2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:33:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95abe49a-d40f-4f37-8fe5-0838ae7727d2'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "d6e7a187-ee01-4385-8e79-0d154fa3781f"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:02.464 63 INFO tempest.lib.common.rest_client [req-a22d2e86-6858-4e1b-a9bc-c0b5ff87edb1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations 0.488s 2018-08-13 11:33:02.465 63 DEBUG tempest.lib.common.rest_client [req-a22d2e86-6858-4e1b-a9bc-c0b5ff87edb1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations', u'date': 'Mon, 13 Aug 2018 11:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a22d2e86-6858-4e1b-a9bc-c0b5ff87edb1'} Body: {"network_association": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "id": "cb6bb750-02de-4079-a01f-8acb8d1aca35"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:03.281 63 INFO tempest.lib.common.rest_client [req-d9e28aba-44ab-4da8-9579-452219cbdd82 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations 0.815s 2018-08-13 11:33:03.281 63 DEBUG tempest.lib.common.rest_client [req-d9e28aba-44ab-4da8-9579-452219cbdd82 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations', u'date': 'Mon, 13 Aug 2018 11:33:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d9e28aba-44ab-4da8-9579-452219cbdd82'} Body: {"network_association": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "id": "54972905-d7f4-475e-83da-35e686ea83d2"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:03.282 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] BGPVPN network associations completed _associate_all_nets_to_bgpvpn /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:1001 2018-08-13 11:33:03.407 63 INFO tempest.lib.common.rest_client [req-f56fd592-b6b4-42bd-845a-d37685204e05 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/routers 0.123s 2018-08-13 11:33:03.410 63 DEBUG tempest.lib.common.rest_client [req-f56fd592-b6b4-42bd-845a-d37685204e05 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--235095995", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:33:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f56fd592-b6b4-42bd-845a-d37685204e05'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:03Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:03Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052", "name": "tempest-router--235095995"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:04.871 63 INFO tempest.lib.common.rest_client [req-090ebe0f-37bc-4be1-bd7b-408e2ef7cfb8 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052 1.459s 2018-08-13 11:33:04.871 63 DEBUG tempest.lib.common.rest_client [req-090ebe0f-37bc-4be1-bd7b-408e2ef7cfb8 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052', u'date': 'Mon, 13 Aug 2018 11:33:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-090ebe0f-37bc-4be1-bd7b-408e2ef7cfb8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:03Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:04Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052", "name": "tempest-router--235095995"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:07.201 63 INFO tempest.lib.common.rest_client [req-7ecec425-7cca-48d1-ab9b-00055fa2e124 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/add_router_interface 2.329s 2018-08-13 11:33:07.202 63 DEBUG tempest.lib.common.rest_client [req-7ecec425-7cca-48d1-ab9b-00055fa2e124 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:33:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ecec425-7cca-48d1-ab9b-00055fa2e124'} Body: {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2", "subnet_ids": ["49839e6c-4383-4a72-947d-246c4b6cf6a2"], "port_id": "1e74a52e-ad1b-4fe3-b03f-a11d2c6c2245", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:07.350 63 INFO tempest.lib.common.rest_client [req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.147s 2018-08-13 11:33:07.351 63 DEBUG tempest.lib.common.rest_client [req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1117244627"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9VQz1SvEEfYvQDLn6P6YzdLSgk/2z+G9aNl5hiGs3b+JrOnwExImZjWalqrqKVvkCmaAo5POocJyGY0EIAxRidv8iJ1Hx15Nc+muXcrJljctw9FQPXIpoA455yCDXs2eWSW73D7CIl+7cxuGZzYs4bANrluRh7rc5H0sUDK+RmdzYm3p6TzSNLlF5N4OhDDQ9Yyt7YDGP0Ayh2hjwR0ZULERXqnqWs/ymoVjOgenFuDdfHxyxwitNC5/7wPmyuWy7XYzQcg8IbB1SAGZAPmj78jjQ3itxGhvxtcDeDRR2oK/h6hTFfe9dbsGhZ4xSNm3pKLkbfCOjErRgYw/963uf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvVUM9UrxBH2L0Ay5+j+mM3S0oJP9s/hvWjZeYYhrN2/iazp8\nBMSJmY1mpaq6ilb5ApmgKOTzqHCchmNBCAMUYnb/IidR8deTXPprl3KyZY3LcPRU\nD1yKaAOOecgg17Nnlklu9w+wiJfu3Mbhmc2LOGwDa5bkYe63OR9LFAyvkZnc2Jt6\nek80jS5ReTeDoQw0PWMre2Axj9AModoY8EdGVCxEV6p6lrP8pqFYzoHpxbg3Xx8c\nscIrTQuf+8D5srlsu12M0HIPCGwdUgBmQD5o+/I40N4rcRob8bXA3g0UdqCv4eoU\nxX3vXW7BoWeMUjZt6Si5G3wjoxK0YGMP/et7nwIDAQABAoIBADz+flszlmvE6lrP\nDscA5FElYt9sbcoh2fWtGEDBixDj+YRj5fo/Orj+JbhvRQM2O6hLx54FDD4ScUqW\nBShInbOO9GiTVEHeGjpU7n5u0+wFfynXfJEqVehmZOr0vyfeQxvWcmojYtLOZ4Q2\nig1be2Nk4MEzbkXieqJrY2uFHrZ/1RupfvotA/jVGFkH0ngQC82Jg1Vexn14mpU3\nBiu6KZgrXP4FNUCJ5O+UuqR/EwV78j8OLL/zy9f+mVLHYeEx7u4ez789oAWOnyq0\nad5vHO1Af1A5sQdm2hIGkRxHxJDWJXmJY1HSVKUjXlEIX75ICp9ZoGnJOA/wYig7\nNGoiZdkCgYEA9/pvavIS24YGifyyxeyW+8LEgrJlZ0Dl7j7jXo9KASssalQV1oEb\n1+ewMHKm6MK4NKy6XGJbPCWxpV0HiTZjZ0H9PTwDEB3ktpYjV9TWKLMWbI3dN+R1\n5oDJUzkaF8UYtR4ltXNzovQ89Iylel3Cq46G8WYFIzIVIwOjNOi94Z0CgYEAw3T0\nQ8WKfjrhfLJKtzs/cmTmTxJoomnLhq2J6Vri5NVS3wFDJNt9CbNqPMyZbKcacmHg\nfdaOL6BIfZR+huwoPCiEJHxyAwMipNwMiCJs+b9p+LQ9voMyhFE1Ve3iR8cX4+BJ\ni6XUbrtUp9byiZMQn9146KkERk4Ws8dD5EgbO2sCgYA0qqTFQvqMUy/KWLgjXzdF\n6zzPQVJWFqt+6S5jI+2kx+WcA5XLxAoE1flOoNsgLlLvJQxDmMQlxx+urk5ubvW3\ntYUyXy+LWb38pXCGM/b0F+0YSx0DxOrhdNLNcSBAkiTIOsnpesbBgjv7+G8gyQ8S\nXqf8Vx2aNwXUNO6Ryyig5QKBgGrNZof90l6FiB8eQYt8GYBFuD9u3LQawTbXbuuP\nWToXgxAOXYUvVlTNr/iHCDMB4IauCwBYFBvcJqBQWw8YzieJMCPLyHTy6qRRBZwB\ny7BwstROkQqgICODSHSq5yG3nctMDIP9WmYjgO+xmZgpP0VLvLzNVmOgWfFkqil8\naTz/AoGAZxFAdB0kwsJvn3uPl1hT0ECF1cWt67Ebnm3U+w+hZ4KlS9q0v+XS3iyg\n5HJxP8PV0aJWNSATYdYBj4snPL7Uv/7+XpXA8HCiF5krIIADY82j+OPVn5ooOkq0\nWywzLMI+mRcwwIplhkzcehcX8rXDw1pQBX/NuHusRzal35v6mLo=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1117244627", "fingerprint": "c2:1c:90:ac:98:48:49:af:66:d3:08:e3:25:b7:2c:20"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:08.480 63 INFO tempest.lib.common.rest_client [req-81e8fd6f-0c6c-48ed-a4b6-87740a67e776 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/ports 1.124s 2018-08-13 11:33:08.480 63 DEBUG tempest.lib.common.rest_client [req-81e8fd6f-0c6c-48ed-a4b6-87740a67e776 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1420788799", "security_groups": ["4dacee7e-d250-4430-9b1d-b87530fa8824"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:33:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81e8fd6f-0c6c-48ed-a4b6-87740a67e776'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:33:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:33:08Z","name":"tempest-port-smoke-1420788799","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0f:ec:91","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"1969b4e9-9655-40c3-901f-667cb25985fc","ip_address":"10.101.11.10"}],"id":"9e67ee0b-95a0-40ed-a428-d1c69ec97c15","security_groups":["4dacee7e-d250-4430-9b1d-b87530fa8824"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:10.086 63 INFO tempest.lib.common.rest_client [req-d702d5f7-46e4-4d80-bebc-83a4a4b09757 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.22:8774/v2.1/servers 1.605s 2018-08-13 11:33:10.087 63 DEBUG tempest.lib.common.rest_client [req-d702d5f7-46e4-4d80-bebc-83a4a4b09757 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117244627", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "port": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d702d5f7-46e4-4d80-bebc-83a4a4b09757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d702d5f7-46e4-4d80-bebc-83a4a4b09757'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "adminPass": "EgU9zJmRM6vF"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:10.428 63 INFO tempest.lib.common.rest_client [req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.337s 2018-08-13 11:33:10.428 63 DEBUG tempest.lib.common.rest_client [req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:11.725 63 INFO tempest.lib.common.rest_client [req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.283s 2018-08-13 11:33:11.726 63 DEBUG tempest.lib.common.rest_client [req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:11.741 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:33:13.154 63 INFO tempest.lib.common.rest_client [req-1af56ea7-7cbb-474f-ae08-d3832cea344c ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.410s 2018-08-13 11:33:13.154 63 DEBUG tempest.lib.common.rest_client [req-1af56ea7-7cbb-474f-ae08-d3832cea344c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-1af56ea7-7cbb-474f-ae08-d3832cea344c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1af56ea7-7cbb-474f-ae08-d3832cea344c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:13.166 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:33:14.566 63 INFO tempest.lib.common.rest_client [req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.398s 2018-08-13 11:33:14.567 63 DEBUG tempest.lib.common.rest_client [req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:15.932 63 INFO tempest.lib.common.rest_client [req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.349s 2018-08-13 11:33:15.934 63 DEBUG tempest.lib.common.rest_client [req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:15Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:15.944 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:33:16.249 63 INFO tempest.lib.common.rest_client [req-35053ac0-f844-4b42-bbf7-9622775b09c3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.304s 2018-08-13 11:33:16.249 63 DEBUG tempest.lib.common.rest_client [req-35053ac0-f844-4b42-bbf7-9622775b09c3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-35053ac0-f844-4b42-bbf7-9622775b09c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35053ac0-f844-4b42-bbf7-9622775b09c3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:15Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:16.263 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:33:17.362 63 INFO tempest.lib.common.rest_client [req-89cb62ee-e37a-4cca-bf4c-86808b546a2f ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/ports 1.097s 2018-08-13 11:33:17.362 63 DEBUG tempest.lib.common.rest_client [req-89cb62ee-e37a-4cca-bf4c-86808b546a2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2017577050", "security_groups": ["4dacee7e-d250-4430-9b1d-b87530fa8824"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:33:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89cb62ee-e37a-4cca-bf4c-86808b546a2f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:33:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:33:16Z","name":"tempest-port-smoke-2017577050","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:49:60:73","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"49839e6c-4383-4a72-947d-246c4b6cf6a2","ip_address":"10.102.21.20"}],"id":"1c14f40b-836b-4b3b-8747-a8d55d6e75c8","security_groups":["4dacee7e-d250-4430-9b1d-b87530fa8824"],"device_id":""}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:20.023 63 INFO tempest.lib.common.rest_client [req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.22:8774/v2.1/servers 2.659s 2018-08-13 11:33:20.023 63 DEBUG tempest.lib.common.rest_client [req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117244627", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "port": "1c14f40b-836b-4b3b-8747-a8d55d6e75c8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "adminPass": "bSNHite6KEi6"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:20.269 63 INFO tempest.lib.common.rest_client [req-faf72b51-9a94-46b7-8024-3eecaf147fa3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.243s 2018-08-13 11:33:20.270 63 DEBUG tempest.lib.common.rest_client [req-faf72b51-9a94-46b7-8024-3eecaf147fa3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-faf72b51-9a94-46b7-8024-3eecaf147fa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-faf72b51-9a94-46b7-8024-3eecaf147fa3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:21.600 63 INFO tempest.lib.common.rest_client [req-dfbfe57d-699a-4b81-b417-30a249e1de26 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.317s 2018-08-13 11:33:21.601 63 DEBUG tempest.lib.common.rest_client [req-dfbfe57d-699a-4b81-b417-30a249e1de26 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-dfbfe57d-699a-4b81-b417-30a249e1de26', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfbfe57d-699a-4b81-b417-30a249e1de26'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:21.613 63 INFO tempest.common.waiters [-] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:33:22.783 63 INFO tempest.lib.common.rest_client [req-17753311-e3e7-4e46-8254-bf8b64291a73 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.167s 2018-08-13 11:33:22.784 63 DEBUG tempest.lib.common.rest_client [req-17753311-e3e7-4e46-8254-bf8b64291a73 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-17753311-e3e7-4e46-8254-bf8b64291a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17753311-e3e7-4e46-8254-bf8b64291a73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:22.797 63 INFO tempest.common.waiters [-] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:33:23.942 63 INFO tempest.lib.common.rest_client [req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.143s 2018-08-13 11:33:23.943 63 DEBUG tempest.lib.common.rest_client [req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:25.353 63 INFO tempest.lib.common.rest_client [req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.391s 2018-08-13 11:33:25.354 63 DEBUG tempest.lib.common.rest_client [req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:24Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:25.368 63 INFO tempest.common.waiters [-] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:33:25.760 63 INFO tempest.lib.common.rest_client [req-29e68ea0-055f-4a98-92c1-5373d933bace ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.391s 2018-08-13 11:33:25.760 63 DEBUG tempest.lib.common.rest_client [req-29e68ea0-055f-4a98-92c1-5373d933bace ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-29e68ea0-055f-4a98-92c1-5373d933bace', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e68ea0-055f-4a98-92c1-5373d933bace'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:24Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:25.772 63 DEBUG networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Created server: d178a25f-a23d-4a8f-ae56-a700f751fd7e with status: ACTIVE _create_server /usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py:950 2018-08-13 11:33:25.892 63 INFO tempest.lib.common.rest_client [req-a71917e7-a685-4a7b-91ab-43f028831778 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/routers 0.119s 2018-08-13 11:33:25.893 63 DEBUG tempest.lib.common.rest_client [req-a71917e7-a685-4a7b-91ab-43f028831778 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--947155232", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:33:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a71917e7-a685-4a7b-91ab-43f028831778'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:25Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:25Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "name": "tempest-router--947155232"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:27.333 63 INFO tempest.lib.common.rest_client [req-0e6cee16-7723-446f-85c2-f577dd16f74b ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084 1.439s 2018-08-13 11:33:27.334 63 DEBUG tempest.lib.common.rest_client [req-0e6cee16-7723-446f-85c2-f577dd16f74b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084', u'date': 'Mon, 13 Aug 2018 11:33:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e6cee16-7723-446f-85c2-f577dd16f74b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:25Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:27Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "name": "tempest-router--947155232"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:29.562 63 INFO tempest.lib.common.rest_client [req-a52433e1-ef6d-46ac-87df-3edad39dae8e ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/add_router_interface 2.227s 2018-08-13 11:33:29.562 63 DEBUG tempest.lib.common.rest_client [req-a52433e1-ef6d-46ac-87df-3edad39dae8e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:33:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a52433e1-ef6d-46ac-87df-3edad39dae8e'} Body: {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc", "subnet_ids": ["1969b4e9-9655-40c3-901f-667cb25985fc"], "port_id": "c161718e-1dfe-402a-80f1-3ed7b0ed3b2e", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:31.326 63 INFO tempest.lib.common.rest_client [req-f9f90d17-7cc8-4377-a45e-cb119830b8a3 ] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.762s 2018-08-13 11:33:31.327 63 DEBUG tempest.lib.common.rest_client [req-f9f90d17-7cc8-4377-a45e-cb119830b8a3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:33:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9f90d17-7cc8-4377-a45e-cb119830b8a3'} Body: {"floatingip": {"router_id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:33:30Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15", "id": "5ea463d8-d83c-42dc-b89d-f2fc8c43df6a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:30Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:33:31.328 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:33:47.351 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:33:47.415 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:33:47.447 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:33:47.562 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:33:47.562 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:33:47.565 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:33:47.630 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:33:47.661 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:33:52.668 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:33:52.669 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:35:02.729 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:35:02.730 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:35:02.734 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:35:02.796 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:35:02.798 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:35:07.806 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:35:07.807 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:36:17.867 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:36:17.868 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:36:17.869 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:17.874 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:17.972 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:36:18.002 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18.008 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:36:18.008 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:9f:85:8d [ether] on eth0 2018-08-13 11:36:18.008 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:36:18.009 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18.011 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18.071 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:36:18.075 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18.084 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP cleared 2018-08-13 11:36:18.084 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:36:18.085 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18.087 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18.147 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:36:18.151 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18.157 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:36:18.158 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18.160 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18.222 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:36:18.224 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18.230 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Ping origin server GW ARP info: 2018-08-13 11:36:18.230 63 WARNING networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] ? (10.101.11.1) at fa:16:3e:9f:85:8d [ether] on eth0 2018-08-13 11:36:18.231 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:36:18.232 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18.234 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18.295 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:36:18.299 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:23.306 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:36:23.307 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:37:33.366 63 DEBUG tempest.lib.common.utils.linux.remote_client [-] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 exec_command /src/tempest/tempest/lib/common/utils/linux/remote_client.py:107 2018-08-13 11:37:33.367 63 INFO tempest.lib.common.ssh [-] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:37:33.372 63 INFO paramiko.transport [-] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:37:33.473 63 INFO paramiko.transport [-] Authentication (publickey) successful! 2018-08-13 11:37:33.500 63 INFO tempest.lib.common.ssh [-] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:37:38.515 63 ERROR tempest.lib.common.utils.linux.remote_client [-] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss : SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:37:38.516 63 WARNING networking_bgpvpn_tempest.tests.scenario.manager [-] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201.: SSHExecCommandFailed: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: 2018-08-13 11:38:48.583 63 DEBUG tempest.lib.common.utils.test_utils [-] Call ping_remote returns false in 120.000000 seconds call_until_true /src/tempest/tempest/lib/common/utils/test_utils.py:113 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic [-] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable: AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:38:49.942 63 INFO tempest.lib.common.rest_client [req-f7f5ffb1-1a0c-43d7-9be4-1e96204f71f3 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/5ea463d8-d83c-42dc-b89d-f2fc8c43df6a 1.357s 2018-08-13 11:38:49.943 63 DEBUG tempest.lib.common.rest_client [req-f7f5ffb1-1a0c-43d7-9be4-1e96204f71f3 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/5ea463d8-d83c-42dc-b89d-f2fc8c43df6a', u'date': 'Mon, 13 Aug 2018 11:38:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f7f5ffb1-1a0c-43d7-9be4-1e96204f71f3'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:51.957 63 INFO tempest.lib.common.rest_client [req-c67f13b6-7352-45eb-bc4c-1d4d3881e247 ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/remove_router_interface 2.013s 2018-08-13 11:38:51.958 63 DEBUG tempest.lib.common.rest_client [req-c67f13b6-7352-45eb-bc4c-1d4d3881e247 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:38:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c67f13b6-7352-45eb-bc4c-1d4d3881e247'} Body: {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc", "subnet_ids": ["1969b4e9-9655-40c3-901f-667cb25985fc"], "port_id": "c161718e-1dfe-402a-80f1-3ed7b0ed3b2e", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:53.382 63 INFO tempest.lib.common.rest_client [req-723954e4-05a2-417e-aecd-c8b41d61255f ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084 1.423s 2018-08-13 11:38:53.382 63 DEBUG tempest.lib.common.rest_client [req-723954e4-05a2-417e-aecd-c8b41d61255f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-723954e4-05a2-417e-aecd-c8b41d61255f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:53.770 63 INFO tempest.lib.common.rest_client [req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.386s 2018-08-13 11:38:53.771 63 DEBUG tempest.lib.common.rest_client [req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:54.404 63 INFO tempest.lib.common.rest_client [req-7b4b488a-1c67-426b-816b-846fb032a3db ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.632s 2018-08-13 11:38:54.404 63 DEBUG tempest.lib.common.rest_client [req-7b4b488a-1c67-426b-816b-846fb032a3db ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-7b4b488a-1c67-426b-816b-846fb032a3db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b4b488a-1c67-426b-816b-846fb032a3db'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:38:53Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:55.481 63 INFO tempest.lib.common.rest_client [req-1bce04c1-30f2-44f3-b477-f895b77d3fd1 ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.061s 2018-08-13 11:38:55.482 63 DEBUG tempest.lib.common.rest_client [req-1bce04c1-30f2-44f3-b477-f895b77d3fd1 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-1bce04c1-30f2-44f3-b477-f895b77d3fd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1bce04c1-30f2-44f3-b477-f895b77d3fd1'} Body: {"itemNotFound": {"message": "Instance d178a25f-a23d-4a8f-ae56-a700f751fd7e could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:56.108 63 INFO tempest.lib.common.rest_client [req-a579bcf3-0430-4f2a-a1c2-a6c7bc61239b ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1c14f40b-836b-4b3b-8747-a8d55d6e75c8 0.626s 2018-08-13 11:38:56.109 63 DEBUG tempest.lib.common.rest_client [req-a579bcf3-0430-4f2a-a1c2-a6c7bc61239b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1c14f40b-836b-4b3b-8747-a8d55d6e75c8', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a579bcf3-0430-4f2a-a1c2-a6c7bc61239b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:56.252 63 INFO tempest.lib.common.rest_client [req-a817a6eb-54a6-4b3e-88af-91df1960d62a ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.142s 2018-08-13 11:38:56.253 63 DEBUG tempest.lib.common.rest_client [req-a817a6eb-54a6-4b3e-88af-91df1960d62a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-a817a6eb-54a6-4b3e-88af-91df1960d62a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a817a6eb-54a6-4b3e-88af-91df1960d62a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:57.657 63 INFO tempest.lib.common.rest_client [req-a3990772-6710-441a-8228-5265885433ec ] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 1.403s 2018-08-13 11:38:57.658 63 DEBUG tempest.lib.common.rest_client [req-a3990772-6710-441a-8228-5265885433ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-a3990772-6710-441a-8228-5265885433ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3990772-6710-441a-8228-5265885433ec'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:38:56Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:58.722 63 INFO tempest.lib.common.rest_client [req-14f55a11-30a7-4d26-a8a3-7d173372358d ] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.050s 2018-08-13 11:38:58.723 63 DEBUG tempest.lib.common.rest_client [req-14f55a11-30a7-4d26-a8a3-7d173372358d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-14f55a11-30a7-4d26-a8a3-7d173372358d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-14f55a11-30a7-4d26-a8a3-7d173372358d'} Body: {"itemNotFound": {"message": "Instance d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 could not be found.", "code": 404}} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:59.609 63 INFO tempest.lib.common.rest_client [req-a182cdcb-135f-4714-8dca-ec989a1fe825 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/9e67ee0b-95a0-40ed-a428-d1c69ec97c15 0.885s 2018-08-13 11:38:59.610 63 DEBUG tempest.lib.common.rest_client [req-a182cdcb-135f-4714-8dca-ec989a1fe825 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/9e67ee0b-95a0-40ed-a428-d1c69ec97c15', u'date': 'Mon, 13 Aug 2018 11:38:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a182cdcb-135f-4714-8dca-ec989a1fe825'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:38:59.659 63 INFO tempest.lib.common.rest_client [req-39990c46-2e90-497f-82b5-743687d0b4e7 ] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1117244627 0.049s 2018-08-13 11:38:59.660 63 DEBUG tempest.lib.common.rest_client [req-39990c46-2e90-497f-82b5-743687d0b4e7 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1117244627', u'x-compute-request-id': 'req-39990c46-2e90-497f-82b5-743687d0b4e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39990c46-2e90-497f-82b5-743687d0b4e7'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:01.510 63 INFO tempest.lib.common.rest_client [req-bd8cda35-3105-42e9-b7d2-bf38ae78956d ] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/remove_router_interface 1.848s 2018-08-13 11:39:01.510 63 DEBUG tempest.lib.common.rest_client [req-bd8cda35-3105-42e9-b7d2-bf38ae78956d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:39:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd8cda35-3105-42e9-b7d2-bf38ae78956d'} Body: {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2", "subnet_ids": ["49839e6c-4383-4a72-947d-246c4b6cf6a2"], "port_id": "1e74a52e-ad1b-4fe3-b03f-a11d2c6c2245", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052"} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:03.017 63 INFO tempest.lib.common.rest_client [req-2f65b75d-f925-42ae-9518-70a208434155 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052 1.505s 2018-08-13 11:39:03.018 63 DEBUG tempest.lib.common.rest_client [req-2f65b75d-f925-42ae-9518-70a208434155 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052', u'date': 'Mon, 13 Aug 2018 11:39:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2f65b75d-f925-42ae-9518-70a208434155'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:03.987 63 INFO tempest.lib.common.rest_client [req-0cb9c90f-30ae-48ca-aa11-7c340868eb5e ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/49839e6c-4383-4a72-947d-246c4b6cf6a2 0.968s 2018-08-13 11:39:03.987 63 DEBUG tempest.lib.common.rest_client [req-0cb9c90f-30ae-48ca-aa11-7c340868eb5e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/49839e6c-4383-4a72-947d-246c4b6cf6a2', u'date': 'Mon, 13 Aug 2018 11:39:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0cb9c90f-30ae-48ca-aa11-7c340868eb5e'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:05.386 63 INFO tempest.lib.common.rest_client [req-5aeea6c0-f62a-46a8-bce8-beec16b7d165 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/beca0b5d-f4bf-4bdb-82f8-05824dc55325 1.397s 2018-08-13 11:39:05.386 63 DEBUG tempest.lib.common.rest_client [req-5aeea6c0-f62a-46a8-bce8-beec16b7d165 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/beca0b5d-f4bf-4bdb-82f8-05824dc55325', u'date': 'Mon, 13 Aug 2018 11:39:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5aeea6c0-f62a-46a8-bce8-beec16b7d165'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:06.737 63 INFO tempest.lib.common.rest_client [req-cece7248-bd00-4b44-8ec8-d7252f1ae13c ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/1969b4e9-9655-40c3-901f-667cb25985fc 1.349s 2018-08-13 11:39:06.737 63 DEBUG tempest.lib.common.rest_client [req-cece7248-bd00-4b44-8ec8-d7252f1ae13c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/1969b4e9-9655-40c3-901f-667cb25985fc', u'date': 'Mon, 13 Aug 2018 11:39:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cece7248-bd00-4b44-8ec8-d7252f1ae13c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:08.492 63 INFO tempest.lib.common.rest_client [req-764948b9-c2fe-4f28-aa24-278492bd7aa4 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/f92835b2-ecf2-4d4a-824f-dc672be576ca 1.754s 2018-08-13 11:39:08.493 63 DEBUG tempest.lib.common.rest_client [req-764948b9-c2fe-4f28-aa24-278492bd7aa4 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/f92835b2-ecf2-4d4a-824f-dc672be576ca', u'date': 'Mon, 13 Aug 2018 11:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-764948b9-c2fe-4f28-aa24-278492bd7aa4'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:08.891 63 INFO tempest.lib.common.rest_client [req-55ef3a0d-f304-4587-9843-716b7d43d600 ] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/4dacee7e-d250-4430-9b1d-b87530fa8824 0.397s 2018-08-13 11:39:08.892 63 DEBUG tempest.lib.common.rest_client [req-55ef3a0d-f304-4587-9843-716b7d43d600 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/4dacee7e-d250-4430-9b1d-b87530fa8824', u'date': 'Mon, 13 Aug 2018 11:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55ef3a0d-f304-4587-9843-716b7d43d600'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 {0} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6 [371.508104s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 214, in test_bgpvpn_variant6 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:32:57,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.534s 2018-08-13 11:32:57,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-900519618 description", "name": "tempest-secgroup-smoke-900519618"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dee55998-8bf1-4d47-b1d4-81e241384c75'} Body: {"security_group": {"description": "tempest-secgroup-smoke-900519618 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:57Z", "updated_at": "2018-08-13T11:32:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:32:57Z", "revision_number": 0, "id": "730e5739-e662-431d-98a0-fd637ed82aef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:32:57Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:32:57Z", "revision_number": 0, "id": "a6043e68-c91e-4e0e-ad13-81f21b6675b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:32:57Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "name": "tempest-secgroup-smoke-900519618"}} 2018-08-13 11:32:58,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.177s 2018-08-13 11:32:58,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c40bd039-d748-41d2-8c25-827f9acca006'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "01408ce6-d706-48f8-a533-b6f7a7fb109e"}} 2018-08-13 11:32:58,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.165s 2018-08-13 11:32:58,267 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d22a3a9-3666-442b-b263-a6eef9eb95cd'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a786837e-d419-40cd-a886-a209c992809a"}} 2018-08-13 11:32:58,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.179s 2018-08-13 11:32:58,447 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b1a8499-028b-45c2-a061-76e36cb4dfac'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "44139a29-03a7-4d76-a06a-2ada976c726f"}} 2018-08-13 11:32:58,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.173s 2018-08-13 11:32:58,622 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-034479c1-e5bf-4dac-ac27-3a3be10cd5d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54ce809f-051c-42f4-9a6a-06c106dd714a"}} 2018-08-13 11:32:58,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 11:32:58,759 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f094a504-07a2-415a-9579-53bf5030541e'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5fe34c64-fc6e-42d2-aaf0-458558ffb668"}} 2018-08-13 11:32:59,215 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.454s 2018-08-13 11:32:59,215 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59840ed3-f9ec-431e-b72f-8bdba23893b2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77333f0a-3501-471d-b629-9913a0a8dc88"}} 2018-08-13 11:32:59,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 11:32:59,365 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa0b8ad8-520c-4d2b-bcc0-fb5f36a95b58'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54518e98-707f-450b-8fe6-708fa124b9e1"}} 2018-08-13 11:32:59,488 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.122s 2018-08-13 11:32:59,489 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ddfd37bb-b973-4c1c-928a-fdfdc5234dd6'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7e63d780-a5d9-481d-a034-6c82a8f410b7"}} 2018-08-13 11:33:00,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/networks 0.515s 2018-08-13 11:33:00,006 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-279235935"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a65c3c5-ea7d-4e13-8399-73cc36c7e93d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:32:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:32:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","name":"tempest-A-279235935"}} 2018-08-13 11:33:00,525 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.516s 2018-08-13 11:33:00,525 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "name": "tempest-subnet-A-1-222840844"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d29deb05-822b-4ebd-8009-32a197c64af2'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:00Z","dns_nameservers":[],"updated_at":"2018-08-13T11:33:00Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"1969b4e9-9655-40c3-901f-667cb25985fc","subnetpool_id":null,"name":"tempest-subnet-A-1-222840844"}} 2018-08-13 11:33:00,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/networks 0.213s 2018-08-13 11:33:00,740 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-894020560"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9c8cc75-128d-4dc4-ab81-3fc8b4a60623'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:33:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","name":"tempest-B-894020560"}} 2018-08-13 11:33:01,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.845s 2018-08-13 11:33:01,587 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "name": "tempest-subnet-B-1-582357200"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:33:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c82a3e53-1302-4f6b-9a48-496b9bb566ce'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:01Z","dns_nameservers":[],"updated_at":"2018-08-13T11:33:01Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"49839e6c-4383-4a72-947d-246c4b6cf6a2","subnetpool_id":null,"name":"tempest-subnet-B-1-582357200"}} 2018-08-13 11:33:01,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.387s 2018-08-13 11:33:01,975 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:33:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95abe49a-d40f-4f37-8fe5-0838ae7727d2'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "d6e7a187-ee01-4385-8e79-0d154fa3781f"}} 2018-08-13 11:33:02,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations 0.488s 2018-08-13 11:33:02,465 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations', u'date': 'Mon, 13 Aug 2018 11:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a22d2e86-6858-4e1b-a9bc-c0b5ff87edb1'} Body: {"network_association": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "id": "cb6bb750-02de-4079-a01f-8acb8d1aca35"}} 2018-08-13 11:33:03,281 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations 0.815s 2018-08-13 11:33:03,281 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations', u'date': 'Mon, 13 Aug 2018 11:33:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d9e28aba-44ab-4da8-9579-452219cbdd82'} Body: {"network_association": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "id": "54972905-d7f4-475e-83da-35e686ea83d2"}} 2018-08-13 11:33:03,282 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:33:03,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/routers 0.123s 2018-08-13 11:33:03,410 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--235095995", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:33:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f56fd592-b6b4-42bd-845a-d37685204e05'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:03Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:03Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052", "name": "tempest-router--235095995"}} 2018-08-13 11:33:04,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052 1.459s 2018-08-13 11:33:04,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052', u'date': 'Mon, 13 Aug 2018 11:33:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-090ebe0f-37bc-4be1-bd7b-408e2ef7cfb8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:03Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:04Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052", "name": "tempest-router--235095995"}} 2018-08-13 11:33:07,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/add_router_interface 2.329s 2018-08-13 11:33:07,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:33:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ecec425-7cca-48d1-ab9b-00055fa2e124'} Body: {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2", "subnet_ids": ["49839e6c-4383-4a72-947d-246c4b6cf6a2"], "port_id": "1e74a52e-ad1b-4fe3-b03f-a11d2c6c2245", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052"} 2018-08-13 11:33:07,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.147s 2018-08-13 11:33:07,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1117244627"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9VQz1SvEEfYvQDLn6P6YzdLSgk/2z+G9aNl5hiGs3b+JrOnwExImZjWalqrqKVvkCmaAo5POocJyGY0EIAxRidv8iJ1Hx15Nc+muXcrJljctw9FQPXIpoA455yCDXs2eWSW73D7CIl+7cxuGZzYs4bANrluRh7rc5H0sUDK+RmdzYm3p6TzSNLlF5N4OhDDQ9Yyt7YDGP0Ayh2hjwR0ZULERXqnqWs/ymoVjOgenFuDdfHxyxwitNC5/7wPmyuWy7XYzQcg8IbB1SAGZAPmj78jjQ3itxGhvxtcDeDRR2oK/h6hTFfe9dbsGhZ4xSNm3pKLkbfCOjErRgYw/963uf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvVUM9UrxBH2L0Ay5+j+mM3S0oJP9s/hvWjZeYYhrN2/iazp8\nBMSJmY1mpaq6ilb5ApmgKOTzqHCchmNBCAMUYnb/IidR8deTXPprl3KyZY3LcPRU\nD1yKaAOOecgg17Nnlklu9w+wiJfu3Mbhmc2LOGwDa5bkYe63OR9LFAyvkZnc2Jt6\nek80jS5ReTeDoQw0PWMre2Axj9AModoY8EdGVCxEV6p6lrP8pqFYzoHpxbg3Xx8c\nscIrTQuf+8D5srlsu12M0HIPCGwdUgBmQD5o+/I40N4rcRob8bXA3g0UdqCv4eoU\nxX3vXW7BoWeMUjZt6Si5G3wjoxK0YGMP/et7nwIDAQABAoIBADz+flszlmvE6lrP\nDscA5FElYt9sbcoh2fWtGEDBixDj+YRj5fo/Orj+JbhvRQM2O6hLx54FDD4ScUqW\nBShInbOO9GiTVEHeGjpU7n5u0+wFfynXfJEqVehmZOr0vyfeQxvWcmojYtLOZ4Q2\nig1be2Nk4MEzbkXieqJrY2uFHrZ/1RupfvotA/jVGFkH0ngQC82Jg1Vexn14mpU3\nBiu6KZgrXP4FNUCJ5O+UuqR/EwV78j8OLL/zy9f+mVLHYeEx7u4ez789oAWOnyq0\nad5vHO1Af1A5sQdm2hIGkRxHxJDWJXmJY1HSVKUjXlEIX75ICp9ZoGnJOA/wYig7\nNGoiZdkCgYEA9/pvavIS24YGifyyxeyW+8LEgrJlZ0Dl7j7jXo9KASssalQV1oEb\n1+ewMHKm6MK4NKy6XGJbPCWxpV0HiTZjZ0H9PTwDEB3ktpYjV9TWKLMWbI3dN+R1\n5oDJUzkaF8UYtR4ltXNzovQ89Iylel3Cq46G8WYFIzIVIwOjNOi94Z0CgYEAw3T0\nQ8WKfjrhfLJKtzs/cmTmTxJoomnLhq2J6Vri5NVS3wFDJNt9CbNqPMyZbKcacmHg\nfdaOL6BIfZR+huwoPCiEJHxyAwMipNwMiCJs+b9p+LQ9voMyhFE1Ve3iR8cX4+BJ\ni6XUbrtUp9byiZMQn9146KkERk4Ws8dD5EgbO2sCgYA0qqTFQvqMUy/KWLgjXzdF\n6zzPQVJWFqt+6S5jI+2kx+WcA5XLxAoE1flOoNsgLlLvJQxDmMQlxx+urk5ubvW3\ntYUyXy+LWb38pXCGM/b0F+0YSx0DxOrhdNLNcSBAkiTIOsnpesbBgjv7+G8gyQ8S\nXqf8Vx2aNwXUNO6Ryyig5QKBgGrNZof90l6FiB8eQYt8GYBFuD9u3LQawTbXbuuP\nWToXgxAOXYUvVlTNr/iHCDMB4IauCwBYFBvcJqBQWw8YzieJMCPLyHTy6qRRBZwB\ny7BwstROkQqgICODSHSq5yG3nctMDIP9WmYjgO+xmZgpP0VLvLzNVmOgWfFkqil8\naTz/AoGAZxFAdB0kwsJvn3uPl1hT0ECF1cWt67Ebnm3U+w+hZ4KlS9q0v+XS3iyg\n5HJxP8PV0aJWNSATYdYBj4snPL7Uv/7+XpXA8HCiF5krIIADY82j+OPVn5ooOkq0\nWywzLMI+mRcwwIplhkzcehcX8rXDw1pQBX/NuHusRzal35v6mLo=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1117244627", "fingerprint": "c2:1c:90:ac:98:48:49:af:66:d3:08:e3:25:b7:2c:20"}} 2018-08-13 11:33:08,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/ports 1.124s 2018-08-13 11:33:08,480 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1420788799", "security_groups": ["4dacee7e-d250-4430-9b1d-b87530fa8824"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:33:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81e8fd6f-0c6c-48ed-a4b6-87740a67e776'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:33:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:33:08Z","name":"tempest-port-smoke-1420788799","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0f:ec:91","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"1969b4e9-9655-40c3-901f-667cb25985fc","ip_address":"10.101.11.10"}],"id":"9e67ee0b-95a0-40ed-a428-d1c69ec97c15","security_groups":["4dacee7e-d250-4430-9b1d-b87530fa8824"],"device_id":""}} 2018-08-13 11:33:10,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.22:8774/v2.1/servers 1.605s 2018-08-13 11:33:10,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117244627", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "port": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d702d5f7-46e4-4d80-bebc-83a4a4b09757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d702d5f7-46e4-4d80-bebc-83a4a4b09757'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "adminPass": "EgU9zJmRM6vF"}} 2018-08-13 11:33:10,428 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.337s 2018-08-13 11:33:10,428 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:11,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.283s 2018-08-13 11:33:11,726 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:11,741 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:33:13,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.410s 2018-08-13 11:33:13,154 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-1af56ea7-7cbb-474f-ae08-d3832cea344c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1af56ea7-7cbb-474f-ae08-d3832cea344c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:13,166 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:33:14,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.398s 2018-08-13 11:33:14,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:15,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.349s 2018-08-13 11:33:15,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:15Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:15,944 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:33:16,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.304s 2018-08-13 11:33:16,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-35053ac0-f844-4b42-bbf7-9622775b09c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35053ac0-f844-4b42-bbf7-9622775b09c3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:15Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:16,263 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 with status: ACTIVE 2018-08-13 11:33:17,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/ports 1.097s 2018-08-13 11:33:17,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2017577050", "security_groups": ["4dacee7e-d250-4430-9b1d-b87530fa8824"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:33:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89cb62ee-e37a-4cca-bf4c-86808b546a2f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:33:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:33:16Z","name":"tempest-port-smoke-2017577050","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:49:60:73","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"49839e6c-4383-4a72-947d-246c4b6cf6a2","ip_address":"10.102.21.20"}],"id":"1c14f40b-836b-4b3b-8747-a8d55d6e75c8","security_groups":["4dacee7e-d250-4430-9b1d-b87530fa8824"],"device_id":""}} 2018-08-13 11:33:20,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.22:8774/v2.1/servers 2.659s 2018-08-13 11:33:20,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117244627", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "port": "1c14f40b-836b-4b3b-8747-a8d55d6e75c8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "adminPass": "bSNHite6KEi6"}} 2018-08-13 11:33:20,269 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.243s 2018-08-13 11:33:20,270 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-faf72b51-9a94-46b7-8024-3eecaf147fa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-faf72b51-9a94-46b7-8024-3eecaf147fa3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:21,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.317s 2018-08-13 11:33:21,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-dfbfe57d-699a-4b81-b417-30a249e1de26', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfbfe57d-699a-4b81-b417-30a249e1de26'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:21,613 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:33:22,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.167s 2018-08-13 11:33:22,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-17753311-e3e7-4e46-8254-bf8b64291a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17753311-e3e7-4e46-8254-bf8b64291a73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:22,797 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:33:23,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.143s 2018-08-13 11:33:23,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:25,353 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.391s 2018-08-13 11:33:25,354 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:24Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:25,368 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:33:25,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.391s 2018-08-13 11:33:25,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-29e68ea0-055f-4a98-92c1-5373d933bace', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e68ea0-055f-4a98-92c1-5373d933bace'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:24Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:25,772 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d178a25f-a23d-4a8f-ae56-a700f751fd7e with status: ACTIVE 2018-08-13 11:33:25,892 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/routers 0.119s 2018-08-13 11:33:25,893 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--947155232", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:33:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a71917e7-a685-4a7b-91ab-43f028831778'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:25Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:25Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "name": "tempest-router--947155232"}} 2018-08-13 11:33:27,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084 1.439s 2018-08-13 11:33:27,334 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084', u'date': 'Mon, 13 Aug 2018 11:33:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e6cee16-7723-446f-85c2-f577dd16f74b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:25Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:27Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "name": "tempest-router--947155232"}} 2018-08-13 11:33:29,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/add_router_interface 2.227s 2018-08-13 11:33:29,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:33:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a52433e1-ef6d-46ac-87df-3edad39dae8e'} Body: {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc", "subnet_ids": ["1969b4e9-9655-40c3-901f-667cb25985fc"], "port_id": "c161718e-1dfe-402a-80f1-3ed7b0ed3b2e", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084"} 2018-08-13 11:33:31,326 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.762s 2018-08-13 11:33:31,327 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:33:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9f90d17-7cc8-4377-a45e-cb119830b8a3'} Body: {"floatingip": {"router_id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:33:30Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15", "id": "5ea463d8-d83c-42dc-b89d-f2fc8c43df6a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:30Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:33:31,328 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:33:47,351 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:33:47,415 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:33:47,447 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:33:47,562 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:33:47,562 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:33:47,565 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:33:47,630 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:33:47,661 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:33:52,668 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:33:52,669 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:35:02,729 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:35:02,730 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:35:02,734 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:35:02,796 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:35:02,798 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:35:07,806 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:35:07,807 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:36:17,867 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:36:17,868 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:36:17,869 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:17,874 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:17,972 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,002 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,008 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:36:18,008 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:85:8d [ether] on eth0 2018-08-13 11:36:18,008 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:36:18,009 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,011 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,071 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,075 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,084 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:36:18,084 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:36:18,085 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,087 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,147 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,151 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,157 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:36:18,158 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,160 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,222 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,224 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,230 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:36:18,230 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:85:8d [ether] on eth0 2018-08-13 11:36:18,231 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:36:18,232 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,234 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,295 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,299 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:23,306 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:36:23,307 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:37:33,366 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:37:33,367 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:37:33,372 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:37:33,473 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:37:33,500 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:37:38,515 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:37:38,516 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:38:48,583 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:38:48,584 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:38:49,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/5ea463d8-d83c-42dc-b89d-f2fc8c43df6a 1.357s 2018-08-13 11:38:49,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/5ea463d8-d83c-42dc-b89d-f2fc8c43df6a', u'date': 'Mon, 13 Aug 2018 11:38:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f7f5ffb1-1a0c-43d7-9be4-1e96204f71f3'} Body: 2018-08-13 11:38:51,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/remove_router_interface 2.013s 2018-08-13 11:38:51,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:38:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c67f13b6-7352-45eb-bc4c-1d4d3881e247'} Body: {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc", "subnet_ids": ["1969b4e9-9655-40c3-901f-667cb25985fc"], "port_id": "c161718e-1dfe-402a-80f1-3ed7b0ed3b2e", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084"} 2018-08-13 11:38:53,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084 1.423s 2018-08-13 11:38:53,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-723954e4-05a2-417e-aecd-c8b41d61255f'} Body: 2018-08-13 11:38:53,770 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.386s 2018-08-13 11:38:53,771 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b'} Body: 2018-08-13 11:38:54,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.632s 2018-08-13 11:38:54,404 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-7b4b488a-1c67-426b-816b-846fb032a3db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b4b488a-1c67-426b-816b-846fb032a3db'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:38:53Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:38:55,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.061s 2018-08-13 11:38:55,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-1bce04c1-30f2-44f3-b477-f895b77d3fd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1bce04c1-30f2-44f3-b477-f895b77d3fd1'} Body: {"itemNotFound": {"message": "Instance d178a25f-a23d-4a8f-ae56-a700f751fd7e could not be found.", "code": 404}} 2018-08-13 11:38:56,108 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1c14f40b-836b-4b3b-8747-a8d55d6e75c8 0.626s 2018-08-13 11:38:56,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1c14f40b-836b-4b3b-8747-a8d55d6e75c8', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a579bcf3-0430-4f2a-a1c2-a6c7bc61239b'} Body: 2018-08-13 11:38:56,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.142s 2018-08-13 11:38:56,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-a817a6eb-54a6-4b3e-88af-91df1960d62a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a817a6eb-54a6-4b3e-88af-91df1960d62a'} Body: 2018-08-13 11:38:57,657 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 1.403s 2018-08-13 11:38:57,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-a3990772-6710-441a-8228-5265885433ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3990772-6710-441a-8228-5265885433ec'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:38:56Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:38:58,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.050s 2018-08-13 11:38:58,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-14f55a11-30a7-4d26-a8a3-7d173372358d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-14f55a11-30a7-4d26-a8a3-7d173372358d'} Body: {"itemNotFound": {"message": "Instance d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 could not be found.", "code": 404}} 2018-08-13 11:38:59,609 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/9e67ee0b-95a0-40ed-a428-d1c69ec97c15 0.885s 2018-08-13 11:38:59,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/9e67ee0b-95a0-40ed-a428-d1c69ec97c15', u'date': 'Mon, 13 Aug 2018 11:38:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a182cdcb-135f-4714-8dca-ec989a1fe825'} Body: 2018-08-13 11:38:59,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1117244627 0.049s 2018-08-13 11:38:59,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1117244627', u'x-compute-request-id': 'req-39990c46-2e90-497f-82b5-743687d0b4e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39990c46-2e90-497f-82b5-743687d0b4e7'} Body: 2018-08-13 11:39:01,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/remove_router_interface 1.848s 2018-08-13 11:39:01,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:39:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd8cda35-3105-42e9-b7d2-bf38ae78956d'} Body: {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2", "subnet_ids": ["49839e6c-4383-4a72-947d-246c4b6cf6a2"], "port_id": "1e74a52e-ad1b-4fe3-b03f-a11d2c6c2245", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052"} 2018-08-13 11:39:03,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052 1.505s 2018-08-13 11:39:03,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052', u'date': 'Mon, 13 Aug 2018 11:39:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2f65b75d-f925-42ae-9518-70a208434155'} Body: 2018-08-13 11:39:03,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/49839e6c-4383-4a72-947d-246c4b6cf6a2 0.968s 2018-08-13 11:39:03,987 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/49839e6c-4383-4a72-947d-246c4b6cf6a2', u'date': 'Mon, 13 Aug 2018 11:39:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0cb9c90f-30ae-48ca-aa11-7c340868eb5e'} Body: 2018-08-13 11:39:05,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/beca0b5d-f4bf-4bdb-82f8-05824dc55325 1.397s 2018-08-13 11:39:05,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/beca0b5d-f4bf-4bdb-82f8-05824dc55325', u'date': 'Mon, 13 Aug 2018 11:39:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5aeea6c0-f62a-46a8-bce8-beec16b7d165'} Body: 2018-08-13 11:39:06,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/1969b4e9-9655-40c3-901f-667cb25985fc 1.349s 2018-08-13 11:39:06,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/1969b4e9-9655-40c3-901f-667cb25985fc', u'date': 'Mon, 13 Aug 2018 11:39:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cece7248-bd00-4b44-8ec8-d7252f1ae13c'} Body: 2018-08-13 11:39:08,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/f92835b2-ecf2-4d4a-824f-dc672be576ca 1.754s 2018-08-13 11:39:08,493 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/f92835b2-ecf2-4d4a-824f-dc672be576ca', u'date': 'Mon, 13 Aug 2018 11:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-764948b9-c2fe-4f28-aa24-278492bd7aa4'} Body: 2018-08-13 11:39:08,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/4dacee7e-d250-4430-9b1d-b87530fa8824 0.397s 2018-08-13 11:39:08,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/4dacee7e-d250-4430-9b1d-b87530fa8824', u'date': 'Mon, 13 Aug 2018 11:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55ef3a0d-f304-4587-9843-716b7d43d600'} Body: 2018-08-13 11:39:09.264 63 INFO tempest.lib.common.rest_client [req-6b471277-1874-4b02-bf8e-a02430ff6551 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf 0.346s 2018-08-13 11:39:09.265 63 DEBUG tempest.lib.common.rest_client [req-6b471277-1874-4b02-bf8e-a02430ff6551 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf', u'date': 'Mon, 13 Aug 2018 11:39:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6b471277-1874-4b02-bf8e-a02430ff6551'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:09.389 63 INFO tempest.lib.common.rest_client [req-83a75347-17c8-40c8-b8c4-116b70c14821 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41 0.122s 2018-08-13 11:39:09.389 63 DEBUG tempest.lib.common.rest_client [req-83a75347-17c8-40c8-b8c4-116b70c14821 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41', u'date': 'Mon, 13 Aug 2018 11:39:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-83a75347-17c8-40c8-b8c4-116b70c14821'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:09.732 63 INFO tempest.lib.common.rest_client [req-a13013c8-50df-45bb-9bcc-eb529a7f4050 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d 0.342s 2018-08-13 11:39:09.732 63 DEBUG tempest.lib.common.rest_client [req-a13013c8-50df-45bb-9bcc-eb529a7f4050 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d', u'date': 'Mon, 13 Aug 2018 11:39:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a13013c8-50df-45bb-9bcc-eb529a7f4050'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:09.810 63 INFO tempest.lib.common.rest_client [req-788fd965-ee3a-46d2-aff7-fd506ff91dad ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf 0.077s 2018-08-13 11:39:09.810 63 DEBUG tempest.lib.common.rest_client [req-788fd965-ee3a-46d2-aff7-fd506ff91dad ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf', u'date': 'Mon, 13 Aug 2018 11:39:09 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-788fd965-ee3a-46d2-aff7-fd506ff91dad'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:10.079 63 INFO tempest.lib.common.rest_client [req-76afe259-21a5-4146-a1d9-8ba1fdf6215f ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c486d9ce-d568-4971-a15c-eab54efc48cd 0.269s 2018-08-13 11:39:10.080 63 DEBUG tempest.lib.common.rest_client [req-76afe259-21a5-4146-a1d9-8ba1fdf6215f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/c486d9ce-d568-4971-a15c-eab54efc48cd', u'date': 'Mon, 13 Aug 2018 11:39:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-76afe259-21a5-4146-a1d9-8ba1fdf6215f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:10.700 63 INFO tempest.lib.common.rest_client [req-5de28655-1472-48c9-9ff5-2249a3200858 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1112a940-f9ac-4d8d-83db-69ac7fd89f13 0.619s 2018-08-13 11:39:10.700 63 DEBUG tempest.lib.common.rest_client [req-5de28655-1472-48c9-9ff5-2249a3200858 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1112a940-f9ac-4d8d-83db-69ac7fd89f13', u'date': 'Mon, 13 Aug 2018 11:39:10 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5de28655-1472-48c9-9ff5-2249a3200858'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:11.064 63 INFO tempest.lib.common.rest_client [req-7fd2ad0e-8577-4197-a9f0-5e4856357596 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463 0.363s 2018-08-13 11:39:11.064 63 DEBUG tempest.lib.common.rest_client [req-7fd2ad0e-8577-4197-a9f0-5e4856357596 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463', u'date': 'Mon, 13 Aug 2018 11:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7fd2ad0e-8577-4197-a9f0-5e4856357596'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:11.160 63 INFO tempest.lib.common.rest_client [req-a49c3666-960c-4452-af8c-4f53be1297ec ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7 0.095s 2018-08-13 11:39:11.160 63 DEBUG tempest.lib.common.rest_client [req-a49c3666-960c-4452-af8c-4f53be1297ec ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7', u'date': 'Mon, 13 Aug 2018 11:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a49c3666-960c-4452-af8c-4f53be1297ec'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:11.241 63 INFO tempest.lib.common.rest_client [req-a15a43d5-3941-4381-9981-284e3ddd0079 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a32da289-b7da-4725-9457-aa5171c74657 0.079s 2018-08-13 11:39:11.241 63 DEBUG tempest.lib.common.rest_client [req-a15a43d5-3941-4381-9981-284e3ddd0079 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a32da289-b7da-4725-9457-aa5171c74657', u'date': 'Mon, 13 Aug 2018 11:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a15a43d5-3941-4381-9981-284e3ddd0079'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:11.505 63 INFO tempest.lib.common.rest_client [req-11daf028-248e-43e4-bdf4-91b509ecc360 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/93faa90c-765a-48b1-b12a-d782910e3188 0.263s 2018-08-13 11:39:11.506 63 DEBUG tempest.lib.common.rest_client [req-11daf028-248e-43e4-bdf4-91b509ecc360 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/93faa90c-765a-48b1-b12a-d782910e3188', u'date': 'Mon, 13 Aug 2018 11:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-11daf028-248e-43e4-bdf4-91b509ecc360'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:11.594 63 INFO tempest.lib.common.rest_client [req-8985e302-d1bf-4104-afb1-892dcc893917 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3 0.088s 2018-08-13 11:39:11.595 63 DEBUG tempest.lib.common.rest_client [req-8985e302-d1bf-4104-afb1-892dcc893917 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3', u'date': 'Mon, 13 Aug 2018 11:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8985e302-d1bf-4104-afb1-892dcc893917'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:11.687 63 INFO tempest.lib.common.rest_client [req-9073144a-deb5-4a4c-b138-e7422672b620 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60 0.091s 2018-08-13 11:39:11.687 63 DEBUG tempest.lib.common.rest_client [req-9073144a-deb5-4a4c-b138-e7422672b620 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60', u'date': 'Mon, 13 Aug 2018 11:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9073144a-deb5-4a4c-b138-e7422672b620'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:11.957 63 INFO tempest.lib.common.rest_client [req-5b48ed1e-a834-44b9-aa76-1cae522c7c00 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540 0.269s 2018-08-13 11:39:11.957 63 DEBUG tempest.lib.common.rest_client [req-5b48ed1e-a834-44b9-aa76-1cae522c7c00 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540', u'date': 'Mon, 13 Aug 2018 11:39:11 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5b48ed1e-a834-44b9-aa76-1cae522c7c00'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:12.065 63 INFO tempest.lib.common.rest_client [req-f6ba68f4-2167-42f8-80dd-c5b9156521f0 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c 0.106s 2018-08-13 11:39:12.065 63 DEBUG tempest.lib.common.rest_client [req-f6ba68f4-2167-42f8-80dd-c5b9156521f0 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c', u'date': 'Mon, 13 Aug 2018 11:39:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6ba68f4-2167-42f8-80dd-c5b9156521f0'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:12.170 63 INFO tempest.lib.common.rest_client [req-ed2d9449-1f68-4406-b03b-eb5aa7cdcc9d ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013 0.104s 2018-08-13 11:39:12.171 63 DEBUG tempest.lib.common.rest_client [req-ed2d9449-1f68-4406-b03b-eb5aa7cdcc9d ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013', u'date': 'Mon, 13 Aug 2018 11:39:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ed2d9449-1f68-4406-b03b-eb5aa7cdcc9d'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:12.247 63 INFO tempest.lib.common.rest_client [req-66578474-7d6e-44e2-9867-4fd868f5ac2f ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155 0.075s 2018-08-13 11:39:12.247 63 DEBUG tempest.lib.common.rest_client [req-66578474-7d6e-44e2-9867-4fd868f5ac2f ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155', u'date': 'Mon, 13 Aug 2018 11:39:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66578474-7d6e-44e2-9867-4fd868f5ac2f'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:12.600 63 INFO tempest.lib.common.rest_client [req-0df4a7ed-47c5-4af7-86d6-3d92a1527546 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e 0.351s 2018-08-13 11:39:12.600 63 DEBUG tempest.lib.common.rest_client [req-0df4a7ed-47c5-4af7-86d6-3d92a1527546 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e', u'date': 'Mon, 13 Aug 2018 11:39:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0df4a7ed-47c5-4af7-86d6-3d92a1527546'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:12.693 63 INFO tempest.lib.common.rest_client [req-fe33f441-30f3-4f52-927f-24bb681cf010 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b 0.092s 2018-08-13 11:39:12.693 63 DEBUG tempest.lib.common.rest_client [req-fe33f441-30f3-4f52-927f-24bb681cf010 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b', u'date': 'Mon, 13 Aug 2018 11:39:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fe33f441-30f3-4f52-927f-24bb681cf010'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:12.771 63 INFO tempest.lib.common.rest_client [req-c6e6c954-2aea-481a-a142-81fb7ce01cfe ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1 0.077s 2018-08-13 11:39:12.771 63 DEBUG tempest.lib.common.rest_client [req-c6e6c954-2aea-481a-a142-81fb7ce01cfe ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1', u'date': 'Mon, 13 Aug 2018 11:39:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6e6c954-2aea-481a-a142-81fb7ce01cfe'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:13.041 63 INFO tempest.lib.common.rest_client [req-f6617871-6e9f-4294-86b2-d577c1bc908a ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565 0.269s 2018-08-13 11:39:13.041 63 DEBUG tempest.lib.common.rest_client [req-f6617871-6e9f-4294-86b2-d577c1bc908a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565', u'date': 'Mon, 13 Aug 2018 11:39:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6617871-6e9f-4294-86b2-d577c1bc908a'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:13.321 63 INFO tempest.lib.common.rest_client [req-41b0b9a4-3ad7-4650-91e8-cda0fc3a9d08 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f 0.278s 2018-08-13 11:39:13.321 63 DEBUG tempest.lib.common.rest_client [req-41b0b9a4-3ad7-4650-91e8-cda0fc3a9d08 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f', u'date': 'Mon, 13 Aug 2018 11:39:13 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41b0b9a4-3ad7-4650-91e8-cda0fc3a9d08'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:13.690 63 INFO tempest.lib.common.rest_client [req-7779d21e-ad22-46f2-ae3e-2d69b9e9fc5e ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:39:13.690 63 DEBUG tempest.lib.common.rest_client [req-7779d21e-ad22-46f2-ae3e-2d69b9e9fc5e ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7779d21e-ad22-46f2-ae3e-2d69b9e9fc5e'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:39:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "8317614 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:13.945 63 INFO tempest.lib.common.rest_client [req-5fa43ce0-d74f-4690-aa28-8246bb489949 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/4676de4274274ca99472fde87be8b341 0.253s 2018-08-13 11:39:13.946 63 DEBUG tempest.lib.common.rest_client [req-5fa43ce0-d74f-4690-aa28-8246bb489949 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/4676de4274274ca99472fde87be8b341', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:13 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-5fa43ce0-d74f-4690-aa28-8246bb489949'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:14.319 63 INFO tempest.lib.common.rest_client [req-6e67ad33-bc73-4aa2-8d0f-6c60b195ff2a ] Request (TestBGPVPNBasic:tearDownClass): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:39:14.319 63 DEBUG tempest.lib.common.rest_client [req-6e67ad33-bc73-4aa2-8d0f-6c60b195ff2a ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8984', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e67ad33-bc73-4aa2-8d0f-6c60b195ff2a'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:39:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "8317614 _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:14.735 63 INFO tempest.lib.common.rest_client [req-7dd3613b-bdc2-4bcf-b42b-9db34568f534 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.22:9696/v2.0/security-groups?tenant_id=132730d1a8354fc397000114f2979bc5&name=default 0.414s 2018-08-13 11:39:14.736 63 DEBUG tempest.lib.common.rest_client [req-7dd3613b-bdc2-4bcf-b42b-9db34568f534 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups?tenant_id=132730d1a8354fc397000114f2979bc5&name=default', u'date': 'Mon, 13 Aug 2018 11:39:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7dd3613b-bdc2-4bcf-b42b-9db34568f534'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "132730d1a8354fc397000114f2979bc5", "created_at": "2018-08-13T11:39:14Z", "updated_at": "2018-08-13T11:39:14Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:14Z", "revision_number": 0, "id": "23f029be-000e-45d8-9037-3c7a24e729cf", "remote_group_id": "740b424b-5461-4667-9253-56d0aa56094d", "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:14Z", "security_group_id": "740b424b-5461-4667-9253-56d0aa56094d", "tenant_id": "132730d1a8354fc397000114f2979bc5", "port_range_min": null, "ethertype": "IPv6", "project_id": "132730d1a8354fc397000114f2979bc5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:14Z", "revision_number": 0, "id": "85ca8a2b-4148-4251-a90f-40776613814d", "remote_group_id": "740b424b-5461-4667-9253-56d0aa56094d", "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:14Z", "security_group_id": "740b424b-5461-4667-9253-56d0aa56094d", "tenant_id": "132730d1a8354fc397000114f2979bc5", "port_range_min": null, "ethertype": "IPv4", "project_id": "132730d1a8354fc397000114f2979bc5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:14Z", "revision_number": 0, "id": "8db7b2cb-14da-4449-b54d-0969045f548c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:14Z", "security_group_id": "740b424b-5461-4667-9253-56d0aa56094d", "tenant_id": "132730d1a8354fc397000114f2979bc5", "port_range_min": null, "ethertype": "IPv6", "project_id": "132730d1a8354fc397000114f2979bc5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:14Z", "revision_number": 0, "id": "9ed0bf48-f582-4664-9419-35a607119f41", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:14Z", "security_group_id": "740b424b-5461-4667-9253-56d0aa56094d", "tenant_id": "132730d1a8354fc397000114f2979bc5", "port_range_min": null, "ethertype": "IPv4", "project_id": "132730d1a8354fc397000114f2979bc5"}], "revision_number": 1, "project_id": "132730d1a8354fc397000114f2979bc5", "id": "740b424b-5461-4667-9253-56d0aa56094d", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:15.120 63 INFO tempest.lib.common.rest_client [req-15a2177d-4180-43e8-a501-65ca00d1a086 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/740b424b-5461-4667-9253-56d0aa56094d 0.383s 2018-08-13 11:39:15.120 63 DEBUG tempest.lib.common.rest_client [req-15a2177d-4180-43e8-a501-65ca00d1a086 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/740b424b-5461-4667-9253-56d0aa56094d', u'date': 'Mon, 13 Aug 2018 11:39:15 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-15a2177d-4180-43e8-a501-65ca00d1a086'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:15.377 63 INFO tempest.lib.common.rest_client [req-de9a7fb2-c1de-4cff-baed-eba6b7c96e0b ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/132730d1a8354fc397000114f2979bc5 0.256s 2018-08-13 11:39:15.378 63 DEBUG tempest.lib.common.rest_client [req-de9a7fb2-c1de-4cff-baed-eba6b7c96e0b ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/132730d1a8354fc397000114f2979bc5', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:15 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-de9a7fb2-c1de-4cff-baed-eba6b7c96e0b'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:15.626 63 INFO tempest.lib.common.rest_client [req-e71c9746-325c-4b99-baf9-fc7120cee44c ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/9e567b1e622f440f9a56443c08e23ce3 0.248s 2018-08-13 11:39:15.627 63 DEBUG tempest.lib.common.rest_client [req-e71c9746-325c-4b99-baf9-fc7120cee44c ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/9e567b1e622f440f9a56443c08e23ce3', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:15 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-e71c9746-325c-4b99-baf9-fc7120cee44c'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:15.928 63 INFO tempest.lib.common.rest_client [req-3cf6c0b3-a72a-4a42-b4f8-4d0afaa9ee70 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.22:9696/v2.0/security-groups?tenant_id=36dad70b9bb1435baefb0552fe149835&name=default 0.301s 2018-08-13 11:39:15.929 63 DEBUG tempest.lib.common.rest_client [req-3cf6c0b3-a72a-4a42-b4f8-4d0afaa9ee70 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups?tenant_id=36dad70b9bb1435baefb0552fe149835&name=default', u'date': 'Mon, 13 Aug 2018 11:39:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cf6c0b3-a72a-4a42-b4f8-4d0afaa9ee70'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "36dad70b9bb1435baefb0552fe149835", "created_at": "2018-08-13T11:39:15Z", "updated_at": "2018-08-13T11:39:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:15Z", "revision_number": 0, "id": "1ad11c0d-4444-41a9-b5d1-8b65099eac24", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:15Z", "security_group_id": "a98dac01-0423-41d1-bec6-9ba0291d9c8b", "tenant_id": "36dad70b9bb1435baefb0552fe149835", "port_range_min": null, "ethertype": "IPv4", "project_id": "36dad70b9bb1435baefb0552fe149835"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:15Z", "revision_number": 0, "id": "2908e592-15bd-47d5-896d-081ee8883454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:15Z", "security_group_id": "a98dac01-0423-41d1-bec6-9ba0291d9c8b", "tenant_id": "36dad70b9bb1435baefb0552fe149835", "port_range_min": null, "ethertype": "IPv6", "project_id": "36dad70b9bb1435baefb0552fe149835"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:15Z", "revision_number": 0, "id": "8c6c8009-2c5b-4405-9e87-4353ca41a4ff", "remote_group_id": "a98dac01-0423-41d1-bec6-9ba0291d9c8b", "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:15Z", "security_group_id": "a98dac01-0423-41d1-bec6-9ba0291d9c8b", "tenant_id": "36dad70b9bb1435baefb0552fe149835", "port_range_min": null, "ethertype": "IPv4", "project_id": "36dad70b9bb1435baefb0552fe149835"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:39:15Z", "revision_number": 0, "id": "ad403a27-98d3-4bf5-92e0-bc20e638991f", "remote_group_id": "a98dac01-0423-41d1-bec6-9ba0291d9c8b", "remote_ip_prefix": null, "created_at": "2018-08-13T11:39:15Z", "security_group_id": "a98dac01-0423-41d1-bec6-9ba0291d9c8b", "tenant_id": "36dad70b9bb1435baefb0552fe149835", "port_range_min": null, "ethertype": "IPv6", "project_id": "36dad70b9bb1435baefb0552fe149835"}], "revision_number": 1, "project_id": "36dad70b9bb1435baefb0552fe149835", "id": "a98dac01-0423-41d1-bec6-9ba0291d9c8b", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:16.066 63 INFO tempest.lib.common.rest_client [req-e9e33857-06fb-44bc-9a1d-225b7edd4723 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/a98dac01-0423-41d1-bec6-9ba0291d9c8b 0.136s 2018-08-13 11:39:16.067 63 DEBUG tempest.lib.common.rest_client [req-e9e33857-06fb-44bc-9a1d-225b7edd4723 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/a98dac01-0423-41d1-bec6-9ba0291d9c8b', u'date': 'Mon, 13 Aug 2018 11:39:16 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e9e33857-06fb-44bc-9a1d-225b7edd4723'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:16.350 63 INFO tempest.lib.common.rest_client [req-d19ba18b-3f62-4e85-b532-91044284d8bc ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/36dad70b9bb1435baefb0552fe149835 0.282s 2018-08-13 11:39:16.350 63 DEBUG tempest.lib.common.rest_client [req-d19ba18b-3f62-4e85-b532-91044284d8bc ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/36dad70b9bb1435baefb0552fe149835', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:16 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d19ba18b-3f62-4e85-b532-91044284d8bc'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:16.672 63 INFO tempest.lib.common.rest_client [req-30ee2851-8392-4c32-bbd9-c4417d7c5317 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/users/60825e4c4d8b4f9a8f9ad7e17e7296c7 0.321s 2018-08-13 11:39:16.672 63 DEBUG tempest.lib.common.rest_client [req-30ee2851-8392-4c32-bbd9-c4417d7c5317 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/users/60825e4c4d8b4f9a8f9ad7e17e7296c7', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:16 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-30ee2851-8392-4c32-bbd9-c4417d7c5317'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:16.982 63 INFO tempest.lib.common.rest_client [req-d92084d0-0e13-4394-9a22-62838d445e51 ] Request (TestBGPVPNBasic:tearDownClass): 200 GET http://172.30.9.22:9696/v2.0/security-groups?tenant_id=89a6efcab7c84cf782b121bd5b0b1f45&name=default 0.309s 2018-08-13 11:39:16.982 63 DEBUG tempest.lib.common.rest_client [req-d92084d0-0e13-4394-9a22-62838d445e51 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '2434', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups?tenant_id=89a6efcab7c84cf782b121bd5b0b1f45&name=default', u'date': 'Mon, 13 Aug 2018 11:39:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d92084d0-0e13-4394-9a22-62838d445e51'} Body: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:53Z", "updated_at": "2018-08-13T09:59:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "416015dc-8f47-47e2-a7f7-054c7fca651c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "c9436ea9-7c1a-461e-a7c3-8387f8576165", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "5fb281e6-a633-4aa2-a34e-255b12f1adce", "remote_group_id": "c9436ea9-7c1a-461e-a7c3-8387f8576165", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "c9436ea9-7c1a-461e-a7c3-8387f8576165", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "5feef5fe-a34f-4609-aa84-88917aa2b2e6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "c9436ea9-7c1a-461e-a7c3-8387f8576165", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "aff2582f-2409-42e5-8005-edf17469b2ff", "remote_group_id": "c9436ea9-7c1a-461e-a7c3-8387f8576165", "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "c9436ea9-7c1a-461e-a7c3-8387f8576165", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c9436ea9-7c1a-461e-a7c3-8387f8576165", "name": "default"}]} _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:17.158 63 INFO tempest.lib.common.rest_client [req-0cd528a1-c48c-48a9-92d3-a52359cb92f2 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/c9436ea9-7c1a-461e-a7c3-8387f8576165 0.175s 2018-08-13 11:39:17.158 63 DEBUG tempest.lib.common.rest_client [req-0cd528a1-c48c-48a9-92d3-a52359cb92f2 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/c9436ea9-7c1a-461e-a7c3-8387f8576165', u'date': 'Mon, 13 Aug 2018 11:39:17 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0cd528a1-c48c-48a9-92d3-a52359cb92f2'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 2018-08-13 11:39:17.343 63 INFO tempest.lib.common.rest_client [req-d13ff71a-7235-4eff-8e9a-a06d2820b472 ] Request (TestBGPVPNBasic:tearDownClass): 204 DELETE http://192.30.9.4:35357/v3/projects/89a6efcab7c84cf782b121bd5b0b1f45 0.184s 2018-08-13 11:39:17.343 63 DEBUG tempest.lib.common.rest_client [req-d13ff71a-7235-4eff-8e9a-a06d2820b472 ] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://192.30.9.4:35357/v3/projects/89a6efcab7c84cf782b121bd5b0b1f45', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:39:17 GMT', u'content-type': 'text/plain', u'x-openstack-request-id': 'req-d13ff71a-7235-4eff-8e9a-a06d2820b472'} Body: _log_request_full /src/tempest/tempest/lib/common/rest_client.py:434 ============================== Failed 18 tests - output below: ============================== networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target[id-559013fd-1e34-4fde-9599-f8aafe9ae716] ---------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/api/test_bgpvpn.py", line 178, in test_update_route_target export_targets=['64512:6'] File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 09:59:38,747 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.225s 2018-08-13 09:59:38,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": ["64512:2"], "export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--2018378264"}} Response - Headers: {'status': '201', u'content-length': '365', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae054d08-aa9c-4fbf-9ec2-050fc9b86439'} Body: {"bgpvpn": {"export_targets": ["64512:3"], "name": "tempest-test-bgpvpn--2018378264", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "b7394dc439d540da80be49459a64a882", "route_targets": ["64512:1"], "project_id": "b7394dc439d540da80be49459a64a882", "type": "l3", "id": "45a4675d-6c7a-4dd8-8796-3c799d3b9bd9"}} 2018-08-13 09:59:38,791 63 INFO [tempest.lib.common.rest_client] Request (BgpvpnTest:test_update_route_target): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9 0.043s 2018-08-13 09:59:38,792 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:4"], "import_targets": ["64512:5"], "export_targets": ["64512:6"]}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/45a4675d-6c7a-4dd8-8796-3c799d3b9bd9', u'date': 'Mon, 13 Aug 2018 09:59:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fee498c-56f3-491f-b3ff-ea9d7926b7aa'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic[compute,id-afdd6cad-871a-4343-b97b-6319c76c815d,network] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 83, in test_bgpvpn_basic self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 09:59:53,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.604s 2018-08-13 09:59:53,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1494530381 description", "name": "tempest-secgroup-smoke-1494530381"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 09:59:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c3c4a037-a419-4eff-b08b-fe839c22f039'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1494530381 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:53Z", "updated_at": "2018-08-13T09:59:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "3f8b9d1c-a966-474b-b17e-dd6f76464a2c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T09:59:53Z", "revision_number": 0, "id": "ca7b6dd8-0ca8-4458-a5b1-b84247d90c0e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T09:59:53Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "name": "tempest-secgroup-smoke-1494530381"}} 2018-08-13 09:59:54,103 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.191s 2018-08-13 09:59:54,104 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afb9a112-525c-4803-8df5-26abc3ec6003'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "775c1e82-365e-439a-912d-ad85ff8e0016"}} 2018-08-13 09:59:54,462 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.357s 2018-08-13 09:59:54,463 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9874843b-ea01-4d9a-a247-c405b90ec4df'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "08949c9b-e4c3-4447-a981-c3662622e118"}} 2018-08-13 09:59:54,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 09:59:54,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-885b5abf-3e8d-4c7f-a9fc-27fa8afbefbf'} 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-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b27a4662-22c3-45f7-9a77-0048add30f64"}} 2018-08-13 09:59:54,744 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 09:59:54,744 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3950ed9e-95e4-405e-a123-6e98bf2feedf'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T09:59:54Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bcc929f3-9332-420f-ab84-239e23059d83"}} 2018-08-13 09:59:55,145 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.400s 2018-08-13 09:59:55,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98c130de-6de3-4b29-9791-fa48e029581c'} 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-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6c680c70-a957-4ce7-bd15-c727dfb42f62"}} 2018-08-13 09:59:55,295 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 09:59:55,295 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a4b0ae7b-861b-414d-b61e-5a1ad24a029f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5b7296f1-fe84-45fa-9201-74dd9a31b951"}} 2018-08-13 09:59:55,441 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.145s 2018-08-13 09:59:55,442 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-43127861-f918-468e-b2b8-f4f3daa40f9a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b4a75d04-c8b4-4a09-a6e3-6cad564b0f68"}} 2018-08-13 09:59:55,598 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 09:59:55,599 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f3eb6d7-53f1-427f-b79c-b1c3dd355146'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T09:59:55Z", "security_group_id": "112dae41-c0d3-4e5a-a716-9fed11f561e3", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T09:59:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4ee57c21-e127-4372-b592-c35bf23fff59"}} 2018-08-13 09:59:55,815 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/networks 0.215s 2018-08-13 09:59:55,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1889029304"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1d0a148-d7a7-45dc-ab0c-433cefcdc09f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","name":"tempest-A-1889029304"}} 2018-08-13 09:59:56,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.053s 2018-08-13 09:59:56,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "name": "tempest-subnet-A-1-294516940"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 09:59:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8fb03681-0f48-40b5-bfc2-608be622b172'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:56Z","dns_nameservers":[],"updated_at":"2018-08-13T09:59:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0","subnetpool_id":null,"name":"tempest-subnet-A-1-294516940"}} 2018-08-13 09:59:57,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/networks 0.515s 2018-08-13 09:59:57,387 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1816118228"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 09:59:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22a9ebfc-37cc-4f25-8253-7d1a31cb2c46'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T09:59:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"9d5052f6-a374-494e-8741-98acc056a712","name":"tempest-B-1816118228"}} 2018-08-13 09:59:58,229 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.841s 2018-08-13 09:59:58,229 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "9d5052f6-a374-494e-8741-98acc056a712", "name": "tempest-subnet-B-1-1650795732"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 09:59:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0a7b8719-5289-446a-9f69-94bc226ed295'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9d5052f6-a374-494e-8741-98acc056a712","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T09:59:57Z","dns_nameservers":[],"updated_at":"2018-08-13T09:59:57Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cab6b66b-fa7c-44fe-a32f-4d213845e5ba","subnetpool_id":null,"name":"tempest-subnet-B-1-1650795732"}} 2018-08-13 09:59:58,647 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.416s 2018-08-13 09:59:58,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-293558231"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 09:59:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-55c28f2f-d00f-4971-ba45-9e1c53a63b9e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXnkVhDK7NzCdKGsfziVQGq+mlBT8MfRBATo4jaCb0qewgl9YbT0DR7yRQSJi5HRC7N1qPSRnRdrQS9f+ZJcafQC6cLkMSXHnThJwEJxmsRDXnhZW12zlRd0j4lzNpXNzYw3LEH64qMqUo7xrLMyR7Jmlq5WAq/BesSUVoMMQocLxUhq6egeGZSR4gSETPrO71Pf/sb7Us44Kju3e6WveTl43Ri097ObQ7R2zMmgBEYPw1xJAxZeBScT1II1AJhhTLQ03VCh1/A2dbwrvMfAGuSlQpXq06ZNWKNT+eOeDcjKhrbrIJ8TFGU840ZnO5BvUbrPPK1KB/FUobpWEBB8xF Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA155FYQyuzcwnShrH84lUBqvppQU/DH0QQE6OI2gm9KnsIJfW\nG09A0e8kUEiYuR0Quzdaj0kZ0Xa0EvX/mSXGn0AunC5DElx504ScBCcZrEQ154WV\ntds5UXdI+JczaVzc2MNyxB+uKjKlKO8ayzMkeyZpauVgKvwXrElFaDDEKHC8VIau\nnoHhmUkeIEhEz6zu9T3/7G+1LOOCo7t3ulr3k5eN0YtPezm0O0dszJoARGD8NcSQ\nMWXgUnE9SCNQCYYUy0NN1QodfwNnW8K7zHwBrkpUKV6tOmTVijU/njng3Iyoa26y\nCfExRlPONGZzuQb1G6zzytSgfxVKG6VhAQfMRQIDAQABAoIBABQxtJnEUFLh/gQI\nwhVjFUWSsE1OUnte8ziyoslaJdvgVkcvMVRZdd6zoRkL05Hy0PBX3NlypUJi9baY\n55l2WkXsAvGJu6pqktZmox4Yc2UY9lt6vWzM3W9t1p3Bu4Twt5Ztp8AKn4tANwvA\naSgC4DXQgSsL1JfyCF2Qdzms55JJ4KM4EYQfUP6M8UUE17yUMuilhV1xgtX04nx0\nu8+9fOqX1jHez5TuipOxFJ6xJDfmK/fw9b6iyaIOQPwa1dT5TX1Z1JvZ12nJ5dEd\nhpsczyrZplJ2uJBHKiltGXPflRyui5QkmfCJlfnzl+egI0wUUNpqDIu9VQqkzetI\nktkbUvkCgYEA+Wx6XW06JGIe0e2spw46PCFDvxyWUSUb5miEoKcGIsjaecln+xDb\ndioroI+pUGx5DBmxBBuoq1fETNY50vqaPo/evqHb9WNyXN14mZjUmnVRLrqAcjGh\n1S6OwdupMT0EoAMo9Aez1S1DlIuy0ui0hMKmA4DIjuldLkhMiGox/JcCgYEA3U2e\nLdEReRI3EU721ytN2b9bLkDsUHM6yaLubMkJuwNt4n7g9FUXnFDaDc/CmpzVAh9f\nzSpSAfpDYEoMG7iffjO/O6GvpamROWnhYFG1J6y4CKZ2Vho07XtLnarVC4kGD81y\ncviqsfN2FKfIRszVseGfdtibrSeI31ifk4j7LYMCgYAH8VtoND1AwVsn5kC0RTC3\nj3ufz2I+DUd5K+TlVMxOOUUz0aUdCqlidu9SuqByrjGgoATSE6toYXAf3kaTIGXf\nDifSvEbL5rHSoT7g7Uv/6zJ9oXTLribwKf5j0AHwTngiPFeGheRFKp7XUSeNrdlp\nzOUKgYRhgK719Vlykqcq2wKBgQCwOgroOUBMxTCM2/C8z4MjDrqxTongVqJNxy1N\n+5mADu8GGjtQ1iIDHG9H6FXzgUgudIV5f2XmpT/aAZ06xf5cJSD3f3270hgPPD14\n0hgMDAJRAR3i2uOi6TgByfP1R5xIITYuT869/j3dnO5jUuIo0J6HqV3uuTjJgm0w\nszgxuQKBgF3rXy6z6+cVHE2AmISLoy7BwIWiqyavBzvxvSy6bruXd1VvPFaJVABH\ney2+ShuZ3ZPcNFm+I4f15dgxOEf+fw6nQDLRVgIxsR3fBO4u97CvGC+cge+0+cZd\n1yzs8vsX7brZPdxIh9psVLSfO7pHS9Q7dIvMMhjTcexYypl8ZQNV\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-293558231", "fingerprint": "c2:4e:e2:8d:e7:7b:aa:9f:fe:61:8b:a8:29:a8:89:a6"}} 2018-08-13 09:59:59,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/ports 1.142s 2018-08-13 09:59:59,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-302561874", "security_groups": ["112dae41-c0d3-4e5a-a716-9fed11f561e3"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 09:59:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02e926bb-d251-498b-b30b-2fbd9ef0a6ea'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T09:59:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T09:59:59Z","name":"tempest-port-smoke-302561874","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dc:b4:f9","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0","ip_address":"10.101.11.10"}],"id":"3fc2f365-4d4e-4ed6-968a-920be1884feb","security_groups":["112dae41-c0d3-4e5a-a716-9fed11f561e3"],"device_id":""}} 2018-08-13 10:00:01,575 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.22:8774/v2.1/servers 1.777s 2018-08-13 10:00:01,575 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-293558231", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "port": "3fc2f365-4d4e-4ed6-968a-920be1884feb"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 09:59:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcb67630-b7db-4bd6-bbf9-2600e9d124b7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "adminPass": "FnTQPqEBw8gN"}} 2018-08-13 10:00:02,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.770s 2018-08-13 10:00:02,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-a6601605-ec93-41aa-8c4a-828f13863023', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a6601605-ec93-41aa-8c4a-828f13863023'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:03,688 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.322s 2018-08-13 10:00:03,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d4044693-ae9c-4748-91f2-e543cf6c10e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4044693-ae9c-4748-91f2-e543cf6c10e2'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:03,701 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:00:05,311 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.608s 2018-08-13 10:00:05,312 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-e90c31e4-49c5-4074-8508-9830657dc8bf', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e90c31e4-49c5-4074-8508-9830657dc8bf'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:05,323 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:00:06,630 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.305s 2018-08-13 10:00:06,631 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1fd9ce9-14b4-43d3-bd5c-1b74df86fd75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:08,092 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.446s 2018-08-13 10:00:08,092 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-30c19253-d732-4532-8f1a-c38064b8c0c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30c19253-d732-4532-8f1a-c38064b8c0c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:09,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.154s 2018-08-13 10:00:09,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-42b8f760-ee8a-4290-882f-f1548a9cb759', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42b8f760-ee8a-4290-882f-f1548a9cb759'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:08Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:09,274 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:00:09,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.657s 2018-08-13 10:00:09,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-403f0044-9a6d-4a04-96d0-fd1b6e4550d6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:08Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:09,946 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f with status: ACTIVE 2018-08-13 10:00:10,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/ports 0.849s 2018-08-13 10:00:10,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-982602764", "security_groups": ["112dae41-c0d3-4e5a-a716-9fed11f561e3"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:00:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cbfb7e1e-a55e-4423-8c93-081daeb79f3d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:00:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"9d5052f6-a374-494e-8741-98acc056a712","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:00:10Z","name":"tempest-port-smoke-982602764","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:2d:55:31","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cab6b66b-fa7c-44fe-a32f-4d213845e5ba","ip_address":"10.102.21.20"}],"id":"d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c","security_groups":["112dae41-c0d3-4e5a-a716-9fed11f561e3"],"device_id":""}} 2018-08-13 10:00:12,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 202 POST http://172.30.9.22:8774/v2.1/servers 2.121s 2018-08-13 10:00:12,919 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-293558231", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "9d5052f6-a374-494e-8741-98acc056a712", "port": "d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-465f3d01-d65e-4a77-a971-809f322a7785', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-465f3d01-d65e-4a77-a971-809f322a7785'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "adminPass": "7VSxRGY6D69c"}} 2018-08-13 10:00:13,310 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.386s 2018-08-13 10:00:13,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-f6c6d08e-8808-479e-a31d-02f10df01dab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6c6d08e-8808-479e-a31d-02f10df01dab'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:14,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.061s 2018-08-13 10:00:14,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ae2364f7-8b43-4a1c-bfc2-33c010cd45c4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:16,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.988s 2018-08-13 10:00:16,388 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1399', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-e285821b-5d30-4b1a-97bf-579ffe79a557', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e285821b-5d30-4b1a-97bf-579ffe79a557'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:16,401 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-13 10:00:17,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.182s 2018-08-13 10:00:17,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-7a23363b-0f86-4b71-bf55-60b16fe23686', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a23363b-0f86-4b71-bf55-60b16fe23686'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:17,597 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:00:19,247 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.648s 2018-08-13 10:00:19,247 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-56040257-533b-4b97-bbe1-ac2585a210e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56040257-533b-4b97-bbe1-ac2585a210e3'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:00:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:20,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.190s 2018-08-13 10:00:20,452 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-d6e2da2d-eccf-450a-a8bb-911413590d1f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d6e2da2d-eccf-450a-a8bb-911413590d1f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:20,466 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:00:21,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.641s 2018-08-13 10:00:21,108 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-97c11ded-bcd3-4869-a210-2db7a35b2ec0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:00:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97c11ded-bcd3-4869-a210-2db7a35b2ec0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:00:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:00:21,121 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 1cafb909-14d0-4c47-a8f5-c9db8a810a1f with status: ACTIVE 2018-08-13 10:00:21,459 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.337s 2018-08-13 10:00:21,459 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:00:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-71cd8147-9cd2-480f-9c64-616da9b7ddc6'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "5e35f2bc-2c7f-45c1-b428-8d679e92ecdf"}} 2018-08-13 10:00:21,704 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations 0.244s 2018-08-13 10:00:21,705 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations', u'date': 'Mon, 13 Aug 2018 10:00:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06c300dd-ce56-4788-a84e-23f9ddc6fe23'} Body: {"network_association": {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "id": "88c889c4-b4b6-44c6-b828-d851a6782646"}} 2018-08-13 10:00:22,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations 0.350s 2018-08-13 10:00:22,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e35f2bc-2c7f-45c1-b428-8d679e92ecdf/network_associations', u'date': 'Mon, 13 Aug 2018 10:00:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c1b8a098-2783-4d3f-b2c3-c8dec780ddce'} Body: {"network_association": {"network_id": "9d5052f6-a374-494e-8741-98acc056a712", "id": "04f26bef-c4fb-4fcb-ad38-a14c3bf6c506"}} 2018-08-13 10:00:22,056 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:00:22,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/routers 0.144s 2018-08-13 10:00:22,201 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1109809156", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:00:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-32cf85d2-9ee1-48c3-a9a4-9e4238449216'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:00:22Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "05809606-5621-4e46-a8b2-f07539376db3", "name": "tempest-router--1109809156"}} 2018-08-13 10:00:23,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3 1.779s 2018-08-13 10:00:23,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3', u'date': 'Mon, 13 Aug 2018 10:00:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-524bbf75-0db0-4408-9966-d209caf314ca'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:00:23Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "05809606-5621-4e46-a8b2-f07539376db3", "name": "tempest-router--1109809156"}} 2018-08-13 10:00:25,913 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/add_router_interface 1.929s 2018-08-13 10:00:25,913 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:00:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e9b8ee9-f00a-4a0b-9d9c-21bccb1935e4'} Body: {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0", "subnet_ids": ["b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"], "port_id": "03b6ea31-fa3b-4e17-823a-a15f4685fd1f", "id": "05809606-5621-4e46-a8b2-f07539376db3"} 2018-08-13 10:00:27,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_basic): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.794s 2018-08-13 10:00:27,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "3fc2f365-4d4e-4ed6-968a-920be1884feb"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:00:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e32a1a81-8f4c-4285-8777-19cc9693ce69'} Body: {"floatingip": {"router_id": "05809606-5621-4e46-a8b2-f07539376db3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:00:26Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "3fc2f365-4d4e-4ed6-968a-920be1884feb", "id": "c0b090f4-b122-4cf8-b0c0-cc3da48d65b3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:00:26Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:00:27,711 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:00:35,726 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:00:35,794 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:00:35,824 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:00:35,939 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:00:35,939 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:00:35,941 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:00:36,003 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:00:36,006 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:00:41,013 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:00:41,014 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:01:51,017 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:01:51,018 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:01:51,022 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:01:51,082 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:01:51,086 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:01:56,092 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:01:56,093 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:03:06,129 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:03:06,130 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:03:06,131 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,135 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,230 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,263 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,269 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:03:06,269 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a9:d2:8e [ether] on eth0 2018-08-13 10:03:06,270 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:03:06,270 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,272 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,334 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,336 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,345 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:03:06,346 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:03:06,346 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,348 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,410 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,412 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,418 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:03:06,419 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,421 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,482 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,485 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:06,491 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:03:06,492 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:a9:d2:8e [ether] on eth0 2018-08-13 10:03:06,492 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:03:06,492 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:03:06,495 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:03:06,558 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:03:06,559 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:03:11,566 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:03:11,566 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:04:21,616 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:04:21,617 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:04:21,621 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:04:21,719 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:04:21,749 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:04:26,756 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_basic) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:04:26,757 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:05:36,760 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:05:36,761 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:05:36.761 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:05:38,135 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/c0b090f4-b122-4cf8-b0c0-cc3da48d65b3 1.367s 2018-08-13 10:05:38,136 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/c0b090f4-b122-4cf8-b0c0-cc3da48d65b3', u'date': 'Mon, 13 Aug 2018 10:05:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-23e7ce37-9096-427e-b1d3-ccff8df2416e'} Body: 2018-08-13 10:05:40,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/remove_router_interface 2.267s 2018-08-13 10:05:40,405 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:05:40 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1d16618f-cbe1-40e9-b0d6-8770c04106e0'} Body: {"network_id": "e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0", "subnet_ids": ["b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0"], "port_id": "03b6ea31-fa3b-4e17-823a-a15f4685fd1f", "id": "05809606-5621-4e46-a8b2-f07539376db3"} 2018-08-13 10:05:42,213 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3 1.807s 2018-08-13 10:05:42,214 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/05809606-5621-4e46-a8b2-f07539376db3', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b7fed51f-ea7b-41a3-b7c3-d496387c77cb'} Body: 2018-08-13 10:05:42,643 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.428s 2018-08-13 10:05:42,644 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-28024511-b6f1-410d-841f-c56dff7bd557', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28024511-b6f1-410d-841f-c56dff7bd557'} Body: 2018-08-13 10:05:43,250 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.605s 2018-08-13 10:05:43,250 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d33b1a3e-3b74-40f9-a288-d0f1b7ab2dc8'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1816118228": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2d:55:31", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:05:42Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:44,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.638s 2018-08-13 10:05:44,906 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ed936f0-5ba7-4e85-b11a-2ff3dfd50229'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:00:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "1cafb909-14d0-4c47-a8f5-c9db8a810a1f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:05:44Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T10:05:44.000000", "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-2", "created": "2018-08-13T10:00:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:44,919 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:05:45,967 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f 0.046s 2018-08-13 10:05:45,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/1cafb909-14d0-4c47-a8f5-c9db8a810a1f', u'x-compute-request-id': 'req-94744ead-332a-41c0-8b6b-e4705831848e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-94744ead-332a-41c0-8b6b-e4705831848e'} Body: {"itemNotFound": {"message": "Instance 1cafb909-14d0-4c47-a8f5-c9db8a810a1f could not be found.", "code": 404}} 2018-08-13 10:05:46,741 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c 0.772s 2018-08-13 10:05:46,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/d8fab1d7-1c7c-42ab-a86d-a9ad00850e5c', u'date': 'Mon, 13 Aug 2018 10:05:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-16dee78c-fd06-4361-805e-a54d694875fc'} Body: 2018-08-13 10:05:47,091 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.348s 2018-08-13 10:05:47,091 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d7d592b1-7fcb-4e60-ae7c-e5f2b2dd784e'} Body: 2018-08-13 10:05:47,534 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.442s 2018-08-13 10:05:47,535 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-f1750bca-906a-4b83-b769-1462e59b7aba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1750bca-906a-4b83-b769-1462e59b7aba'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1889029304": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:b4:f9", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "security_groups": [{"name": "tempest-secgroup-smoke-1494530381"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:05:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:48,941 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.391s 2018-08-13 10:05:48,942 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-68ac5a33-ebf2-4d8e-9898-421a5801b064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68ac5a33-ebf2-4d8e-9898-421a5801b064'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:00:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:05:48Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": "2018-08-13T10:05:48.000000", "key_name": "tempest-TestBGPVPNBasic-293558231", "name": "server-1", "created": "2018-08-13T10:00:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:05:48,953 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:05:50,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f 0.050s 2018-08-13 10:05:50,006 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f', u'x-compute-request-id': 'req-2bb6f31b-c301-495c-9feb-4a37593a6e54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2bb6f31b-c301-495c-9feb-4a37593a6e54'} Body: {"itemNotFound": {"message": "Instance e66eeff7-833b-4e6f-ba6d-f5ae8b1c626f could not be found.", "code": 404}} 2018-08-13 10:05:50,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/3fc2f365-4d4e-4ed6-968a-920be1884feb 0.610s 2018-08-13 10:05:50,619 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/3fc2f365-4d4e-4ed6-968a-920be1884feb', u'date': 'Mon, 13 Aug 2018 10:05:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7f44514a-1b4f-4bba-8803-63963cf54501'} Body: 2018-08-13 10:05:50,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-293558231 0.071s 2018-08-13 10:05:50,692 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-293558231', u'x-compute-request-id': 'req-d916e0f1-306b-4708-9822-90da180e15cc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:05:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d916e0f1-306b-4708-9822-90da180e15cc'} Body: 2018-08-13 10:05:51,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cab6b66b-fa7c-44fe-a32f-4d213845e5ba 0.941s 2018-08-13 10:05:51,634 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cab6b66b-fa7c-44fe-a32f-4d213845e5ba', u'date': 'Mon, 13 Aug 2018 10:05:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-be2d0733-678a-45fc-8317-bb9270aa1aee'} Body: 2018-08-13 10:05:52,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/9d5052f6-a374-494e-8741-98acc056a712 1.346s 2018-08-13 10:05:52,982 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/9d5052f6-a374-494e-8741-98acc056a712', u'date': 'Mon, 13 Aug 2018 10:05:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-25904dcb-ff5c-4d31-b981-6d1f26c8e722'} Body: 2018-08-13 10:05:53,982 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0 0.999s 2018-08-13 10:05:53,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/b9c2c3ca-cff8-4d97-9bfa-568a883c5ba0', u'date': 'Mon, 13 Aug 2018 10:05:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8a8bafc4-602f-41e4-bff9-f9865a84005f'} Body: 2018-08-13 10:05:55,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b 1.664s 2018-08-13 10:05:55,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/e66710d0-7e94-464f-8a0f-e7c3bdf8ed0b', u'date': 'Mon, 13 Aug 2018 10:05:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0e27d661-f9ec-4978-b195-879cedf7126c'} Body: 2018-08-13 10:05:55,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/112dae41-c0d3-4e5a-a716-9fed11f561e3 0.293s 2018-08-13 10:05:55,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/112dae41-c0d3-4e5a-a716-9fed11f561e3', u'date': 'Mon, 13 Aug 2018 10:05:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47da6b7e-1783-43a0-8e8b-3d0387a1e079'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn[compute,id-dc92643f-1b2c-4a3e-bc5e-ea780d721ef7,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 740, in test_bgpvpn_negative_delete_bgpvpn self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:05:56,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.200s 2018-08-13 10:05:56,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-620540299 description", "name": "tempest-secgroup-smoke-620540299"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d70c3463-7f9c-4fc0-b5c6-083bf91706e7'} Body: {"security_group": {"description": "tempest-secgroup-smoke-620540299 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "updated_at": "2018-08-13T10:05:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:05:56Z", "revision_number": 0, "id": "39dce3a8-9323-4a74-a82b-2b597c3c83e4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:05:56Z", "revision_number": 0, "id": "7f798c29-4cd2-43b3-8ac0-5279eaca3701", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "name": "tempest-secgroup-smoke-620540299"}} 2018-08-13 10:05:56,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.313s 2018-08-13 10:05:56,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-616a7cf9-784c-4f2a-8842-289d7a9bc01a'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "973625e7-d002-4c07-88fa-c6dc63968c0e"}} 2018-08-13 10:05:56,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:05:56,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51f0e7f4-08ab-4eb6-913b-a55557072eaf'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c6298210-04b9-41f4-96d8-a208e3cbb4bd"}} 2018-08-13 10:05:56,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:05:56,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fcab8b1c-b84c-45dc-96d3-13ae73c249e3'} 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-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a1336332-8ea8-4ff9-94ca-e695a0c90eb4"}} 2018-08-13 10:05:56,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.127s 2018-08-13 10:05:56,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f88a8fb0-9d4e-493c-96c6-860389ad1be3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:05:56Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "216812c7-2c39-43d4-b698-8f8e181d592e"}} 2018-08-13 10:05:57,079 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:05:57,080 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-80d94f47-c37a-4f3a-8501-21b2038e2bf8'} 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-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe314a45-4a0f-4d69-8f50-ef27a41bbef9"}} 2018-08-13 10:05:57,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 10:05:57,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d615150b-aaed-4dd8-9294-b873241638aa'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "779b988a-f62b-4f04-9cb0-a09a5b113288"}} 2018-08-13 10:05:57,372 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:05:57,373 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8a3c0708-11fa-4137-91b4-5e028854d84e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c5184cd-a20b-431c-b8ad-2900c0d8129f"}} 2018-08-13 10:05:57,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:05:57,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b555c9a6-4f8d-435b-a365-32ac9ad63540'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:05:57Z", "security_group_id": "fe906cc7-2acb-4722-a49d-7c7999b008da", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:05:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fc59b8aa-1ce8-4a16-9d3d-2998f84483ca"}} 2018-08-13 10:05:57,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/networks 0.200s 2018-08-13 10:05:57,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-107386978"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:05:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64babb93-2674-4dc9-be1b-18e5a74ba426'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:57Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:05:57Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","name":"tempest-A-107386978"}} 2018-08-13 10:05:58,521 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.788s 2018-08-13 10:05:58,521 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "name": "tempest-subnet-A-1-2127850879"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:05:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-744da569-2d21-403d-ac2b-76b6ed3333df'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:05:57Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e416dbb2-49fe-49b8-8426-7ea44dbe483f","subnetpool_id":null,"name":"tempest-subnet-A-1-2127850879"}} 2018-08-13 10:05:58,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/networks 0.245s 2018-08-13 10:05:58,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1288418185"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:05:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe21753-3729-4a8d-9bab-b817798c0fc0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:05:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","name":"tempest-B-1288418185"}} 2018-08-13 10:05:59,284 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.515s 2018-08-13 10:05:59,284 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "name": "tempest-subnet-B-1-2003778122"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:05:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59307b6d-3627-4aa9-9e98-ff9b45bcfac5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:05:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:05:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"03ef5be8-9aa7-4a51-b910-2a298b1638ae","subnetpool_id":null,"name":"tempest-subnet-B-1-2003778122"}} 2018-08-13 10:05:59,700 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.414s 2018-08-13 10:05:59,700 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:05:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-21898a65-049c-4af2-bed7-5aa85f5104cc'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "04c2187d-ebee-4c99-b468-ba7619ef9a41"}} 2018-08-13 10:06:00,230 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations 0.528s 2018-08-13 10:06:00,230 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a2fb3521-2dec-422a-a8d5-c630df4bf45c'} Body: {"network_association": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "id": "9a4044d4-e790-4153-861d-269a653d64d8"}} 2018-08-13 10:06:00,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations 0.249s 2018-08-13 10:06:00,481 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/04c2187d-ebee-4c99-b468-ba7619ef9a41/network_associations', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d1fb020-db71-42a5-b0f8-326df7b2049d'} Body: {"network_association": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "id": "28656a95-29bd-4cdc-b806-99fbfaf76047"}} 2018-08-13 10:06:00,482 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:06:00,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.492s 2018-08-13 10:06:00,975 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1733258268"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-3e23ee30-586e-4255-8414-cba1fe3ab654', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e23ee30-586e-4255-8414-cba1fe3ab654'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFF3MfBWWPd2ksUJXugvDgaGaFg9rzDI/OQKA4J4voqJzUdmH14ObXkMrN6ChLnS/vUiOx2GGcoyLEiWht8PSsS3+vN5qk7Gyv3Nen0Q0JFHALvUyb7EfTVxQfncl9l7OQNBESXsOFX2BnwZIoSXXME/4ZV/LNe2A8Qu23exmRga3LXjETxFks3B93VHIG6agJblNByXm6/cVvC6gjsbqAutjJYcEOPKWIH5pMDRJ+ymJkpClxlTg8ileXNjztqNXBK835Gh4sx4wIXojjcqH2lPCcif0o/IV2WHO/Wcx+qbJSJFmw2T1Sf7j9v1vojh3Zd0i5TiD2H9wJpj3oqNgN Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAxRdzHwVlj3dpLFCV7oLw4GhmhYPa8wyPzkCgOCeL6Kic1HZh\n9eDm15DKzegoS50v71IjsdhhnKMixIlobfD0rEt/rzeapOxsr9zXp9ENCRRwC71M\nm+xH01cUH53JfZezkDQREl7DhV9gZ8GSKEl1zBP+GVfyzXtgPELtt3sZkYGty14x\nE8RZLNwfd1RyBumoCW5TQcl5uv3FbwuoI7G6gLrYyWHBDjyliB+aTA0SfspiZKQp\ncZU4PIpXlzY87ajVwSvN+RoeLMeMCF6I43Kh9pTwnIn9KPyFdlhzv1nMfqmyUiRZ\nsNk9Un+4/b9b6I4d2XdIuU4g9h/cCaY96KjYDQIDAQABAoIBAC1wE41STDDAIdIi\nnf5H18qUpxYe6OphugGd6pIno9y2irl8tWbfO7j025yO6kNMcNGmyS3mKdLX1Vsk\nJpw6Ed5q5Xv6wL9G9mOw8VLyIiQ2vwIl2TSVS5XQnIYRdXNr9uzG5CytBjyIWYxy\nFwUMsoijD1C+cu6mg/BAqddEHQfrStrC5KqIEptAiQUgkoQ7PCKrb2ozrolN4s2q\nx/aVXus7KZfJWeVq+VuSM+eUFm/mw72YEKBZLJSf1I/60HcHeSYP9Tsjsu2YWoQ0\nx5jadpBD3fLgWKRxfGvgbUA3Z9Pt7N2l6/hfATIN4QKjRfcqw/8DGcdDMnf9pjPo\nhIRgDqECgYEA8IJvFwFwoC4RtloXxO2e+P+pz3d4Ly/ET8OzPqUAR2TNXQtPQKQb\n0HpWUyWOx7VBUFE7tu9/XFpYRyNgzVZVenpB2zv04zDtA5cjUBXFSRLBdOhZcTI8\nwHmgb/Z0eyeEiowY/H/9wzow1VvHcPT3skVpzdlocJ1AltmFv9g6SEkCgYEA0cki\nE+WeEY29rm+bQtUMHzkUzw9GsF/xiFCV+Wg8wD4rUDcihMXhNomq/ePjbYnkXlUm\n+UUkkS7TAgC62Az7jVYK6lVMtSz33ECmMJeO9dwKroFE8B7nMwvaGmBk0TDSsdHk\nOxzHl7G/ZKp8eU2/rMw8XcbA4AXqILdOqAkAOaUCgYB4/ZT3JNFMs4BTlOUKO2PS\n7YK2jOpYCpaebdvZMtZ+E/a/zPW0lhor+a89qtI2IzfVONhqgfc3NXfdaa3D/p+H\nusMwj+v08uL5AGpSWnFh/l51+oEsUdKAHW+Zg4k7fzjNHgdf1t+I+9gfLUmayJFn\nDEZauPkyVdltScZgKV3AiQKBgBSvXlrT4zgb374ZZxe55g4WFMUt3mx5qVkliQQk\nkQjrmF26cf7hfAlinaeXFs+wLwJWJxehB7ABC/FAnSu8a/lNqJnee0fJ/U6MWVal\nOwVnAu6d9Gwwv986pfC/3HD7/WpnJbfmaI++iP6mCMv1LJcfNDyS4mW0b5d2O505\n9fm5AoGBAKmUw/9jmC8mmCeKO/qQYQ1R6u9XXBUss+RGTQOmv65+y3AkDzNqKb50\nzZddo/bvtVuM1s7h2k7krWgYHk//KbxJAz1yjJulkbP3hlpRRb7FFxZmL3Xx04sX\nbCMaVvmle9+t0ngVCeUhRo0C4ZuTkmNi4lmGSBqrloMe5J8/JYIu\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1733258268", "fingerprint": "93:f8:40:6b:c2:45:34:50:ac:86:89:c8:54:61:a5:9f"}} 2018-08-13 10:06:01,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/ports 0.784s 2018-08-13 10:06:01,764 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1905539025", "security_groups": ["fe906cc7-2acb-4722-a49d-7c7999b008da"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:06:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5c43486-290a-4c41-9164-5fd09983f9c9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:06:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:06:01Z","name":"tempest-port-smoke-1905539025","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:71:02:f6","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e416dbb2-49fe-49b8-8426-7ea44dbe483f","ip_address":"10.101.11.10"}],"id":"2d32f65f-fd98-45a9-a4a8-f0fa0f90d735","security_groups":["fe906cc7-2acb-4722-a49d-7c7999b008da"],"device_id":""}} 2018-08-13 10:06:03,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.22:8774/v2.1/servers 1.620s 2018-08-13 10:06:03,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733258268", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "port": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-f710861f-ec16-4de3-ab4d-c4b4baec417d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f710861f-ec16-4de3-ab4d-c4b4baec417d'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "adminPass": "M7HuFjaJeHXh"}} 2018-08-13 10:06:03,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.359s 2018-08-13 10:06:03,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-c76b7b6f-7a2b-4e35-838e-77757c4b490e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c76b7b6f-7a2b-4e35-838e-77757c4b490e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:05,137 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.372s 2018-08-13 10:06:05,138 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3c349fd-e942-4bba-b00f-62e21ca8cd2a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:06,859 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.706s 2018-08-13 10:06:06,859 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-9b32f322-6398-42f2-b4fc-28dba7a167e9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b32f322-6398-42f2-b4fc-28dba7a167e9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:06,872 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:06:08,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.155s 2018-08-13 10:06:08,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-db8abc3a-7ac6-4195-8b46-72b5b41078d0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db8abc3a-7ac6-4195-8b46-72b5b41078d0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:09,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.151s 2018-08-13 10:06:09,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-bf4096c5-f6c1-4228-a93e-ea80549f4075', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf4096c5-f6c1-4228-a93e-ea80549f4075'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:10,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.349s 2018-08-13 10:06:10,559 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-3405b194-e723-49ca-9b1d-8539a1ceb4e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3405b194-e723-49ca-9b1d-8539a1ceb4e7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:10,573 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:06:10,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.393s 2018-08-13 10:06:10,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-68c62d4a-aa5e-48e6-8e49-07adcb4317d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:10,980 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6d06aa81-4776-4151-ae63-c8173849c0a9 with status: ACTIVE 2018-08-13 10:06:12,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/ports 1.033s 2018-08-13 10:06:12,015 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-820007525", "security_groups": ["fe906cc7-2acb-4722-a49d-7c7999b008da"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:06:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-16c45c7f-46b0-4c3b-86f4-f0ed0624d7f8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:06:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f88f375a-39da-48fd-9cf8-61711b03d7f9","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:06:11Z","name":"tempest-port-smoke-820007525","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0a:b8:12","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"03ef5be8-9aa7-4a51-b910-2a298b1638ae","ip_address":"10.102.21.20"}],"id":"b112411f-3b6e-424f-abe3-bcef7dc091ed","security_groups":["fe906cc7-2acb-4722-a49d-7c7999b008da"],"device_id":""}} 2018-08-13 10:06:13,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 202 POST http://172.30.9.22:8774/v2.1/servers 1.921s 2018-08-13 10:06:13,938 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733258268", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "f88f375a-39da-48fd-9cf8-61711b03d7f9", "port": "b112411f-3b6e-424f-abe3-bcef7dc091ed"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c177ddda-feb9-4e68-9fcf-04ac82ca90e3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "adminPass": "ZAH39jqRxyRD"}} 2018-08-13 10:06:14,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.065s 2018-08-13 10:06:14,008 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-618088df-fc74-4455-a145-4cd819d0b12f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-618088df-fc74-4455-a145-4cd819d0b12f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:15,892 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.869s 2018-08-13 10:06:15,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-b310b2f2-752d-4934-9a24-1eaf9c8cf168', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b310b2f2-752d-4934-9a24-1eaf9c8cf168'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:15Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:17,307 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.399s 2018-08-13 10:06:17,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-a2b933f7-8c22-4114-8db2-7bfca5997669', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2b933f7-8c22-4114-8db2-7bfca5997669'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:16Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:17,320 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:06:19,145 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.823s 2018-08-13 10:06:19,145 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-98311993-df19-4b12-ad78-20e4d5b67119', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-98311993-df19-4b12-ad78-20e4d5b67119'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:06:16Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:20,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.386s 2018-08-13 10:06:20,546 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-4840ba41-c586-404b-9029-4ecffc7fc8d7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4840ba41-c586-404b-9029-4ecffc7fc8d7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:20,559 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:06:20,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.415s 2018-08-13 10:06:20,975 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:06:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2f91e0c-18fc-431c-8e82-f6b56dcf90c0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:06:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:06:20,988 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e86d3536-2430-4cd4-9efb-fa462889c3ab with status: ACTIVE 2018-08-13 10:06:21,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/routers 0.122s 2018-08-13 10:06:21,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1595693957", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:06:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-358ae48e-a9df-47be-808f-f2aa5bb977a5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:21Z", "admin_state_up": true, "updated_at": "2018-08-13T10:06:21Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77db791a-5c91-4d08-9dc5-1477f5894340", "name": "tempest-router--1595693957"}} 2018-08-13 10:06:22,328 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340 1.216s 2018-08-13 10:06:22,328 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340', u'date': 'Mon, 13 Aug 2018 10:06:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44772ff2-3b26-439d-9b03-3545a6e5ad0e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:21Z", "admin_state_up": true, "updated_at": "2018-08-13T10:06:22Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77db791a-5c91-4d08-9dc5-1477f5894340", "name": "tempest-router--1595693957"}} 2018-08-13 10:06:24,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/add_router_interface 2.341s 2018-08-13 10:06:24,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:06:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d52758e-887d-497d-a8c5-04323df2f4c3'} Body: {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f", "subnet_ids": ["e416dbb2-49fe-49b8-8426-7ea44dbe483f"], "port_id": "303fab2f-d87b-4cff-bb93-79a797b54d0e", "id": "77db791a-5c91-4d08-9dc5-1477f5894340"} 2018-08-13 10:06:26,588 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.915s 2018-08-13 10:06:26,589 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:06:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13982ec1-3ae2-4d68-94e2-2b76c70b3550'} Body: {"floatingip": {"router_id": "77db791a-5c91-4d08-9dc5-1477f5894340", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:06:25Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "2d32f65f-fd98-45a9-a4a8-f0fa0f90d735", "id": "6036bd08-216f-46e3-b58b-c140108ef57e", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:06:25Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:06:26,590 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:06:34,601 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:06:34,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:06:34,698 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:06:34,812 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:06:34,813 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:06:34,815 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:06:34,875 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:06:34,879 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:06:39,886 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:06:39,886 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:07:49,957 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:07:49,958 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:07:49,962 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:07:50,025 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:07:50,026 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:07:55,033 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:07:55,033 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:09:05,104 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:09:05,104 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:09:05,105 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,108 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,209 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,236 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,241 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:09:05,242 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:96:83:28 [ether] on eth0 2018-08-13 10:09:05,242 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:09:05,243 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,244 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,305 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,309 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,317 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:09:05,317 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:09:05,318 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,320 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,380 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,384 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,389 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:09:05,390 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,392 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,452 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,456 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:05,461 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:09:05,462 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:96:83:28 [ether] on eth0 2018-08-13 10:09:05,462 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:09:05,462 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:09:05,464 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:09:05,524 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:09:05,529 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:09:10,536 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:09:10,536 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:10:20,565 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:10:20,566 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:10:20,569 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:10:20,666 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:10:20,696 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:10:25,703 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_bgpvpn) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:10:25,704 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:11:35,775 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:11:35,775 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:11:35.775 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:11:36,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/6036bd08-216f-46e3-b58b-c140108ef57e 1.172s 2018-08-13 10:11:36,950 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/6036bd08-216f-46e3-b58b-c140108ef57e', u'date': 'Mon, 13 Aug 2018 10:11:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-71b644ce-0db1-48a5-b5a0-d4fd0628ca29'} Body: 2018-08-13 10:11:39,227 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/remove_router_interface 2.276s 2018-08-13 10:11:39,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:11:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9cd0c075-0cd0-4806-abe6-d89be021de2b'} Body: {"network_id": "5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e416dbb2-49fe-49b8-8426-7ea44dbe483f", "subnet_ids": ["e416dbb2-49fe-49b8-8426-7ea44dbe483f"], "port_id": "303fab2f-d87b-4cff-bb93-79a797b54d0e", "id": "77db791a-5c91-4d08-9dc5-1477f5894340"} 2018-08-13 10:11:40,944 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340 1.716s 2018-08-13 10:11:40,945 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/77db791a-5c91-4d08-9dc5-1477f5894340', u'date': 'Mon, 13 Aug 2018 10:11:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-28323332-2cd4-418b-9f21-698118bb63bf'} Body: 2018-08-13 10:11:41,264 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.318s 2018-08-13 10:11:41,265 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d9b0ac09-a073-4b4d-a96a-ac89b59d3454'} Body: 2018-08-13 10:11:41,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.606s 2018-08-13 10:11:41,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-6f574599-34e8-4ef3-9d21-04f8f92d932a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6f574599-34e8-4ef3-9d21-04f8f92d932a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1288418185": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0a:b8:12", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e86d3536-2430-4cd4-9efb-fa462889c3ab", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-2", "created": "2018-08-13T10:06:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:11:42,939 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab 0.050s 2018-08-13 10:11:42,939 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e86d3536-2430-4cd4-9efb-fa462889c3ab', u'x-compute-request-id': 'req-ad81d2d1-eba8-448f-8acf-dad018c04afe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ad81d2d1-eba8-448f-8acf-dad018c04afe'} Body: {"itemNotFound": {"message": "Instance e86d3536-2430-4cd4-9efb-fa462889c3ab could not be found.", "code": 404}} 2018-08-13 10:11:43,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b112411f-3b6e-424f-abe3-bcef7dc091ed 0.592s 2018-08-13 10:11:43,533 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b112411f-3b6e-424f-abe3-bcef7dc091ed', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cef522a3-27a6-437a-82e5-f421ed0be5b1'} Body: 2018-08-13 10:11:43,676 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.142s 2018-08-13 10:11:43,676 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-c6fb754f-86b5-4f07-b6db-60498921d8aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c6fb754f-86b5-4f07-b6db-60498921d8aa'} Body: 2018-08-13 10:11:43,862 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.184s 2018-08-13 10:11:43,862 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-6360623c-392a-47f4-ae57-80d2981519fe', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6360623c-392a-47f4-ae57-80d2981519fe'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "security_groups": [{"name": "tempest-secgroup-smoke-620540299"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:43Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:11:45,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.339s 2018-08-13 10:11:45,218 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a32c128f-5742-45af-ba7f-cfc7e6eb22c0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-107386978": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:71:02:f6", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d06aa81-4776-4151-ae63-c8173849c0a9", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:06:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d06aa81-4776-4151-ae63-c8173849c0a9", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:11:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733258268", "name": "server-1", "created": "2018-08-13T10:06:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:11:46,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9 0.041s 2018-08-13 10:11:46,272 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d06aa81-4776-4151-ae63-c8173849c0a9', u'x-compute-request-id': 'req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-7d78eafc-0c8b-4d63-a1e4-77b230cd3ac7'} Body: {"itemNotFound": {"message": "Instance 6d06aa81-4776-4151-ae63-c8173849c0a9 could not be found.", "code": 404}} 2018-08-13 10:11:47,188 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/2d32f65f-fd98-45a9-a4a8-f0fa0f90d735 0.915s 2018-08-13 10:11:47,189 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/2d32f65f-fd98-45a9-a4a8-f0fa0f90d735', u'date': 'Mon, 13 Aug 2018 10:11:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cc39829-a165-4995-82cd-65a0d6b2b626'} Body: 2018-08-13 10:11:47,255 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733258268 0.065s 2018-08-13 10:11:47,256 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733258268', u'x-compute-request-id': 'req-e837305f-5683-439a-96cb-e07309bd4d74', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e837305f-5683-439a-96cb-e07309bd4d74'} Body: 2018-08-13 10:11:48,617 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/03ef5be8-9aa7-4a51-b910-2a298b1638ae 1.360s 2018-08-13 10:11:48,617 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/03ef5be8-9aa7-4a51-b910-2a298b1638ae', u'date': 'Mon, 13 Aug 2018 10:11:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2aa23f49-d624-4e75-9ca4-da70130d65f9'} Body: 2018-08-13 10:11:49,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/f88f375a-39da-48fd-9cf8-61711b03d7f9 1.195s 2018-08-13 10:11:49,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/f88f375a-39da-48fd-9cf8-61711b03d7f9', u'date': 'Mon, 13 Aug 2018 10:11:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-67eec71c-bad7-4166-90d5-31bfcf8ec033'} Body: 2018-08-13 10:11:51,088 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e416dbb2-49fe-49b8-8426-7ea44dbe483f 1.273s 2018-08-13 10:11:51,089 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e416dbb2-49fe-49b8-8426-7ea44dbe483f', u'date': 'Mon, 13 Aug 2018 10:11:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-70277d96-d145-466b-80fe-73b4fc19c595'} Body: 2018-08-13 10:11:52,950 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4 1.860s 2018-08-13 10:11:52,951 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5f81c9b2-b237-4cc3-8e13-c9baef4d1ca4', u'date': 'Mon, 13 Aug 2018 10:11:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-45208215-76cb-451a-822d-8e2e99296da3'} Body: 2018-08-13 10:11:53,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/fe906cc7-2acb-4722-a49d-7c7999b008da 0.496s 2018-08-13 10:11:53,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/fe906cc7-2acb-4722-a49d-7c7999b008da', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-515a1c9e-a57e-4694-a4d3-7f0ce97376dc'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association[compute,id-2e6bf893-1410-4ef6-9948-1877f3a8f3d1,network] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 768, in test_bgpvpn_negative_delete_net_association self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:11:53,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.201s 2018-08-13 10:11:53,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-38372533 description", "name": "tempest-secgroup-smoke-38372533"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3e7fa6c-d2f6-4336-a132-d469a684fdc5'} Body: {"security_group": {"description": "tempest-secgroup-smoke-38372533 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "updated_at": "2018-08-13T10:11:53Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:11:53Z", "revision_number": 0, "id": "b7410936-c6a1-4f5c-98b0-a409ef361356", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:11:53Z", "revision_number": 0, "id": "f39046cc-1dc9-4289-b927-230cc594ebdb", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "name": "tempest-secgroup-smoke-38372533"}} 2018-08-13 10:11:53,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.167s 2018-08-13 10:11:53,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ff81cb9-1a20-4e26-bf2b-e649f7871e33'} 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-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f26ad582-7c6e-4a91-928f-10f7e735a1ae"}} 2018-08-13 10:11:54,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.188s 2018-08-13 10:11:54,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b1993d4-f7ff-4f4f-b9b5-e2fed0d94ab0'} 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-08-13T10:11:53Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "430c872b-c84e-438c-9e9f-fcdfcfd85843"}} 2018-08-13 10:11:54,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 10:11:54,197 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44dd720d-1895-4eed-b340-dd68d22f874c'} 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-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96a0dff4-8c49-4ff3-80e8-bb93d6d4b909"}} 2018-08-13 10:11:54,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:11:54,341 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa24ba79-2121-4628-85a6-b5618b8af79c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "79b25dfe-0d73-478d-93c8-efe24863f5e6"}} 2018-08-13 10:11:54,479 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 10:11:54,480 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-713f43e7-17dd-4218-bb20-760a1419ab4b'} 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-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e66ee4d2-2c0b-4c64-8b78-3855cb41f9f3"}} 2018-08-13 10:11:54,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:11:54,634 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-885ec461-c0ee-45d8-9c18-3603e35cda55'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1009455e-3a22-4e90-b0b1-7386328d4256"}} 2018-08-13 10:11:54,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:11:54,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b9c2c20-4873-45b6-abe8-6e9a20e88edf'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "678ec667-10eb-47d2-861c-e8e2679d12b9"}} 2018-08-13 10:11:54,934 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:11:54,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:11:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f68ef0be-a720-4c14-ba62-616f2b1cd499'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:11:54Z", "security_group_id": "d398420a-afb8-4276-b4b2-e64b3ce79b05", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:11:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1a33a612-288a-4d7e-83a4-d2911e639239"}} 2018-08-13 10:11:55,132 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.196s 2018-08-13 10:11:55,133 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-459408029"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:11:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31726e7a-c088-425a-b79a-ef63fd6c60f7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:11:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ce15538f-9045-41c9-9561-afb7d2a17c71","name":"tempest-A-459408029"}} 2018-08-13 10:11:55,908 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.774s 2018-08-13 10:11:55,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "name": "tempest-subnet-A-1-1110817837"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:11:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23366a17-c615-48bb-b45f-c8e0547cf74f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ce15538f-9045-41c9-9561-afb7d2a17c71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:55Z","dns_nameservers":[],"updated_at":"2018-08-13T10:11:55Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"6940f663-45fd-4f55-a613-16f75a17693c","subnetpool_id":null,"name":"tempest-subnet-A-1-1110817837"}} 2018-08-13 10:11:56,125 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.215s 2018-08-13 10:11:56,125 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1512194302"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-86e2c883-004b-4485-9428-391153e50d52'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:55Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:11:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","name":"tempest-B-1512194302"}} 2018-08-13 10:11:56,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.629s 2018-08-13 10:11:56,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "name": "tempest-subnet-B-1-918583765"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:11:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2269798-979b-4c57-b790-de3e6164859a'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:11:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:11:56Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"909a8dbe-96a3-43d3-9492-7105d2c1431b","subnetpool_id":null,"name":"tempest-subnet-B-1-918583765"}} 2018-08-13 10:11:57,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.272s 2018-08-13 10:11:57,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1925415d-6d12-449c-8f53-d164dbdc594c'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "91e65e43-cefc-4a15-99c8-4a903a3c511d"}} 2018-08-13 10:11:57,298 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations 0.267s 2018-08-13 10:11:57,299 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c2b62321-1924-4696-a192-1fb4267803c1'} Body: {"network_association": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "id": "8698875f-158e-47fa-9ee8-d57ed42ea14d"}} 2018-08-13 10:11:57,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations 0.286s 2018-08-13 10:11:57,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/91e65e43-cefc-4a15-99c8-4a903a3c511d/network_associations', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aa1a7d25-639f-4379-9ea3-0b97eed2c54b'} Body: {"network_association": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "id": "ef175c80-9c43-4a10-901a-a2d8911cfe82"}} 2018-08-13 10:11:57,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.131s 2018-08-13 10:11:57,719 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-339490431"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-feccbbf5-7d16-4001-b2ed-888d5000c25d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-feccbbf5-7d16-4001-b2ed-888d5000c25d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC5YbbMMinPDWs0D4csnZxri+f6dqENoAIChQeDRFFoVTUr3/kMk9BRiTTkuPfAmwDjQmJOKeepUrYCwigx60MCBFEfPtoFOSQ/WvosiwDi++MABlTA9lvxQBU1xN+ShghWdQzuEjMJzzSzJ4GZDNauiNynUBA56+yUI1zeMgGiJKwwP6fJMp4PJE40MlHTMsvwuwW0ASg0Ods6AQ6vm9JPheRHLRi62PXfQvxtvb+IxGHXRwH6PnOmePJABtPhLnydqKBcNqZ0Ek9mqCLpPSy+yFpfNbO2Zg386CBlDpH0/lfd+yP7gkJyxQXtKkjvP8OTiF+epdsvLZ/HIrr3P1pL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuWG2zDIpzw1rNA+HLJ2ca4vn+nahDaACAoUHg0RRaFU1K9/5\nDJPQUYk05Lj3wJsA40JiTinnqVK2AsIoMetDAgRRHz7aBTkkP1r6LIsA4vvjAAZU\nwPZb8UAVNcTfkoYIVnUM7hIzCc80syeBmQzWrojcp1AQOevslCNc3jIBoiSsMD+n\nyTKeDyRONDJR0zLL8LsFtAEoNDnbOgEOr5vST4XkRy0Yutj130L8bb2/iMRh10cB\n+j5zpnjyQAbT4S58naigXDamdBJPZqgi6T0svshaXzWztmYN/OggZQ6R9P5X3fsj\n+4JCcsUF7SpI7z/Dk4hfnqXbLy2fxyK69z9aSwIDAQABAoIBAG0H1GxaoI5flQqk\ni1spQ8NZINIFjYmm7yeuOBHzT3Huk3w/mYnVMfOSoCJZy5VjVO1UsN7J9K94rwYG\nTX+2n82C3ndjDvV9ex0sE/G4u4fEn+j20EhBXSgSCad7KAdUf3jiFP28hHojfRpV\nhPqQO3+hjS12gGSgpp8mAUvJ234R1QPThzoL2O5jLq4WRxyNevdj64RyfvnfDkIU\n1/7MFsC3rCLUFYo/zz1j7M+mnEgkpVydT3arCWoKI3elaXQzzCxtmX9b1b2Ydmf1\nBkx49J8wg7cmPKugE6aeviR56NF0G8fUerZ+mBd3aYGRfP9QG/M8h+t26f7UZ9RR\n+HXvPckCgYEA5RWjVuyd+mGU7qwWaeWOWXaMweduyDXCoGXGpR+vukStOxGyESEU\n8/5JgOOTz2y9q6UhadYbkiak6zDr3NyedGOMxN22JtbTBlzqUGie8E1yYpfPN7s2\naSIIJ/mkTAhWXIDkZBLcFhhXNjVl1ZeMRquoLRmDGdNa0lHnMDmVh20CgYEAzymX\nJfrQCQU4u7Or5O8emIcc1oJkTKofvvZmAdl74XFzC6/iMppLbsXgMlvegNMdh2Jd\n8OZEO/9Bt3e3wJDlz/ijNqTBWloh8wvv3x/xBCeAGJqXAJaKifVkYqMVppVtEceG\ndSGeXZEm/FYObyBh9DudyX1yJwXuiJEK0Ge1vZcCgYAxnJMIMywvWky3t5sPCgDf\nDRaEs8tBHqtssz3m6srSyya9ASMQJJr2EF74w9Bx/nnBH3zx/8VuzGGw8aJS7ZB/\nYkPNKrrVBHclDKBOE6pAHnWkNn5Q8oFhGVas2ZqkQLX7SIqtxYvWWSUh/0RzkmN1\ntp0wTzMeN7CWldg8kGv6rQKBgQCKFcruQfSRTq22T9jwTIM0YDtUsK1yfKOUgmEU\nModkil6JF7/KwxYszDDY4Gu7qv0v1N2RSauJ4mdHh8Ev1mWY7r68Ga3YL+QZQYeu\nTng0sK+ttr2YYsANnUhAhzxTQZ7mDv0M7k/FRo+Z+zK71/Xy+hn+yGNip42L8kIn\nEDoQGQKBgQCOnIAmbcVVdprLnJOygygovKyRG6Cph5qNdtZKuMhnR+ixrwaYwfws\nwVNrn620Ng26PscFVxdy35ywI3x81hwLV8Mnb2SEeKgdHXK8GGhJVoAGtbcap9Hk\nPtqddlLR6bQdiWNUxOG7O5VWs7SqMge6zSfIekumYCV5aX75enXzYw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-339490431", "fingerprint": "59:b2:79:19:5b:54:d2:2d:2c:70:c0:d3:12:df:55:a0"}} 2018-08-13 10:11:58,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/ports 1.032s 2018-08-13 10:11:58,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1449737347", "security_groups": ["d398420a-afb8-4276-b4b2-e64b3ce79b05"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:11:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ad6bab9b-5bdc-4ca4-ba5a-b6085b7891ed'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:11:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ce15538f-9045-41c9-9561-afb7d2a17c71","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:11:58Z","name":"tempest-port-smoke-1449737347","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9c:83:3e","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"6940f663-45fd-4f55-a613-16f75a17693c","ip_address":"10.101.11.10"}],"id":"ddd70c20-d849-4719-b5df-f06b7e9aafde","security_groups":["d398420a-afb8-4276-b4b2-e64b3ce79b05"],"device_id":""}} 2018-08-13 10:12:00,434 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.22:8774/v2.1/servers 1.677s 2018-08-13 10:12:00,435 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-339490431", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ce15538f-9045-41c9-9561-afb7d2a17c71", "port": "ddd70c20-d849-4719-b5df-f06b7e9aafde"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:11:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f0d95ec-58fc-4b0b-bac3-b6403ac7aad7'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "adminPass": "87KAf6qwqLQ6"}} 2018-08-13 10:12:00,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.266s 2018-08-13 10:12:00,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-8c97c641-365f-4b46-a023-90f91f612b2d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8c97c641-365f-4b46-a023-90f91f612b2d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:02,384 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.665s 2018-08-13 10:12:02,385 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-dd35ec4d-d007-4109-9daa-ced9c8165f56', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd35ec4d-d007-4109-9daa-ced9c8165f56'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:03,741 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.343s 2018-08-13 10:12:03,742 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2b76bf0-2054-477c-8c33-ed8b12ed2dad'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:03,754 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:12:04,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.154s 2018-08-13 10:12:04,911 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-21441f09-52e7-4021-8ac1-ec1cc7272035', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21441f09-52e7-4021-8ac1-ec1cc7272035'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:07,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 1.115s 2018-08-13 10:12:07,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-18edc8bb-bccf-44d7-bec9-72db7656ec78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-18edc8bb-bccf-44d7-bec9-72db7656ec78'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:08,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.475s 2018-08-13 10:12:08,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-626424d4-ea4e-4bb6-9a6c-88b1d47c4295'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:08,544 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-13 10:12:08,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.339s 2018-08-13 10:12:08,884 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-713d4c13-5c1c-4b07-a95b-3412911c74c6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-713d4c13-5c1c-4b07-a95b-3412911c74c6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:08,897 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 with status: ACTIVE 2018-08-13 10:12:09,631 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/ports 0.733s 2018-08-13 10:12:09,632 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1193519263", "security_groups": ["d398420a-afb8-4276-b4b2-e64b3ce79b05"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:12:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2ad5b90a-936a-43bf-94cc-74f7dd4469db'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:12:09Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"771cac3b-6ed1-4d1d-95a2-03ab1ec694f1","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:12:09Z","name":"tempest-port-smoke-1193519263","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:96:cb:54","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"909a8dbe-96a3-43d3-9492-7105d2c1431b","ip_address":"10.102.21.20"}],"id":"69ca39c8-b3bb-4806-bfb8-2ab22486f999","security_groups":["d398420a-afb8-4276-b4b2-e64b3ce79b05"],"device_id":""}} 2018-08-13 10:12:12,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 202 POST http://172.30.9.22:8774/v2.1/servers 2.433s 2018-08-13 10:12:12,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-339490431", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "771cac3b-6ed1-4d1d-95a2-03ab1ec694f1", "port": "69ca39c8-b3bb-4806-bfb8-2ab22486f999"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-7358be2d-2cb8-4392-ad45-45339b3c8708', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7358be2d-2cb8-4392-ad45-45339b3c8708'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "adminPass": "pBpJFS7wr57D"}} 2018-08-13 10:12:12,418 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.348s 2018-08-13 10:12:12,419 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-80abb306-89fd-486a-96f6-573b829b7dca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80abb306-89fd-486a-96f6-573b829b7dca'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:14,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.751s 2018-08-13 10:12:14,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-61e88f56-9c19-4e64-b549-f2ae677a263e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61e88f56-9c19-4e64-b549-f2ae677a263e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:15,340 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.141s 2018-08-13 10:12:15,341 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-5949b62e-4f98-4767-b4d9-82f155c4269d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5949b62e-4f98-4767-b4d9-82f155c4269d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:14Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:15,353 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:12:16,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.312s 2018-08-13 10:12:16,668 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-4a825915-8e03-4aa3-b974-8e9483f6453d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a825915-8e03-4aa3-b974-8e9483f6453d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:12:14Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:17,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.169s 2018-08-13 10:12:17,852 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-62075577-8edb-4eae-9a70-22ea05c52330', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-62075577-8edb-4eae-9a70-22ea05c52330'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:17Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:17,866 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:12:18,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.146s 2018-08-13 10:12:18,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-b3268f91-251d-4631-a5dc-f93964ae6098', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:12:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b3268f91-251d-4631-a5dc-f93964ae6098'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:12:17Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:12:18,026 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 83464f34-49ab-445a-b178-485b8b2c3bba with status: ACTIVE 2018-08-13 10:12:18,161 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.134s 2018-08-13 10:12:18,162 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1928054584", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:12:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-506a7d82-5d41-4741-ac9e-f818972f1add'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:12:18Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "name": "tempest-router--1928054584"}} 2018-08-13 10:12:19,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883 1.441s 2018-08-13 10:12:19,605 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883', u'date': 'Mon, 13 Aug 2018 10:12:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cc0586b9-972e-4dc3-ac79-47d6bca85149'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:18Z", "admin_state_up": true, "updated_at": "2018-08-13T10:12:19Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "name": "tempest-router--1928054584"}} 2018-08-13 10:12:21,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/add_router_interface 2.250s 2018-08-13 10:12:21,856 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:12:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9542c6e-3b10-4a7a-b588-301d17951a48'} Body: {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c", "subnet_ids": ["6940f663-45fd-4f55-a613-16f75a17693c"], "port_id": "689e6241-4517-422a-9420-215153726cd5", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883"} 2018-08-13 10:12:23,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.900s 2018-08-13 10:12:23,758 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "ddd70c20-d849-4719-b5df-f06b7e9aafde"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:12:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20e1136d-c02c-4301-b9ac-785581ecc132'} Body: {"floatingip": {"router_id": "96580af9-71bb-4177-abb0-13b6cf4fe883", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:12:22Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "ddd70c20-d849-4719-b5df-f06b7e9aafde", "id": "271b5163-d024-4516-bc5e-d9dbe669c73a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:12:22Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:12:23,759 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:12:31,776 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:12:31,840 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:12:31,872 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:12:31,987 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:12:31,988 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:12:31,990 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:12:32,050 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:12:32,054 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:12:37,060 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:12:37,061 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:13:47,132 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:13:47,132 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:13:47,136 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:13:47,201 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:13:47,232 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:13:52,239 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:13:52,239 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:15:02,252 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:15:02,253 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:15:02,254 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,261 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,320 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,326 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,332 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:15:02,333 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:7f:c7:55 [ether] on eth0 2018-08-13 10:15:02,333 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:15:02,334 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,336 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,396 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,400 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,408 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:15:02,409 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:15:02,409 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,411 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,472 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,475 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,482 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:15:02,482 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,484 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,544 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,548 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:02,553 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:15:02,554 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:7f:c7:55 [ether] on eth0 2018-08-13 10:15:02,554 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:15:02,555 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:15:02,556 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:15:02,615 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:15:02,621 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:15:07,627 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:15:07,628 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:16:17,658 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:16:17,659 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:16:17,662 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:16:17,724 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:16:17,726 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:16:22,733 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_net_association) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:16:22,734 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:17:32,788 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:17:32,789 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:17:32.789 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:17:34,210 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/271b5163-d024-4516-bc5e-d9dbe669c73a 1.418s 2018-08-13 10:17:34,210 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/271b5163-d024-4516-bc5e-d9dbe669c73a', u'date': 'Mon, 13 Aug 2018 10:17:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2fa4cffc-3c57-4623-9391-7de158941d00'} Body: 2018-08-13 10:17:36,118 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/remove_router_interface 1.906s 2018-08-13 10:17:36,118 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:17:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5857f22f-e7ab-446a-9305-eb22b376135c'} Body: {"network_id": "ce15538f-9045-41c9-9561-afb7d2a17c71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "6940f663-45fd-4f55-a613-16f75a17693c", "subnet_ids": ["6940f663-45fd-4f55-a613-16f75a17693c"], "port_id": "689e6241-4517-422a-9420-215153726cd5", "id": "96580af9-71bb-4177-abb0-13b6cf4fe883"} 2018-08-13 10:17:37,565 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883 1.445s 2018-08-13 10:17:37,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/96580af9-71bb-4177-abb0-13b6cf4fe883', u'date': 'Mon, 13 Aug 2018 10:17:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0561df0b-9390-4ec1-a524-dac741bb9105'} Body: 2018-08-13 10:17:38,321 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.755s 2018-08-13 10:17:38,321 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-556a0b93-430b-4b2c-9506-539bb8e77e0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-556a0b93-430b-4b2c-9506-539bb8e77e0c'} Body: 2018-08-13 10:17:39,051 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.729s 2018-08-13 10:17:39,052 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-b62eee17-ee14-412a-a2ab-96888ff174a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b62eee17-ee14-412a-a2ab-96888ff174a7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1512194302": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:cb:54", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83464f34-49ab-445a-b178-485b8b2c3bba", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83464f34-49ab-445a-b178-485b8b2c3bba", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:17:38Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-2", "created": "2018-08-13T10:12:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:17:40,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba 0.054s 2018-08-13 10:17:40,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83464f34-49ab-445a-b178-485b8b2c3bba', u'x-compute-request-id': 'req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-00a8823f-0c3e-4594-8ea7-35eb3fcc1cad'} Body: {"itemNotFound": {"message": "Instance 83464f34-49ab-445a-b178-485b8b2c3bba could not be found.", "code": 404}} 2018-08-13 10:17:41,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/69ca39c8-b3bb-4806-bfb8-2ab22486f999 1.079s 2018-08-13 10:17:41,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/69ca39c8-b3bb-4806-bfb8-2ab22486f999', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e337476a-c0ee-4d3c-8d49-ce89e7f44b4c'} Body: 2018-08-13 10:17:41,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.159s 2018-08-13 10:17:41,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-e8fbcb59-f1fa-47cd-a861-518f60ed5954', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8fbcb59-f1fa-47cd-a861-518f60ed5954'} Body: 2018-08-13 10:17:42,082 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.717s 2018-08-13 10:17:42,083 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a42e7e82-1890-4bc6-9edb-dc239fb42b1d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-459408029": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9c:83:3e", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:12:06.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6d9d75fa-03ac-4cb7-a712-f3c4a2a44810", "security_groups": [{"name": "tempest-secgroup-smoke-38372533"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:17:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-339490431", "name": "server-1", "created": "2018-08-13T10:12:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:17:43,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 0.069s 2018-08-13 10:17:43,167 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6d9d75fa-03ac-4cb7-a712-f3c4a2a44810', u'x-compute-request-id': 'req-29514c01-6f65-43a1-800e-a78cd44b0052', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-29514c01-6f65-43a1-800e-a78cd44b0052'} Body: {"itemNotFound": {"message": "Instance 6d9d75fa-03ac-4cb7-a712-f3c4a2a44810 could not be found.", "code": 404}} 2018-08-13 10:17:44,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/ddd70c20-d849-4719-b5df-f06b7e9aafde 0.833s 2018-08-13 10:17:44,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/ddd70c20-d849-4719-b5df-f06b7e9aafde', u'date': 'Mon, 13 Aug 2018 10:17:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a41ae888-1d42-4ea9-99e4-df4ee13ee326'} Body: 2018-08-13 10:17:44,038 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-339490431 0.035s 2018-08-13 10:17:44,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-339490431', u'x-compute-request-id': 'req-b30ef106-a779-4007-b81c-8c3574e7dc10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b30ef106-a779-4007-b81c-8c3574e7dc10'} Body: 2018-08-13 10:17:45,048 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/909a8dbe-96a3-43d3-9492-7105d2c1431b 1.009s 2018-08-13 10:17:45,049 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/909a8dbe-96a3-43d3-9492-7105d2c1431b', u'date': 'Mon, 13 Aug 2018 10:17:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-02172e35-c52c-45df-8502-518d02bace75'} Body: 2018-08-13 10:17:46,538 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/771cac3b-6ed1-4d1d-95a2-03ab1ec694f1 1.488s 2018-08-13 10:17:46,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/771cac3b-6ed1-4d1d-95a2-03ab1ec694f1', u'date': 'Mon, 13 Aug 2018 10:17:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-684822d2-ca7c-46ec-b02d-57b1751e07c0'} Body: 2018-08-13 10:17:47,728 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/6940f663-45fd-4f55-a613-16f75a17693c 1.188s 2018-08-13 10:17:47,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/6940f663-45fd-4f55-a613-16f75a17693c', u'date': 'Mon, 13 Aug 2018 10:17:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-521a8ca1-cb42-4378-9af7-607a8e1b4bb5'} Body: 2018-08-13 10:17:49,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/ce15538f-9045-41c9-9561-afb7d2a17c71 1.626s 2018-08-13 10:17:49,355 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/ce15538f-9045-41c9-9561-afb7d2a17c71', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-58f6076b-ef0c-4ed0-9658-fbf9830601e6'} Body: 2018-08-13 10:17:49,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d398420a-afb8-4276-b4b2-e64b3ce79b05 0.229s 2018-08-13 10:17:49,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d398420a-afb8-4276-b4b2-e64b3ce79b05', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2dec7cbc-6f12-40aa-8307-d10f8d32b05f'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association[compute,id-9ebf4342-4448-4d63-98f9-44d3a606b6cf,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 801, in test_bgpvpn_negative_delete_router_association self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:17:49,860 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.247s 2018-08-13 10:17:49,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1052453406 description", "name": "tempest-secgroup-smoke-1052453406"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:17:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-224eff2b-b88c-4e18-8a68-385fa9ccf4f2'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1052453406 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:49Z", "updated_at": "2018-08-13T10:17:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:17:49Z", "revision_number": 0, "id": "0b365f06-b3e9-40ef-80a0-3c51a1ff706e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:17:49Z", "revision_number": 0, "id": "53fe7f35-e071-4d8a-a39a-9ab2ff8b4ec5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a749085c-c769-423f-8807-34eb19835b97", "name": "tempest-secgroup-smoke-1052453406"}} 2018-08-13 10:17:50,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.171s 2018-08-13 10:17:50,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2a0668d4-2823-4e34-ba77-b1ce9ed2684f'} 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-08-13T10:17:49Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6aca0d37-5f89-46c2-8959-dfc65781be25"}} 2018-08-13 10:17:50,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.146s 2018-08-13 10:17:50,181 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab7e39a5-1a64-4638-ab40-d20c175a352b'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6f6b8786-7dd3-4215-bc54-942a632fa118"}} 2018-08-13 10:17:50,361 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.179s 2018-08-13 10:17:50,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-44446f44-da06-41e5-afb5-792108f287b5'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "75dd8717-1889-4c6d-a7b7-17dcd39f5786"}} 2018-08-13 10:17:50,519 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 10:17:50,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-78549722-95b8-4f9c-90f4-46154a5642ed'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e94b0025-2b76-41ce-b3af-f6e2cef14b01"}} 2018-08-13 10:17:50,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.194s 2018-08-13 10:17:50,715 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4e24d2a-00d5-4a0e-93c1-3ed90a15ed3b'} 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-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7aa65d5d-cd10-42b7-be48-d279f2361afa"}} 2018-08-13 10:17:51,058 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.342s 2018-08-13 10:17:51,059 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-116f9d79-e5af-4d4f-8593-4d6bb7e3aa47'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:50Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "626ef623-11bc-4f7b-bf69-9eeecdf1a965"}} 2018-08-13 10:17:51,196 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:17:51,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a12bbed2-a3fe-4462-a577-afc463ca3480'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:51Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c97b72b6-be27-4ca2-9e5a-3748a1ff3fc2"}} 2018-08-13 10:17:51,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.154s 2018-08-13 10:17:51,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-def3925c-09c4-475a-bf8f-e93e0a30e1bd'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:17:51Z", "security_group_id": "a749085c-c769-423f-8807-34eb19835b97", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "066d0282-9d2e-4aac-8760-f8587601f531"}} 2018-08-13 10:17:51,601 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.249s 2018-08-13 10:17:51,602 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-383579686"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:17:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b206d40-d5bb-4956-826d-6bc7eb453a01'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:17:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"54159b2c-bbc7-4adc-bd00-02c19a300838","name":"tempest-A-383579686"}} 2018-08-13 10:17:52,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.786s 2018-08-13 10:17:52,390 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "name": "tempest-subnet-A-1-1477933898"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:17:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e806692-db3b-4729-8362-aa7b3ff52a2f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54159b2c-bbc7-4adc-bd00-02c19a300838","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:51Z","dns_nameservers":[],"updated_at":"2018-08-13T10:17:51Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2c377c36-3c56-47d4-a8bd-5f6efae5ce17","subnetpool_id":null,"name":"tempest-subnet-A-1-1477933898"}} 2018-08-13 10:17:52,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/networks 0.227s 2018-08-13 10:17:52,618 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1545100979"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:17:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5ea0d8dd-c54f-49e9-945e-9e21cf85fec3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:17:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"b4a57abe-6f9f-4b32-b320-257448355174","name":"tempest-B-1545100979"}} 2018-08-13 10:17:53,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.848s 2018-08-13 10:17:53,468 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "name": "tempest-subnet-B-1-1235137833"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:17:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c00cb8b-85d5-409a-832e-0e4634c0b850'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"b4a57abe-6f9f-4b32-b320-257448355174","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:17:52Z","dns_nameservers":[],"updated_at":"2018-08-13T10:17:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"86d018c1-ee69-410c-b3d6-610bb3604bb3","subnetpool_id":null,"name":"tempest-subnet-B-1-1235137833"}} 2018-08-13 10:17:53,628 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.159s 2018-08-13 10:17:53,628 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--2123477423", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:17:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d65abd97-4a78-4400-9ed9-33fb289c1d40'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:53Z", "admin_state_up": true, "updated_at": "2018-08-13T10:17:53Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "name": "tempest-router--2123477423"}} 2018-08-13 10:17:54,963 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1 1.333s 2018-08-13 10:17:54,963 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1', u'date': 'Mon, 13 Aug 2018 10:17:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ada25f5-778b-4900-bcf5-f14979bb2fb4'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.209"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:17:53Z", "admin_state_up": true, "updated_at": "2018-08-13T10:17:54Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "name": "tempest-router--2123477423"}} 2018-08-13 10:17:57,254 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/add_router_interface 2.290s 2018-08-13 10:17:57,255 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-12e8e3d0-a1a7-4696-b496-1db2dc6c435b'} Body: {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3", "subnet_ids": ["86d018c1-ee69-410c-b3d6-610bb3604bb3"], "port_id": "bf4d8635-1a45-4a23-aea7-2b27770b5725", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"} 2018-08-13 10:17:57,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.286s 2018-08-13 10:17:57,543 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0465cd4-8f10-4416-9c81-3772e4cc1275'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "7272bb5b-2d37-492c-aaf8-830c9ccbd8bf"}} 2018-08-13 10:17:57,778 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/network_associations 0.234s 2018-08-13 10:17:57,779 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/network_associations', u'date': 'Mon, 13 Aug 2018 10:17:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e07a0314-45a2-449d-a826-60d7c7f31935'} Body: {"network_association": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "id": "f83745d7-f141-414c-9a84-f42961218512"}} 2018-08-13 10:17:58,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/router_associations 0.572s 2018-08-13 10:17:58,353 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/7272bb5b-2d37-492c-aaf8-830c9ccbd8bf/router_associations', u'date': 'Mon, 13 Aug 2018 10:17:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a13ab35-f521-4377-8fbc-195947b609ae'} Body: {"router_association": {"router_id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1", "id": "b456ce4c-cb3e-4367-85f7-c82ce27bd174"}} 2018-08-13 10:17:58,462 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.108s 2018-08-13 10:17:58,463 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1206892287"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-c33031e4-1226-44e2-9cef-317850b0d5af', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c33031e4-1226-44e2-9cef-317850b0d5af'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQ7m2DXulj+AQrYcaXCuARQbvMxTCzWkNls/GcSHsitr1hZGm99YYo7Hq8iFpBEz+QFzwth0csGKSsUo3UZAilCez2Mu5Fjy60YPOb0f+QHmBVrPtflYjMwJYgEwBC/FOM1go4/ULJ10J/fSxYuR8fmtslJO881L5rdWbd6cj8J3PCu8KC98aLL24wEvZpQtEmP/jtf0kLcq2VH3D37wbRjuU0uYOlCfuppV3cxKfOH0Y/VBox1otyo68KBP978MC2aWAx7+WMY44AmyW0zWfn7kj5QPw2lwnFHqW+RakfWagRxHXVu84Xufzy1e/vRXiZOl2JQ+I06icq2shyNq7b Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpgIBAAKCAQEA0O5tg17pY/gEK2HGlwrgEUG7zMUws1pDZbPxnEh7Ira9YWRp\nvfWGKOx6vIhaQRM/kBc8LYdHLBikrFKN1GQIpQns9jLuRY8utGDzm9H/kB5gVaz7\nX5WIzMCWIBMAQvxTjNYKOP1CyddCf30sWLkfH5rbJSTvPNS+a3Vm3enI/CdzwrvC\ngvfGiy9uMBL2aULRJj/47X9JC3KtlR9w9+8G0Y7lNLmDpQn7qaVd3MSnzh9GP1Qa\nMdaLcqOvCgT/e/DAtmlgMe/ljGOOAJsltM1n5+5I+UD8NpcJxR6lvkWpH1moEcR1\n1bvOF7n88tXv70V4mTpdiUPiNOonKtrIcjau2wIDAQABAoIBAQC2fx0ffB8HGFOk\nBSLvOiugRzegVLoGX5ixVG194n3UQ6TGVmxa5gSK6I0I811KrGKAHRuOdTSA2wG0\nF+QVGk/GwRW/s5sXHUthebIwcEz3+OCS1ac4xagZmTtIxvAaksb0JN4HC4l0Ptex\n/odm9ESwWZaEKm/iRb4SpRj2S8goH0XGZbIiRJVEgUzgr0igU1j2AOcag9en8nVY\n49fNbH1JHX+8Zo3lR9vdXpIIJLSqYb6ry740BokhWcn6gejsao4pxy9tm19ExOLe\nIg0lt2rC4cuEsnVn8MXtbKPWhShpvMLxgY7/CfT708awdewEw7+/Vj81XpkiD1cq\nyBR+mhNpAoGBAOy+E3Dcy3PZRsYlqOeeL+k5+NS6k+EEZpaBKQ0wjrk6dIepnVBx\n4m+OFJoUz6EEFaHKB2kXjuDhwWkl4a3k4h1FbSVMlxOC8wuyUHVaD6Yd3WkvREU5\nZnYU1fXcmHG0FciUAvkjK0BpjkFC+O2mK7csWHXutcH3EYmUsGbL1LEtAoGBAOHt\nNo/olpIvArn7gP9vBIk+mooUCmRiP7Ie8eIjfUBuT3CZXHPUeo5XuJF8V1XinAiG\nn02dboAfZexFVUKZM5xDJUlgjlwgmEe6GCP6rhW+1GpTOWUeQ4+okA37FQVfjVqe\nJztgcOHxX2w6ME1oX9fQ90mS3TvF1VGVlCARwxUnAoGBAJGT4IiKfWFjvq2iAtdK\n4tNcHrNReBXqitsJ2aCOt3UXiQjTODV7km5exDRrj7HHvTWb8iqhne6TZEewT7KL\nCLBPPOquykfpQmNy5x8CnpTb0IcZ1bVrsqHx9hAV8ngY8TxCKAHjqnkVb7CZ6lDY\n2hDtaAg9He+Eanhbwo2z0bqRAoGBALEQe5mvvQpWw7lFLqWCubhikzWyXS6tfaQ4\n8nO8QrbTfXkPCNFS7rZOc726CKysDIP2FjX7M5ZAhV32PMsUTMmkKj3m6cu0VASr\nCa5xEizCwbGPBkWEwYh+oGAEr0XlzF//4Vl8zRuXU6T7uc2BBtSa1qQX8UGeXAAz\nzcKQiSczAoGBALIRGiO4gLM3sfwep8GeS96/E7mIYpHaMy17a0XubqtDnNOcES14\n6hg02RdQPYL8EkfWi5cFAZ3vvr684GlkiZX+D35+T5U9aSyvFwZYu8i8FG6W61Or\nls3+FiUMSHgqdsHzwI0/WUjjL5zFJxp02RB77c2FmCKzzn40pbZmo1xr\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1206892287", "fingerprint": "a2:ed:f4:e7:41:61:c6:c6:5f:2e:a8:7f:57:50:ac:54"}} 2018-08-13 10:17:59,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/ports 1.264s 2018-08-13 10:17:59,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-299291863", "security_groups": ["a749085c-c769-423f-8807-34eb19835b97"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:17:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31e46c08-5d04-4ec1-bc64-8a3c98d9d36e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:17:59Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"54159b2c-bbc7-4adc-bd00-02c19a300838","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:17:59Z","name":"tempest-port-smoke-299291863","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:cc:e7:9b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"2c377c36-3c56-47d4-a8bd-5f6efae5ce17","ip_address":"10.101.11.10"}],"id":"60233fb8-a28b-4d48-a86a-c0622ec75b1d","security_groups":["a749085c-c769-423f-8807-34eb19835b97"],"device_id":""}} 2018-08-13 10:18:01,684 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.22:8774/v2.1/servers 1.951s 2018-08-13 10:18:01,685 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1206892287", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "54159b2c-bbc7-4adc-bd00-02c19a300838", "port": "60233fb8-a28b-4d48-a86a-c0622ec75b1d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-57c1fc89-5964-4cda-9b8b-bd387b55064b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:17:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57c1fc89-5964-4cda-9b8b-bd387b55064b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "adminPass": "KFkPTeBCg4RP"}} 2018-08-13 10:18:01,752 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.062s 2018-08-13 10:18:01,752 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-49b0d433-0591-4209-aa19-0843b64b5fb8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49b0d433-0591-4209-aa19-0843b64b5fb8'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:01Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:03,010 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.243s 2018-08-13 10:18:03,010 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d8ce501f-689c-4da3-a213-e818f80e45be', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8ce501f-689c-4da3-a213-e818f80e45be'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:02Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:04,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.346s 2018-08-13 10:18:04,372 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-4f997bb3-d253-4f75-bf69-1dc49472d757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4f997bb3-d253-4f75-bf69-1dc49472d757'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:04,385 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 3 second wait 2018-08-13 10:18:05,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.421s 2018-08-13 10:18:05,809 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-e9248984-2cad-403b-9f06-7ab3339a7a75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9248984-2cad-403b-9f06-7ab3339a7a75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:05,822 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:18:07,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 1.033s 2018-08-13 10:18:07,858 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d02675b4-3589-4a83-8aaf-04acf406d371', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d02675b4-3589-4a83-8aaf-04acf406d371'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:09,320 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.447s 2018-08-13 10:18:09,320 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d8e4a5bb-09e4-4209-b026-9d069f57d7a6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:11,074 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.739s 2018-08-13 10:18:11,074 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-c1082f8c-bb13-4fc3-8648-a906eef2f81a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c1082f8c-bb13-4fc3-8648-a906eef2f81a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:11,087 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 10 second wait 2018-08-13 10:18:11,273 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.185s 2018-08-13 10:18:11,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-2be2fc91-ed87-4529-bb8b-0c53fef8f064', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2be2fc91-ed87-4529-bb8b-0c53fef8f064'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:11,287 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a with status: ACTIVE 2018-08-13 10:18:12,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/ports 0.796s 2018-08-13 10:18:12,085 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-416451718", "security_groups": ["a749085c-c769-423f-8807-34eb19835b97"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:18:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d36e93a-c0e9-4ea7-b604-c2b5eaa34aa0'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:18:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"b4a57abe-6f9f-4b32-b320-257448355174","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:18:11Z","name":"tempest-port-smoke-416451718","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:91:67:cd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"86d018c1-ee69-410c-b3d6-610bb3604bb3","ip_address":"10.102.21.20"}],"id":"8aea3c95-a51e-4031-b099-db8850f9e0a5","security_groups":["a749085c-c769-423f-8807-34eb19835b97"],"device_id":""}} 2018-08-13 10:18:14,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 202 POST http://172.30.9.22:8774/v2.1/servers 2.358s 2018-08-13 10:18:14,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1206892287", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "b4a57abe-6f9f-4b32-b320-257448355174", "port": "8aea3c95-a51e-4031-b099-db8850f9e0a5"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-4a148465-1039-4931-87ff-dce86e01b767', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4a148465-1039-4931-87ff-dce86e01b767'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "adminPass": "8FsEtjh85ic4"}} 2018-08-13 10:18:15,112 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.662s 2018-08-13 10:18:15,112 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-305d0583-81cf-4aa4-b7b8-ea591f122232', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-305d0583-81cf-4aa4-b7b8-ea591f122232'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:14Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:16,214 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.086s 2018-08-13 10:18:16,214 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a6e0a5f-7ca7-42b7-971f-be69d88b065d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:16,226 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:18:17,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.154s 2018-08-13 10:18:17,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-c130ba4a-07be-4484-afa1-101230340a19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c130ba4a-07be-4484-afa1-101230340a19'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:17,395 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:18:18,709 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.312s 2018-08-13 10:18:18,710 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-aab7ff34-7aa5-434e-9015-e62e80484705', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aab7ff34-7aa5-434e-9015-e62e80484705'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:19,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.171s 2018-08-13 10:18:19,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-7315506a-e130-43e8-b1b4-f7e978b9ccf0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7315506a-e130-43e8-b1b4-f7e978b9ccf0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:18:16Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:21,068 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.157s 2018-08-13 10:18:21,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-5698fb4e-9452-4816-ad22-b22ff4aefc50', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5698fb4e-9452-4816-ad22-b22ff4aefc50'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:19Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:21,084 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:18:21,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.734s 2018-08-13 10:18:21,820 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-ce6fe3ed-bed8-4e20-b695-1522d10ca282', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:18:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ce6fe3ed-bed8-4e20-b695-1522d10ca282'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:18:19Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:18:21,834 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 20842615-bccf-4675-a2ce-99be6d67c57b with status: ACTIVE 2018-08-13 10:18:22,204 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/routers 0.368s 2018-08-13 10:18:22,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--314190608", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:18:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5b6ae936-83e6-4780-b9a5-4711f0b96fd3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:18:22Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "name": "tempest-router--314190608"}} 2018-08-13 10:18:23,814 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f 1.609s 2018-08-13 10:18:23,815 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f', u'date': 'Mon, 13 Aug 2018 10:18:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-397975fe-bdb4-4a60-ae07-1c5d9ad76763'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:22Z", "admin_state_up": true, "updated_at": "2018-08-13T10:18:23Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "name": "tempest-router--314190608"}} 2018-08-13 10:18:25,827 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/add_router_interface 2.010s 2018-08-13 10:18:25,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:18:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-49bc9fa5-a92b-49ff-b1dd-c7620a35729b'} Body: {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17", "subnet_ids": ["2c377c36-3c56-47d4-a8bd-5f6efae5ce17"], "port_id": "7af7576a-054b-490a-aeb9-7777517c0424", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f"} 2018-08-13 10:18:27,736 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.908s 2018-08-13 10:18:27,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "60233fb8-a28b-4d48-a86a-c0622ec75b1d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:18:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46aacef5-b7c5-4b6c-9c05-52dea86b6791'} Body: {"floatingip": {"router_id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:18:26Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "60233fb8-a28b-4d48-a86a-c0622ec75b1d", "id": "4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:18:26Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:18:27,739 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:18:30,746 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:18:30,808 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:18:30,810 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:18:30,925 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:18:30,925 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:18:30,927 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:18:30,986 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:18:30,991 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:18:35,997 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:18:35,998 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:19:46,069 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:19:46,069 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:19:46,074 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:19:46,170 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:19:46,201 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:19:51,209 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:19:51,210 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:21:01,241 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:21:01,242 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:21:01,242 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,246 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,345 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,374 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,381 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:21:01,381 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f0:a8:1c [ether] on eth0 2018-08-13 10:21:01,381 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:21:01,382 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,384 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,445 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,449 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,458 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:21:01,458 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:21:01,459 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,461 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,521 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,525 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,530 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:21:01,531 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,533 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,593 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,596 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:01,602 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:21:01,602 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:f0:a8:1c [ether] on eth0 2018-08-13 10:21:01,603 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:21:01,603 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:21:01,605 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:21:01,665 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:21:01,669 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:21:06,676 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:21:06,677 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:22:16,703 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:22:16,703 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:22:16,707 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:22:16,806 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:22:16,835 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:22:21,842 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_delete_router_association) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:22:21,843 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:23:31,904 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:23:31,904 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:23:31.904 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:23:33,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c 1.352s 2018-08-13 10:23:33,259 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/4f23f19b-02c6-4bdc-8b2b-7aa395be5c9c', u'date': 'Mon, 13 Aug 2018 10:23:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1f7711d2-62cb-4ad2-8b3e-394b3c002451'} Body: 2018-08-13 10:23:35,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/remove_router_interface 2.000s 2018-08-13 10:23:35,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:23:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ae050bfe-b6b6-43d6-8ac2-5849914500aa'} Body: {"network_id": "54159b2c-bbc7-4adc-bd00-02c19a300838", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "2c377c36-3c56-47d4-a8bd-5f6efae5ce17", "subnet_ids": ["2c377c36-3c56-47d4-a8bd-5f6efae5ce17"], "port_id": "7af7576a-054b-490a-aeb9-7777517c0424", "id": "22aef4ac-6edc-4cbb-856d-1dc593b77d5f"} 2018-08-13 10:23:36,980 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f 1.718s 2018-08-13 10:23:36,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/22aef4ac-6edc-4cbb-856d-1dc593b77d5f', u'date': 'Mon, 13 Aug 2018 10:23:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31783ac6-d2bd-4974-b5ff-c030aa434c10'} Body: 2018-08-13 10:23:37,380 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.399s 2018-08-13 10:23:37,381 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-6fb65799-560e-413a-b4c7-91e06d0f7565', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6fb65799-560e-413a-b4c7-91e06d0f7565'} Body: 2018-08-13 10:23:37,837 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.455s 2018-08-13 10:23:37,838 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-430216dd-3553-4b49-af3b-bc504e98e70e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-430216dd-3553-4b49-af3b-bc504e98e70e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1545100979": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:91:67:cd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:37Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:23:39,385 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.532s 2018-08-13 10:23:39,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-1771ee6f-ef50-4457-81ab-601cb708f622', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1771ee6f-ef50-4457-81ab-601cb708f622'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/20842615-bccf-4675-a2ce-99be6d67c57b", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "20842615-bccf-4675-a2ce-99be6d67c57b", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:37Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-2", "created": "2018-08-13T10:18:14Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:23:40,454 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b 0.051s 2018-08-13 10:23:40,454 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/20842615-bccf-4675-a2ce-99be6d67c57b', u'x-compute-request-id': 'req-efaee402-3809-4b27-a92d-bcdc185899d4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-efaee402-3809-4b27-a92d-bcdc185899d4'} Body: {"itemNotFound": {"message": "Instance 20842615-bccf-4675-a2ce-99be6d67c57b could not be found.", "code": 404}} 2018-08-13 10:23:41,303 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/8aea3c95-a51e-4031-b099-db8850f9e0a5 0.848s 2018-08-13 10:23:41,304 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/8aea3c95-a51e-4031-b099-db8850f9e0a5', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-38cab650-8758-41fe-8739-db2503aec367'} Body: 2018-08-13 10:23:41,458 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.153s 2018-08-13 10:23:41,459 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-540e5bca-1e1a-450a-b5d5-af3103248c1a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-540e5bca-1e1a-450a-b5d5-af3103248c1a'} Body: 2018-08-13 10:23:41,823 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.363s 2018-08-13 10:23:41,823 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f4e1832a-f62f-4749-b88c-2ee70c65d5a3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-383579686": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cc:e7:9b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:18:08.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a", "security_groups": [{"name": "tempest-secgroup-smoke-1052453406"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:23:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1206892287", "name": "server-1", "created": "2018-08-13T10:18:01Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:23:42,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a 0.047s 2018-08-13 10:23:42,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a', u'x-compute-request-id': 'req-ea84d480-82a0-4de2-b4ce-70125101cceb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-ea84d480-82a0-4de2-b4ce-70125101cceb'} Body: {"itemNotFound": {"message": "Instance 4f7c4d6a-6648-4cb7-b471-dfc24d0ef06a could not be found.", "code": 404}} 2018-08-13 10:23:43,501 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/60233fb8-a28b-4d48-a86a-c0622ec75b1d 0.614s 2018-08-13 10:23:43,502 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/60233fb8-a28b-4d48-a86a-c0622ec75b1d', u'date': 'Mon, 13 Aug 2018 10:23:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d1ee4dd-0e36-4128-a5d4-f546cd9ff5e4'} Body: 2018-08-13 10:23:43,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1206892287 0.036s 2018-08-13 10:23:43,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1206892287', u'x-compute-request-id': 'req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:23:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6e28450a-17f4-4bc2-9ed8-b3faa71288ab'} Body: 2018-08-13 10:23:45,170 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/remove_router_interface 1.629s 2018-08-13 10:23:45,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:23:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bea753c3-5682-44d7-88fb-ac3596150671'} Body: {"network_id": "b4a57abe-6f9f-4b32-b320-257448355174", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "86d018c1-ee69-410c-b3d6-610bb3604bb3", "subnet_ids": ["86d018c1-ee69-410c-b3d6-610bb3604bb3"], "port_id": "bf4d8635-1a45-4a23-aea7-2b27770b5725", "id": "e3b36ec3-2193-4220-80c7-96fbdb2746d1"} 2018-08-13 10:23:46,692 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1 1.521s 2018-08-13 10:23:46,693 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e3b36ec3-2193-4220-80c7-96fbdb2746d1', u'date': 'Mon, 13 Aug 2018 10:23:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9840464d-f21e-4be2-8a75-8f4def991ae6'} Body: 2018-08-13 10:23:47,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/86d018c1-ee69-410c-b3d6-610bb3604bb3 1.292s 2018-08-13 10:23:47,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/86d018c1-ee69-410c-b3d6-610bb3604bb3', u'date': 'Mon, 13 Aug 2018 10:23:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c3f7175d-7930-43a1-abdf-64cf0929e7df'} Body: 2018-08-13 10:23:49,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/b4a57abe-6f9f-4b32-b320-257448355174 1.878s 2018-08-13 10:23:49,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/b4a57abe-6f9f-4b32-b320-257448355174', u'date': 'Mon, 13 Aug 2018 10:23:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4ed9dcee-e6a2-42c0-9c64-347201c0f656'} Body: 2018-08-13 10:23:51,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/2c377c36-3c56-47d4-a8bd-5f6efae5ce17 1.260s 2018-08-13 10:23:51,129 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/2c377c36-3c56-47d4-a8bd-5f6efae5ce17', u'date': 'Mon, 13 Aug 2018 10:23:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-26227a19-34bc-4d1d-b2e6-acf0afcb4996'} Body: 2018-08-13 10:23:52,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/54159b2c-bbc7-4adc-bd00-02c19a300838 1.675s 2018-08-13 10:23:52,806 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/54159b2c-bbc7-4adc-bd00-02c19a300838', u'date': 'Mon, 13 Aug 2018 10:23:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a27057c2-792e-4846-9d66-4e5850d66c63'} Body: 2018-08-13 10:23:53,260 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/a749085c-c769-423f-8807-34eb19835b97 0.453s 2018-08-13 10:23:53,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/a749085c-c769-423f-8807-34eb19835b97', u'date': 'Mon, 13 Aug 2018 10:23:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9f4a1a17-c9ee-452c-9dc9-c28f9f9725c9'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export[compute,id-be4471b3-5f57-4022-b719-b45a673a728b,network] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 827, in test_bgpvpn_negative_update_to_disjoint_import_export self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:25:58,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.246s 2018-08-13 10:25:58,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-62959175 description", "name": "tempest-secgroup-smoke-62959175"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3874dfb7-cd81-4bcf-a7c0-df45ce00e6c8'} Body: {"security_group": {"description": "tempest-secgroup-smoke-62959175 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:57Z", "updated_at": "2018-08-13T10:25:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:57Z", "revision_number": 0, "id": "0d3e5a11-22d0-43f1-be7b-3dbc122232d6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:57Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:25:57Z", "revision_number": 0, "id": "e82fd4a0-b0b9-4496-a7da-15fa813ae25b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:25:57Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "name": "tempest-secgroup-smoke-62959175"}} 2018-08-13 10:25:58,218 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.187s 2018-08-13 10:25:58,219 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cdd77a5b-4572-4943-bf95-a966184026ed'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ffe63221-af04-41d5-b8ea-e20136fc3b3d"}} 2018-08-13 10:25:58,590 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.370s 2018-08-13 10:25:58,590 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa8009a2-f633-444e-a9ef-d1a7c4b7e72e'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3cbdbf3d-8f4a-4002-b5dd-323ed15a78a2"}} 2018-08-13 10:25:58,734 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:25:58,734 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-715938a1-28fe-4a89-b2f8-5f9903f9d35a'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "39338208-294c-4ac3-ab1c-9624efb0625c"}} 2018-08-13 10:25:58,875 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 10:25:58,876 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-be195c5d-c9b3-4f41-af5e-c9119e8b6316'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4dd033f3-fe83-4761-b505-0d9ea9318c28"}} 2018-08-13 10:25:59,013 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:25:59,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-78ce5994-30dc-4846-8925-68e88d25906c'} 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-08-13T10:25:58Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24a4c214-08d2-475b-acaf-b40e5d8a1e6e"}} 2018-08-13 10:25:59,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:25:59,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4019c3a-fe43-451a-a4c9-ee1d092741e3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "47e75fd5-d33f-4d43-a412-12782a1b047d"}} 2018-08-13 10:25:59,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.127s 2018-08-13 10:25:59,279 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c803e941-da2b-405d-97a5-fcd45a5402e0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6ad37ebf-8cac-4731-9d23-9783ffbf0d3d"}} 2018-08-13 10:25:59,441 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:25:59,441 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-adcbdc0f-b5ab-4d10-bd06-415b62b23af9'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:25:59Z", "security_group_id": "8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:25:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "90886e51-130f-4502-805b-8f066d55847f"}} 2018-08-13 10:25:59,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.220s 2018-08-13 10:25:59,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-2142469068"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:25:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9ceadb9d-513b-4292-991d-b0683b85b79b'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:25:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cd3d6964-53a1-4d83-af4f-890bb82781de","name":"tempest-A-2142469068"}} 2018-08-13 10:26:00,175 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.511s 2018-08-13 10:26:00,176 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "name": "tempest-subnet-A-1-558938470"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:26:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc26efaa-cb33-4a07-8939-cf1ec081f4a5'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"cd3d6964-53a1-4d83-af4f-890bb82781de","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:25:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:25:59Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f3dd573a-7f3c-4816-9d1e-73e37530e8f3","subnetpool_id":null,"name":"tempest-subnet-A-1-558938470"}} 2018-08-13 10:26:00,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/networks 0.223s 2018-08-13 10:26:00,401 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-588251855"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:26:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2dd16150-b76e-4cd8-89ac-e20a375a2a59'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:26:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:26:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5b710659-5daa-4132-87fe-e17543f42e9b","name":"tempest-B-588251855"}} 2018-08-13 10:26:01,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.631s 2018-08-13 10:26:01,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "name": "tempest-subnet-B-1-34381803"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03c72d07-f045-4d90-bd4a-060e93312550'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5b710659-5daa-4132-87fe-e17543f42e9b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:26:00Z","dns_nameservers":[],"updated_at":"2018-08-13T10:26:00Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e3f390b7-1e55-4d91-b316-4cee24e82caf","subnetpool_id":null,"name":"tempest-subnet-B-1-34381803"}} 2018-08-13 10:26:01,420 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.385s 2018-08-13 10:26:01,420 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58e34e27-94c3-4f64-b444-d6cae77e2810'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "af42c7cd-d7c8-4828-b291-4eb3222f5463"}} 2018-08-13 10:26:01,569 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.147s 2018-08-13 10:26:01,569 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1733791480"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-665103f8-8052-4ff6-8f94-057e9bc84eb9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665103f8-8052-4ff6-8f94-057e9bc84eb9'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC241J2af972YWFqt4oTctutwJhc5vuMQ8kQXA69BvlRbGnqJYtja2tMB60XqtlHSTPcQOCQN7wNqjU+tEy80MtwpZ2rWLNzJ6THoYI2FFaCSHrCFny36ce68/tjCIcia0YFbiqX706B/Fek8rgPdzlGGTnkgsN5b1/EjkK5jlTYkKOGiBzZm7QWzuy34hGiHKPNBhCvameyxWXpw9lKQehliUXbbzk1ZcPTjWtHY5Hqfs1CDm8vC77X6AFtZQg3YuRmvsMYpQlb0MHIlYLegFNLM16oNRQs5FxkaJ/diYkIcy81C6zPCQgjBkN8PevJkJmuK9D69JOPBN3X6MMRP9P Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtuNSdmn/e9mFhareKE3LbrcCYXOb7jEPJEFwOvQb5UWxp6iW\nLY2trTAetF6rZR0kz3EDgkDe8Dao1PrRMvNDLcKWdq1izcyekx6GCNhRWgkh6whZ\n8t+nHuvP7YwiHImtGBW4ql+9OgfxXpPK4D3c5Rhk55ILDeW9fxI5CuY5U2JCjhog\nc2Zu0Fs7st+IRohyjzQYQr2pnssVl6cPZSkHoZYlF2285NWXD041rR2OR6n7NQg5\nvLwu+1+gBbWUIN2LkZr7DGKUJW9DByJWC3oBTSzNeqDUULORcZGif3YmJCHMvNQu\nszwkIIwZDfD3ryZCZrivQ+vSTjwTd1+jDET/TwIDAQABAoIBAGMYLPhIWswKgpR4\njsMb09x7gOi4sYaQQnoMkvj+h5bk+muzpxurpq0uY5SrrwaskeNsgtAywhk6JKSx\n+mQ29vF2e/x12hFUi59/bHSicQHt7Njiv4ofsPfKIfG+ekUoPAfOzS5Tjb5By4DJ\nZ6W1H1lqrFHlCeRP1Sti/lFviSQqMOi7hlyrD9Ge0A8tNMFfdzeIBqFT9H5AdN2M\nDgiaP+qv7prq8CkuzsjOhsPBeDuOIR8fIPq6AVvJS6QGCrrSWl7cX2ecp8sWg/HK\ndG9LCtK1NNtbUXvKAKfHf8g2QoofY2Gj8KbQ4kVqiBlBYS79y6MblOpESpphtq9W\nzMTl3gECgYEA4O1wL/KbAx6spnbD41YAgdxQyUqkEAPXGdkavTX6gKjwc3KAdO/D\nb4a+kdFekA+NmY5gOUcOjWDhQqsoXW67zEJsuVDu9MUKJVsw4e7WPU1xCmH/vBh0\nGxuwhfXsXr1YbFuWu/K5kBUj2MShISb2M0xUL0fF9W+2ip7VOxDrxM8CgYEA0Ccn\n/ga3sVSTy7U2y3Yo6xGB5WbYFXGuN//FSpwgLVbbz8IgqSa//4oUewXyfvRQBgbp\nhMO/R2N7f+BfK4eam9h0IHRajZm0yPJNbWi60eZxd4Kwt9pjKMBQvhHK33aTS96O\nThDhykF/4vFVh7fKXGiPjaeePICKK2vFela2vYECgYA+TyhT8AYnIBk96Aqt8IYl\nc03h5U57rUSqQW1Z2xkxCRvLL34MZtsiCxbBuFlU2Solzr4zP871NVBRsq5065cU\np5YM5DG+FtOPs6pf/FTXGJvm/2zjw3ZuiAYnpg+70wIqyliAamYjVufeReJJF8z+\nOvfbPSvGqRLNZeC2AyL9GwKBgQCamoq8xfaIMt63rjgttOy9dDp7zgBvJQmWtFWw\njffkVSBc1r51hL+UqNV/brJnk0UgxN+LaezXtE9VcqydY1H1sTbHqERd6i16F2Zk\n/iXMo5Hhh2OEmyONcBJIqmR5x9OtxXcDCsz58d5wDHpPnLYkHtGJEFeaboqxp5F8\nxY1jgQKBgQDc/DS+69cIHaPhqJ11Y29sYPhX4jCX9nG+J5JV8tLNSjwKF7vM4CdE\nMF7Y4R2gNSqz/FsY3O83Li+KvFjO4m6gXIx2U6QiQ2JayN5aYj5n+ZZYXUifcrwf\nnhbkkSMggKnheDXikbLeQmoFSE+h3pFwsTLMWYgpr1D0K+9qrt3+/w==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1733791480", "fingerprint": "0e:39:8d:b5:f6:66:58:07:cb:98:59:8e:de:0c:cb:c7"}} 2018-08-13 10:26:02,719 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 1.145s 2018-08-13 10:26:02,719 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1690285922", "security_groups": ["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:26:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14203b7e-84b9-46f8-bcf0-9144b3f0e746'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:26:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"cd3d6964-53a1-4d83-af4f-890bb82781de","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:26:01Z","name":"tempest-port-smoke-1690285922","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:50:9c:f5","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"f3dd573a-7f3c-4816-9d1e-73e37530e8f3","ip_address":"10.101.11.10"}],"id":"aac0db06-5753-4721-af70-dc8aa0a6e32f","security_groups":["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"],"device_id":""}} 2018-08-13 10:26:04,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.828s 2018-08-13 10:26:04,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733791480", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "cd3d6964-53a1-4d83-af4f-890bb82781de", "port": "aac0db06-5753-4721-af70-dc8aa0a6e32f"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-43dcd46c-05ea-4c71-b098-ccc245679571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43dcd46c-05ea-4c71-b098-ccc245679571'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "adminPass": "u4RxvyVmtbf7"}} 2018-08-13 10:26:04,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.317s 2018-08-13 10:26:04,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-605a3b49-c3e7-426c-9c6f-57677a1ec91a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-605a3b49-c3e7-426c-9c6f-57677a1ec91a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:06,285 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.397s 2018-08-13 10:26:06,285 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd1bd2f6-e27a-4808-909d-ebcc56add3cd'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:06,298 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:26:07,632 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.332s 2018-08-13 10:26:07,633 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-672f8fd9-75d5-4f16-b3c7-16a3633f80c0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:07,645 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:26:09,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.382s 2018-08-13 10:26:09,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-3dd93edf-cca1-4145-9ac7-894b8c33f217', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3dd93edf-cca1-4145-9ac7-894b8c33f217'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:10,497 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.453s 2018-08-13 10:26:10,498 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d5fde6fb-6c8a-40c5-86bc-349cc6313563', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d5fde6fb-6c8a-40c5-86bc-349cc6313563'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:10,508 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:26:10,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.317s 2018-08-13 10:26:10,826 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-670a0ef4-8cfb-490f-88e2-f92596f903e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-670a0ef4-8cfb-490f-88e2-f92596f903e1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:10,840 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 6e80f1c6-aff4-457d-a6a1-e318027b80a1 with status: ACTIVE 2018-08-13 10:26:11,627 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/ports 0.786s 2018-08-13 10:26:11,628 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1654116012", "security_groups": ["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:26:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f58667db-1f22-446c-b89a-d0607549348e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:26:11Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5b710659-5daa-4132-87fe-e17543f42e9b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:26:11Z","name":"tempest-port-smoke-1654116012","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:97:95:fe","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e3f390b7-1e55-4d91-b316-4cee24e82caf","ip_address":"10.102.21.20"}],"id":"b2444086-20d0-462f-9d22-1db5614ae427","security_groups":["8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224"],"device_id":""}} 2018-08-13 10:26:12,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 202 POST http://172.30.9.22:8774/v2.1/servers 1.132s 2018-08-13 10:26:12,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1733791480", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5b710659-5daa-4132-87fe-e17543f42e9b", "port": "b2444086-20d0-462f-9d22-1db5614ae427"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-bf908d23-3663-4a62-bac9-bc23a9c47969', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf908d23-3663-4a62-bac9-bc23a9c47969'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "adminPass": "Se2Jom5uruem"}} 2018-08-13 10:26:13,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.244s 2018-08-13 10:26:13,012 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-b2e1ebfb-2b3f-4457-9948-336a255b8485', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b2e1ebfb-2b3f-4457-9948-336a255b8485'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:14,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.087s 2018-08-13 10:26:14,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-79d8bd3f-6753-4902-a25e-0049439d8697', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-79d8bd3f-6753-4902-a25e-0049439d8697'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:14,129 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:26:15,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.321s 2018-08-13 10:26:15,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-a37ace8d-10df-483f-869c-dd8ad5667696', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a37ace8d-10df-483f-869c-dd8ad5667696'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:15,466 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:26:16,620 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.152s 2018-08-13 10:26:16,620 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-71a46cbf-f461-4491-88b1-b567d1ecc563', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71a46cbf-f461-4491-88b1-b567d1ecc563'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:17,978 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.343s 2018-08-13 10:26:17,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-54f711d6-3d04-4999-9639-ff0b85dd4fe7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54f711d6-3d04-4999-9639-ff0b85dd4fe7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:26:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:19,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.139s 2018-08-13 10:26:19,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-57473a91-9c1f-4acf-a58c-e7ce6b2c8f2e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:19,142 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:26:19,297 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.154s 2018-08-13 10:26:19,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-c38c9853-61a0-487a-80dd-8a2d2cc384a8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c38c9853-61a0-487a-80dd-8a2d2cc384a8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:26:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:26:19,311 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c71bbe25-d08c-40d8-beda-ea103939fd52 with status: ACTIVE 2018-08-13 10:26:19,635 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations 0.322s 2018-08-13 10:26:19,635 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ac6adc6-1adc-4236-b263-ed769f7083d8'} Body: {"network_association": {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "id": "ca112bdb-58f0-46f2-bc41-1d58e5ddf810"}} 2018-08-13 10:26:19,931 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations 0.295s 2018-08-13 10:26:19,932 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/af42c7cd-d7c8-4828-b291-4eb3222f5463/network_associations', u'date': 'Mon, 13 Aug 2018 10:26:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-230fb894-c256-4f1c-8e13-4f82825d2991'} Body: {"network_association": {"network_id": "5b710659-5daa-4132-87fe-e17543f42e9b", "id": "0b779bd2-6bf4-4c0c-a4e2-a484c7fca8cd"}} 2018-08-13 10:26:19,932 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:26:20,132 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/routers 0.199s 2018-08-13 10:26:20,132 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--453228498", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:26:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ff25770a-9f07-493c-9beb-76da643c8059'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:20Z", "admin_state_up": true, "updated_at": "2018-08-13T10:26:20Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "name": "tempest-router--453228498"}} 2018-08-13 10:26:21,683 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c 1.549s 2018-08-13 10:26:21,684 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c', u'date': 'Mon, 13 Aug 2018 10:26:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7995d9ba-e95b-41e8-b717-27a0af7ca04d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:20Z", "admin_state_up": true, "updated_at": "2018-08-13T10:26:21Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "name": "tempest-router--453228498"}} 2018-08-13 10:26:23,723 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/add_router_interface 2.038s 2018-08-13 10:26:23,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:26:23 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8544f1a3-163e-46de-80e3-3aa17aff3f81'} Body: {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3", "subnet_ids": ["f3dd573a-7f3c-4816-9d1e-73e37530e8f3"], "port_id": "ebceab99-c07d-43bc-b1c8-05595abafc7e", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c"} 2018-08-13 10:26:25,501 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.777s 2018-08-13 10:26:25,502 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "aac0db06-5753-4721-af70-dc8aa0a6e32f"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:26:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-273a36cd-fb75-46c1-86b9-275a1305f64c'} Body: {"floatingip": {"router_id": "0f96da27-bfcf-4a05-80f7-918ec01e864c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:26:24Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "aac0db06-5753-4721-af70-dc8aa0a6e32f", "id": "fef5dace-f3b2-42b9-a9f1-85022521e380", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:26:24Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:26:25,503 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:26:33,519 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:26:33,616 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:26:33,647 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:26:33,762 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:26:33,762 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:26:33,764 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:26:33,826 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:26:33,829 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:26:38,839 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:26:38,839 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:27:48,910 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:27:48,911 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:27:48,913 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:27:48,976 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:27:48,977 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:27:53,985 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:27:53,985 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:29:04,009 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:29:04,011 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:29:04,011 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,016 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,115 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,145 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,151 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:29:04,152 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:4b:ed:ed [ether] on eth0 2018-08-13 10:29:04,152 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:29:04,152 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,154 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,215 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,218 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,227 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:29:04,227 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:29:04,228 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,230 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,291 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,294 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,300 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:29:04,300 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,302 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,362 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,366 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:04,371 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:29:04,372 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:4b:ed:ed [ether] on eth0 2018-08-13 10:29:04,372 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:29:04,373 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:29:04,375 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:29:04,434 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:29:04,439 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:29:09,445 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:29:09,446 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:30:19,489 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:30:19,490 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 10:30:19,493 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:30:19,587 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:30:19,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 10:30:24,596 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_disjoint_import_export) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:30:24,597 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 10:31:34,667 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:31:34,669 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:31:34.669 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:31:36,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/fef5dace-f3b2-42b9-a9f1-85022521e380 1.361s 2018-08-13 10:31:36,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/fef5dace-f3b2-42b9-a9f1-85022521e380', u'date': 'Mon, 13 Aug 2018 10:31:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a167f872-79ef-4599-9959-48625ae419a6'} Body: 2018-08-13 10:31:37,645 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/remove_router_interface 1.611s 2018-08-13 10:31:37,646 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:31:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1f889c89-2f80-4607-a661-e55d150701e7'} Body: {"network_id": "cd3d6964-53a1-4d83-af4f-890bb82781de", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "f3dd573a-7f3c-4816-9d1e-73e37530e8f3", "subnet_ids": ["f3dd573a-7f3c-4816-9d1e-73e37530e8f3"], "port_id": "ebceab99-c07d-43bc-b1c8-05595abafc7e", "id": "0f96da27-bfcf-4a05-80f7-918ec01e864c"} 2018-08-13 10:31:39,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c 1.729s 2018-08-13 10:31:39,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0f96da27-bfcf-4a05-80f7-918ec01e864c', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7676fc2-3c88-450f-b563-e4e89b5ea6a0'} Body: 2018-08-13 10:31:39,784 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.407s 2018-08-13 10:31:39,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-61de45b1-d331-467d-9371-46f20e145845', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-61de45b1-d331-467d-9371-46f20e145845'} Body: 2018-08-13 10:31:40,451 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.665s 2018-08-13 10:31:40,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-56c7e3be-a81e-4372-ace9-0e8ce215dfc7'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-588251855": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:97:95:fe", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c71bbe25-d08c-40d8-beda-ea103939fd52", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c71bbe25-d08c-40d8-beda-ea103939fd52", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:39Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-2", "created": "2018-08-13T10:26:12Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:41,515 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52 0.047s 2018-08-13 10:31:41,515 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c71bbe25-d08c-40d8-beda-ea103939fd52', u'x-compute-request-id': 'req-06a16442-c98f-4daa-85e8-6f522d750832', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-06a16442-c98f-4daa-85e8-6f522d750832'} Body: {"itemNotFound": {"message": "Instance c71bbe25-d08c-40d8-beda-ea103939fd52 could not be found.", "code": 404}} 2018-08-13 10:31:42,375 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b2444086-20d0-462f-9d22-1db5614ae427 0.859s 2018-08-13 10:31:42,376 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b2444086-20d0-462f-9d22-1db5614ae427', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-61faaa4a-81de-443a-b959-ea30e95337ff'} Body: 2018-08-13 10:31:42,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.133s 2018-08-13 10:31:42,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0b561539-cbd2-42e7-80fd-96ca2f9c7f8e'} Body: 2018-08-13 10:31:42,951 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.440s 2018-08-13 10:31:42,952 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d10059e3-0d25-4eb3-bc20-c5f7dd68a2a5'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-2142469068": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:9c:f5", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "security_groups": [{"name": "tempest-secgroup-smoke-62959175"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:44,229 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.262s 2018-08-13 10:31:44,230 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-c91a15f9-b087-4444-8608-b0f29b672951', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c91a15f9-b087-4444-8608-b0f29b672951'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:26:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6e80f1c6-aff4-457d-a6a1-e318027b80a1", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:31:43Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1733791480", "name": "server-1", "created": "2018-08-13T10:26:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:45,300 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1 0.056s 2018-08-13 10:31:45,301 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/6e80f1c6-aff4-457d-a6a1-e318027b80a1', u'x-compute-request-id': 'req-d0fad6be-53b5-4ff5-a912-800d1eb335e2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-d0fad6be-53b5-4ff5-a912-800d1eb335e2'} Body: {"itemNotFound": {"message": "Instance 6e80f1c6-aff4-457d-a6a1-e318027b80a1 could not be found.", "code": 404}} 2018-08-13 10:31:45,875 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/aac0db06-5753-4721-af70-dc8aa0a6e32f 0.573s 2018-08-13 10:31:45,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/aac0db06-5753-4721-af70-dc8aa0a6e32f', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a0f4b89b-cded-4c32-9cec-83cad9ea3d66'} Body: 2018-08-13 10:31:45,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733791480 0.030s 2018-08-13 10:31:45,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1733791480', u'x-compute-request-id': 'req-81ec434b-d4cb-4ca3-beda-489584ae2e3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-81ec434b-d4cb-4ca3-beda-489584ae2e3a'} Body: 2018-08-13 10:31:47,110 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e3f390b7-1e55-4d91-b316-4cee24e82caf 1.202s 2018-08-13 10:31:47,111 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e3f390b7-1e55-4d91-b316-4cee24e82caf', u'date': 'Mon, 13 Aug 2018 10:31:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f9d13cd4-8722-4d32-86c4-e4a7b198aeca'} Body: 2018-08-13 10:31:48,552 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5b710659-5daa-4132-87fe-e17543f42e9b 1.440s 2018-08-13 10:31:48,553 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5b710659-5daa-4132-87fe-e17543f42e9b', u'date': 'Mon, 13 Aug 2018 10:31:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ef2f300-7aae-4886-a05d-e2304f9c586d'} Body: 2018-08-13 10:31:49,796 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/f3dd573a-7f3c-4816-9d1e-73e37530e8f3 1.242s 2018-08-13 10:31:49,796 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/f3dd573a-7f3c-4816-9d1e-73e37530e8f3', u'date': 'Mon, 13 Aug 2018 10:31:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd3a0044-94d5-4b7b-96ac-4a9e60551b17'} Body: 2018-08-13 10:31:51,131 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/cd3d6964-53a1-4d83-af4f-890bb82781de 1.333s 2018-08-13 10:31:51,131 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/cd3d6964-53a1-4d83-af4f-890bb82781de', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b1431e61-d2c5-42bb-9c68-26b11f981a83'} Body: 2018-08-13 10:31:51,366 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224 0.234s 2018-08-13 10:31:51,366 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/8aa3ce1f-02ca-4a4e-a82e-5ecf2a0fe224', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6767cd8a-8f8e-4cf5-9e6b-485c0c83846f'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list[compute,id-fb37a546-7263-4ffe-a42c-77eca377ff1a,network] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 852, in test_bgpvpn_negative_update_to_empty_rt_list self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:31:51,650 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.257s 2018-08-13 10:31:51,651 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-434460974 description", "name": "tempest-secgroup-smoke-434460974"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b5111a1-0072-4164-8da6-e074f8b2f400'} Body: {"security_group": {"description": "tempest-secgroup-smoke-434460974 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "updated_at": "2018-08-13T10:31:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:31:51Z", "revision_number": 0, "id": "433ca708-4d03-4bf9-8fed-96fd22f63332", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:31:51Z", "revision_number": 0, "id": "b3d6836a-aa57-422e-944b-094f6128b6a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "name": "tempest-secgroup-smoke-434460974"}} 2018-08-13 10:31:51,836 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 10:31:51,836 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-961bc398-1063-44b5-852e-32d1206f4379'} 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-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "462990f4-c725-439b-bdf4-c1f9ccb65e81"}} 2018-08-13 10:31:52,001 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.164s 2018-08-13 10:31:52,002 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d1a01ac-3914-42d5-a5bd-8efe35c05369'} 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-08-13T10:31:51Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8ff5b54c-8c86-411c-971f-4b6e3f0ddb01"}} 2018-08-13 10:31:52,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:31:52,163 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f22d266f-37e0-407d-a5b2-8d3bfa5ece9d'} 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-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f195c9ff-968e-425e-b00b-f1b5152ae895"}} 2018-08-13 10:31:52,351 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.186s 2018-08-13 10:31:52,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-02890fd0-d900-496d-8ec6-ede345ee2d1b'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "eb894a4c-8bbf-4645-99fa-cd70d3a1c935"}} 2018-08-13 10:31:52,537 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 10:31:52,537 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0cf19b0-6006-4fef-81e9-9c8c044b950f'} 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-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "91b0af6d-21e0-42be-b028-936297e8a747"}} 2018-08-13 10:31:52,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.169s 2018-08-13 10:31:52,708 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2de54181-cbf0-47cf-a962-951209be3170'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:52Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "02e0b1d2-08c3-4cdc-9a39-01463361018d"}} 2018-08-13 10:31:53,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.418s 2018-08-13 10:31:53,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-36ad5980-fbd7-4372-bfb1-ddaaab61930f'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:53Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2a86b385-3603-46b4-aefe-38888ada2449"}} 2018-08-13 10:31:53,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:31:53,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f911b9dd-92a9-4630-af60-30bf76b33070'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:31:53Z", "security_group_id": "34eb0c66-d6c2-44f0-a0fb-870868c4bb3c", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:31:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5908bdd0-8cd1-4016-b6ff-061cd8253d06"}} 2018-08-13 10:31:53,527 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/networks 0.253s 2018-08-13 10:31:53,528 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1466672721"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:31:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e1e984e0-05d1-4529-b39b-e7d4bab08ee5'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:31:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","name":"tempest-A-1466672721"}} 2018-08-13 10:31:54,055 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.527s 2018-08-13 10:31:54,056 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "name": "tempest-subnet-A-1-319754664"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f2f6085f-ce13-495d-89a4-d62ff722f28d'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:53Z","dns_nameservers":[],"updated_at":"2018-08-13T10:31:53Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e651a2a8-684a-4fb8-9377-6ecd45968c9f","subnetpool_id":null,"name":"tempest-subnet-A-1-319754664"}} 2018-08-13 10:31:54,307 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/networks 0.250s 2018-08-13 10:31:54,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1032342933"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-62b072f4-e4cd-4085-b085-992c0288f0ac'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:31:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"443eac56-e02d-4446-b0f6-0c807b93559e","name":"tempest-B-1032342933"}} 2018-08-13 10:31:54,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.617s 2018-08-13 10:31:54,926 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "name": "tempest-subnet-B-1-2007618102"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:31:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c156c2f6-22cf-47b1-b0be-068f72c654fb'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"443eac56-e02d-4446-b0f6-0c807b93559e","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:31:54Z","dns_nameservers":[],"updated_at":"2018-08-13T10:31:54Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0afc42a8-56fa-46d6-bd32-85fa9b468473","subnetpool_id":null,"name":"tempest-subnet-B-1-2007618102"}} 2018-08-13 10:31:55,377 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.449s 2018-08-13 10:31:55,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:31:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3e69bf4-57ab-43f5-8441-2f3b2bdea195'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "d631b846-a9fb-4aea-adb7-5852751afca7"}} 2018-08-13 10:31:55,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.100s 2018-08-13 10:31:55,479 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-82649757"}} Response - Headers: {'status': '200', u'content-length': '2307', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-996c3d36-a2de-4390-8f79-9c29092ca7c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-996c3d36-a2de-4390-8f79-9c29092ca7c4'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDRP/M23Rcy9FtbcLtCtV71/LF5zQirrrwVqqgPpbMAivGhzboPoaJycBx3TGlQPbiD6xXWXDZNUOy72wzFm0UG0XHdbIqvDrykzfFvHvOZj/JzLYX5CRCq3KpNVfQYpLlrHFpsao7ZnhpaEvHNjyfP2ALw94KJzQeFyTVCxt3BzEw0sMPr26pOkLJ00SKtr97AIpglCY4QzLUJyIn2sXMu99upbPmXUGjqoZAmxIhSQPpNdOFUw/KyJwc8aaHIEOhaT4ROe/t4lm2puY1hgGe1SSjY5d/uP3UiIZu2n3LOCFRAA9rOu3EykENU3VLER6bSLUk8G+bfg85PLcQXLC43 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA0T/zNt0XMvRbW3C7QrVe9fyxec0Iq668FaqoD6WzAIrxoc26\nD6GicnAcd0xpUD24g+sV1lw2TVDsu9sMxZtFBtFx3WyKrw68pM3xbx7zmY/ycy2F\n+QkQqtyqTVX0GKS5axxabGqO2Z4aWhLxzY8nz9gC8PeCic0Hhck1QsbdwcxMNLDD\n69uqTpCydNEira/ewCKYJQmOEMy1CciJ9rFzLvfbqWz5l1Bo6qGQJsSIUkD6TXTh\nVMPysicHPGmhyBDoWk+ETnv7eJZtqbmNYYBntUko2OXf7j91IiGbtp9yzghUQAPa\nzrtxMpBDVN1SxEem0i1JPBvm34POTy3EFywuNwIDAQABAoIBAB/e+655klUCfv+4\nde09Ls+Mw4NnxVBQ9vjd22c2t8L3ZsJcUWCcH+AKT2ukSc4c+IOvRM43kVXJY6Vh\nQdq/QY4+THeLVrw/JGB9ta5VKolTMXx1jJhX1yAPKClLVDiErnEwCl3FBSkEOcNK\na2YBzfCMWDZXnJxcjC7GbMRVAeXIb6QXKB94M7QVko0eOoqXyBPXaiDK4Hqu/U78\nLsEtUdFdWC+UQxLvhCwCfziJS3iUM/6aQcLXCDZzVuWzV7TbWva+njL4XtNP5K3X\nuBpXC22CcptZ1cGY+VultGiu1WazNcJN73s7mfYmGAjmdxFJz3UdqL9q5HfSK8Bt\n+b369rECgYEA8w4mXSxdDIp4ThdlvhCVhpfslLcy5pQ+eA6s/gWuqkImkHMqjAnd\nrhTBy0XK+RfDz6+0tR5g96Jija7UOrSRMGemyS06skGaLtLR2dBJvsmZLPWlLLww\n+rJta9CFwXeu5ADEe4ZPXckuLbkXJQe9X3pKWTqOzEr+RrV3I5WUIcUCgYEA3GTk\nQpIk0xpI8xgAQIi7SFFCBD6SjoS5h3U/aBrCzD3UYgNq1FzpFYhNjesQ8tdmiCca\n5kXbSRcqQWmfHLJ6VmMnZhkInPu5aWs7dpRC+diB3oCbM9nq6H5lwnt7qK5Mzww4\nMl9FUcoeefZK0knhGPOHsSU1ZZo//P5A2vsJO8sCgYAfG7yFSFxQcpibRhtbjDvX\nEjLRhfEZ2fd03kv95zRHzlepPVRAwDKDSVzUa4ZjA0uolVCHre+zQjFi+PFo4huD\nGoEaVpOgpQza2VjKjAIkTSExw+70HtIWBChFGFdGP88+l2qOdM5LrqgeagYwUyFF\nyx0g9oG4XBDXc/pfr5FaEQKBgQCbzmucMGr+Hnfx+0a6WK9lyaRNEdtUC7qJa7ce\npsSN1Swe+mF8rg5NnaWOLd82flbK7DJVFo+W1VyXD89fX0Gjbsd8ozf2mvKR9y/7\nfYb30DrHjM2r02QBZtITsm5Sap58RRw5aCa+UpBHEnoEvhv3IrsL3c0o/eo8tZYt\n+QinDwKBgF/Xc1sFXmooEz3znwJkFgfDTHYG3Dv5SaesHI/BZ6P6VQKo6BobmKLy\nxAPZrIFoAJDaeB7ktk4h5rtknAfXwxx7+FArEcsQdgpGAy5QY6f27sxV+PizjFxm\nd8dJDarlyHKYgEbstrWJW7CCJUpQdjn+RxnKaycCr4qJq8F54/Ak\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-82649757", "fingerprint": "c3:5e:0f:28:f5:05:c0:bd:5d:e8:62:16:52:61:d6:1e"}} 2018-08-13 10:31:56,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/ports 0.796s 2018-08-13 10:31:56,279 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1605027959", "security_groups": ["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:31:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7b7d73bd-48ef-49b2-8436-23b40c83cf3f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:31:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d2eedb14-1bc8-4206-baf5-8415dd019ba2","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:31:55Z","name":"tempest-port-smoke-1605027959","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3f:82:18","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e651a2a8-684a-4fb8-9377-6ecd45968c9f","ip_address":"10.101.11.10"}],"id":"26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50","security_groups":["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"],"device_id":""}} 2018-08-13 10:31:57,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.22:8774/v2.1/servers 1.203s 2018-08-13 10:31:57,484 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82649757", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "port": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-3c69df8e-b810-4a16-a1c6-15bca2a90840', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c69df8e-b810-4a16-a1c6-15bca2a90840'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "adminPass": "SwpL9PneVfx7"}} 2018-08-13 10:31:57,993 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.504s 2018-08-13 10:31:57,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-cec248cf-10cf-4d68-8f9f-a433fa358714', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cec248cf-10cf-4d68-8f9f-a433fa358714'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:31:57Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:59,267 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.259s 2018-08-13 10:31:59,268 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1256', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-7c1f9987-5965-4500-aa9b-401522156a6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:31:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7c1f9987-5965-4500-aa9b-401522156a6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:31:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:31:59,282 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:32:00,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.173s 2018-08-13 10:32:00,458 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-714ba7a3-cf25-425e-a6d7-a483902c37b7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-714ba7a3-cf25-425e-a6d7-a483902c37b7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:00,471 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:32:01,615 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.141s 2018-08-13 10:32:01,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc90dff7-5e0a-47e9-9928-4ae17480f2c1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:03,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.408s 2018-08-13 10:32:03,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-a495c9fe-7a3f-4265-8724-f0cba05116e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a495c9fe-7a3f-4265-8724-f0cba05116e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:04,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.343s 2018-08-13 10:32:04,397 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-d2528003-5e2e-45d8-92c1-d23882330cb7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d2528003-5e2e-45d8-92c1-d23882330cb7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:04,410 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:32:05,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.827s 2018-08-13 10:32:05,239 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-2e227885-250f-4a6e-ae19-49f2dcf66c9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e227885-250f-4a6e-ae19-49f2dcf66c9d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:05,252 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a63ca8df-732c-4433-83ac-ceef8ddcf7aa with status: ACTIVE 2018-08-13 10:32:06,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/ports 1.237s 2018-08-13 10:32:06,491 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-134203361", "security_groups": ["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:32:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0cb2d959-1319-4bea-9336-58bbb487b7f9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:32:06Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"443eac56-e02d-4446-b0f6-0c807b93559e","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:32:06Z","name":"tempest-port-smoke-134203361","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:69:12:0b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"0afc42a8-56fa-46d6-bd32-85fa9b468473","ip_address":"10.102.21.20"}],"id":"efb591a2-37da-4f8b-afe6-c8f7c4d2720b","security_groups":["34eb0c66-d6c2-44f0-a0fb-870868c4bb3c"],"device_id":""}} 2018-08-13 10:32:08,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 202 POST http://172.30.9.22:8774/v2.1/servers 1.988s 2018-08-13 10:32:08,481 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-82649757", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "443eac56-e02d-4446-b0f6-0c807b93559e", "port": "efb591a2-37da-4f8b-afe6-c8f7c4d2720b"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0fe45fa4-a285-4496-af18-f1725ff9113b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0fe45fa4-a285-4496-af18-f1725ff9113b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "adminPass": "cKsuPXwVt8kb"}} 2018-08-13 10:32:08,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.219s 2018-08-13 10:32:08,706 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1260', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-e34cd4c7-d868-4a73-b281-cd035a4407cd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e34cd4c7-d868-4a73-b281-cd035a4407cd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:09,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.260s 2018-08-13 10:32:09,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1312', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-451ac6b3-6071-4790-813a-a2204b609f72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-451ac6b3-6071-4790-813a-a2204b609f72'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:09,992 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:32:11,140 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.145s 2018-08-13 10:32:11,140 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-46ab7f75-73a4-4d83-ad42-ef483d038edd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-46ab7f75-73a4-4d83-ad42-ef483d038edd'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:11,154 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:32:12,309 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.153s 2018-08-13 10:32:12,310 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-362d21fe-938b-4d7c-a74b-bcc45822b921', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-362d21fe-938b-4d7c-a74b-bcc45822b921'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:13,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.175s 2018-08-13 10:32:13,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-4b181e23-222a-4a20-bf9c-232df58635f6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b181e23-222a-4a20-bf9c-232df58635f6'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:32:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:14,667 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.151s 2018-08-13 10:32:14,667 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-43301d20-9873-4d27-b173-a56d101c9751', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-43301d20-9873-4d27-b173-a56d101c9751'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:14,681 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:32:14,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.143s 2018-08-13 10:32:14,825 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-c65712d5-5e0c-47b4-a92f-492afadb9952', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:32:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c65712d5-5e0c-47b4-a92f-492afadb9952'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:32:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:32:14,839 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 67590ebe-22a5-4bf8-bd38-f47c31aec406 with status: ACTIVE 2018-08-13 10:32:15,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations 0.596s 2018-08-13 10:32:15,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8c396c32-9ff1-4b58-bfdf-4255f654476a'} Body: {"network_association": {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "id": "b7801035-4d1c-4b2c-894e-d9b676eea7c5"}} 2018-08-13 10:32:15,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations 0.323s 2018-08-13 10:32:15,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d631b846-a9fb-4aea-adb7-5852751afca7/network_associations', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-819f1425-91bb-4ccb-b95e-7dd23c97d710'} Body: {"network_association": {"network_id": "443eac56-e02d-4446-b0f6-0c807b93559e", "id": "b439d6ca-aba4-4b71-8ca1-5807da8ffe9c"}} 2018-08-13 10:32:15,762 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:32:15,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/routers 0.122s 2018-08-13 10:32:15,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1005286732", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:32:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e22b89e-6c17-4f95-8660-6936a089d9e0'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:15Z", "admin_state_up": true, "updated_at": "2018-08-13T10:32:15Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "name": "tempest-router--1005286732"}} 2018-08-13 10:32:17,283 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0 1.396s 2018-08-13 10:32:17,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0', u'date': 'Mon, 13 Aug 2018 10:32:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df0a29dd-939c-489f-88a4-c4e2775c509c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:15Z", "admin_state_up": true, "updated_at": "2018-08-13T10:32:17Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "name": "tempest-router--1005286732"}} 2018-08-13 10:32:19,348 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/add_router_interface 2.064s 2018-08-13 10:32:19,349 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:32:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a95f38ad-b1ef-4548-b6d2-fd478499648c'} Body: {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f", "subnet_ids": ["e651a2a8-684a-4fb8-9377-6ecd45968c9f"], "port_id": "a6bb39fb-8e26-4473-8aff-152655dd1dfd", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0"} 2018-08-13 10:32:21,127 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.777s 2018-08-13 10:32:21,128 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:32:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ea098651-70cf-4b84-a64c-23716db6e22b'} Body: {"floatingip": {"router_id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:32:20Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50", "id": "0ae35f0f-6c30-45ce-993c-03f71d054267", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:32:20Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:32:21,129 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:32:29,145 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:32:29,249 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:32:29,273 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:32:29,388 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:32:29,389 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:32:29,391 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:32:29,455 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:32:29,456 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:32:34,464 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:32:34,465 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:33:44,504 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:33:44,505 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:33:44,508 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:33:44,570 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:33:44,573 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:33:49,580 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:33:49,581 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:34:59,650 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:34:59,651 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:34:59,651 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,656 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59,757 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:34:59,784 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59,791 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:34:59,792 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b7:a0:48 [ether] on eth0 2018-08-13 10:34:59,792 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:34:59,793 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,795 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59,857 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:34:59,860 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59,869 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:34:59,870 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:34:59,870 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,873 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:34:59,933 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:34:59,937 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:34:59,943 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:34:59,944 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:34:59,946 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:35:00,004 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:35:00,010 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:35:00,016 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:35:00,016 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:b7:a0:48 [ether] on eth0 2018-08-13 10:35:00,017 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:35:00,017 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:35:00,019 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:35:00,081 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:35:00,083 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:35:05,091 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:35:05,092 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:36:15,152 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:36:15,153 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:36:15,157 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:36:15,218 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:36:15,221 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:36:20,228 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_negative_update_to_empty_rt_list) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:36:20,229 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:37:30,297 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:37:30,297 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:37:30.297 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:37:31,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/0ae35f0f-6c30-45ce-993c-03f71d054267 1.473s 2018-08-13 10:37:31,774 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/0ae35f0f-6c30-45ce-993c-03f71d054267', u'date': 'Mon, 13 Aug 2018 10:37:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-662df828-4e28-4d22-991e-d01c3527159c'} Body: 2018-08-13 10:37:33,694 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/remove_router_interface 1.919s 2018-08-13 10:37:33,695 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:37:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-194f5583-2049-4f4a-8647-25bded6a1342'} Body: {"network_id": "d2eedb14-1bc8-4206-baf5-8415dd019ba2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e651a2a8-684a-4fb8-9377-6ecd45968c9f", "subnet_ids": ["e651a2a8-684a-4fb8-9377-6ecd45968c9f"], "port_id": "a6bb39fb-8e26-4473-8aff-152655dd1dfd", "id": "9e02cb71-3c87-4b36-a647-e76097d7f9f0"} 2018-08-13 10:37:35,509 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0 1.812s 2018-08-13 10:37:35,509 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/9e02cb71-3c87-4b36-a647-e76097d7f9f0', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-01a8043e-209e-4c2f-bf6a-08f363a9eb39'} Body: 2018-08-13 10:37:35,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.406s 2018-08-13 10:37:35,917 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-b847d3c7-c87c-4f89-9e07-4a08c14027ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b847d3c7-c87c-4f89-9e07-4a08c14027ab'} Body: 2018-08-13 10:37:36,388 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.470s 2018-08-13 10:37:36,389 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-199c0044-5155-400f-9807-e2f7126bda52', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-199c0044-5155-400f-9807-e2f7126bda52'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:35Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:37:37,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.356s 2018-08-13 10:37:37,761 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1481', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-7ffb5288-ecb7-458d-8f85-9a3f190057e4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7ffb5288-ecb7-458d-8f85-9a3f190057e4'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1032342933": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:69:12:0b", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "67590ebe-22a5-4bf8-bd38-f47c31aec406", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:36Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-2", "created": "2018-08-13T10:32:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:37:38,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406 0.044s 2018-08-13 10:37:38,820 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/67590ebe-22a5-4bf8-bd38-f47c31aec406', u'x-compute-request-id': 'req-2548e294-f88f-4b8b-9099-5736994b7cc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:38 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2548e294-f88f-4b8b-9099-5736994b7cc7'} Body: {"itemNotFound": {"message": "Instance 67590ebe-22a5-4bf8-bd38-f47c31aec406 could not be found.", "code": 404}} 2018-08-13 10:37:39,675 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/efb591a2-37da-4f8b-afe6-c8f7c4d2720b 0.853s 2018-08-13 10:37:39,675 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/efb591a2-37da-4f8b-afe6-c8f7c4d2720b', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f73c2f86-1883-4ce0-86b7-72c5a8bf4145'} Body: 2018-08-13 10:37:39,819 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.142s 2018-08-13 10:37:39,819 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b78befa5-6c0d-4ea4-a2ab-f5b8f39a6cf5'} Body: 2018-08-13 10:37:40,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.689s 2018-08-13 10:37:40,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bf6b0f7b-8a3c-4cb2-aa2e-ee2730e2423d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1466672721": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:82:18", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:32:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a63ca8df-732c-4433-83ac-ceef8ddcf7aa", "security_groups": [{"name": "tempest-secgroup-smoke-434460974"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:37:39Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-82649757", "name": "server-1", "created": "2018-08-13T10:31:57Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:37:41,568 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa 0.039s 2018-08-13 10:37:41,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a63ca8df-732c-4433-83ac-ceef8ddcf7aa', u'x-compute-request-id': 'req-429514af-9e56-4f6f-a71e-c8a1ba6904ab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-429514af-9e56-4f6f-a71e-c8a1ba6904ab'} Body: {"itemNotFound": {"message": "Instance a63ca8df-732c-4433-83ac-ceef8ddcf7aa could not be found.", "code": 404}} 2018-08-13 10:37:42,773 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50 1.204s 2018-08-13 10:37:42,774 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/26d2c52c-6f2e-41ee-ab4d-8a9beef7ae50', u'date': 'Mon, 13 Aug 2018 10:37:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9ede27c6-249e-48bf-84b1-4f63e2c7c19c'} Body: 2018-08-13 10:37:42,825 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82649757 0.050s 2018-08-13 10:37:42,825 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-82649757', u'x-compute-request-id': 'req-712b13e6-a326-4777-85ec-14a53b62aecd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:37:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-712b13e6-a326-4777-85ec-14a53b62aecd'} Body: 2018-08-13 10:37:43,821 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/0afc42a8-56fa-46d6-bd32-85fa9b468473 0.995s 2018-08-13 10:37:43,822 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/0afc42a8-56fa-46d6-bd32-85fa9b468473', u'date': 'Mon, 13 Aug 2018 10:37:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7e7010c3-f952-4f04-bc6a-ced4cb19ca5f'} Body: 2018-08-13 10:37:45,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/443eac56-e02d-4446-b0f6-0c807b93559e 1.378s 2018-08-13 10:37:45,201 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/443eac56-e02d-4446-b0f6-0c807b93559e', u'date': 'Mon, 13 Aug 2018 10:37:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fa717702-42a8-46d4-a060-5e92c39408de'} Body: 2018-08-13 10:37:46,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e651a2a8-684a-4fb8-9377-6ecd45968c9f 1.245s 2018-08-13 10:37:46,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e651a2a8-684a-4fb8-9377-6ecd45968c9f', u'date': 'Mon, 13 Aug 2018 10:37:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d397c4e7-8236-4508-9de8-cde983ecffd1'} Body: 2018-08-13 10:37:48,374 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d2eedb14-1bc8-4206-baf5-8415dd019ba2 1.924s 2018-08-13 10:37:48,375 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d2eedb14-1bc8-4206-baf5-8415dd019ba2', u'date': 'Mon, 13 Aug 2018 10:37:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-04711d90-1191-4919-9071-783dec2a7c33'} Body: 2018-08-13 10:37:48,828 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/34eb0c66-d6c2-44f0-a0fb-870868c4bb3c 0.452s 2018-08-13 10:37:48,829 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/34eb0c66-d6c2-44f0-a0fb-870868c4bb3c', u'date': 'Mon, 13 Aug 2018 10:37:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a453d884-3ebe-479f-b4b5-0f069d5c2864'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net[compute,id-08d4f40e-3cec-485b-9da2-76e67fbd9881,network] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 303, in test_bgpvpn_update_route_targets_and_unassociated_net self._update_l3_bgpvpn(rts=[RT1], import_rts=[], export_rts=[]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 994, in _update_l3_bgpvpn import_targets=import_rts) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:40:52,574 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.197s 2018-08-13 10:40:52,574 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1615349221 description", "name": "tempest-secgroup-smoke-1615349221"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1be7f685-2fb7-449c-9c37-a2e2b8df4e0b'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1615349221 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "updated_at": "2018-08-13T10:40:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:40:52Z", "revision_number": 0, "id": "047fffa1-cabd-4153-9802-51535d917288", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:40:52Z", "revision_number": 0, "id": "c049b423-2bd2-4239-8f1a-7e2177323030", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "name": "tempest-secgroup-smoke-1615349221"}} 2018-08-13 10:40:52,724 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 10:40:52,724 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-53d7dc87-5df8-447a-991e-97798418b8f7'} 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-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "40574b36-d74f-439a-a2fe-5c6bee675554"}} 2018-08-13 10:40:52,899 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.172s 2018-08-13 10:40:52,902 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-68510be6-c2eb-4440-a4d0-846b9ac19676'} 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-08-13T10:40:52Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "51c7ffd2-692c-4383-8f19-b6d5f6fe7c97"}} 2018-08-13 10:40:53,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 10:40:53,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-da0bcfa7-eb76-4520-b99c-091292fe302f'} 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-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3c936c84-354e-401b-b447-cc45fd4f96cc"}} 2018-08-13 10:40:53,233 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.166s 2018-08-13 10:40:53,234 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46ee1d3d-4217-48e0-871f-81c9ef4f40e4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1542c284-687c-4fb1-aa82-de881b15675a"}} 2018-08-13 10:40:53,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.189s 2018-08-13 10:40:53,425 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67524ee6-7fff-47e1-9c8a-ee5511fbd3d5'} 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-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ef423ca9-27b2-48c2-816f-15f48472fc71"}} 2018-08-13 10:40:53,581 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 10:40:53,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9f2b3d5c-1e8c-4ee7-bc5d-7bc3fbb9c944'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "844677f2-a01d-442b-badd-1220f27babc7"}} 2018-08-13 10:40:53,718 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:40:53,719 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6b602d73-44f3-400f-ad83-b7f1172d9a5d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "619c4d9d-9f21-49fe-95a7-a8f763f81135"}} 2018-08-13 10:40:53,864 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.144s 2018-08-13 10:40:53,864 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:40:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b04e92c2-1367-4aa6-adcf-4a569fef579c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:40:53Z", "security_group_id": "f1f77389-f235-403f-9f7e-ae446fdbc95f", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:40:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "41bb88a3-66cf-4b26-a161-86d838b9fa60"}} 2018-08-13 10:40:54,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.240s 2018-08-13 10:40:54,107 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-692039164"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:40:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bb2b738a-a9d2-4728-af4f-e893044787e3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:40:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","name":"tempest-A-692039164"}} 2018-08-13 10:40:54,916 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.808s 2018-08-13 10:40:54,916 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "name": "tempest-subnet-A-1-90630932"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:40:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59224c30-f4aa-4ef4-9165-c68ae4796c9b'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:54Z","dns_nameservers":[],"updated_at":"2018-08-13T10:40:54Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"23392ee6-8250-4061-b27d-4c6ccfaf3f51","subnetpool_id":null,"name":"tempest-subnet-A-1-90630932"}} 2018-08-13 10:40:55,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/networks 0.206s 2018-08-13 10:40:55,124 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1228458515"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4ba001b5-2b95-47d2-9da0-6deb9a5da1e2'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:40:55Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5485ef25-41b4-40ab-94ff-bd25520869fa","name":"tempest-B-1228458515"}} 2018-08-13 10:40:55,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.658s 2018-08-13 10:40:55,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "name": "tempest-subnet-B-1-218237091"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-252231eb-f8f3-4af4-9848-fb3b89e21e8a'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5485ef25-41b4-40ab-94ff-bd25520869fa","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:40:55Z","dns_nameservers":[],"updated_at":"2018-08-13T10:40:55Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d4eb4611-21cb-4cf3-a677-5e16a008b305","subnetpool_id":null,"name":"tempest-subnet-B-1-218237091"}} 2018-08-13 10:40:55,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.112s 2018-08-13 10:40:55,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1183310038"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bcc36f72-9dfb-4dc7-8c6b-6deb5fe5a202'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvhtYw6VkiGSXQMgzWf9s2N4X5mvlzLWoEDpaegzQil5sWsuJ0IC6PQDGbVvsZQEqZx3E8MAs3aXb11zUpT93SfNChG1tahroBbd7dVRE2YvWuXgb50KbNO3lVE0Xxqi/Ka7qaJqLPrJG0hhDjWSCHA7yH+FkorD+ZZ6GBNkf3WWs1bMfpCLmIV7zjl9r3VYZG1b6nLEcmtd+htWAgB/a1fJJyICI4Z/KZz/IDy85tH08Vd8fpeVN8I8aLF48xxZ9QgYu1DRrR9laXqoz1upabJ5gVuJAkOzWPImlrQGCa19o24Ff0X88p1Y78InTnavLuMIY4eYR08dAUt/2IPHYh Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAr4bWMOlZIhkl0DIM1n/bNjeF+Zr5cy1qBA6WnoM0IpebFrLi\ndCAuj0Axm1b7GUBKmcdxPDALN2l29dc1KU/d0nzQoRtbWoa6AW3e3VURNmL1rl4G\n+dCmzTt5VRNF8aovymu6miaiz6yRtIYQ41kghwO8h/hZKKw/mWehgTZH91lrNWzH\n6Qi5iFe845fa91WGRtW+pyxHJrXfobVgIAf2tXySciAiOGfymc/yA8vObR9PFXfH\n6XlTfCPGixePMcWfUIGLtQ0a0fZWl6qM9bqWmyeYFbiQJDs1jyJpa0BgmtfaNuBX\n9F/PKdWO/CJ052ry7jCGOHmEdPHQFLf9iDx2IQIDAQABAoIBACE9fLSYjDur3YBW\n6h146w+SZjnFwnWwZQJNrPJp0Ga4pTMgP0hUi9yvAHX1e+nlRftnTKdkRcuBmnil\n/7hKGqzw3CWWY696EiGRKAJsSK0vAm25+sI2ZFA7chfNZZKFczV3P0hQBscjXBh+\nxxX22/UVnQ921ZOhQw4PFQO+PtS1dvDf00KBZZ7h5wijQXbAOCEd1/15gZjMv2Hz\npmlj+N5xlUtUhgCuOs0fyWvWyTJBFkBOudW47skWYZ7kAqTgsLf5Z1nMT7W4RyxF\nm2qU5MNSybOiO+s3nltahVAk/jMH2Z7Es7AxfuY9DbBcHtCYA539Xi78D5DH9/4b\nqnpNah0CgYEA4EBybhCviiZUCowSWKgqeTPRIhIfuXV5V6y60D0zuT3EEmZNi8In\n+gGxGsWrQyLjaro0qK0q1hr0nt4OUnYnTXfGrZm4MsXuIz8bEAF6rz0ZvNztNhCM\nrb6nLbZ8xpq6/M+YNGDh9+lpiQ8zPeVGSJXWF55x+rZsXXnY4SZWFjMCgYEAyGBy\n3vbM+1CdfgVhHwLqzQVdE/wMom/HwjaiJdeuwXiT5JVTNcJL3OKSQelzF5KLv7HF\nkDhkbSAPzuRtRDkF2rEvjAyHTtnDvgJNseD1BWqQMmxsuZx30PUzIOsxKhQeqqYK\n7f1djtDKVKZVJjQQUq5OQjSU3KrfnMPC0cFNJlsCgYEAynEDnF8NyR5ewgK/US/G\n4BGqGyLXZtopB8AUCYcmmXSr+5xFJwTIiAZc9nk56WqmeKPOg/OH9y7wZDa8IS8u\nvd2CCxf5VESgfUsryCA9u9Lh2EBtGGCKTxMM4tSaAcSPR0i085v+gopBTozdSmQf\nNcmmMz5DUPy8CQrFgkPUdUcCgYBGtPIUB5bxn9LTY2aQIOFmE1xy7uAuea9NsyWo\noOFD2B6n7KF+ON+4RCNEKvK4ALhbnomOiLe3Yjbx1N1R06VjNF8I1mrwwhs2c22j\nNTSBAsd7Y5NCNBp7m+q81QF2Tb88jHcS3/MhsD+Ve1RUtM6FvohTCGb3LzzU/qdC\niSmGPQKBgQCdGKi2iCCP6/glRupDtpYQ98BsNHoQbmmZtmn54qemn+03nYsXtv2s\nkY3ozHojzm9EYp2hHm0tLtu8/boapSFsu2fc+DlBSU3Xvof7P9FDh3+v8HZ+awwu\nz8KUueC9CFkx8C87FwAV5DnpIhs9fQiY6nxKst+py7clZLlm6ZePnQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1183310038", "fingerprint": "e4:4e:e9:bb:93:28:94:8e:79:32:6a:ac:4d:fd:91:11"}} 2018-08-13 10:40:56,736 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 0.834s 2018-08-13 10:40:56,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-486398650", "security_groups": ["f1f77389-f235-403f-9f7e-ae446fdbc95f"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:40:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a54ccc5-2b58-4954-b927-605ca4852554'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:40:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2b0b1b41-5676-4a21-a5fe-ec03eb6a242b","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:40:56Z","name":"tempest-port-smoke-486398650","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:33:e3:47","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"23392ee6-8250-4061-b27d-4c6ccfaf3f51","ip_address":"10.101.11.10"}],"id":"7e00983a-bcec-4809-8e9f-4350957f2d86","security_groups":["f1f77389-f235-403f-9f7e-ae446fdbc95f"],"device_id":""}} 2018-08-13 10:40:58,105 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 1.367s 2018-08-13 10:40:58,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1183310038", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "port": "7e00983a-bcec-4809-8e9f-4350957f2d86"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-dd4c066d-006f-49ea-afd4-919e595f2a81', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dd4c066d-006f-49ea-afd4-919e595f2a81'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "adminPass": "36PvKjdXktco"}} 2018-08-13 10:40:58,422 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.309s 2018-08-13 10:40:58,422 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-073e460a-941a-4d88-8549-2e822f065195', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-073e460a-941a-4d88-8549-2e822f065195'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:40:59,806 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.369s 2018-08-13 10:40:59,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:40:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ec54bcbf-9648-4a84-b76d-8f3a5ea29619'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:40:59,824 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:41:01,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.724s 2018-08-13 10:41:01,550 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-c3189ba4-1d44-4979-aec0-acf3a7b11b75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c3189ba4-1d44-4979-aec0-acf3a7b11b75'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:01,564 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:41:02,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.154s 2018-08-13 10:41:02,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-874ac057-aa15-4c22-aeea-e69b2a394bab', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-874ac057-aa15-4c22-aeea-e69b2a394bab'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:40:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:04,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.304s 2018-08-13 10:41:04,041 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-145b0f59-4615-4725-bd89-15f5d7d2ec21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-145b0f59-4615-4725-bd89-15f5d7d2ec21'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:04,053 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:41:04,370 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.316s 2018-08-13 10:41:04,371 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-90139a00-0257-4fdf-ae86-d89979f09868', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90139a00-0257-4fdf-ae86-d89979f09868'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:03Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:04,384 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4a802bbd-27a9-4459-9560-c50e0a97f916 with status: ACTIVE 2018-08-13 10:41:05,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/ports 0.881s 2018-08-13 10:41:05,267 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1428335593", "security_groups": ["f1f77389-f235-403f-9f7e-ae446fdbc95f"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:41:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8e2fc5f-d3e5-4af6-ac8a-c75768251dc1'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:41:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5485ef25-41b4-40ab-94ff-bd25520869fa","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:41:04Z","name":"tempest-port-smoke-1428335593","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:84:c0:3c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"d4eb4611-21cb-4cf3-a677-5e16a008b305","ip_address":"10.102.21.20"}],"id":"1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9","security_groups":["f1f77389-f235-403f-9f7e-ae446fdbc95f"],"device_id":""}} 2018-08-13 10:41:06,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 202 POST http://172.30.9.22:8774/v2.1/servers 0.796s 2018-08-13 10:41:06,065 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1183310038", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5485ef25-41b4-40ab-94ff-bd25520869fa", "port": "1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d3552c16-ebd1-4d3a-9f3c-15b8cc4d1de9'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "adminPass": "tp78LnF34KPa"}} 2018-08-13 10:41:06,128 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.058s 2018-08-13 10:41:06,129 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-83130d7d-7272-4afc-a60c-97ec21ec34ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-83130d7d-7272-4afc-a60c-97ec21ec34ed'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:07,225 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.082s 2018-08-13 10:41:07,226 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1266', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-70068a0e-f3b9-4eda-b548-45606601611a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-70068a0e-f3b9-4eda-b548-45606601611a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:08,332 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.090s 2018-08-13 10:41:08,333 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1320', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7a50902e-079b-4dd8-a7aa-5c79a30b8ea9'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:08,347 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:41:09,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.190s 2018-08-13 10:41:09,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-0cf87b58-1dd6-484f-ac80-0644e27b3471', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0cf87b58-1dd6-484f-ac80-0644e27b3471'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:10,695 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.140s 2018-08-13 10:41:10,695 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-4160859a-f8f5-4658-8a35-56f0f922670e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4160859a-f8f5-4658-8a35-56f0f922670e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:11,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.205s 2018-08-13 10:41:11,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1388', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f3be4a27-50ed-4e93-8d97-86aff7eb0bfa'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:41:07Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:13,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.139s 2018-08-13 10:41:13,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-23e23398-baa3-4e6d-9a40-7ba37111ecff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23e23398-baa3-4e6d-9a40-7ba37111ecff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:13,078 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:41:13,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.321s 2018-08-13 10:41:13,401 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1545', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-b055dfe7-cf71-40e6-a38d-2472a97a2785', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b055dfe7-cf71-40e6-a38d-2472a97a2785'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:13,415 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 83f1444f-703a-4087-ad28-a679e6abe8cf with status: ACTIVE 2018-08-13 10:41:13,533 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/routers 0.118s 2018-08-13 10:41:13,534 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1231313982", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:41:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e4df974-953c-46f2-a528-96d78c46b339'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:13Z", "admin_state_up": true, "updated_at": "2018-08-13T10:41:13Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "name": "tempest-router--1231313982"}} 2018-08-13 10:41:14,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73 1.453s 2018-08-13 10:41:14,989 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73', u'date': 'Mon, 13 Aug 2018 10:41:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f239bd65-fb8f-4c82-9760-bbf59a340e0c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:13Z", "admin_state_up": true, "updated_at": "2018-08-13T10:41:14Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "name": "tempest-router--1231313982"}} 2018-08-13 10:41:16,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/add_router_interface 1.992s 2018-08-13 10:41:16,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:41:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fd2a0a2-2a51-4e9c-bca7-789bb8669288'} Body: {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51", "subnet_ids": ["23392ee6-8250-4061-b27d-4c6ccfaf3f51"], "port_id": "790d3af8-b332-41aa-965d-8db6a446c7aa", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73"} 2018-08-13 10:41:18,889 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.904s 2018-08-13 10:41:18,890 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "7e00983a-bcec-4809-8e9f-4350957f2d86"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:41:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cc21849-3610-4162-ad89-66808db57eb5'} Body: {"floatingip": {"router_id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:41:18Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "7e00983a-bcec-4809-8e9f-4350957f2d86", "id": "1d6fd3a3-414c-44df-a24f-e095f4ef0ada", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:18Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:41:19,286 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.395s 2018-08-13 10:41:19,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:2"], "export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:41:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9b954808-e953-4527-ac5a-df53fa614632'} Body: {"bgpvpn": {"export_targets": ["64512:1"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:2"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "1525cbda-7d80-4712-8e7c-1eaebe80fec3"}} 2018-08-13 10:41:19,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations 0.437s 2018-08-13 10:41:19,725 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations', u'date': 'Mon, 13 Aug 2018 10:41:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89975139-697e-42ba-8b4d-6582c6594265'} Body: {"network_association": {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "id": "2dba37d5-4eb7-43db-9901-560a9a38d463"}} 2018-08-13 10:41:19,727 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:27,742 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:27,809 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:27,839 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:27,953 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:41:27,954 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:27,956 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:28,016 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:28,021 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:33,027 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:41:33,028 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:41:33,028 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075184 seconds 2018-08-13 10:41:33,636 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations 0.607s 2018-08-13 10:41:33,637 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3/network_associations', u'date': 'Mon, 13 Aug 2018 10:41:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8ee3af8b-2e3d-4472-b448-f50c9a80b30c'} Body: {"network_association": {"network_id": "5485ef25-41b4-40ab-94ff-bd25520869fa", "id": "1c2c0342-7a90-4337-b79f-184fafa0f00e"}} 2018-08-13 10:41:33,638 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:33,643 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:33,707 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:33,711 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:33,825 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:41:33,826 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:41:33,828 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:41:33,889 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:41:33,892 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:41:38,898 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:41:38,899 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:41:38,899 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074484 seconds 2018-08-13 10:41:38,900 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN 1525cbda-7d80-4712-8e7c-1eaebe80fec3 2018-08-13 10:41:39,226 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_and_unassociated_net): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3 0.326s 2018-08-13 10:41:39,227 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/1525cbda-7d80-4712-8e7c-1eaebe80fec3', u'date': 'Mon, 13 Aug 2018 10:41:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-080b1e92-b799-4398-af6e-e161e888781d'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-13 10:41:40,217 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/1d6fd3a3-414c-44df-a24f-e095f4ef0ada 0.988s 2018-08-13 10:41:40,217 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/1d6fd3a3-414c-44df-a24f-e095f4ef0ada', u'date': 'Mon, 13 Aug 2018 10:41:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f2014950-c482-4788-94ad-8365888f49bc'} Body: 2018-08-13 10:41:41,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/remove_router_interface 1.665s 2018-08-13 10:41:41,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:41:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99b7e673-1d7b-4b10-a0c1-f6e63cfd0295'} Body: {"network_id": "2b0b1b41-5676-4a21-a5fe-ec03eb6a242b", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "23392ee6-8250-4061-b27d-4c6ccfaf3f51", "subnet_ids": ["23392ee6-8250-4061-b27d-4c6ccfaf3f51"], "port_id": "790d3af8-b332-41aa-965d-8db6a446c7aa", "id": "87c8172c-2d22-4afb-90fb-b5ab91a68d73"} 2018-08-13 10:41:43,330 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73 1.444s 2018-08-13 10:41:43,331 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/87c8172c-2d22-4afb-90fb-b5ab91a68d73', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-708a5907-a926-4796-940b-92b230ffec44'} Body: 2018-08-13 10:41:43,514 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.182s 2018-08-13 10:41:43,514 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-c8b98def-4fa7-42e6-9cce-6952ebab09a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c8b98def-4fa7-42e6-9cce-6952ebab09a7'} Body: 2018-08-13 10:41:44,240 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.725s 2018-08-13 10:41:44,241 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1551', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3e6ff90c-76d7-4099-8b04-ba4b045da9e0'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1228458515": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:c0:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:43Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:45,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.406s 2018-08-13 10:41:45,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1343', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-6a796135-ea13-401c-87fe-14199b96b207', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a796135-ea13-401c-87fe-14199b96b207'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/83f1444f-703a-4087-ad28-a679e6abe8cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:11.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "83f1444f-703a-4087-ad28-a679e6abe8cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:44Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-2", "created": "2018-08-13T10:41:06Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:46,721 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf 0.043s 2018-08-13 10:41:46,722 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/83f1444f-703a-4087-ad28-a679e6abe8cf', u'x-compute-request-id': 'req-48399aa5-3206-4154-aa7f-ff63e290c32e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-48399aa5-3206-4154-aa7f-ff63e290c32e'} Body: {"itemNotFound": {"message": "Instance 83f1444f-703a-4087-ad28-a679e6abe8cf could not be found.", "code": 404}} 2018-08-13 10:41:47,567 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9 0.844s 2018-08-13 10:41:47,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1fb8f0e0-d229-4600-8f3b-f18b7c2ba4c9', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d0aa3851-dc27-4e58-9c73-f6b383f046b7'} Body: 2018-08-13 10:41:47,712 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.142s 2018-08-13 10:41:47,712 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-462d890d-0446-4a6e-8d96-2f2772c5bc55', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-462d890d-0446-4a6e-8d96-2f2772c5bc55'} Body: 2018-08-13 10:41:48,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.402s 2018-08-13 10:41:48,116 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-53ddc07d-1acb-4d46-b9c3-c3cc6d482c99'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-692039164": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:33:e3:47", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4a802bbd-27a9-4459-9560-c50e0a97f916", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:41:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4a802bbd-27a9-4459-9560-c50e0a97f916", "security_groups": [{"name": "tempest-secgroup-smoke-1615349221"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:41:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1183310038", "name": "server-1", "created": "2018-08-13T10:40:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:41:49,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916 0.041s 2018-08-13 10:41:49,170 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4a802bbd-27a9-4459-9560-c50e0a97f916', u'x-compute-request-id': 'req-1706738c-e83e-4726-8fd4-f07faaeed9ca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1706738c-e83e-4726-8fd4-f07faaeed9ca'} Body: {"itemNotFound": {"message": "Instance 4a802bbd-27a9-4459-9560-c50e0a97f916 could not be found.", "code": 404}} 2018-08-13 10:41:49,965 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7e00983a-bcec-4809-8e9f-4350957f2d86 0.794s 2018-08-13 10:41:49,966 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7e00983a-bcec-4809-8e9f-4350957f2d86', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-107eedfa-2f55-4793-bc34-37b5df48ea8a'} Body: 2018-08-13 10:41:50,012 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1183310038 0.046s 2018-08-13 10:41:50,013 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1183310038', u'x-compute-request-id': 'req-82d45ea3-ece7-4753-a631-a346429b6942', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:41:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82d45ea3-ece7-4753-a631-a346429b6942'} Body: 2018-08-13 10:41:51,019 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/d4eb4611-21cb-4cf3-a677-5e16a008b305 1.005s 2018-08-13 10:41:51,019 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/d4eb4611-21cb-4cf3-a677-5e16a008b305', u'date': 'Mon, 13 Aug 2018 10:41:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b5dc937c-ec00-4c94-bfca-d49b551fd971'} Body: 2018-08-13 10:41:53,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5485ef25-41b4-40ab-94ff-bd25520869fa 2.030s 2018-08-13 10:41:53,051 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5485ef25-41b4-40ab-94ff-bd25520869fa', u'date': 'Mon, 13 Aug 2018 10:41:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c5cb26c5-a3c0-461a-9ed6-c50390bcd8b1'} Body: 2018-08-13 10:41:54,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/23392ee6-8250-4061-b27d-4c6ccfaf3f51 1.264s 2018-08-13 10:41:54,317 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/23392ee6-8250-4061-b27d-4c6ccfaf3f51', u'date': 'Mon, 13 Aug 2018 10:41:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-de4009b3-c475-4d45-ac95-1318826f8fa9'} Body: 2018-08-13 10:41:56,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/2b0b1b41-5676-4a21-a5fe-ec03eb6a242b 1.867s 2018-08-13 10:41:56,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/2b0b1b41-5676-4a21-a5fe-ec03eb6a242b', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99976e1d-7091-47e0-9967-f44474cf6865'} Body: 2018-08-13 10:41:56,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/f1f77389-f235-403f-9f7e-ae446fdbc95f 0.202s 2018-08-13 10:41:56,390 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/f1f77389-f235-403f-9f7e-ae446fdbc95f', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e6c80de-9ac0-4799-b6c2-a0375721cec2'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target[compute,id-bf417cad-0bc4-446a-b367-850aa619ca4f,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 267, in test_bgpvpn_update_route_targets_common_target self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:41:56,765 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.347s 2018-08-13 10:41:56,765 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-1679278697 description", "name": "tempest-secgroup-smoke-1679278697"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a10dfffd-c04b-42e2-ab7b-49591ddf91ef'} Body: {"security_group": {"description": "tempest-secgroup-smoke-1679278697 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:56Z", "updated_at": "2018-08-13T10:41:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:41:56Z", "revision_number": 0, "id": "06832995-5b28-4945-868f-df6bac622109", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:41:56Z", "revision_number": 0, "id": "6848c10c-4756-4f4e-a1fc-644b35daa017", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "name": "tempest-secgroup-smoke-1679278697"}} 2018-08-13 10:41:56,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.216s 2018-08-13 10:41:56,983 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6467d201-9252-4418-8d66-7550d1e4edf0'} 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-08-13T10:41:56Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "15e1dddd-0ce7-4c6e-930b-6478286820d0"}} 2018-08-13 10:41:57,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.304s 2018-08-13 10:41:57,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b1a6a286-d2a5-47dd-badf-328d78c25a46'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c8d680ce-8d3b-476c-ab06-9cfd92c55d7d"}} 2018-08-13 10:41:57,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.411s 2018-08-13 10:41:57,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90682a04-16ce-47b3-a3c8-340d61f0efba'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "363760d9-3310-4e87-8e9d-ac52aabd6e54"}} 2018-08-13 10:41:57,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.146s 2018-08-13 10:41:57,850 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3dd49e2f-50c1-45d0-9f9e-a71055e673e0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bb233f8e-b195-4113-9096-2db3d6d8f58d"}} 2018-08-13 10:41:58,000 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:41:58,000 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce8985b2-3370-42d7-aff3-0ce5b805e08a'} 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-08-13T10:41:57Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1ac3bfcf-3f3f-46aa-95a0-42affddb5939"}} 2018-08-13 10:41:58,144 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 10:41:58,144 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30f8d131-6a86-4bca-a704-41e1809ff870'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9944e80d-f90b-44cc-9208-2a12d36398df"}} 2018-08-13 10:41:58,286 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.141s 2018-08-13 10:41:58,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f811b25d-8abd-44d1-9c89-7f9c14632479'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d00852b7-647e-42f8-9d90-f1fc246214ae"}} 2018-08-13 10:41:58,504 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.216s 2018-08-13 10:41:58,505 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9872346e-12fc-499c-aa99-80626925a9d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:41:58Z", "security_group_id": "40c56393-5b8c-4514-b3a6-a42d0709c747", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:41:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e08f5ecc-af14-45e1-8798-a33d0628b3c8"}} 2018-08-13 10:41:58,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/networks 0.248s 2018-08-13 10:41:58,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-433517670"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:41:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5f850f94-c791-44a6-91ff-d2f058ca1768'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:41:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","name":"tempest-A-433517670"}} 2018-08-13 10:41:59,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.510s 2018-08-13 10:41:59,266 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "name": "tempest-subnet-A-1-1160943784"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:41:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52f72bac-f483-407d-929d-af6a069ec4e9'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:41:58Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"04f2eaea-4b98-4b09-b18b-9e2cf61852a5","subnetpool_id":null,"name":"tempest-subnet-A-1-1160943784"}} 2018-08-13 10:41:59,484 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/networks 0.217s 2018-08-13 10:41:59,485 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1107085674"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:41:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9247e0af-c0ad-4016-adcf-2752119581cd'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:41:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","name":"tempest-B-1107085674"}} 2018-08-13 10:42:00,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.624s 2018-08-13 10:42:00,110 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "name": "tempest-subnet-B-1-2077284618"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:42:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-46268a31-a23c-4a45-9ead-5ee6a0b2ade4'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:41:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:41:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"ea58ad2a-9b3e-42c0-8836-69d35634c2ca","subnetpool_id":null,"name":"tempest-subnet-B-1-2077284618"}} 2018-08-13 10:42:00,248 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.137s 2018-08-13 10:42:00,248 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-413344713"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-a7a32751-735e-4fc6-b671-ae8804ffe00d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a7a32751-735e-4fc6-b671-ae8804ffe00d'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDFAwbRSixfVlKAr2H/c2WAnG/Iecnwx8jtaiPIshmgEtmtxO0ryW67t3CJMPM+TxOa5w+QlItE9EDAkXmcBDe/1f3BlE8UA47N6nlrQx+AukFoBoueuQrmWM206/Azm4voMwEOVsAqZud5QzLyHQ+w2wuubCkbFrjgvgNEyNLyhEOJnM3Swufz2thUGK8lEjNeXlDnkSWYbFMxT9RWZSsN+WFLlgdWoraTDSJcwThJNshc60I9yFPMK19L9QcMmhH5AF4UDzsCB6FSBkuGCU1mlzh7LnnfJ36uMloSz3JJAdgYyl4ObPbHXj6aWkV8buf3/cjNcQ+UExMpyv2wfE+1 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxQMG0UosX1ZSgK9h/3NlgJxvyHnJ8MfI7WojyLIZoBLZrcTt\nK8luu7dwiTDzPk8TmucPkJSLRPRAwJF5nAQ3v9X9wZRPFAOOzep5a0MfgLpBaAaL\nnrkK5ljNtOvwM5uL6DMBDlbAKmbneUMy8h0PsNsLrmwpGxa44L4DRMjS8oRDiZzN\n0sLn89rYVBivJRIzXl5Q55ElmGxTMU/UVmUrDflhS5YHVqK2kw0iXME4STbIXOtC\nPchTzCtfS/UHDJoR+QBeFA87AgehUgZLhglNZpc4ey553yd+rjJaEs9ySQHYGMpe\nDmz2x14+mlpFfG7n9/3IzXEPlBMTKcr9sHxPtQIDAQABAoIBAHKCS9gh0KCpP9Lk\nHYWowPp78s0HXMTCmprD8oCYZCSSUEucBm5I6j/ZY2OaPAefVrnWS0mxzTEK9wf2\nhkSUfwLVkmSNm1j6qGovOtuJbCoaGCIqi8R5sUgpnYbnC/ozEqKn4pk++vqqTShC\nUr4+/fvBlYyP+WRxVIvsZWH5iALEr/bUWB0pH0JOUYhP/GFog1rBdqrokI7GSKwU\n4RcIYG1RO8049utxEpTuo1AOYafYOABLAn7dyTetms0IgTXR1PzQB0DIYh/ZaW1G\ndymT4DaifC2pI0e996U8CSsU2dz/lY2Rc9nnd33ljZfcvZbeHq1RveIh08aHSuIO\n8dykOAECgYEA8OxaXLT4B/5dbxhODDSVnIGL4fb1ZgBc8Rh57NvB2SVyQJNq8R0g\n98RcnrhSBqLnaLUMp/zoh9JQT4HtpYvN4qhsmVT2+Q5kIQ0xMTnj83bhyto7eje3\n0+nmjM2p3HUVmbmJn5/kCfH4WBy7YHTpZdSltIi3yueBbxnqWDDuPTUCgYEA0Vcz\nxW+dJS9GtOqYysUDE4VJrHGs5yRrl9h+7qFdkGXzDXtowPpqBYVtVXDBVa8PowTx\nUh2aTjX48ChqzalsVKLwDhNtSyu33obo6Xqa3l5Wiq/+lB52aystP1ZrJngOa7b5\n+uvWeJzAA2Ewv4f+cP2t3avfe2dvFm/jhf64mIECgYEA10Zad/w8pOflFR/inYVf\nKjmXhJHnNP2eDtCQIdU7oYyUSp9vL4OXsc0D9c89fDCUFjuw02ppXPPQTzsJ3qLN\nlXppj5kcFe+GCQKAsjvINARGPbxC6TJgUDrwh2A+J393jaT8FGYKndhY0GLcC5Rr\n+VHJv0dq8yNpxJyjiaovNwECgYEAoGvA4rYLqKk3+AAnIowjNVxY/usF4wOH6A8i\nBmBmQPe/cD94IRpFEQIUrPsBTVYgF378Jz9ENlcp83AlmIES4TET4NWGVaqk9sRP\nzEwGTg3hJ9qCrqNBgBLQU883wX0TH/xSSLVd34PPqUdbggsHMzNTf6HsWrcC7CDG\nLLLsZwECgYEA2gLYgCh/aOKk7t+LQaaTSAxAfdYVmAXWUkdkxOD9DsytVPqB7spW\nOhfVkvS1WV/X4CdxmGvo4WGb9id1PVoJcdguqavCCKKwGlpfqQmMb0EHYKpfzT4+\nVZtk9cUC9sVUufFWgAm0yYlnzAYUgOMWVeCQKN/r8n7+Du29v8XYxOg=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-413344713", "fingerprint": "6b:7c:d7:6e:f0:63:4a:eb:fd:43:0c:05:57:42:13:c1"}} 2018-08-13 10:42:01,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/ports 0.929s 2018-08-13 10:42:01,181 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-450259833", "security_groups": ["40c56393-5b8c-4514-b3a6-a42d0709c747"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:42:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c03402d-3812-4fda-b3f3-fac99491f05e'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:42:00Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"4b22ed06-6f95-478c-9d52-2a6d989da6bf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:42:00Z","name":"tempest-port-smoke-450259833","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b6:74:0f","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"04f2eaea-4b98-4b09-b18b-9e2cf61852a5","ip_address":"10.101.11.10"}],"id":"0e2ef557-65b9-4a58-8352-af854ae898d4","security_groups":["40c56393-5b8c-4514-b3a6-a42d0709c747"],"device_id":""}} 2018-08-13 10:42:02,985 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.22:8774/v2.1/servers 1.802s 2018-08-13 10:42:02,986 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-413344713", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "port": "0e2ef557-65b9-4a58-8352-af854ae898d4"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d1e1c83a-d2ff-44bb-a3d9-04b6e00a4dd5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "adminPass": "RTBGgwJ9Nx3M"}} 2018-08-13 10:42:03,069 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.078s 2018-08-13 10:42:03,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-2a1890e8-68f9-475c-92fd-ed89cd00ad13', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a1890e8-68f9-475c-92fd-ed89cd00ad13'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:04,169 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.086s 2018-08-13 10:42:04,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1257', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-c48147a3-6f1a-493a-b334-0ae90e0a280a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c48147a3-6f1a-493a-b334-0ae90e0a280a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:04,182 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:42:05,665 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.481s 2018-08-13 10:42:05,665 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-298ad2ae-5425-4fc4-b799-3ae921498ff0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-298ad2ae-5425-4fc4-b799-3ae921498ff0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:05,678 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:42:06,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.176s 2018-08-13 10:42:06,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7ffa8d7-513f-4e8b-a078-8bf294836f8d'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:08,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.395s 2018-08-13 10:42:08,267 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-dfd59393-2822-4e65-9cff-0c2e02e0ac93', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfd59393-2822-4e65-9cff-0c2e02e0ac93'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:08,279 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:42:08,421 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.141s 2018-08-13 10:42:08,421 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-d4409a7f-c8df-4815-9c95-7b43c831137e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d4409a7f-c8df-4815-9c95-7b43c831137e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:08,435 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ce1e1be3-82d4-4a6e-ad18-2788e953af2e with status: ACTIVE 2018-08-13 10:42:09,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/ports 0.759s 2018-08-13 10:42:09,196 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1849919051", "security_groups": ["40c56393-5b8c-4514-b3a6-a42d0709c747"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:42:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ffe2baa5-1378-4a58-86c5-92a0345a8b95'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:42:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"ed9d9c86-3381-40e0-88f3-1122aeacec85","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:42:08Z","name":"tempest-port-smoke-1849919051","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:b3:30:a2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"ea58ad2a-9b3e-42c0-8836-69d35634c2ca","ip_address":"10.102.21.20"}],"id":"0a4247a3-956b-4f0f-96fd-6a873f582ec9","security_groups":["40c56393-5b8c-4514-b3a6-a42d0709c747"],"device_id":""}} 2018-08-13 10:42:10,277 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 202 POST http://172.30.9.22:8774/v2.1/servers 1.080s 2018-08-13 10:42:10,277 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-413344713", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "port": "0a4247a3-956b-4f0f-96fd-6a873f582ec9"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e50b33f9-2e2e-431e-97b8-a1cab9efbd10'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "adminPass": "b8rbNQ47x6Ho"}} 2018-08-13 10:42:10,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.318s 2018-08-13 10:42:10,600 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-86093d83-a06d-4710-a0ed-6c7586a8fa6b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86093d83-a06d-4710-a0ed-6c7586a8fa6b'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:11,702 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.089s 2018-08-13 10:42:11,702 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-fc375fdd-ea91-4376-b82b-8fa332901bff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fc375fdd-ea91-4376-b82b-8fa332901bff'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:11,716 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:42:13,159 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.441s 2018-08-13 10:42:13,159 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-23028641-c599-4523-a80a-b35960ac7035', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23028641-c599-4523-a80a-b35960ac7035'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:13,172 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:42:14,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.144s 2018-08-13 10:42:14,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-838604ab-24d0-460e-9341-6d742c2c3b6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-838604ab-24d0-460e-9341-6d742c2c3b6e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:42:11Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:15,762 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.428s 2018-08-13 10:42:15,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-8fd7e028-332f-4e84-ba95-2abd7db8de33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8fd7e028-332f-4e84-ba95-2abd7db8de33'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:15,776 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:42:15,929 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.151s 2018-08-13 10:42:15,929 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-cfc5f044-531a-42a7-b7fe-9673aac6911d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:42:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cfc5f044-531a-42a7-b7fe-9673aac6911d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:42:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:42:15,942 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 82010ab0-a5a7-43f2-b4ce-c8e36e093da0 with status: ACTIVE 2018-08-13 10:42:16,346 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.403s 2018-08-13 10:42:16,346 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d205952b-4f06-4a78-b204-a3de774cc5c8'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "fb949f30-f548-4172-831d-60cef046fe60"}} 2018-08-13 10:42:16,731 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations 0.383s 2018-08-13 10:42:16,732 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations', u'date': 'Mon, 13 Aug 2018 10:42:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0a1647c-af95-4002-b652-00821db94268'} Body: {"network_association": {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "id": "916a8fbe-8f92-40bc-8b44-880a7c5e0bef"}} 2018-08-13 10:42:17,119 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations 0.386s 2018-08-13 10:42:17,119 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/fb949f30-f548-4172-831d-60cef046fe60/network_associations', u'date': 'Mon, 13 Aug 2018 10:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0086679f-fe73-4cca-b951-d402f95d528c'} Body: {"network_association": {"network_id": "ed9d9c86-3381-40e0-88f3-1122aeacec85", "id": "a29d5747-a92e-4d2a-ae0c-28249cdab003"}} 2018-08-13 10:42:17,119 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:42:17,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/routers 0.119s 2018-08-13 10:42:17,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1638309597", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:42:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-223420ce-aa9e-4c70-990b-100fe47fefc9'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:17Z", "admin_state_up": true, "updated_at": "2018-08-13T10:42:17Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "name": "tempest-router--1638309597"}} 2018-08-13 10:42:18,687 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3 1.446s 2018-08-13 10:42:18,688 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3', u'date': 'Mon, 13 Aug 2018 10:42:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-23873e9e-aedc-45a7-8e7d-4b4a1db1e46e'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.207"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:17Z", "admin_state_up": true, "updated_at": "2018-08-13T10:42:18Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "name": "tempest-router--1638309597"}} 2018-08-13 10:42:20,755 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/add_router_interface 2.066s 2018-08-13 10:42:20,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:42:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7d92749e-a7bb-4c6d-b803-e50749b935d7'} Body: {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5", "subnet_ids": ["04f2eaea-4b98-4b09-b18b-9e2cf61852a5"], "port_id": "25fd9f44-7e32-42a9-b1ae-ab5fe92278c3", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3"} 2018-08-13 10:42:22,502 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.745s 2018-08-13 10:42:22,503 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "0e2ef557-65b9-4a58-8352-af854ae898d4"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:42:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5fdcb661-ec4d-42e4-9596-acb241f6336d'} Body: {"floatingip": {"router_id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:42:21Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "0e2ef557-65b9-4a58-8352-af854ae898d4", "id": "e9648c31-9549-49e9-89e7-de5cfe6de4d7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:42:21Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:42:22,505 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:42:30,520 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:42:30,622 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:42:30,646 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:42:30,761 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:42:30,761 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:42:30,764 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:42:30,829 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:42:30,861 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:42:35,868 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:42:35,869 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:43:45,922 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:43:45,922 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:43:45,926 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:43:45,987 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:43:45,990 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:43:50,997 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:43:50,998 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:45:01,005 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:45:01,006 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:45:01,007 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,011 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,110 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,138 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,144 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:45:01,144 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c1:68:5d [ether] on eth0 2018-08-13 10:45:01,144 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:45:01,145 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,147 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,214 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,244 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,254 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:45:01,255 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:45:01,255 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,257 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,318 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,321 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,327 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:45:01,328 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,330 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,390 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,396 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:01,402 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:45:01,402 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:c1:68:5d [ether] on eth0 2018-08-13 10:45:01,403 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:45:01,403 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:45:01,405 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:45:01,468 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:45:01,470 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:45:06,477 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:45:06,477 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:46:16,532 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:46:16,535 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:46:16,539 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:46:16,606 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:46:16,636 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:46:21,643 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_common_target) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:46:21,643 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 10:47:31,703 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:47:31,704 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:47:31.704 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:47:33,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/e9648c31-9549-49e9-89e7-de5cfe6de4d7 1.478s 2018-08-13 10:47:33,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/e9648c31-9549-49e9-89e7-de5cfe6de4d7', u'date': 'Mon, 13 Aug 2018 10:47:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4acc2f86-7163-47fd-aeb7-f28f04facb22'} Body: 2018-08-13 10:47:35,134 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/remove_router_interface 1.948s 2018-08-13 10:47:35,135 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:47:35 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6bfca21d-3677-4b5a-916d-0a8a31c11a2b'} Body: {"network_id": "4b22ed06-6f95-478c-9d52-2a6d989da6bf", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "04f2eaea-4b98-4b09-b18b-9e2cf61852a5", "subnet_ids": ["04f2eaea-4b98-4b09-b18b-9e2cf61852a5"], "port_id": "25fd9f44-7e32-42a9-b1ae-ab5fe92278c3", "id": "0872f137-0d29-410a-aef3-5e3fe6fa25c3"} 2018-08-13 10:47:36,585 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3 1.448s 2018-08-13 10:47:36,586 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/0872f137-0d29-410a-aef3-5e3fe6fa25c3', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fab0e270-f856-418e-8c1d-ffa143a77b76'} Body: 2018-08-13 10:47:36,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.373s 2018-08-13 10:47:36,960 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-fce3db36-7907-4d29-82c5-edb06c9cfc0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fce3db36-7907-4d29-82c5-edb06c9cfc0a'} Body: 2018-08-13 10:47:37,297 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.335s 2018-08-13 10:47:37,297 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-50dfb4c7-a45b-4ae7-b359-7a800cd4272a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1107085674": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b3:30:a2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:47:36Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:38,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.343s 2018-08-13 10:47:38,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-1f01c98d-04d1-4445-b30e-c84fa93a5cce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1f01c98d-04d1-4445-b30e-c84fa93a5cce'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T10:42:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "82010ab0-a5a7-43f2-b4ce-c8e36e093da0", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T10:47:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T10:47:38.000000", "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-2", "created": "2018-08-13T10:42:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:38,674 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 1 second wait 2018-08-13 10:47:39,720 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0 0.043s 2018-08-13 10:47:39,721 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/82010ab0-a5a7-43f2-b4ce-c8e36e093da0', u'x-compute-request-id': 'req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:39 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d9f11ac-0d6b-49a0-82c9-da607f9bc820'} Body: {"itemNotFound": {"message": "Instance 82010ab0-a5a7-43f2-b4ce-c8e36e093da0 could not be found.", "code": 404}} 2018-08-13 10:47:40,475 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0a4247a3-956b-4f0f-96fd-6a873f582ec9 0.753s 2018-08-13 10:47:40,476 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0a4247a3-956b-4f0f-96fd-6a873f582ec9', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-17877b07-057b-4aad-bcd6-73db6c4d5c36'} Body: 2018-08-13 10:47:40,629 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.152s 2018-08-13 10:47:40,630 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-6a2bd7d4-dba2-4d42-b84c-95278505463b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6a2bd7d4-dba2-4d42-b84c-95278505463b'} Body: 2018-08-13 10:47:41,261 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.630s 2018-08-13 10:47:41,261 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c27bd1d-96a2-4a3f-ae1e-146237d385eb'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-433517670": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b6:74:0f", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:42:07.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ce1e1be3-82d4-4a6e-ad18-2788e953af2e", "security_groups": [{"name": "tempest-secgroup-smoke-1679278697"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:47:40Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-413344713", "name": "server-1", "created": "2018-08-13T10:42:02Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:42,318 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e 0.041s 2018-08-13 10:47:42,319 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ce1e1be3-82d4-4a6e-ad18-2788e953af2e', u'x-compute-request-id': 'req-3d1022b3-9ddb-477d-80d9-21b177deac7b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3d1022b3-9ddb-477d-80d9-21b177deac7b'} Body: {"itemNotFound": {"message": "Instance ce1e1be3-82d4-4a6e-ad18-2788e953af2e could not be found.", "code": 404}} 2018-08-13 10:47:43,151 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0e2ef557-65b9-4a58-8352-af854ae898d4 0.831s 2018-08-13 10:47:43,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0e2ef557-65b9-4a58-8352-af854ae898d4', u'date': 'Mon, 13 Aug 2018 10:47:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-41762046-2bce-42f2-8a06-c6909c5e07cd'} Body: 2018-08-13 10:47:43,176 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-413344713 0.024s 2018-08-13 10:47:43,177 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-413344713', u'x-compute-request-id': 'req-9c885c06-702c-4b49-b168-c25bfa9846b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9c885c06-702c-4b49-b168-c25bfa9846b0'} Body: 2018-08-13 10:47:44,113 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/ea58ad2a-9b3e-42c0-8836-69d35634c2ca 0.935s 2018-08-13 10:47:44,114 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/ea58ad2a-9b3e-42c0-8836-69d35634c2ca', u'date': 'Mon, 13 Aug 2018 10:47:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-280eab4c-72a0-4d13-a232-84da6a0c0bc7'} Body: 2018-08-13 10:47:45,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/ed9d9c86-3381-40e0-88f3-1122aeacec85 1.628s 2018-08-13 10:47:45,744 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/ed9d9c86-3381-40e0-88f3-1122aeacec85', u'date': 'Mon, 13 Aug 2018 10:47:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fafedc0a-0c84-4065-977c-ecf462db2772'} Body: 2018-08-13 10:47:46,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/04f2eaea-4b98-4b09-b18b-9e2cf61852a5 1.038s 2018-08-13 10:47:46,783 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/04f2eaea-4b98-4b09-b18b-9e2cf61852a5', u'date': 'Mon, 13 Aug 2018 10:47:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1ba1f186-bc9b-4472-84f4-f7080030b6ee'} Body: 2018-08-13 10:47:48,631 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/4b22ed06-6f95-478c-9d52-2a6d989da6bf 1.847s 2018-08-13 10:47:48,632 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/4b22ed06-6f95-478c-9d52-2a6d989da6bf', u'date': 'Mon, 13 Aug 2018 10:47:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-190a335c-435b-4c7b-afb5-942c726615f8'} Body: 2018-08-13 10:47:48,866 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/40c56393-5b8c-4514-b3a6-a42d0709c747 0.233s 2018-08-13 10:47:48,867 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/40c56393-5b8c-4514-b3a6-a42d0709c747', u'date': 'Mon, 13 Aug 2018 10:47:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31f22e6b-1e52-41c9-937d-4ed7be8c44a2'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets[compute,id-133497a1-2788-40f7-be01-b3b64b5ef8cd,network] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 239, in test_bgpvpn_update_route_targets_disjoint_targets self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:47:49,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.448s 2018-08-13 10:47:49,342 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-149779763 description", "name": "tempest-secgroup-smoke-149779763"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6fb43436-4e63-4af5-b2a8-4dceb37b8b6a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-149779763 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "updated_at": "2018-08-13T10:47:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:47:49Z", "revision_number": 0, "id": "33362fd5-2f24-41cf-b856-0afe171451de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:47:49Z", "revision_number": 0, "id": "3e1d6252-3e9c-4b15-bfc5-1493dfc7f4f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "name": "tempest-secgroup-smoke-149779763"}} 2018-08-13 10:47:49,520 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.177s 2018-08-13 10:47:49,521 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd6f1245-65ca-41a8-8650-412ca7194766'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a04daa54-cca9-4e6a-95c5-33e55d42511c"}} 2018-08-13 10:47:49,708 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.186s 2018-08-13 10:47:49,709 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b8db9cd-32c6-4948-b2c8-8802080e0020'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2de3a897-47f6-44b6-a3da-2cbdf39da762"}} 2018-08-13 10:47:49,856 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.147s 2018-08-13 10:47:49,857 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf52acb4-4f67-4cb1-82e3-0f4bfa81c8c9'} 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-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c85e19a7-d806-469c-bb51-40f93eecf2ac"}} 2018-08-13 10:47:50,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.164s 2018-08-13 10:47:50,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2dcb95a-8a4b-4c3e-aeaf-6a3a4c2f7b97'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:47:49Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7c80ac14-8943-46b1-ba5a-dce3ff4ae4aa"}} 2018-08-13 10:47:50,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:47:50,161 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e1044ee-c012-4d7c-8e25-df0173414d7e'} 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-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3d6cd04e-0978-40c1-8466-9bf3f1ef8271"}} 2018-08-13 10:47:50,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 10:47:50,306 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d4048a2b-5f6f-410d-9d32-19c9a1bb648e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "20e1d243-f2be-47ac-885d-7600742605eb"}} 2018-08-13 10:47:50,468 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.161s 2018-08-13 10:47:50,469 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-508e94f9-c7b3-48a5-80e3-08428f2e8013'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "942a7724-cb85-4d37-b601-4b1a266bbbd6"}} 2018-08-13 10:47:50,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.151s 2018-08-13 10:47:50,622 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:47:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3cf01239-9697-4e04-a632-ba6bf0402ff4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:47:50Z", "security_group_id": "0391b2fa-1fd4-40c4-a8e5-02b980699737", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:47:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1269d297-56be-4792-958a-6b29eb532648"}} 2018-08-13 10:47:51,413 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/networks 0.789s 2018-08-13 10:47:51,413 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-549610724"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:47:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed9b1658-9302-4d99-942f-6a19305b9f8f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:50Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:47:50Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","name":"tempest-A-549610724"}} 2018-08-13 10:47:52,198 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.783s 2018-08-13 10:47:52,199 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "name": "tempest-subnet-A-1-843594030"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:47:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8cb8e580-38d7-48c6-9fc0-85a861b2dd98'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:51Z","dns_nameservers":[],"updated_at":"2018-08-13T10:47:51Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cc2a54bd-b40f-4e29-8017-e0bdb73b1549","subnetpool_id":null,"name":"tempest-subnet-A-1-843594030"}} 2018-08-13 10:47:52,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/networks 0.206s 2018-08-13 10:47:52,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-658618161"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:47:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b806079-41ec-4086-951c-a5e8cc364c8d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:47:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d3770838-9d04-4db3-b420-5851c73a2bcf","name":"tempest-B-658618161"}} 2018-08-13 10:47:53,047 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.640s 2018-08-13 10:47:53,048 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "name": "tempest-subnet-B-1-1096774200"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f4fbf1a3-f927-480d-b54f-10b20d7ed73c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d3770838-9d04-4db3-b420-5851c73a2bcf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:47:52Z","dns_nameservers":[],"updated_at":"2018-08-13T10:47:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cd337d78-2a4c-47dc-add8-df84e5ff65e5","subnetpool_id":null,"name":"tempest-subnet-B-1-1096774200"}} 2018-08-13 10:47:53,188 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.139s 2018-08-13 10:47:53,189 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1263723516"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-aed22076-2242-4cd6-b4e7-9133c2d7d04f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aed22076-2242-4cd6-b4e7-9133c2d7d04f'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOrKBuAaGZnKspC/KoVCnm5QOpfDz4vvLCD3AQwdDI1v1p8dVi0QDzY9jPzOz7HAUbo72wapmGk0AMs2In56YtWN3b/hCuM8k7RQ0eqZ18ooCVAz95IbJ0U3zA5F6TtQnY56rWX2cygBIm2ezwlaiJbEOND5TwNvvseV2k7auHmjmkjYrQ73hSlXQEGhjPrn6lvLBJ1vpWHVh+RCxOXKrx71WwtWzZbPyOmwMauJo2W80RFRSu0IBCr8FEizYxgYIOVmj4vTYteFBDQ1IBhxSGuU4Brw5/vzNP9obf0cPLt2eanosfjOuB5Nn+XqEioFZ2Hj8R/kChhulnrrobWvyp Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAzqygbgGhmZyrKQvyqFQp5uUDqXw8+L7ywg9wEMHQyNb9afHV\nYtEA82PYz8zs+xwFG6O9sGqZhpNADLNiJ+emLVjd2/4QrjPJO0UNHqmdfKKAlQM/\neSGydFN8wORek7UJ2Oeq1l9nMoASJtns8JWoiWxDjQ+U8Db77HldpO2rh5o5pI2K\n0O94UpV0BBoYz65+pbywSdb6Vh1YfkQsTlyq8e9VsLVs2Wz8jpsDGriaNlvNERUU\nrtCAQq/BRIs2MYGCDlZo+L02LXhQQ0NSAYcUhrlOAa8Of78zT/aG39HDy7dnmp6L\nH4zrgeTZ/l6hIqBWdh4/Ef5AoYbpZ666G1r8qQIDAQABAoIBACFGui38JUDOcOCT\nA+cGZhi/Fu/bCRYj6IJGagzIqA0uUG8WeP0IGdcWZHpQzHdB87CXlJsrDr0USGPD\nHjK+oYr7m/0n0xe5TtU0MQCW3ryKjZlwhG/EdS81ogiMvI2bwJIj+uW5Rqxi4olO\n3U9/STuXKukzcQ+cSsOwZtt/SPb0G9U1LwsIj6NSzYE7Anesfuzdl54x4Hg7eQi0\n/MfcCrz7dIWutQpVGG5ZDOru8Edk+H4+2L1StRDmo66rTPNZsZ1A3MLzHs/Paki7\npg9uvD7/XY1Cq16GKZODMe41N0f/8kH5BxRAUPA8fJUj4KXtcjBTxfhlWLiVcaLj\nZ61ET4ECgYEA8vmOu5AyNKB5Q0vYY0BNii4AnBZNlyIPLV71V5DdaTSQ46Q8xODc\nhwwFfv08MJOedCznZsvVwv1h26h2IsW4weblzYGjmcIJRmxoPy6aemUnQQQ6BikD\ncfdmPD2GLiNQp+pAvZIJrocoL9BnVMoF1ubKiypzIsirfvs4ybtDPq0CgYEA2cDn\nByT+m1Qc8lH17QDxxwS51c7FASN2XLT/H1iNXLFhIE+L/6w8i/DKCMYNtJfwAasi\nDwXU1aNYp5E8+Ega7Dy6sw0huEwI5e4Aj72nB6agTYI0+AGvuC7p09GsTPFlh40o\nNaYtIcs/jmK/ERsf1TS88Fu4gXaxoh5QzmTZIW0CgYB82DG4uiyx0cq9A1maFc5B\ns8VobiVMBJoby/DwH2VEy1evQBJhbtChK1Ifn+qvYwpF01TLAu1BFYSUowigcUuv\nhf6KC5SOSp8NamJeJIoHXbY/t/ZAeA5nHqGPTmWFi2vD+59sSH9lB9lkSAbwECXT\n+B4WR6eFNeq4gkj5jpjMuQKBgD0K+rjiAg4BMmwr1cku7phgFsh9QnTjQBcVFj/v\nTxGhGB06r4BpBEAmrDxxaP4rabjOBKo5dES/mea/rFvdus5m59+x2rYTepsacUXa\nYKygZWfVDIxJzLzRSfN7X9XiBhhN1evUPeqvU43S2MUu2Wmncx/eVobUg09zOCvj\n0YqxAoGBAJabqS+KdD0jd4F8p9hw6C/PLXeyei9g3BEyII7tk09UbH57MZA5fXSb\n99wrddM6oXyAIE8SvokXROorOMaDeCPAaX+PCERNMluWusK4k1A1c2HGHZC0CTAR\nOBUkaidasmBIwwt6kXB3e/AcWTvv1XdEHMUgdYCJ44N7uAG2yhOm\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1263723516", "fingerprint": "2d:33:bf:61:2d:5d:9f:3e:8c:26:aa:1f:9b:15:bf:cf"}} 2018-08-13 10:47:53,885 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/ports 0.692s 2018-08-13 10:47:53,886 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-2045380843", "security_groups": ["0391b2fa-1fd4-40c4-a8e5-02b980699737"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3700ca2-c2ad-4718-8778-c482721e8f8d'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:47:53Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:47:53Z","name":"tempest-port-smoke-2045380843","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:9b:a5:2a","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cc2a54bd-b40f-4e29-8017-e0bdb73b1549","ip_address":"10.101.11.10"}],"id":"7ff097a7-d5e7-40ff-b0b9-5e358e766dd6","security_groups":["0391b2fa-1fd4-40c4-a8e5-02b980699737"],"device_id":""}} 2018-08-13 10:47:55,349 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.22:8774/v2.1/servers 1.462s 2018-08-13 10:47:55,350 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1263723516", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "port": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-6ce44865-8972-48f4-aba0-888f635bae03', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ce44865-8972-48f4-aba0-888f635bae03'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "adminPass": "xukytcNhy5M7"}} 2018-08-13 10:47:55,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.563s 2018-08-13 10:47:55,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-d36b7e81-c741-4141-957f-1e2871c11b69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d36b7e81-c741-4141-957f-1e2871c11b69'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:55Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:57,211 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.278s 2018-08-13 10:47:57,212 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-7517ac22-fed1-4767-b56f-4f0d852564d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7517ac22-fed1-4767-b56f-4f0d852564d8'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:56Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:57,224 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:47:59,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.787s 2018-08-13 10:47:59,014 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-453526d9-e572-4f33-9db6-9c874ecc2ee8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:47:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-453526d9-e572-4f33-9db6-9c874ecc2ee8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:47:59,027 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:48:00,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.415s 2018-08-13 10:48:00,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-1385e439-b043-4e5d-bf27-2885d372857c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1385e439-b043-4e5d-bf27-2885d372857c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:47:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:02,033 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.572s 2018-08-13 10:48:02,034 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-16b924b6-8eff-4806-9a45-bf119b05ed72', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16b924b6-8eff-4806-9a45-bf119b05ed72'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:02,047 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 10:48:02,763 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.714s 2018-08-13 10:48:02,763 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-26b4946e-9339-4f4a-80d6-45dd50f3efca', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26b4946e-9339-4f4a-80d6-45dd50f3efca'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:02,776 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a7ab2bba-05b7-44b2-a1b4-45626d5bb348 with status: ACTIVE 2018-08-13 10:48:03,518 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/ports 0.741s 2018-08-13 10:48:03,519 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1845547133", "security_groups": ["0391b2fa-1fd4-40c4-a8e5-02b980699737"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:48:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b0e6fad7-459f-4921-9fe4-0e96d7f9eb35'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:48:03Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d3770838-9d04-4db3-b420-5851c73a2bcf","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:48:03Z","name":"tempest-port-smoke-1845547133","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:96:2c:f3","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cd337d78-2a4c-47dc-add8-df84e5ff65e5","ip_address":"10.102.21.20"}],"id":"0de8eb59-89e3-4da1-96f2-4f8d06517318","security_groups":["0391b2fa-1fd4-40c4-a8e5-02b980699737"],"device_id":""}} 2018-08-13 10:48:04,753 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 202 POST http://172.30.9.22:8774/v2.1/servers 1.233s 2018-08-13 10:48:04,753 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1263723516", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d3770838-9d04-4db3-b420-5851c73a2bcf", "port": "0de8eb59-89e3-4da1-96f2-4f8d06517318"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e9ee86e7-44f2-4712-aaa6-ccb75701f0e5'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "adminPass": "y3rS8oABQeTm"}} 2018-08-13 10:48:05,057 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.299s 2018-08-13 10:48:05,058 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-e7fe26a1-4fc6-4670-b251-d98846efa298', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e7fe26a1-4fc6-4670-b251-d98846efa298'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:06,368 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.296s 2018-08-13 10:48:06,369 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-b9d1a533-27f8-45a0-9669-c1c2973cc484', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b9d1a533-27f8-45a0-9669-c1c2973cc484'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:06,382 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:48:07,530 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.147s 2018-08-13 10:48:07,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08bd1b56-7fd4-4e08-af28-b6c0a1eaad3a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:06Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:07,543 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:48:08,697 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.152s 2018-08-13 10:48:08,697 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-613a9cdf-9daf-4a25-a02f-bbd53fc7b21b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:48:06Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:10,418 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.702s 2018-08-13 10:48:10,419 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-f123e443-efe3-43f9-99e7-f5404c9f4e02', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f123e443-efe3-43f9-99e7-f5404c9f4e02'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:10,434 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:48:10,601 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.166s 2018-08-13 10:48:10,602 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-b569d84c-7b2a-4732-944c-8a26da60ee6d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:48:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b569d84c-7b2a-4732-944c-8a26da60ee6d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:48:09Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:48:10,618 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e48ccac7-ee05-47fa-9a98-e6e47789e010 with status: ACTIVE 2018-08-13 10:48:11,077 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.458s 2018-08-13 10:48:11,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:48:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18c3660d-d1c8-403b-b91a-57b4cf792797'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "11c43fac-0cf2-4d12-a69d-2b6f20fef540"}} 2018-08-13 10:48:11,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations 0.831s 2018-08-13 10:48:11,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations', u'date': 'Mon, 13 Aug 2018 10:48:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-08020c9a-5175-4e84-b6c2-1b38c1673656'} Body: {"network_association": {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "id": "3ecc3cf2-2d61-4ec1-9dac-a2fe0334380c"}} 2018-08-13 10:48:12,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations 0.370s 2018-08-13 10:48:12,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/11c43fac-0cf2-4d12-a69d-2b6f20fef540/network_associations', u'date': 'Mon, 13 Aug 2018 10:48:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-84a7ef4c-d442-45a2-a90e-bededb8d0f61'} Body: {"network_association": {"network_id": "d3770838-9d04-4db3-b420-5851c73a2bcf", "id": "f49f6477-3446-4616-9aec-d9b9b30281c1"}} 2018-08-13 10:48:12,283 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 10:48:12,556 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/routers 0.271s 2018-08-13 10:48:12,556 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1152872910", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:48:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6abc75e1-f134-4517-861e-61c71f75ce91'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:12Z", "admin_state_up": true, "updated_at": "2018-08-13T10:48:12Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54689bce-d982-4a4f-8e3e-b88d38401378", "name": "tempest-router--1152872910"}} 2018-08-13 10:48:13,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378 1.404s 2018-08-13 10:48:13,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378', u'date': 'Mon, 13 Aug 2018 10:48:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4d1cfee0-2579-485e-b98d-387e26403dda'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:12Z", "admin_state_up": true, "updated_at": "2018-08-13T10:48:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54689bce-d982-4a4f-8e3e-b88d38401378", "name": "tempest-router--1152872910"}} 2018-08-13 10:48:15,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/add_router_interface 1.918s 2018-08-13 10:48:15,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:48:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f79cbd7c-c476-43db-9e38-98a71fe6318d'} Body: {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549", "subnet_ids": ["cc2a54bd-b40f-4e29-8017-e0bdb73b1549"], "port_id": "c6c5e900-4e9b-40ad-8f1e-3b265f293cd7", "id": "54689bce-d982-4a4f-8e3e-b88d38401378"} 2018-08-13 10:48:17,754 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.871s 2018-08-13 10:48:17,755 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:48:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-654f2294-9239-4a01-a313-d10310d96cf5'} Body: {"floatingip": {"router_id": "54689bce-d982-4a4f-8e3e-b88d38401378", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:48:16Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "7ff097a7-d5e7-40ff-b0b9-5e358e766dd6", "id": "095791ef-14f9-497e-a3aa-197ebe528739", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:48:16Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:48:17,756 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:48:33,784 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:48:33,846 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:48:33,849 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:48:33,964 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:48:33,964 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:48:33,966 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:48:34,027 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:48:34,030 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:48:39,037 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:48:39,038 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:49:49,088 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:49:49,089 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:49:49,091 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:49:49,153 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:49:49,155 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:49:54,163 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:49:54,164 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:51:04,234 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:51:04,235 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:51:04,235 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,239 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,340 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,367 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,374 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:51:04,374 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:55:9f:10 [ether] on eth0 2018-08-13 10:51:04,374 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 10:51:04,375 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,377 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,436 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,441 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,451 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 10:51:04,451 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 10:51:04,451 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,453 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,511 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,517 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,523 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 10:51:04,523 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,525 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,588 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,589 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:04,594 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 10:51:04,595 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:55:9f:10 [ether] on eth0 2018-08-13 10:51:04,595 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:51:04,596 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:51:04,597 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:51:04,655 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:51:04,663 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:51:09,669 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:51:09,670 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:52:19,737 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:52:19,738 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:52:19,742 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:52:19,837 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:52:19,870 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:52:24,880 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_route_targets_disjoint_targets) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:52:24,880 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:53:34,923 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 10:53:34,924 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 10:53:34.924 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 10:53:36,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/095791ef-14f9-497e-a3aa-197ebe528739 1.113s 2018-08-13 10:53:36,039 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/095791ef-14f9-497e-a3aa-197ebe528739', u'date': 'Mon, 13 Aug 2018 10:53:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5fb7155d-6ae4-4ebe-98cb-851c06772184'} Body: 2018-08-13 10:53:38,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/remove_router_interface 1.989s 2018-08-13 10:53:38,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:53:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-82cf7784-a166-446a-b865-5dc252cd47c0'} Body: {"network_id": "5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cc2a54bd-b40f-4e29-8017-e0bdb73b1549", "subnet_ids": ["cc2a54bd-b40f-4e29-8017-e0bdb73b1549"], "port_id": "c6c5e900-4e9b-40ad-8f1e-3b265f293cd7", "id": "54689bce-d982-4a4f-8e3e-b88d38401378"} 2018-08-13 10:53:40,185 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378 2.154s 2018-08-13 10:53:40,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/54689bce-d982-4a4f-8e3e-b88d38401378', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e816bfcf-38ee-4619-9ca0-070d0fba42db'} Body: 2018-08-13 10:53:40,579 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.392s 2018-08-13 10:53:40,579 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5c694a-1954-45fb-a8cd-2a956fd1f9d5'} Body: 2018-08-13 10:53:41,184 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.604s 2018-08-13 10:53:41,185 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f1e029e3-39b9-4217-9fed-fa00d1d0a80e'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:40Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:53:42,583 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.382s 2018-08-13 10:53:42,584 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-72674d95-9d4d-4da3-a21a-74839a160889', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-72674d95-9d4d-4da3-a21a-74839a160889'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-658618161": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:96:2c:f3", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e48ccac7-ee05-47fa-9a98-e6e47789e010", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-2", "created": "2018-08-13T10:48:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:53:43,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010 0.050s 2018-08-13 10:53:43,649 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e48ccac7-ee05-47fa-9a98-e6e47789e010', u'x-compute-request-id': 'req-88ec3e17-0fb9-45ed-b459-e8b963239e8a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-88ec3e17-0fb9-45ed-b459-e8b963239e8a'} Body: {"itemNotFound": {"message": "Instance e48ccac7-ee05-47fa-9a98-e6e47789e010 could not be found.", "code": 404}} 2018-08-13 10:53:44,904 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0de8eb59-89e3-4da1-96f2-4f8d06517318 1.253s 2018-08-13 10:53:44,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0de8eb59-89e3-4da1-96f2-4f8d06517318', u'date': 'Mon, 13 Aug 2018 10:53:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9ce64123-2099-4bd4-a206-8a7a50353ae0'} Body: 2018-08-13 10:53:45,034 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.129s 2018-08-13 10:53:45,035 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-4287a74f-81b0-4974-acb9-8dd2ae60403c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4287a74f-81b0-4974-acb9-8dd2ae60403c'} Body: 2018-08-13 10:53:45,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.752s 2018-08-13 10:53:45,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-eb681d87-7ba9-4390-8385-08b077fcdb9d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-eb681d87-7ba9-4390-8385-08b077fcdb9d'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-549610724": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:a5:2a", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:48:00.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7ab2bba-05b7-44b2-a1b4-45626d5bb348", "security_groups": [{"name": "tempest-secgroup-smoke-149779763"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:53:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1263723516", "name": "server-1", "created": "2018-08-13T10:47:55Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:53:46,849 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348 0.046s 2018-08-13 10:53:46,850 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a7ab2bba-05b7-44b2-a1b4-45626d5bb348', u'x-compute-request-id': 'req-b5882e8c-2501-442d-982f-1f4d60e3bb3b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b5882e8c-2501-442d-982f-1f4d60e3bb3b'} Body: {"itemNotFound": {"message": "Instance a7ab2bba-05b7-44b2-a1b4-45626d5bb348 could not be found.", "code": 404}} 2018-08-13 10:53:48,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7ff097a7-d5e7-40ff-b0b9-5e358e766dd6 1.499s 2018-08-13 10:53:48,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7ff097a7-d5e7-40ff-b0b9-5e358e766dd6', u'date': 'Mon, 13 Aug 2018 10:53:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0bbe1ef6-d8d5-4f45-a02d-a685ebebf92e'} Body: 2018-08-13 10:53:48,384 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1263723516 0.033s 2018-08-13 10:53:48,385 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1263723516', u'x-compute-request-id': 'req-a5253ae8-01cd-4c06-af7e-ecbf978372d8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a5253ae8-01cd-4c06-af7e-ecbf978372d8'} Body: 2018-08-13 10:53:49,851 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cd337d78-2a4c-47dc-add8-df84e5ff65e5 1.465s 2018-08-13 10:53:49,851 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cd337d78-2a4c-47dc-add8-df84e5ff65e5', u'date': 'Mon, 13 Aug 2018 10:53:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-8ada6542-5abc-457f-89ac-f373bffb0da7'} Body: 2018-08-13 10:53:51,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d3770838-9d04-4db3-b420-5851c73a2bcf 1.153s 2018-08-13 10:53:51,006 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d3770838-9d04-4db3-b420-5851c73a2bcf', u'date': 'Mon, 13 Aug 2018 10:53:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1cd9fec3-65aa-4bea-b324-cc1b76ca4d0e'} Body: 2018-08-13 10:53:52,342 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cc2a54bd-b40f-4e29-8017-e0bdb73b1549 1.336s 2018-08-13 10:53:52,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cc2a54bd-b40f-4e29-8017-e0bdb73b1549', u'date': 'Mon, 13 Aug 2018 10:53:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b4ec5adc-60fb-40e3-a9c0-bca5fa64330a'} Body: 2018-08-13 10:53:54,166 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f 1.822s 2018-08-13 10:53:54,166 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/5aadb4bc-aa02-4b1e-b6a5-871f6ac6054f', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2c6d0af8-1bc3-4084-82e8-05478951be68'} Body: 2018-08-13 10:53:54,384 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/0391b2fa-1fd4-40c4-a8e5-02b980699737 0.216s 2018-08-13 10:53:54,384 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/0391b2fa-1fd4-40c4-a8e5-02b980699737', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-66e15eed-463f-43c6-b6eb-9bfc9696bcee'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1[compute,id-c8bfd695-f731-47a6-86e3-3dfa492e08e0,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 351, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 self._update_l3_bgpvpn(rts=[RT1], import_rts=[], export_rts=[]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 994, in _update_l3_bgpvpn import_targets=import_rts) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/services/bgpvpn/bgpvpn_client.py", line 50, in update_bgpvpn return self.update_resource(uri, post_data) File "/src/tempest/tempest/lib/services/network/base.py", line 76, in update_resource resp, body = self.put(req_uri, req_post_data) File "/src/tempest/tempest/lib/common/rest_client.py", line 343, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/src/tempest/tempest/lib/common/rest_client.py", line 668, in request self._error_checker(resp, resp_body) File "/src/tempest/tempest/lib/common/rest_client.py", line 845, in _error_checker message=message) tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:53:54,648 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.237s 2018-08-13 10:53:54,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-988173229 description", "name": "tempest-secgroup-smoke-988173229"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0d662a4-487a-4875-a2e1-b623b2ea50a9'} Body: {"security_group": {"description": "tempest-secgroup-smoke-988173229 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "updated_at": "2018-08-13T10:53:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:53:54Z", "revision_number": 0, "id": "953f77f2-8c6c-4579-b93d-5c7affd95321", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:53:54Z", "revision_number": 0, "id": "dae037a8-9f5c-4ad2-a44d-8435b396aa48", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "name": "tempest-secgroup-smoke-988173229"}} 2018-08-13 10:53:54,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.202s 2018-08-13 10:53:54,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c569605c-d0bd-473b-9e10-218500d56ea2'} 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-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "68323214-2690-4987-ae2e-158b78120a66"}} 2018-08-13 10:53:54,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 10:53:54,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a24b0305-83d6-4083-bb8f-d534d1797b1a'} 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-08-13T10:53:54Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:54Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "06b0ad26-9a6d-4d7e-9130-6fb870992a74"}} 2018-08-13 10:53:55,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.170s 2018-08-13 10:53:55,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3150ebbd-a4c4-4e63-a12c-4e76a2b4bcd6'} 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-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0b6f4125-69b6-4efc-9aaa-6f09388f5ae9"}} 2018-08-13 10:53:55,326 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 10:53:55,326 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-591546f4-340f-4456-ba18-0495793f5972'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1578477c-d05f-465d-9f8f-41c78ed828d7"}} 2018-08-13 10:53:55,507 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.180s 2018-08-13 10:53:55,508 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c7451290-8adb-434b-80b8-ad9a2e755f1b'} 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-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b8b00b8f-7a69-47cf-af65-e7ec1ec70f76"}} 2018-08-13 10:53:55,654 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.145s 2018-08-13 10:53:55,654 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-abcc0c21-b178-42f5-ab96-ae0da6339771'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "de83e38a-e15d-4e86-a3f2-aa5faa0d198d"}} 2018-08-13 10:53:55,792 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.136s 2018-08-13 10:53:55,792 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a935b6be-7244-4744-a4eb-cff78c6d7de3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "dc098e5a-5faf-4f19-92f4-2fe96808ba8a"}} 2018-08-13 10:53:55,946 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.153s 2018-08-13 10:53:55,947 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:53:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a08e4ce6-dea1-481c-80de-c6a4e7beb29e'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:53:55Z", "security_group_id": "d5ee7109-cd6e-4278-b008-cb27baaba475", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:53:55Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "93a29833-a2a5-40c4-b894-351618d00406"}} 2018-08-13 10:53:56,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.237s 2018-08-13 10:53:56,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1489749818"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b21e0427-c592-4053-bba4-8cc23f195f97'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:53:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e5edffc1-6e5d-44f0-b809-5478888f6895","name":"tempest-A-1489749818"}} 2018-08-13 10:53:56,727 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.540s 2018-08-13 10:53:56,728 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "name": "tempest-subnet-A-1-1945000744"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a740ead-e3c4-4175-8b77-9e1fd4d43417'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","dns_nameservers":[],"updated_at":"2018-08-13T10:53:56Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"09a664f3-ff9c-4499-8779-7666004dde97","subnetpool_id":null,"name":"tempest-subnet-A-1-1945000744"}} 2018-08-13 10:53:56,960 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.230s 2018-08-13 10:53:56,961 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-449679939"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:53:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ef988c09-6815-4ec2-93d3-7923d7fffd45'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:56Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:53:56Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","name":"tempest-B-449679939"}} 2018-08-13 10:53:57,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.888s 2018-08-13 10:53:57,853 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "name": "tempest-subnet-B-1-1053951380"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:53:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c0d3e170-7804-4650-9eb3-7c5a7a31d29f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:53:57Z","dns_nameservers":[],"updated_at":"2018-08-13T10:53:57Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a4598a69-3885-4a33-8b70-2100d257fd64","subnetpool_id":null,"name":"tempest-subnet-B-1-1053951380"}} 2018-08-13 10:53:58,206 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.352s 2018-08-13 10:53:58,207 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:53:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d6bca76-fb81-480e-8c6f-af871552c64b'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "efc590b4-268b-4a33-9fc3-8e8f19f59e2c"}} 2018-08-13 10:53:58,390 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.182s 2018-08-13 10:53:58,391 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1811757354"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e4ff6a6e-b253-41ca-844c-18fa3ed40a19'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqbf9sF/sGXXemMCYT6Dj7ye6nOpnjQBxhf9ArxfTVdX+PdjqGHUR4ohktuCkxyUwjNvLV2+GAcIuK9b1uciMIe3YzkZZxL1h2DAOOxJq8vZ/voBGCn7gVChKIqEdVLlTSfGOguuhUJe4ztkj93j/mwy3bVuc53KzP76EfmYGvkc0Z/XJ8A6rzduYOWkpcspO7rxUc8t2f/rXadODnZYy+RSTOyYQfIXm0qHkc3LoU4m0TQpMwhaD4e9BC1MBpolk0hV6hBGbl4sB845DXeTNJUfn+RiyP0NtDcNcSt5mcprbxp1Sf/5dgAH31zBufbjQE4dNbfcnIqkj0o9czxZvL Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEA6m3/bBf7Bl13pjAmE+g4+8nupzqZ40AcYX/QK8X01XV/j3Y6\nhh1EeKIZLbgpMclMIzby1dvhgHCLivW9bnIjCHt2M5GWcS9YdgwDjsSavL2f76AR\ngp+4FQoSiKhHVS5U0nxjoLroVCXuM7ZI/d4/5sMt21bnOdysz++hH5mBr5HNGf1y\nfAOq83bmDlpKXLKTu68VHPLdn/612nTg52WMvkUkzsmEHyF5tKh5HNy6FOJtE0KT\nMIWg+HvQQtTAaaJZNIVeoQRm5eLAfOOQ13kzSVH5/kYsj9DbQ3DXEreZnKa28adU\nn/+XYAB99cwbn240BOHTW33JyKpI9KPXM8WbywIDAQABAoIBAFQCw2w7U8w+Jqi5\nzIuJxxIEla/8QjW8Pe963GEzecAdcW86EVMKngUVIizOOIUM/GoKQQ/+0lsy+e78\njbxMzt01UXC9lcpOC0eSmpvJPSKyWeSH2n6TOmbfyzCKDbYq+l7MEPACy0uMpEaH\n5rSDtya9f2uBQy/rM0r5NyaZ3m3KBJgzwEJ5WtBJN/fF1IWaimkGmz1ZX4hdceIm\nSlhCRXU0D7sPDI+xG1/jlnpyDtPz6+2SBOuJxK/33uYd0MhSBmiyBcSWrW8iIhZo\n69OnbumImNQKewTsJZR+OyWFh49hz4HDEOMAHzjFf8Oe+iWgztc9PWlWq1sm3DNn\nwit9WcECgYEA/1rf2/gBCdaY/3tGL/1itJJh0xeRlXfBHQMYPHHVYudWBXCjDhc0\nhSq49iRzezUCtyYljNfIfpP4845OII3b7cgLYkH8uhEYS3wC96bozswlE5HZ7jmf\nnSXf5VWoOzNCVPKpJ8M+3Xs3b2VR5TU3A3GvVdCaSg1otjQ4X+a90NsCgYEA6wWX\niIoNmkV68luOOYJa7J3mbGEb0RZU/GhEHJ22Yd8zm9AilbLXzCHUPEsuQxqHtFcg\n4MooaSi1A9YzDe0kG+kU9WNzWJ54K3GNO1Ve8Yaex88etdodVWQitFoOz981FqMq\nAierUN9OQBqjnRvxP+DTsil2bMRo7gElJKSFG9ECgYEA23E878wxGENTODq4FoWq\nTYN+jemzMr+3NTdznH424sfrJMGnXnSSrd4JFX49v6POsZYWrvLBWgXP635fpZpD\nZhSDs+0BQuVt+3CXHDxT1WOaeTbeEdtzT5k8z9jMuhNS7a2bsJAZdjxtZ02rE06n\n+E26YATkkr7zPaGi0Md6WAECgYBZdW1yyanX2S6tZfBDL71QZ+I3ytb9xZRf54hV\npCqyInXQj286sDK4PwA8Wxmm7UhOewPGzOyI6rfMWBJi8KtX/Ga/6TUUvG1djAGI\nXjyfjvCNeedkrTuRL2aOY+FTetEIZt8sptDtHbL5b6pruSEhgYDTRjkPuct/HOx4\ngC8yoQKBgAmOxf+3nM1hnWo6noBOxkL1X8EqtNDRxsE3iz5/CwHxA9eBKGclIo3c\npANqc7Myqy2TbWGiFh9TZPhTGpHlEWQo07IhwipWWiPFFokCLvXfqawbGGSX12yi\ne0B6076nwkyBUVG6pISAGxbv7jU5JV3BQtw02E6z2WF8MhnUmjN4\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1811757354", "fingerprint": "43:94:7c:30:d3:d8:c7:0f:d0:08:19:27:b3:8a:a2:34"}} 2018-08-13 10:53:59,453 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.058s 2018-08-13 10:53:59,454 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-823622221", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:53:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccdf1cd6-5ea8-41d2-8de1-8f8e73c6b371'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:53:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:53:58Z","name":"tempest-port-smoke-823622221","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:47:86:71","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"09a664f3-ff9c-4499-8779-7666004dde97","ip_address":"10.101.11.10"}],"id":"1d3efe82-c99f-4c71-ae99-4cd4bdab19ee","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:00,797 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.341s 2018-08-13 10:54:00,798 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e5edffc1-6e5d-44f0-b809-5478888f6895", "port": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e1bfcb79-7e91-4123-990d-461d336428a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:53:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1bfcb79-7e91-4123-990d-461d336428a4'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "adminPass": "iEvaXCNWPTa6"}} 2018-08-13 10:54:01,113 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.311s 2018-08-13 10:54:01,114 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-509e5d07-0b0f-4b2f-8c70-f79d79f07d53'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:02,477 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.347s 2018-08-13 10:54:02,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1322', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a33ba6b-bc8c-4532-af19-b8e0c57ff67c'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:02,490 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-13 10:54:03,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.373s 2018-08-13 10:54:03,866 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-0bd87577-b5b1-4ff2-ae80-007b21a0756c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0bd87577-b5b1-4ff2-ae80-007b21a0756c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:03,879 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:54:05,275 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.394s 2018-08-13 10:54:05,276 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b8a62fe5-d5a5-4ff4-9ed8-adff7261f57a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:06,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.381s 2018-08-13 10:54:06,671 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-db688d54-be64-4d09-801a-10d0be632089', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-db688d54-be64-4d09-801a-10d0be632089'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:06,684 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:54:06,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.142s 2018-08-13 10:54:06,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-1d2727fa-9448-4444-a6ab-7298053c6f47', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d2727fa-9448-4444-a6ab-7298053c6f47'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:06,840 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: ea7b18a1-df78-487c-81f6-ec7c0efdb459 with status: ACTIVE 2018-08-13 10:54:07,843 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.002s 2018-08-13 10:54:07,844 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-959882373", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a91f1aa1-8c7e-414c-b879-62d9a57237a9'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:07Z","name":"tempest-port-smoke-959882373","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c0:3e:eb","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a4598a69-3885-4a33-8b70-2100d257fd64","ip_address":"10.102.21.20"}],"id":"40def009-f663-4c6b-a81b-d309456942c5","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:08,920 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.075s 2018-08-13 10:54:08,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "port": "40def009-f663-4c6b-a81b-d309456942c5"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e8b32568-444e-4b65-81c3-b72ceab04d5f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e8b32568-444e-4b65-81c3-b72ceab04d5f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "adminPass": "EGavfPmRThX8"}} 2018-08-13 10:54:09,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.083s 2018-08-13 10:54:09,008 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-d82930b5-2b88-4fc8-946d-5f2bd0742a31', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d82930b5-2b88-4fc8-946d-5f2bd0742a31'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:08Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:10,291 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.269s 2018-08-13 10:54:10,291 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-946527c5-b169-460c-9fa9-40664f01ba75', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-946527c5-b169-460c-9fa9-40664f01ba75'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:11,401 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.096s 2018-08-13 10:54:11,402 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1258', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-247cecb5-ea0b-4440-bf0d-95a007a5d5f8'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:11Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:11,414 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-13 10:54:13,438 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 1.022s 2018-08-13 10:54:13,438 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11872de0-d34f-4acb-8aa7-88c0d77b8dd5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:13,452 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 4 second wait 2018-08-13 10:54:14,602 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.148s 2018-08-13 10:54:14,602 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-34db9874-351b-43a0-b2aa-50272d4b1fbb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-34db9874-351b-43a0-b2aa-50272d4b1fbb'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:15,971 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.356s 2018-08-13 10:54:15,972 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-903395f4-b3e3-4bb4-a58a-0d25d7776e73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-903395f4-b3e3-4bb4-a58a-0d25d7776e73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:12Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:17,673 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.681s 2018-08-13 10:54:17,674 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-0717951c-df4c-4c2a-aaa5-e40657a2b98a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0717951c-df4c-4c2a-aaa5-e40657a2b98a'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:17,692 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 8 second wait 2018-08-13 10:54:18,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.475s 2018-08-13 10:54:18,169 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-8b049fe3-d565-4454-8e3d-6fbca3b96f71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b049fe3-d565-4454-8e3d-6fbca3b96f71'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:18,184 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e6face3c-2203-4ed5-aa61-1b01657ef264 with status: ACTIVE 2018-08-13 10:54:18,906 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.718s 2018-08-13 10:54:18,907 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-1864764312", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dd569fb2-e176-452f-8196-d8c4299fb680'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"e5edffc1-6e5d-44f0-b809-5478888f6895","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:18Z","name":"tempest-port-smoke-1864764312","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:88:b7:6c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"09a664f3-ff9c-4499-8779-7666004dde97","ip_address":"10.101.11.30"}],"id":"6ea10e99-c592-4b22-86c1-7f5a792a47dc","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:20,561 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.653s 2018-08-13 10:54:20,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "e5edffc1-6e5d-44f0-b809-5478888f6895", "port": "6ea10e99-c592-4b22-86c1-7f5a792a47dc"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-434b3b57-3785-4b82-99e3-df5805170af3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-434b3b57-3785-4b82-99e3-df5805170af3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "adminPass": "YHWpCM5mk2g7"}} 2018-08-13 10:54:20,636 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.069s 2018-08-13 10:54:20,636 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4b7dc458-6973-4b7a-8abb-ebeb931cc54a'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:22,383 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.731s 2018-08-13 10:54:22,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-82b782de-b440-4b80-997e-43818dbad46c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-82b782de-b440-4b80-997e-43818dbad46c'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:21Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:23,715 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.313s 2018-08-13 10:54:23,716 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-e14def0e-041a-462a-bf84-7403c97f4303', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e14def0e-041a-462a-bf84-7403c97f4303'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:22Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:23,727 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:54:24,875 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.145s 2018-08-13 10:54:24,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-6dc6a598-3372-4ca8-af15-4477d5866670', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6dc6a598-3372-4ca8-af15-4477d5866670'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:22Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:26,049 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.158s 2018-08-13 10:54:26,049 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-8904d474-b8aa-4917-bffd-223f3430e87d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8904d474-b8aa-4917-bffd-223f3430e87d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:26,062 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:54:26,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.423s 2018-08-13 10:54:26,487 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-24d35c06-ac87-4419-b189-9d295e542b51', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:26 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-24d35c06-ac87-4419-b189-9d295e542b51'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:25Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:26,503 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 79d76c74-6058-49fb-8d98-a9d5c5e66634 with status: ACTIVE 2018-08-13 10:54:27,256 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.751s 2018-08-13 10:54:27,257 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-1339614167", "security_groups": ["d5ee7109-cd6e-4278-b008-cb27baaba475"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:54:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64bcb4f1-96de-44a4-95fc-cfd3c2abd10f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:54:26Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d7a04f73-db0c-41ca-9d6a-9a27dc989da0","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:54:26Z","name":"tempest-port-smoke-1339614167","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:3f:39:66","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a4598a69-3885-4a33-8b70-2100d257fd64","ip_address":"10.102.21.40"}],"id":"0e7b4628-ac83-4c0b-8263-918b245d3ecf","security_groups":["d5ee7109-cd6e-4278-b008-cb27baaba475"],"device_id":""}} 2018-08-13 10:54:28,923 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 1.664s 2018-08-13 10:54:28,923 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1811757354", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "port": "0e7b4628-ac83-4c0b-8263-918b245d3ecf"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d174cf4b-cb59-4c19-ab14-d397176fbac2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d174cf4b-cb59-4c19-ab14-d397176fbac2'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "adminPass": "62DdYaRqdpiK"}} 2018-08-13 10:54:28,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.069s 2018-08-13 10:54:28,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:28 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28e3929c-3e35-4faa-9ca5-8c25f86f2cdd'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:28Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:30,073 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.055s 2018-08-13 10:54:30,073 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-8afd59f7-3051-4177-925b-33dfb228d53d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8afd59f7-3051-4177-925b-33dfb228d53d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:30Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:31,178 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.088s 2018-08-13 10:54:31,178 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dccce7be-80b9-4380-b16b-1d9bc7e4ed59'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:31,191 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 10:54:32,342 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.149s 2018-08-13 10:54:32,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-1d8c990d-a0a8-42e5-b63f-217198647c21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d8c990d-a0a8-42e5-b63f-217198647c21'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:32,356 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:54:33,969 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.610s 2018-08-13 10:54:33,969 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-665e0e24-29b1-4f4c-85f0-055939ff00e5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-665e0e24-29b1-4f4c-85f0-055939ff00e5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:54:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:35,122 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.139s 2018-08-13 10:54:35,123 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-49c57a68-2f3a-4252-9a12-b43e7128a39c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-49c57a68-2f3a-4252-9a12-b43e7128a39c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:33Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:35,138 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:54:35,536 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.397s 2018-08-13 10:54:35,537 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-118f67bb-5bb7-4253-9db2-74c48f545346', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:54:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-118f67bb-5bb7-4253-9db2-74c48f545346'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:54:33Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:54:35,549 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 5506c539-f89e-4e1f-98df-db73b845bbce with status: ACTIVE 2018-08-13 10:54:36,151 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations 0.601s 2018-08-13 10:54:36,151 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations', u'date': 'Mon, 13 Aug 2018 10:54:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-553a761b-427a-4f16-9ba4-fba328934dda'} Body: {"network_association": {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "id": "f9901566-cfd1-406c-a834-87f8fa62e3ae"}} 2018-08-13 10:54:36,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.136s 2018-08-13 10:54:36,289 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--2041419839", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:54:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9cd7a7f3-3d3d-440f-96e1-06a64c64c645'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:36Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:36Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bd377a60-b57b-4a24-b199-98200d5818b8", "name": "tempest-router--2041419839"}} 2018-08-13 10:54:37,847 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8 1.556s 2018-08-13 10:54:37,847 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8', u'date': 'Mon, 13 Aug 2018 10:54:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbec1f9e-e906-48c1-8e94-06d9c3ad3cde'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.205"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:36Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:37Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bd377a60-b57b-4a24-b199-98200d5818b8", "name": "tempest-router--2041419839"}} 2018-08-13 10:54:39,788 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/add_router_interface 1.940s 2018-08-13 10:54:39,788 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:54:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-569dcb65-9528-4472-8253-0c3c3a527758'} Body: {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97", "subnet_ids": ["09a664f3-ff9c-4499-8779-7666004dde97"], "port_id": "d075b4b1-ed8d-4c4a-b13f-8c0fc4bdcd1e", "id": "bd377a60-b57b-4a24-b199-98200d5818b8"} 2018-08-13 10:54:41,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.870s 2018-08-13 10:54:41,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:54:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-aba36c9e-8335-49b8-bd2b-3b74b1bb08ae'} Body: {"floatingip": {"router_id": "bd377a60-b57b-4a24-b199-98200d5818b8", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:54:40Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "1d3efe82-c99f-4c71-ae99-4cd4bdab19ee", "id": "0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:40Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:54:41,661 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:49,672 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:49,775 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:49,800 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:49,915 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:54:49,915 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:49,917 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:49,977 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:49,981 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:54,988 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:54:54,989 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 10:54:54,989 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.074559 seconds 2018-08-13 10:54:54,990 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:54,992 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:55,056 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:55,057 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:55,171 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 2018-08-13 10:54:55,172 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:54:55,176 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:54:55,238 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:54:55,240 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:54:59,247 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.076121 seconds 2018-08-13 10:54:59,614 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations 0.365s 2018-08-13 10:54:59,615 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c/network_associations', u'date': 'Mon, 13 Aug 2018 10:54:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-325d6178-fdb3-4658-9f6d-111e5b2cd4d2'} Body: {"network_association": {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "id": "85179a8b-e699-4f0c-b1de-061150595019"}} 2018-08-13 10:54:59,753 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.137s 2018-08-13 10:54:59,754 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1497556500", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:54:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a6df67ac-f10f-4521-84c8-360c0cbbe844'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:59Z", "admin_state_up": true, "updated_at": "2018-08-13T10:54:59Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bc712a08-b489-4805-81f6-385587e7088a", "name": "tempest-router--1497556500"}} 2018-08-13 10:55:01,114 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a 1.359s 2018-08-13 10:55:01,115 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a', u'date': 'Mon, 13 Aug 2018 10:55:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eda266f5-c6ed-4978-835c-e025e0bb98cc'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:54:59Z", "admin_state_up": true, "updated_at": "2018-08-13T10:55:00Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "bc712a08-b489-4805-81f6-385587e7088a", "name": "tempest-router--1497556500"}} 2018-08-13 10:55:03,059 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/add_router_interface 1.942s 2018-08-13 10:55:03,060 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-22e20f96-2380-4b8b-8c1d-df757542575b'} Body: {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64", "subnet_ids": ["a4598a69-3885-4a33-8b70-2100d257fd64"], "port_id": "912fb684-5e4e-4ecc-aefe-6fa2436ad27c", "id": "bc712a08-b489-4805-81f6-385587e7088a"} 2018-08-13 10:55:04,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.714s 2018-08-13 10:55:04,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "40def009-f663-4c6b-a81b-d309456942c5"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:55:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d3f6e05e-9c84-4ac3-9a7f-2cb16ba93e3d'} Body: {"floatingip": {"router_id": "bc712a08-b489-4805-81f6-385587e7088a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:55:04Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.102.21.20", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "40def009-f663-4c6b-a81b-d309456942c5", "id": "773045d0-f2e6-47d6-8e93-285b02223f71", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:04Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:55:04,776 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:55:04,779 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:04,839 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:04,843 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:55:04,957 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:55:04,958 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:55:04,960 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:05,021 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:05,024 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 10:55:10,031 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:55:10,032 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 10:55:10,032 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075140 seconds 2018-08-13 10:55:10,033 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:55:25,074 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:25,137 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:25,142 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:55:25,257 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.40 2018-08-13 10:55:25,257 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 10:55:25,259 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:55:25,319 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:55:25,323 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 10:55:29,329 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.072981 seconds 2018-08-13 10:55:29,330 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Updating targets in BGPVPN efc590b4-268b-4a33-9fc3-8e8f19f59e2c 2018-08-13 10:55:29,678 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant1): 500 PUT http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c 0.347s 2018-08-13 10:55:29,679 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"route_targets": ["64512:1"], "import_targets": [], "export_targets": []}} Response - Headers: {'status': '500', u'content-length': '150', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efc590b4-268b-4a33-9fc3-8e8f19f59e2c', u'date': 'Mon, 13 Aug 2018 10:55:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3a4842a0-c77f-402c-8df9-7812e6a3a89a'} Body: {"NeutronError": {"message": "Request Failed: internal server error while processing your request.", "type": "HTTPInternalServerError", "detail": ""}} 2018-08-13 10:55:30,881 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/773045d0-f2e6-47d6-8e93-285b02223f71 1.200s 2018-08-13 10:55:30,881 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/773045d0-f2e6-47d6-8e93-285b02223f71', u'date': 'Mon, 13 Aug 2018 10:55:30 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-335ae4e9-71d7-48cf-8f51-d80a6adf3b53'} Body: 2018-08-13 10:55:32,529 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/remove_router_interface 1.646s 2018-08-13 10:55:32,530 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20a6d1fc-3365-4ea9-8816-abecfc09d850'} Body: {"network_id": "d7a04f73-db0c-41ca-9d6a-9a27dc989da0", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a4598a69-3885-4a33-8b70-2100d257fd64", "subnet_ids": ["a4598a69-3885-4a33-8b70-2100d257fd64"], "port_id": "912fb684-5e4e-4ecc-aefe-6fa2436ad27c", "id": "bc712a08-b489-4805-81f6-385587e7088a"} 2018-08-13 10:55:33,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a 1.374s 2018-08-13 10:55:33,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bc712a08-b489-4805-81f6-385587e7088a', u'date': 'Mon, 13 Aug 2018 10:55:33 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-26602600-affe-4487-ba77-6a8491045030'} Body: 2018-08-13 10:55:35,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08 1.125s 2018-08-13 10:55:35,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/0c0c04af-8bc6-44aa-92c6-f2a71ffc2b08', u'date': 'Mon, 13 Aug 2018 10:55:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-05a43d01-2ce8-4059-b152-6687f8a4a841'} Body: 2018-08-13 10:55:36,638 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/remove_router_interface 1.604s 2018-08-13 10:55:36,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8/remove_router_interface', u'date': 'Mon, 13 Aug 2018 10:55:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e0b69773-9911-4499-b18b-907b4ffa66dc'} Body: {"network_id": "e5edffc1-6e5d-44f0-b809-5478888f6895", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "09a664f3-ff9c-4499-8779-7666004dde97", "subnet_ids": ["09a664f3-ff9c-4499-8779-7666004dde97"], "port_id": "d075b4b1-ed8d-4c4a-b13f-8c0fc4bdcd1e", "id": "bd377a60-b57b-4a24-b199-98200d5818b8"} 2018-08-13 10:55:38,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8 1.528s 2018-08-13 10:55:38,168 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/bd377a60-b57b-4a24-b199-98200d5818b8', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-fd6612b6-91bc-4ab3-9fd0-5f7075677ce9'} Body: 2018-08-13 10:55:38,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.143s 2018-08-13 10:55:38,313 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-2b2b386b-57ae-40ad-be1a-5f81430ae411', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2b2b386b-57ae-40ad-be1a-5f81430ae411'} Body: 2018-08-13 10:55:38,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.445s 2018-08-13 10:55:38,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-11708f67-e2fd-4ebd-95f0-8973c38bf807', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-11708f67-e2fd-4ebd-95f0-8973c38bf807'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:39,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.092s 2018-08-13 10:55:39,866 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1482', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-692bee71-467b-4283-b695-445d83bc240c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-692bee71-467b-4283-b695-445d83bc240c'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:39:66", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5506c539-f89e-4e1f-98df-db73b845bbce", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5506c539-f89e-4e1f-98df-db73b845bbce", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-4", "created": "2018-08-13T10:54:28Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:40,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce 0.044s 2018-08-13 10:55:40,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5506c539-f89e-4e1f-98df-db73b845bbce', u'x-compute-request-id': 'req-49178df2-5d78-4f43-baea-3aaf53cc926e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-49178df2-5d78-4f43-baea-3aaf53cc926e'} Body: {"itemNotFound": {"message": "Instance 5506c539-f89e-4e1f-98df-db73b845bbce could not be found.", "code": 404}} 2018-08-13 10:55:41,495 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/0e7b4628-ac83-4c0b-8263-918b245d3ecf 0.568s 2018-08-13 10:55:41,495 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/0e7b4628-ac83-4c0b-8263-918b245d3ecf', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-24cde350-7f26-43b1-9dd3-0dbd49519bc6'} Body: 2018-08-13 10:55:41,649 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.153s 2018-08-13 10:55:41,649 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-3ea9f68a-a5f3-480b-9352-09df063ef337', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3ea9f68a-a5f3-480b-9352-09df063ef337'} Body: 2018-08-13 10:55:42,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.498s 2018-08-13 10:55:42,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-bee04615-541c-4e7c-87cd-0f1327f9cb76', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bee04615-541c-4e7c-87cd-0f1327f9cb76'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:b7:6c", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "79d76c74-6058-49fb-8d98-a9d5c5e66634", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-3", "created": "2018-08-13T10:54:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:43,207 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634 0.044s 2018-08-13 10:55:43,208 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/79d76c74-6058-49fb-8d98-a9d5c5e66634', u'x-compute-request-id': 'req-3412160e-e9fc-4d6e-a099-9ff39808f747', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3412160e-e9fc-4d6e-a099-9ff39808f747'} Body: {"itemNotFound": {"message": "Instance 79d76c74-6058-49fb-8d98-a9d5c5e66634 could not be found.", "code": 404}} 2018-08-13 10:55:43,794 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/6ea10e99-c592-4b22-86c1-7f5a792a47dc 0.585s 2018-08-13 10:55:43,795 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/6ea10e99-c592-4b22-86c1-7f5a792a47dc', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e4ef4c23-312e-4df4-b65c-8bb58e2a84e2'} Body: 2018-08-13 10:55:43,945 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.149s 2018-08-13 10:55:43,946 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-aa3afe1f-fbd3-468d-baf8-fb713d9b914c'} Body: 2018-08-13 10:55:44,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.534s 2018-08-13 10:55:44,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d69ed85-3b53-48b8-be49-ed2f4ca36cf6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-449679939": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:3e:eb", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e6face3c-2203-4ed5-aa61-1b01657ef264", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:15.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e6face3c-2203-4ed5-aa61-1b01657ef264", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:43Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-2", "created": "2018-08-13T10:54:08Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:45,549 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264 0.052s 2018-08-13 10:55:45,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e6face3c-2203-4ed5-aa61-1b01657ef264', u'x-compute-request-id': 'req-65938f15-2c5c-4b09-b288-100e96e5cadc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:45 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-65938f15-2c5c-4b09-b288-100e96e5cadc'} Body: {"itemNotFound": {"message": "Instance e6face3c-2203-4ed5-aa61-1b01657ef264 could not be found.", "code": 404}} 2018-08-13 10:55:46,437 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/40def009-f663-4c6b-a81b-d309456942c5 0.886s 2018-08-13 10:55:46,437 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/40def009-f663-4c6b-a81b-d309456942c5', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f98877bb-b6ac-4383-a858-56dcf3a4671a'} Body: 2018-08-13 10:55:46,576 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.138s 2018-08-13 10:55:46,576 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-2258f3ed-9639-474f-b6a1-452d970683fb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2258f3ed-9639-474f-b6a1-452d970683fb'} Body: 2018-08-13 10:55:46,768 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.190s 2018-08-13 10:55:46,768 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-afbf046c-b965-45ae-8ed7-f7f6719270fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-afbf046c-b965-45ae-8ed7-f7f6719270fd'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "security_groups": [{"name": "tempest-secgroup-smoke-988173229"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:46Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:47,867 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.085s 2018-08-13 10:55:47,868 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1483', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3af5a08b-a1d6-4db3-a7bc-8bfa9cc41a66'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1489749818": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:47:86:71", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:54:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "ea7b18a1-df78-487c-81f6-ec7c0efdb459", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:55:47Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1811757354", "name": "server-1", "created": "2018-08-13T10:54:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:55:48,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459 0.043s 2018-08-13 10:55:48,927 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/ea7b18a1-df78-487c-81f6-ec7c0efdb459', u'x-compute-request-id': 'req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:48 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-20fb0d96-2d83-4e4b-b33a-0d792088a1dc'} Body: {"itemNotFound": {"message": "Instance ea7b18a1-df78-487c-81f6-ec7c0efdb459 could not be found.", "code": 404}} 2018-08-13 10:55:49,764 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1d3efe82-c99f-4c71-ae99-4cd4bdab19ee 0.836s 2018-08-13 10:55:49,765 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1d3efe82-c99f-4c71-ae99-4cd4bdab19ee', u'date': 'Mon, 13 Aug 2018 10:55:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-09d76fdd-99bd-4248-b41d-f489509e938c'} Body: 2018-08-13 10:55:50,008 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1811757354 0.242s 2018-08-13 10:55:50,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1811757354', u'x-compute-request-id': 'req-16f35ccb-8e8e-4b36-bf42-af8f1899031e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:55:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16f35ccb-8e8e-4b36-bf42-af8f1899031e'} Body: 2018-08-13 10:55:51,305 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a4598a69-3885-4a33-8b70-2100d257fd64 1.295s 2018-08-13 10:55:51,305 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a4598a69-3885-4a33-8b70-2100d257fd64', u'date': 'Mon, 13 Aug 2018 10:55:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a03e125d-6fd2-4a60-a74a-45aacccfe0ad'} Body: 2018-08-13 10:55:53,190 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d7a04f73-db0c-41ca-9d6a-9a27dc989da0 1.884s 2018-08-13 10:55:53,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d7a04f73-db0c-41ca-9d6a-9a27dc989da0', u'date': 'Mon, 13 Aug 2018 10:55:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d579d981-a77b-4ad1-935f-d949ea4367c0'} Body: 2018-08-13 10:55:54,208 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/09a664f3-ff9c-4499-8779-7666004dde97 1.016s 2018-08-13 10:55:54,209 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/09a664f3-ff9c-4499-8779-7666004dde97', u'date': 'Mon, 13 Aug 2018 10:55:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-47ca4ec3-879b-4fa8-a843-a7aabc215fb5'} Body: 2018-08-13 10:55:56,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/e5edffc1-6e5d-44f0-b809-5478888f6895 2.029s 2018-08-13 10:55:56,240 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/e5edffc1-6e5d-44f0-b809-5478888f6895', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e76b1360-c7fd-40bf-8ab4-5782ce8c41df'} Body: 2018-08-13 10:55:56,478 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d5ee7109-cd6e-4278-b008-cb27baaba475 0.237s 2018-08-13 10:55:56,478 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d5ee7109-cd6e-4278-b008-cb27baaba475', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5a09faeb-ee06-40f0-8da4-2a282e1937af'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2[compute,id-758a8731-5070-4b1e-9a66-d6ff05bb5be1,network] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 400, in test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 self._check_l3_bgpvpn(self.servers[3], self.servers[1]) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1058, in _check_l3_bgpvpn_by_specific_ip ssh_client = self._setup_ssh_client(from_server) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1009, in _setup_ssh_client private_key=private_key) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client linux_client.validate_authentication() File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper six.reraise(*original_exception) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper return function(self, *args, **kwargs) File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication self.ssh_client.test_connection_auth() File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth connection = self._get_ssh_connection() File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection password=self.password) tempest.lib.exceptions.SSHTimeout: Connection to the 172.30.9.202 via SSH timed out. User: cirros, Password: None Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 10:55:56,808 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.295s 2018-08-13 10:55:56,808 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-12732150 description", "name": "tempest-secgroup-smoke-12732150"}} Response - Headers: {'status': '201', u'content-length': '1406', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-03f8098e-c1d3-4471-9209-59d7173825dc'} Body: {"security_group": {"description": "tempest-secgroup-smoke-12732150 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:56Z", "updated_at": "2018-08-13T10:55:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:55:56Z", "revision_number": 0, "id": "49cbe6be-c522-4f44-85a4-60375d28dc1d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T10:55:56Z", "revision_number": 0, "id": "aff2fc47-6067-4ffb-af22-3be2abcbc859", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "name": "tempest-secgroup-smoke-12732150"}} 2018-08-13 10:55:56,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.188s 2018-08-13 10:55:56,998 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f51d0273-caa4-473c-87e7-6d76f92059da'} 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-08-13T10:55:56Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:56Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "452a9852-7ec4-4c69-9017-d5717069b544"}} 2018-08-13 10:55:57,148 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 10:55:57,149 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-52ad679b-b5f0-4f7b-b2a4-1abdea1e1c79'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "179b24ab-800a-4e45-9c8b-4917d820f4e7"}} 2018-08-13 10:55:57,589 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.439s 2018-08-13 10:55:57,590 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c176918f-3fdf-4f72-8211-54ce56207760'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a99949f7-227f-440b-be7e-045d2a00e7be"}} 2018-08-13 10:55:57,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:55:57,752 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3037d2d7-60a0-435d-9c62-242129457386'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9223085c-c7cb-4260-bc3a-e9d4b614fe8f"}} 2018-08-13 10:55:57,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.138s 2018-08-13 10:55:57,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-29aee9d7-ecfb-4c6d-a43b-e722b7876428'} 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-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "481ac08c-9d19-4254-a7a6-f9ef873ca503"}} 2018-08-13 10:55:58,028 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 10:55:58,029 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f2f10cb-8c0f-4306-b905-8a916f1f6a41'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:57Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:57Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "681e0f1a-47d2-41c8-8b8e-6a3065cc3cc1"}} 2018-08-13 10:55:58,163 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.133s 2018-08-13 10:55:58,163 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3b242b96-e446-48b9-a7b2-e21fa2aa0269'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:58Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77599cc4-0b88-4c23-ba06-4c56d07a59a7"}} 2018-08-13 10:55:58,325 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 10:55:58,326 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e9d4f73e-9f58-4494-9bb2-be945c331675'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T10:55:58Z", "security_group_id": "25d983a2-e359-48b0-95f0-5cc20a411ad2", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:55:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "145842b8-2c80-4b76-9c6f-3d82091c5ab9"}} 2018-08-13 10:55:58,559 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.231s 2018-08-13 10:55:58,560 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-85022462"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:55:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-666b6655-b260-4d02-8e80-ab441360a4bb'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:58Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:55:58Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","name":"tempest-A-85022462"}} 2018-08-13 10:55:59,094 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.532s 2018-08-13 10:55:59,095 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "name": "tempest-subnet-A-1-1826270303"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:55:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e23ea8a2-7592-4dd0-a8dc-ac0590bf2490'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:58Z","dns_nameservers":[],"updated_at":"2018-08-13T10:55:58Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","subnetpool_id":null,"name":"tempest-subnet-A-1-1826270303"}} 2018-08-13 10:55:59,347 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.250s 2018-08-13 10:55:59,347 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-604069845"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 10:55:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-96c19640-71ff-442d-97dc-11ba230e19c7'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T10:55:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"c06fdfe5-a914-474d-80de-36073faecdbb","name":"tempest-B-604069845"}} 2018-08-13 10:56:00,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.015s 2018-08-13 10:56:00,365 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "name": "tempest-subnet-B-1-42915991"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5bd665dc-dd87-43ec-b188-d8c8e19bcc8c'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T10:55:59Z","dns_nameservers":[],"updated_at":"2018-08-13T10:55:59Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","subnetpool_id":null,"name":"tempest-subnet-B-1-42915991"}} 2018-08-13 10:56:00,853 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.487s 2018-08-13 10:56:00,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": ["64512:1"], "export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_targets": []}} Response - Headers: {'status': '201', u'content-length': '339', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c93a5c27-2092-460c-b262-b8c49fd6c586'} Body: {"bgpvpn": {"export_targets": ["64512:2"], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": ["64512:1"], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "a43322f2-b6e4-4d62-b849-455b3d169013"}} 2018-08-13 10:56:01,181 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.326s 2018-08-13 10:56:01,182 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-521432496"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-9807d90b-17a1-431b-accc-725a14f4f020', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9807d90b-17a1-431b-accc-725a14f4f020'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDJSzgf62zZ6Iz+v1JYoyJf3Imy6kWjTy3TqeOX+Hn5pbBf92h7jf2xDN1I4WSSBCzCW96M3X7arrZlGZlan3YIZCfA4QmOVYZT+xlhpbUI+qecZ07kUa7kwwdOdPgfmJeoGOnYNQHmZtmQNozbVu+/0lGSvxRHybAQWQDezS0XAhI9Ey6dtWEizQmmzPY1Mw+QgpUynqnmKZ18owQkxdfRgszIbRuoZKUENWNHGoLQetbgbbpnFM1dPO7nBT3vYPOp6o20jxIUOU2TOsQFmg6AxtPz9VO7DW9i46HNgM+GvMmEf77s9rRW+E4XQAJMjXy10JPNpm3RPvFqwk/e3fdH Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAyUs4H+ts2eiM/r9SWKMiX9yJsupFo08t06njl/h5+aWwX/do\ne439sQzdSOFkkgQswlvejN1+2q62ZRmZWp92CGQnwOEJjlWGU/sZYaW1CPqnnGdO\n5FGu5MMHTnT4H5iXqBjp2DUB5mbZkDaM21bvv9JRkr8UR8mwEFkA3s0tFwISPRMu\nnbVhIs0Jpsz2NTMPkIKVMp6p5imdfKMEJMXX0YLMyG0bqGSlBDVjRxqC0HrW4G26\nZxTNXTzu5wU972DzqeqNtI8SFDlNkzrEBZoOgMbT8/VTuw1vYuOhzYDPhrzJhH++\n7Pa0VvhOF0ACTI18tdCTzaZt0T7xasJP3t33RwIDAQABAoIBABedA1B7RaGqbh/U\nQcy0Fmw4as7aPKETwMR7wX8qXuSyUyZu14rm9UO3xp2uEyYt5zJFpK3RrffpVuw1\nPJAs9KO3XBJ8U6qmzcM8SZXy4nHTNaZbWB3glyuu1USW5CSQufm2Mnhyf26P0iXg\nwFVatXVDLt6QG8jwF/9S8Y8xcoCoQCzPAgwPYGLEeG0V4QSvoy3g6bBSBs6q1EcM\nTsNxBI1owVNNhRbPdZ0AxodXfMeWUR2VZ5ETVdd1NOf+SiO9ajr17B+RUDiHxY7P\naWEdd/oEiLJGJ3aQUB4YGYKGnY53+u8wZ4bJU3nzIQwvDk9/sYMjZHJw1LEJe/BB\nA3UlnEECgYEA8hQQ7rCO2w8vkFj8IjECm2HO9GEu8iPjP0cIES6vPKVZpnzTSqDH\noYlzeSZ/TbJI/rimBZAIXuJSW02fky4OVSIbUiEV045NBkecwpAz0sB9PFnKPN2W\nGq6un17c4ncszJmJ/7mazquTokY5/X2pXjk2CkQYCZW+mGFAh5G+4UsCgYEA1N62\noh8vKqI870M3c3+BcM1VV0DuA+xPU8H5DqySejFP0XLMatvGKBe24AAsQJp+zrOv\nBvBCRzpZP8ekdr3f34RXY1oE1tYbOgXslY2t2xGnASHMdpus60RQ/llTNRU9GB3+\n2M0Jge5NqXEetb0cBvM/+o75gkWvVT/zrGRDAHUCgYEAkp7QuqE5hTinaFhdLiBd\nIduVy7JpCsPtyc+t9So/fQ3xRMNp/lNvVkm4JPLKPDb1u0H/XHMmfsG5fA+BzVUh\n3TJxNcdQPvh7cohBTB6nJMjtkXYY5dCYL8UJgwGj646fFbURPlAekXqeSrUaPoyz\n3pvsPT+NB5EpBYYx3WrLIA0CgYAig6HVE31QSlHa8WkSPwA7y+8kYJC27h/GktLR\nAEYXrdslOJnQUaYFZiLumtiR+PrKhPPCCj6U0e8amkIeRpb/5LNOlo/mTXzIoaFE\ndl5UAL61Pkeqi38z/jWrp8wH9VOcj3B8snHyMTNCX+b8zJa4wcQD2h62cpoFFoNp\n1i/O6QKBgH6PKmTwA8dpJfPi3ql4etCkxRGni1WZ1UKlVeZiO3eL36IR5q/AY2F0\nDwZGeo0isHWkuXorMqSZ+EvtYAMNtdMLHoTWWvDjlOAnZP9ExKF4f8n3hCB0IFve\nEgSXgm7rQ1nqC0ss9rBvZZMnQrokrYu6WK7LPeINFFo4Y/21cCcx\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-521432496", "fingerprint": "e1:fb:d8:bb:ce:3f:cb:6b:da:2d:6e:bd:18:2d:98:d8"}} 2018-08-13 10:56:02,470 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.284s 2018-08-13 10:56:02,470 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-713937044", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e98c79-a05e-4d72-b07c-8c5dcceb73cc'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:01Z","name":"tempest-port-smoke-713937044","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:bd:cf:2b","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","ip_address":"10.101.11.10"}],"id":"dc6c090d-a618-4845-8852-e3f87bb8757d","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:03,833 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.361s 2018-08-13 10:56:03,833 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "port": "dc6c090d-a618-4845-8852-e3f87bb8757d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-08088427-257c-4d74-b2d2-bc3c1e16b008', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-08088427-257c-4d74-b2d2-bc3c1e16b008'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "adminPass": "WRXWKaL4msWM"}} 2018-08-13 10:56:04,187 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.348s 2018-08-13 10:56:04,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d45273ec-7b2d-48d5-bda4-30bf05cd8f97'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:05,524 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.322s 2018-08-13 10:56:05,524 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2c4fa163-a5df-4a1b-bee9-5cc8e1eef1c2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:06,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.387s 2018-08-13 10:56:06,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-75a3b7cc-4e20-4d1e-a4d1-9988fd68bbd0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:06,939 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:08,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.401s 2018-08-13 10:56:08,344 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-94383b25-a7e5-42b7-9651-e26160026f0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-94383b25-a7e5-42b7-9651-e26160026f0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:05Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:09,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.203s 2018-08-13 10:56:09,561 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80ec82bc-d848-47ad-a35f-3b8abb4ee9e6'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:09,571 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:56:09,962 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.389s 2018-08-13 10:56:09,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-4861785d-b88b-49f2-991a-f5b29ed8b873', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4861785d-b88b-49f2-991a-f5b29ed8b873'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:09Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:09,972 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 02db1594-00ed-40a6-8e3e-89aba09b1284 with status: ACTIVE 2018-08-13 10:56:11,014 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.041s 2018-08-13 10:56:11,015 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-389593595", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-815d7940-5175-46f5-9e1b-8a9d11b35d21'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:10Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:10Z","name":"tempest-port-smoke-389593595","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:65:e8:0d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","ip_address":"10.102.21.20"}],"id":"7d9b628f-19a6-460f-9b7c-6f3005348eb6","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:12,037 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.021s 2018-08-13 10:56:12,038 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "c06fdfe5-a914-474d-80de-36073faecdbb", "port": "7d9b628f-19a6-460f-9b7c-6f3005348eb6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-8b1fed84-e579-4eea-8fab-64de97f1c41c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8b1fed84-e579-4eea-8fab-64de97f1c41c'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "adminPass": "cVxBCRy7WvKh"}} 2018-08-13 10:56:12,115 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.071s 2018-08-13 10:56:12,116 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-e595408c-380d-4513-b856-2009a50b3ed3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e595408c-380d-4513-b856-2009a50b3ed3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:12Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:13,188 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.058s 2018-08-13 10:56:13,188 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-bfa06e2b-2ee1-453f-9bad-96b5ccca9e82'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:14,646 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.439s 2018-08-13 10:56:14,647 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-16725db4-b7a2-4ff8-8351-4c03b96d08a0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-16725db4-b7a2-4ff8-8351-4c03b96d08a0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:14,660 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:15,817 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.155s 2018-08-13 10:56:15,818 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-635940f9-0194-446b-b6b6-fc600e91343a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-635940f9-0194-446b-b6b6-fc600e91343a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:16,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.141s 2018-08-13 10:56:16,979 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-8df1928a-0d74-4a75-8f7c-fbd57939dd70', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8df1928a-0d74-4a75-8f7c-fbd57939dd70'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:18,329 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.337s 2018-08-13 10:56:18,330 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-a2be9361-0a7c-4495-b43c-140ea8815a1e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a2be9361-0a7c-4495-b43c-140ea8815a1e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:18,343 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 10:56:18,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.166s 2018-08-13 10:56:18,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-38e40913-b315-42a9-b157-073c47bd49eb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:18 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-38e40913-b315-42a9-b157-073c47bd49eb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:17Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:18,522 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a4792f7a-8247-4bec-9692-ca5cc67520cf with status: ACTIVE 2018-08-13 10:56:19,414 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 0.892s 2018-08-13 10:56:19,415 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "fixed_ips": [{"ip_address": "10.101.11.30"}], "name": "tempest-port-smoke-933485491", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:19 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2cf80f2c-a1fb-4dd5-b1db-9a6209c63cde'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:18Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"2fd795ee-1cb1-45f4-91df-5264f00e6061","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:18Z","name":"tempest-port-smoke-933485491","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:db:a2:20","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7250d5ce-b2bb-45c2-acd2-3c030c54191e","ip_address":"10.101.11.30"}],"id":"a0d367f7-91fe-4603-b5b7-45d440603e42","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:20,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 0.846s 2018-08-13 10:56:20,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "port": "a0d367f7-91fe-4603-b5b7-45d440603e42"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-3"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4dab0d60-ce97-4ccb-84eb-6b0e9ba19ee3'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "adminPass": "nmaVuRteAor3"}} 2018-08-13 10:56:20,324 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.056s 2018-08-13 10:56:20,324 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d86ad106-4772-4a6c-8ac9-fb3c9839e82e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:21,639 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.300s 2018-08-13 10:56:21,640 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-ea51200c-9aac-4002-ba33-a5cfe7082ba7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ea51200c-9aac-4002-ba33-a5cfe7082ba7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:21,652 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 10:56:23,029 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.375s 2018-08-13 10:56:23,029 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2e4054b4-48a4-40a5-94ab-f5cf787ea9a7'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:23,042 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 10:56:24,772 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.728s 2018-08-13 10:56:24,773 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f6baff49-abb0-4d87-ba36-3da4fc8d85ba'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:21Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:25,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.166s 2018-08-13 10:56:25,954 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-840b0bff-0608-4c2d-92a7-8785563cd095', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-840b0bff-0608-4c2d-92a7-8785563cd095'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:24Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:25,968 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 10:56:26,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.157s 2018-08-13 10:56:26,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1540', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-783ae0d0-f677-4d12-9a5c-d9129db1c89e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-783ae0d0-f677-4d12-9a5c-d9129db1c89e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:24Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:26,139 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 636586aa-0f44-4e7f-a7ec-3e399195cc69 with status: ACTIVE 2018-08-13 10:56:27,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.054s 2018-08-13 10:56:27,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "fixed_ips": [{"ip_address": "10.102.21.40"}], "name": "tempest-port-smoke-761724925", "security_groups": ["25d983a2-e359-48b0-95f0-5cc20a411ad2"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9fc4a9d8-0471-4111-9f09-b47b4ca4416a'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T10:56:26Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"c06fdfe5-a914-474d-80de-36073faecdbb","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T10:56:26Z","name":"tempest-port-smoke-761724925","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:dc:be:d0","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a3bfccc3-506c-4f66-84e5-cd24860ee0e0","ip_address":"10.102.21.40"}],"id":"4cc26a18-f29b-4c79-8c22-9babe68eb9f3","security_groups":["25d983a2-e359-48b0-95f0-5cc20a411ad2"],"device_id":""}} 2018-08-13 10:56:27,967 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 0.772s 2018-08-13 10:56:27,968 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-521432496", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "c06fdfe5-a914-474d-80de-36073faecdbb", "port": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-4"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-3b4ebc29-088c-4363-b655-406510d5446f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3b4ebc29-088c-4363-b655-406510d5446f'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "adminPass": "otHkWhNh4rc2"}} 2018-08-13 10:56:28,268 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.296s 2018-08-13 10:56:28,269 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-87d6e0ec-495e-40fb-a747-0321fac76376', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:27 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-87d6e0ec-495e-40fb-a747-0321fac76376'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:27Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:29,363 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.080s 2018-08-13 10:56:29,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d121b3d7-460d-4893-b9a4-7feb6f97b4b2'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:29,377 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 10:56:30,789 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.410s 2018-08-13 10:56:30,789 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1385', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-54c8749e-43fa-4abf-a2bf-76f29b3733a5', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:30 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-54c8749e-43fa-4abf-a2bf-76f29b3733a5'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T10:56:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:30,802 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 10:56:32,133 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.329s 2018-08-13 10:56:32,133 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-0ce35c88-905d-4619-8f81-7050a9957aac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ce35c88-905d-4619-8f81-7050a9957aac'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:32,146 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 4 second wait 2018-08-13 10:56:32,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.166s 2018-08-13 10:56:32,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1541', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 10:56:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-277bbc6c-6268-4e2a-b5d7-0d87c79385c4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T10:56:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 10:56:32,327 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: b420d2ed-bae0-458c-a014-1922e6d41bfb with status: ACTIVE 2018-08-13 10:56:32,452 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.123s 2018-08-13 10:56:32,453 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--31998655", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '411', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:56:32 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9ec35f3-b9e9-415e-9309-3f0d8f1dd073'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:32Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:32Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "name": "tempest-router--31998655"}} 2018-08-13 10:56:33,918 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49 1.464s 2018-08-13 10:56:33,919 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '591', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49', u'date': 'Mon, 13 Aug 2018 10:56:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-98f10ed8-0b30-40e9-bb85-3bf74439675c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:32Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:33Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "name": "tempest-router--31998655"}} 2018-08-13 10:56:36,147 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/add_router_interface 2.227s 2018-08-13 10:56:36,148 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:56:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6c22eb2e-3cf2-4845-a34a-d8bd721d5063'} Body: {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e", "subnet_ids": ["7250d5ce-b2bb-45c2-acd2-3c030c54191e"], "port_id": "599a3b77-d8f7-4cad-9000-47323c037462", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49"} 2018-08-13 10:56:37,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.705s 2018-08-13 10:56:37,855 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "dc6c090d-a618-4845-8852-e3f87bb8757d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:56:37 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-55c7fcdb-7b03-4959-be6c-39184ec7cd04'} Body: {"floatingip": {"router_id": "5997cfb2-e7f6-44ea-848c-f0086647db49", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:56:37Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "dc6c090d-a618-4845-8852-e3f87bb8757d", "id": "605c5c97-15e0-4c4a-8a97-c98c1f1950f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:56:38,025 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.169s 2018-08-13 10:56:38,026 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--869418688", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 10:56:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2b001a5e-01e1-4784-80cd-99c15241d1b7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:37Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "name": "tempest-router--869418688"}} 2018-08-13 10:56:39,507 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e 1.480s 2018-08-13 10:56:39,508 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e', u'date': 'Mon, 13 Aug 2018 10:56:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-06167709-a327-45ee-9788-3de83eb87287'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.211"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:37Z", "admin_state_up": true, "updated_at": "2018-08-13T10:56:39Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "name": "tempest-router--869418688"}} 2018-08-13 10:56:41,378 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/add_router_interface 1.869s 2018-08-13 10:56:41,379 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/add_router_interface', u'date': 'Mon, 13 Aug 2018 10:56:41 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-33036dca-8b82-4af1-bddb-f40eafc9cd32'} Body: {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0", "subnet_ids": ["a3bfccc3-506c-4f66-84e5-cd24860ee0e0"], "port_id": "9f6e5763-8bb8-40c7-ba7c-fed24aa7ef9f", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"} 2018-08-13 10:56:43,262 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.882s 2018-08-13 10:56:43,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 10:56:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3564e137-ae6f-4037-add7-1389d17d80ba'} Body: {"floatingip": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T10:56:42Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.102.21.40", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "4cc26a18-f29b-4c79-8c22-9babe68eb9f3", "id": "9f9e70ff-8016-4f84-98e8-b8db09c7b088", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T10:56:42Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 10:56:43,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/network_associations 0.521s 2018-08-13 10:56:43,786 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/network_associations', u'date': 'Mon, 13 Aug 2018 10:56:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77e5e0a5-9687-462c-9977-1c2741cd50b3'} Body: {"network_association": {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "id": "7c753e8c-a3e0-46b7-8b64-54a2abd0129c"}} 2018-08-13 10:56:43,787 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:51,798 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:51,863 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:51,894 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:52,009 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:56:52,009 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:52,011 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:52,072 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:52,075 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:57,082 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:56:57,082 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:56:57,083 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.073936 seconds 2018-08-13 10:56:57,084 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:57,086 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:57,147 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:57,150 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:56:57,264 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.101.11.30 2018-08-13 10:56:57,265 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:56:57,267 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:56:57,328 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:56:57,332 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:01,339 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 4.074566 seconds 2018-08-13 10:57:02,062 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/router_associations 0.722s 2018-08-13 10:57:02,063 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router_association": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"}} Response - Headers: {'status': '201', u'content-length': '123', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/a43322f2-b6e4-4d62-b849-455b3d169013/router_associations', u'date': 'Mon, 13 Aug 2018 10:57:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e2f0190e-d081-4700-ab35-c021fae3289d'} Body: {"router_association": {"router_id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e", "id": "6fd4a810-97e2-427b-b3b2-12384a5e5b7e"}} 2018-08-13 10:57:02,064 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:57:02,066 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:57:02,131 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:57:02,162 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:02,277 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 10:57:02,277 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 10:57:02,279 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 10:57:02,341 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 10:57:02,344 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 10:57:07,351 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 10:57:07,351 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 10:57:07,352 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns true in 5.075257 seconds 2018-08-13 10:57:07,353 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 10:58:07,408 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 (timed out). Number attempts: 1. Retry after 2 seconds. 2018-08-13 10:58:10,916 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 2. Retry after 3 seconds. 2018-08-13 10:58:14,422 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 3. Retry after 4 seconds. 2018-08-13 10:58:18,928 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 4. Retry after 5 seconds. 2018-08-13 10:58:24,436 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 5. Retry after 6 seconds. 2018-08-13 10:58:30,947 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 6. Retry after 7 seconds. 2018-08-13 10:58:38,456 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 7. Retry after 8 seconds. 2018-08-13 10:58:46,962 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 8. Retry after 9 seconds. 2018-08-13 10:58:56,467 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 9. Retry after 10 seconds. 2018-08-13 10:59:07,978 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 10. Retry after 11 seconds. 2018-08-13 10:59:20,484 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 11. Retry after 12 seconds. 2018-08-13 10:59:34,000 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 12. Retry after 13 seconds. 2018-08-13 10:59:48,505 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 13. Retry after 14 seconds. 2018-08-13 11:00:04,024 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 14. Retry after 15 seconds. 2018-08-13 11:00:20,546 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 15. Retry after 16 seconds. 2018-08-13 11:00:38,068 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 16. Retry after 17 seconds. 2018-08-13 11:00:56,576 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 17. Retry after 18 seconds. 2018-08-13 11:01:16,096 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 18. Retry after 19 seconds. 2018-08-13 11:01:36,612 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 19. Retry after 20 seconds. 2018-08-13 11:01:58,134 63 WARNING [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 ([Errno None] Unable to connect to port 22 on 172.30.9.202). Number attempts: 20. Retry after 21 seconds. 2018-08-13 11:02:20,660 63 ERROR [tempest.lib.common.ssh] Failed to establish authenticated ssh connection to cirros@172.30.9.202 after 20 attempts 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh Traceback (most recent call last): 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh File "/src/tempest/tempest/lib/common/ssh.py", line 107, in _get_ssh_connection 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh sock=proxy_chan) 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh File "/usr/lib/python2.7/site-packages/paramiko/client.py", line 357, in connect 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh raise NoValidConnectionsError(errors) 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh NoValidConnectionsError: [Errno None] Unable to connect to port 22 on 172.30.9.202 2018-08-13 11:02:20.660 63 ERROR tempest.lib.common.ssh 2018-08-13 11:02:20,663 63 ERROR [networking_bgpvpn_tempest.tests.scenario.manager] (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2) Initializing SSH connection to 172.30.9.202 failed. Error: Connection to the 172.30.9.202 via SSH timed out. User: cirros, Password: None 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager Traceback (most recent call last): 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/manager.py", line 212, in get_remote_client 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager linux_client.validate_authentication() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 60, in wrapper 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager six.reraise(*original_exception) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 33, in wrapper 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager return function(self, *args, **kwargs) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/utils/linux/remote_client.py", line 116, in validate_authentication 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager self.ssh_client.test_connection_auth() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 207, in test_connection_auth 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager connection = self._get_ssh_connection() 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager File "/src/tempest/tempest/lib/common/ssh.py", line 121, in _get_ssh_connection 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager password=self.password) 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager SSHTimeout: Connection to the 172.30.9.202 via SSH timed out. 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager User: cirros, Password: None 2018-08-13 11:02:20.663 63 ERROR networking_bgpvpn_tempest.tests.scenario.manager 2018-08-13 11:02:21,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:02:21,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '8981', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:02:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8049de59-2dd0-462d-9bd4-7cda35258e4f'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}], "expires_at": "2018-08-13T12:02:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-TestBGPVPNBasic-1193844288"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/89a6efcab7c84cf782b121bd5b0b1f45", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interface": "public", "id": "831761409dfe44fb9df9daf72a646b63"}, {"r 2018-08-13 11:02:21,354 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers 0.318s 2018-08-13 11:02:21,354 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1141', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-dee887c6-a55b-4dcc-bfec-90dafaa23a77', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dee887c6-a55b-4dcc-bfec-90dafaa23a77'} Body: {"servers": [{"id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "name": "server-4"}, {"id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "name": "server-3"}, {"id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "name": "server-2"}, {"id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "name": "server-1"}]} 2018-08-13 11:02:21,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb/action 0.063s 2018-08-13 11:02:21,425 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31947', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb/action', u'x-compute-request-id': 'req-1640b44f-4a15-466f-8b83-e9455c685571', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1640b44f-4a15-466f-8b83-e9455c685571'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 446946860 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,428 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for b420d2ed-bae0-458c-a014-1922e6d41bfb body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 446946860 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.144164] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.145920] pid_max: default: 32768 minimum: 301 [ 0.146877] ACPI: Core revision 20150930 [ 0.148324] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.149723] Security Framework initialized [ 0.150596] Yama: becoming mindful. [ 0.151406] AppArmor: AppArmor initialized [ 0.152316] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.153724] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.155090] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.156385] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157907] Initializing cgroup subsys io [ 0.158778] Initializing cgroup subsys memory [ 0.159707] Initializing cgroup subsys devices [ 0.160643] Initializing cgroup subsys freezer [ 0.161565] Initializing cgroup subsys net_cls [ 0.162486] Initializing cgroup subsys perf_event [ 0.163469] Initializing cgroup subsys net_prio [ 0.164413] Initializing cgroup subsys hugetlb [ 0.165332] Initializing cgroup subsys pids [ 0.166254] CPU: Physical Processor ID: 0 [ 0.167824] mce: CPU supports 10 MCE banks [ 0.168734] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.169798] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.186217] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.192405] ftrace: allocating 31920 entries in 125 pages [ 0.217652] smpboot: Max logical packages: 1 [ 0.218580] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.220032] x2apic enabled [ 0.220872] Switched APIC routing to physical x2apic. [ 0.222679] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.223896] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.226046] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.227981] KVM setup paravirtual spinlock [ 0.229350] x86: Booted up 1 node, 1 CPUs [ 0.230234] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.231746] devtmpfs: initialized [ 0.233522] evm: security.selinux [ 0.234281] evm: security.SMACK64 [ 0.235023] evm: security.SMACK64EXEC [ 0.235823] evm: security.SMACK64TRANSMUTE [ 0.236703] evm: security.SMACK64MMAP [ 0.237505] evm: security.ima [ 0.238188] evm: security.capability [ 0.239050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.241063] pinctrl core: initialized pinctrl subsystem [ 0.242261] RTC time: 10:56:31, date: 08/13/18 [ 0.243299] NET: Registered protocol family 16 [ 0.244356] cpuidle: using governor ladder [ 0.245254] cpuidle: using governor menu [ 0.246112] PCCT header not found. [ 0.246920] ACPI: bus type PCI registered [ 0.247796] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.249144] PCI: Using configuration type 1 for base access [ 0.251025] ACPI: Added _OSI(Module Device) [ 0.251928] ACPI: Added _OSI(Processor Device) [ 0.252866] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.253827] ACPI: Added _OSI(Processor Aggregator Device) [ 0.255663] ACPI: Interpreter enabled [ 0.256484] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.258462] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.260450] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.262423] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.264404] ACPI: (supports S0 S5) [ 0.265160] ACPI: Using IOAPIC for interrupt routing [ 0.266186] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.269467] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.270709] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.272068] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.273378] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.275798] acpiphp: Slot [3] registered [ 0.276673] acpiphp: Slot [4] registered [ 0.277545] acpiphp: Slot [5] registered [ 0.278407] acpiphp: Slot [6] registered [ 0.279272] acpiphp: Slot [7] registered [ 0.280134] acpiphp: Slot [8] registered [ 0.281000] acpiphp: Slot [9] registered [ 0.281864] acpiphp: Slot [10] registered [ 0.282741] acpiphp: Slot [11] registered [ 0.283624] acpiphp: Slot [12] registered [ 0.284507] acpiphp: Slot [13] registered [ 0.285388] acpiphp: Slot [14] registered [ 0.286268] acpiphp: Slot [15] registered [ 0.297225] acpiphp: Slot [16] registered [ 0.298113] acpiphp: Slot [17] registered [ 0.298985] acpiphp: Slot [18] registered [ 0.299862] acpiphp: Slot [19] registered [ 0.300734] acpiphp: Slot [20] registered [ 0.301612] acpiphp: Slot [21] registered [ 0.302495] acpiphp: Slot [22] registered [ 0.303370] acpiphp: Slot [23] registered [ 0.304242] acpiphp: Slot [24] registered [ 0.305118] acpiphp: Slot [25] registered [ 0.306006] acpiphp: Slot [26] registered [ 0.306888] acpiphp: Slot [27] registered [ 0.307770] acpiphp: Slot [28] registered [ 0.308663] acpiphp: Slot [29] registered [ 0.309537] acpiphp: Slot [30] registered [ 0.310419] acpiphp: Slot [31] registered [ 0.311294] PCI host bridge to bus 0000:00 [ 0.312165] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.313482] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.314804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.316373] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.317938] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.319549] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.323000] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.324402] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.325679] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.327062] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.330697] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.332394] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.351036] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.352984] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.354522] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.356029] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.357507] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.358870] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.360267] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.361412] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.363074] vgaarb: loaded [ 0.363716] vgaarb: bridge control possible 0000:00:02.0 [ 0.365033] SCSI subsystem initialized [ 0.366014] ACPI: bus type USB registered [ 0.366902] usbcore: registered new interface driver usbfs [ 0.368020] usbcore: registered new interface driver hub [ 0.369120] usbcore: registered new device driver usb [ 0.370315] PCI: Using ACPI for IRQ routing [ 0.371509] NetLabel: Initializing [ 0.372287] NetLabel: domain hash size = 128 [ 0.373210] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.374253] NetLabel: unlabeled traffic allowed by default [ 0.375552] clocksource: Switched to clocksource kvm-clock [ 0.384049] AppArmor: AppArmor Filesystem Enabled [ 0.385103] pnp: PnP ACPI init [ 0.386110] pnp: PnP ACPI: found 5 devices [ 0.392595] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.394439] NET: Registered protocol family 2 [ 0.395578] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.396978] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.398298] TCP: Hash tables configured (established 4096 bind 4096) [ 0.399629] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.400814] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.402102] NET: Registered protocol family 1 [ 0.403054] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.404253] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.405435] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.419647] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.433859] Trying to unpack rootfs image as initramfs... [ 0.490976] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.492773] Scanning for low memory corruption every 60 seconds [ 0.494231] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.495490] audit: initializing netlink subsys (disabled) [ 0.496636] audit: type=2000 audit(1534157792.267:1): initialized [ 0.498088] Initialise system trusted keyring [ 0.499108] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.500378] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.502611] zbud: loaded [ 0.503392] VFS: Disk quotas dquot_6.6.0 [ 0.504289] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.506004] fuse init (API version 7.23) [ 0.506981] Key type big_key registered [ 0.507863] Allocating IMA MOK and blacklist keyrings. [ 0.509200] Key type asymmetric registered [ 0.510092] Asymmetric key parser 'x509' registered [ 0.511135] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.512753] io scheduler noop registered [ 0.513608] io scheduler deadline registered (default) [ 0.514684] io scheduler cfq registered [ 0.515610] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.516743] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.518134] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.519723] ACPI: Power Button [PWRF] [ 0.520651] GHES: HEST is not enabled! [ 0.534392] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.562522] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.564761] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.588465] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.590946] Linux agpgart interface v0.103 [ 0.593768] brd: module loaded [ 0.595594] loop: module loaded [ 0.599747] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.601359] GPT:90111 != 2097151 [ 0.602108] GPT:Alternate GPT header not at the end of the disk. [ 0.603326] GPT:90111 != 2097151 [ 0.604080] GPT: Use GNU Parted to correct GPT errors. [ 0.605158] vda: vda1 vda15 [ 0.606457] scsi host0: ata_piix [ 0.607320] scsi host1: ata_piix [ 0.608124] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.609559] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.613403] libphy: Fixed MDIO Bus: probed [ 0.614562] tun: Universal TUN/TAP device driver, 1.6 [ 0.615636] tun: (C) 1999-2004 Max Krasnyansky [ 0.618812] PPP generic driver version 2.4.2 [ 0.619856] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.621191] ehci-pci: EHCI PCI platform driver [ 0.622159] ehci-platform: EHCI generic platform driver [ 0.623276] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.624550] ohci-pci: OHCI PCI platform driver [ 0.625533] ohci-platform: OHCI generic platform driver [ 0.626638] uhci_hcd: USB Universal Host Controller Interface driver [ 0.641514] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.642604] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.644141] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.645229] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.646460] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.647777] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.649281] usb usb1: Product: UHCI Host Controller [ 0.650261] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.651480] usb usb1: SerialNumber: 0000:00:01.2 [ 0.652520] hub 1-0:1.0: USB hub found [ 0.653340] hub 1-0:1.0: 2 ports detected [ 0.654332] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.656739] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.657752] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.658851] mousedev: PS/2 mouse device common for all mice [ 0.660215] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.662165] rtc_cmos 00:00: RTC can wake from S4 [ 0.663333] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.664591] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.665862] i2c /dev entries driver [ 0.666683] device-mapper: uevent: version 1.0.3 [ 0.667704] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.669424] ledtrig-cpu: registered to indicate activity on CPUs [ 0.670941] NET: Registered protocol family 10 [ 0.672167] NET: Registered protocol family 17 [ 0.673129] Key type dns_resolver registered [ 0.674209] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.675378] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.677288] registered taskstats version 1 [ 0.678185] Loading compiled-in X.509 certificates [ 0.679738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.681721] zswap: loaded using pool lzo/zbud [ 0.683443] Key type trusted registered [ 0.685285] Key type encrypted registered [ 0.686166] AppArmor: AppArmor sha1 policy hashing enabled [ 0.687266] ima: No TPM chip found, activating TPM-bypass! [ 0.688398] evm: HMAC attrs: 0x1 [ 0.689488] Magic number: 14:937:931 [ 0.690431] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:32 UTC (1534157792) [ 0.692178] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.693376] EDD information not available. [ 0.772931] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.784762] Write protecting the kernel read-only data: 14336k [ 0.786993] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.788928] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.61 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.73 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... [ 0.941509] 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.102.21.40... Lease of 10.102.21.40 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000006e 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQC/U0P3HsHYCyQWTBYSbtmfteHcOTFjgrmVaJ+mm2ELWZJs1E9BfCji/hLnWdDbowGAJ0n307IU1sA0zUse3AI5b2wXNMl4tvNDMInN87ob6ca2Ef3PpYmumOqHzMsGmOcvQkGpUbbYUFLNz4QgZnRmtXIr4VNF50BhIplgjtpHyw6lYTjxxqXTPxDfVwTlflP1y/rXX975CCJyZViULt9wdyqy/RF7w6r+fdemhEdw7DsDBsg+n5m5zioB/Rc/oDEAvSuV3EO8ZpV9wHU0bojIOTUZuK2azodB+AFJia4JmYIOjJhlB4AzCcMzaoPTuEmqud2NJ99hoTKopODOeZ3n root@server-4 ssh-dss AAAAB3NzaC1kc3MAAACBAOCpxNk2cfOTTQXhdUXVY7BevaZP2mvOsKCVWHmjbvM8LvtmIQUO5m5Q4sXG81cPU67JwE1SjiEwbzoKdv4nEI3CdZXM/JuY8cH2GNWTPUPEJyQb7hvdmzcObpFaN0JsMLCNMgbEvRr8IwPaJPyRWHgryatl8I9TApE2QnU3EJedAAAAFQC+X3N/7gY+7ce6FV5Z+MK3wJTMXwAAAIEAm+xTYH/GcWZ09gPhuWntQndsuQbidrgr3Eu8x/z+JooxIhDT9lk+NIQteHh/s06qhR4ouJONNQrdfVDN7Q6b9gLbmkutcO4yEyQ3feDfPgzyEbpOgSgre8v/8EjwoiaDzjpzLFF/Q3M7TRCSFuJmuaq/oo/K/ZnMELlca65kL+8AAACBAMvmuIVsxl0ZiXxAi+ii7XI17j1TVGSxr7qf+QKPnp3GCVEQDa0jFzdh7G5TT43itRnn0zCg+bPv9dBhZhbbdThX9ZunSDFunZe3N7SKwcOGAIeRu64hm7P3AqmiacqP3fFN0wOrq66QJN1rdHmCvAIkBflW9gbJdST+SN60VrYb root@server-4 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.40,24,fe80::f816:3eff:fedc:bed0/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.40 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006e name: N/A availability-zone: nova local-hostname: server-4 launch-index: 0 === cirros: current=0.4.0 uptime=3.16 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:DC:BE:D0 inet addr:10.102.21.40 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedc:bed0/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes 64 bytes from 10.102.21.1: seq=4 ttl=64 time=0.619 ms --- 10.102.21.1 ping statistics --- 5 packets transmitted, 1 packets received, 80% packet loss round-trip min/avg/max = 0.619/0.619/0.619 ms ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.770 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.338 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.358 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.197 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.287 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.197/0.390/0.770 ms ### uname -a Linux server-4 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.963568] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.124327] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.124329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.124331] usb 1-1: Product: QEMU USB Tablet [ 1.124332] usb 1-1: Manufacturer: QEMU [ 1.124332] usb 1-1: SerialNumber: 42 [ 1.491622] tsc: Refined TSC clocksource calibration: 3491.850 MHz [ 1.491628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns [ 3.204080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.244538] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:32 cirros kern.info kernel: [ 0.788928] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:32 cirros kern.info kernel: [ 0.801261] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:32 cirros kern.info kernel: [ 0.801263] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:32 cirros kern.info kernel: [ 0.802996] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:32 cirros kern.info kernel: [ 0.806096] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:32 cirros kern.info kernel: [ 0.808183] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:32 cirros kern.info kernel: [ 0.831449] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:32 cirros kern.info kernel: [ 0.832412] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:32 cirros kern.info kernel: [ 0.833724] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:32 cirros kern.info kernel: [ 0.837159] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:32 cirros kern.info kernel: [ 0.910384] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:32 cirros kern.info kernel: [ 0.918965] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:32 cirros kern.notice kernel: [ 0.941509] random: dd urandom read with 5 bits of entropy available Aug 13 11:56:32 cirros kern.info kernel: [ 0.963568] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:32 cirros kern.info kernel: [ 1.124327] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:32 cirros kern.info kernel: [ 1.124329] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:32 cirros kern.info kernel: [ 1.124331] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:32 cirros kern.info kernel: [ 1.124332] usb 1-1: Manufacturer: QEMU Aug 13 11:56:32 cirros kern.info kernel: [ 1.124332] usb 1-1: SerialNumber: 42 Aug 13 11:56:33 cirros kern.info kernel: [ 1.491622] tsc: Refined TSC clocksource calibration: 3491.850 MHz Aug 13 11:56:33 cirros kern.info kernel: [ 1.491628] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns Aug 13 11:56:34 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:34 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:35 cirros kern.info kernel: [ 3.204080] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:35 cirros kern.info kernel: [ 3.244538] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-4 login: 2018-08-13 11:02:21,500 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69/action 0.070s 2018-08-13 11:02:21,501 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31444', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69/action', u'x-compute-request-id': 'req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f35508c-8468-4cfd-95b3-38d1a80a8fa0'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 469927831 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,505 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 636586aa-0f44-4e7f-a7ec-3e399195cc69 body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 469927831 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.140328] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.142110] pid_max: default: 32768 minimum: 301 [ 0.143066] ACPI: Core revision 20150930 [ 0.144488] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.145861] Security Framework initialized [ 0.146714] Yama: becoming mindful. [ 0.147492] AppArmor: AppArmor initialized [ 0.148398] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.149802] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.151154] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.152423] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.153922] Initializing cgroup subsys io [ 0.154775] Initializing cgroup subsys memory [ 0.155690] Initializing cgroup subsys devices [ 0.156604] Initializing cgroup subsys freezer [ 0.157520] Initializing cgroup subsys net_cls [ 0.158429] Initializing cgroup subsys perf_event [ 0.159398] Initializing cgroup subsys net_prio [ 0.160331] Initializing cgroup subsys hugetlb [ 0.161257] Initializing cgroup subsys pids [ 0.162191] CPU: Physical Processor ID: 0 [ 0.163744] mce: CPU supports 10 MCE banks [ 0.164637] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.165690] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.181423] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.187736] ftrace: allocating 31920 entries in 125 pages [ 0.213202] smpboot: Max logical packages: 1 [ 0.214119] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.215552] x2apic enabled [ 0.216381] Switched APIC routing to physical x2apic. [ 0.218180] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.219364] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.221472] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.223353] KVM setup paravirtual spinlock [ 0.224720] x86: Booted up 1 node, 1 CPUs [ 0.225585] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.227068] devtmpfs: initialized [ 0.228816] evm: security.selinux [ 0.229559] evm: security.SMACK64 [ 0.230280] evm: security.SMACK64EXEC [ 0.231068] evm: security.SMACK64TRANSMUTE [ 0.231921] evm: security.SMACK64MMAP [ 0.232711] evm: security.ima [ 0.233386] evm: security.capability [ 0.234228] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.236185] pinctrl core: initialized pinctrl subsystem [ 0.237344] RTC time: 10:56:23, date: 08/13/18 [ 0.238354] NET: Registered protocol family 16 [ 0.239400] cpuidle: using governor ladder [ 0.240270] cpuidle: using governor menu [ 0.241099] PCCT header not found. [ 0.241899] ACPI: bus type PCI registered [ 0.242746] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.244058] PCI: Using configuration type 1 for base access [ 0.245884] ACPI: Added _OSI(Module Device) [ 0.246778] ACPI: Added _OSI(Processor Device) [ 0.247682] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.248630] ACPI: Added _OSI(Processor Aggregator Device) [ 0.250446] ACPI: Interpreter enabled [ 0.251250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253194] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257111] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259061] ACPI: (supports S0 S5) [ 0.259809] ACPI: Using IOAPIC for interrupt routing [ 0.260806] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264014] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265220] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266526] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267785] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.270120] acpiphp: Slot [3] registered [ 0.270974] acpiphp: Slot [4] registered [ 0.271823] acpiphp: Slot [5] registered [ 0.272667] acpiphp: Slot [6] registered [ 0.273500] acpiphp: Slot [7] registered [ 0.274337] acpiphp: Slot [8] registered [ 0.275178] acpiphp: Slot [9] registered [ 0.276022] acpiphp: Slot [10] registered [ 0.276877] acpiphp: Slot [11] registered [ 0.277728] acpiphp: Slot [12] registered [ 0.278586] acpiphp: Slot [13] registered [ 0.279433] acpiphp: Slot [14] registered [ 0.280319] acpiphp: Slot [15] registered [ 0.291222] acpiphp: Slot [16] registered [ 0.292053] acpiphp: Slot [17] registered [ 0.292874] acpiphp: Slot [18] registered [ 0.293687] acpiphp: Slot [19] registered [ 0.294500] acpiphp: Slot [20] registered [ 0.295315] acpiphp: Slot [21] registered [ 0.296134] acpiphp: Slot [22] registered [ 0.296952] acpiphp: Slot [23] registered [ 0.297777] acpiphp: Slot [24] registered [ 0.298593] acpiphp: Slot [25] registered [ 0.299407] acpiphp: Slot [26] registered [ 0.300222] acpiphp: Slot [27] registered [ 0.301076] acpiphp: Slot [28] registered [ 0.301900] acpiphp: Slot [29] registered [ 0.302712] acpiphp: Slot [30] registered [ 0.303534] acpiphp: Slot [31] registered [ 0.304343] PCI host bridge to bus 0000:00 [ 0.305155] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.306372] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.307594] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.309051] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.310506] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.311993] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.315223] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.316516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.317696] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.318967] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.322544] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.324109] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.343064] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.344550] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.346364] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.347790] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.349181] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.350474] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.351784] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.352848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.354415] vgaarb: loaded [ 0.355027] vgaarb: bridge control possible 0000:00:02.0 [ 0.356259] SCSI subsystem initialized [ 0.357177] ACPI: bus type USB registered [ 0.358014] usbcore: registered new interface driver usbfs [ 0.359055] usbcore: registered new interface driver hub [ 0.360068] usbcore: registered new device driver usb [ 0.361185] PCI: Using ACPI for IRQ routing [ 0.362312] NetLabel: Initializing [ 0.363041] NetLabel: domain hash size = 128 [ 0.363898] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.364868] NetLabel: unlabeled traffic allowed by default [ 0.366032] clocksource: Switched to clocksource kvm-clock [ 0.374308] AppArmor: AppArmor Filesystem Enabled [ 0.375305] pnp: PnP ACPI init [ 0.376249] pnp: PnP ACPI: found 5 devices [ 0.382577] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.384308] NET: Registered protocol family 2 [ 0.385367] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.386672] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.387895] TCP: Hash tables configured (established 4096 bind 4096) [ 0.389105] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.390200] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.391397] NET: Registered protocol family 1 [ 0.392284] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.393393] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.394479] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.408595] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.422892] Trying to unpack rootfs image as initramfs... [ 0.479789] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.481465] Scanning for low memory corruption every 60 seconds [ 0.482834] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.484004] audit: initializing netlink subsys (disabled) [ 0.485039] audit: type=2000 audit(1534157784.798:1): initialized [ 0.486418] Initialise system trusted keyring [ 0.487368] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.488546] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.490700] zbud: loaded [ 0.491438] VFS: Disk quotas dquot_6.6.0 [ 0.492263] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.493870] fuse init (API version 7.23) [ 0.494791] Key type big_key registered [ 0.495605] Allocating IMA MOK and blacklist keyrings. [ 0.496851] Key type asymmetric registered [ 0.497684] Asymmetric key parser 'x509' registered [ 0.498666] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.500161] io scheduler noop registered [ 0.500964] io scheduler deadline registered (default) [ 0.501969] io scheduler cfq registered [ 0.502831] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.503885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.505159] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.506634] ACPI: Power Button [PWRF] [ 0.507493] GHES: HEST is not enabled! [ 0.521540] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.549536] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.551638] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.575660] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.577966] Linux agpgart interface v0.103 [ 0.580566] brd: module loaded [ 0.582249] loop: module loaded [ 0.586212] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.587678] GPT:90111 != 2097151 [ 0.588357] GPT:Alternate GPT header not at the end of the disk. [ 0.589456] GPT:90111 != 2097151 [ 0.590145] GPT: Use GNU Parted to correct GPT errors. [ 0.593158] vda: vda1 vda15 [ 0.595229] scsi host0: ata_piix [ 0.596027] scsi host1: ata_piix [ 0.596760] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.597987] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.599502] libphy: Fixed MDIO Bus: probed [ 0.600333] tun: Universal TUN/TAP device driver, 1.6 [ 0.601295] tun: (C) 1999-2004 Max Krasnyansky [ 0.603703] PPP generic driver version 2.4.2 [ 0.604645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.605872] ehci-pci: EHCI PCI platform driver [ 0.606764] ehci-platform: EHCI generic platform driver [ 0.607777] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.608936] ohci-pci: OHCI PCI platform driver [ 0.609825] ohci-platform: OHCI generic platform driver [ 0.610854] uhci_hcd: USB Universal Host Controller Interface driver [ 0.625072] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.626106] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.627585] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.628595] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.629757] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.631014] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.632449] usb usb1: Product: UHCI Host Controller [ 0.633384] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.634535] usb usb1: SerialNumber: 0000:00:01.2 [ 0.635546] hub 1-0:1.0: USB hub found [ 0.636338] hub 1-0:1.0: 2 ports detected [ 0.637299] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.639469] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.640444] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.641503] mousedev: PS/2 mouse device common for all mice [ 0.642796] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.644670] rtc_cmos 00:00: RTC can wake from S4 [ 0.645915] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.647128] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.648336] i2c /dev entries driver [ 0.649128] device-mapper: uevent: version 1.0.3 [ 0.650108] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.651761] ledtrig-cpu: registered to indicate activity on CPUs [ 0.653208] NET: Registered protocol family 10 [ 0.654377] NET: Registered protocol family 17 [ 0.655302] Key type dns_resolver registered [ 0.656335] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.657456] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.659276] registered taskstats version 1 [ 0.660139] Loading compiled-in X.509 certificates [ 0.661632] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.663536] zswap: loaded using pool lzo/zbud [ 0.665205] Key type trusted registered [ 0.666984] Key type encrypted registered [ 0.667820] AppArmor: AppArmor sha1 policy hashing enabled [ 0.668873] ima: No TPM chip found, activating TPM-bypass! [ 0.669944] evm: HMAC attrs: 0x1 [ 0.670934] Magic number: 14:937:931 [ 0.671808] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:24 UTC (1534157784) [ 0.673462] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.674592] EDD information not available. [ 0.759465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.771565] Write protecting the kernel read-only data: 14336k [ 0.773748] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.775616] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.821933] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.74 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.30... Lease of 10.101.11.30 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.83. iid=i-0000006d 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCremK0WBJy2V05D4r/w3/Tqkj0LgyiMCqgOfgewUlGkiptElPDNLehgW21QWCCtB1hr7tC3OYLxsC7HpsZU/FbqC3LY5yCL8ft6SKH6SWWq19ivKcLPUlGmvO75bn6+r5Gr7/bN1Q5BDGe2UmIiJOzy1Q0U2IU4WlPfarSoOrriZHoIcM3clNbUY+HfAMj98hsHXvlvUwWu1YxHEckTqiBCXMd5riuZ7OjeqreR4Ppe7ksJ8Tr7VV/hMVwcumfUs22Rd+Y1wKg9rLFDyEVCULQCadBHlsXFsBbL+nMJRCG/+1ISI83PUv5clBodbJjoZnPFq96XOj671qvQ1ssboRF root@server-3 ssh-dss AAAAB3NzaC1kc3MAAACBAIcM4vMRAxfPnXSAZd5svMlUw7FcYiSb2VzCmeOTnsS6fIuWB0P57rKE6g4kcT4maMqZcOzRKvyB1r1na6FH2xpYlnAF05i7BRvBvm4KQbLnzFKOwJTPWm+v9fSBeIeXSWOiMVliYimlaFJqvTmM6fi7gEiXel8H78XDKgP+/xVZAAAAFQCtKZlY6s67Zv3mXeMhpknZ2J0MNQAAAIEAgYeuVFyYR7vTxYP1zRgBjBA8lYKWcfiOAApSvAXXpj8jSQ2bVo5jIAIZYvTJokuZ+r2gt08KVLEVwFbtOFMiOPxQGhfiHrXzGKPOfUEfs9PA9yjq+IqySDYK0CjHvFRJ37dQmJudRyxNgzGaR4BeZ/awkx1Mkht0MTYXfipuJkEAAACAE4azGS4bi7zKKx9g5SCsJV5sQSNRtJShy1cwXdWEc3X3FZ9cnUiNN8XYuuBeO/eL3EjcdICkkJevnU2ENE0Lx3ffA8LvXTQW9MLK8XAJMjuvjnhbYB1IBlOUKOjpxQDcvnzlL416vld4kE1wDRoztZQ2LRHyJPL+iDX2VtUl64c= root@server-3 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.50s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.30,24,fe80::f816:3eff:fedb:a220/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.30 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006d name: N/A availability-zone: nova local-hostname: server-3 launch-index: 0 === cirros: current=0.4.0 uptime=3.29 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:DB:A2:20 inet addr:10.101.11.30 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fedb:a220/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.905 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.514 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.154 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.176 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.255 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.154/0.400/0.905 ms ### uname -a Linux server-3 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.914271] EXT4-fs (vda1): re-mounted. Opts: data=ordered [ 0.946051] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.107652] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.107654] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.107656] usb 1-1: Product: QEMU USB Tablet [ 1.107657] usb 1-1: Manufacturer: QEMU [ 1.107657] usb 1-1: SerialNumber: 42 [ 1.478305] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns [ 2.958854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.000244] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:24 cirros syslog.info syslogd started: BusyBox v1.23.2 Aug 13 11:56:24 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC) Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct Aug 13 11:56:24 cirros kern.notice kernel: [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus: Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls Aug 13 11:56:24 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 Aug 13 11:56:24 cirros kern.info kernel: [ 0.946051] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:24 cirros kern.info kernel: [ 1.107652] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:24 cirros kern.info kernel: [ 1.107654] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:24 cirros kern.info kernel: [ 1.107656] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:24 cirros kern.info kernel: [ 1.107657] usb 1-1: Manufacturer: QEMU Aug 13 11:56:24 cirros kern.info kernel: [ 1.107657] usb 1-1: SerialNumber: 42 Aug 13 11:56:25 cirros kern.info kernel: [ 1.478305] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns Aug 13 11:56:26 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:26 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:26 cirros kern.info kernel: [ 2.958854] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:26 cirros kern.info kernel: [ 3.000244] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-3 login: 2018-08-13 11:02:21,584 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf/action 0.067s 2018-08-13 11:02:21,585 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31846', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf/action', u'x-compute-request-id': 'req-6d402371-131c-4687-88ca-f956536eec71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6d402371-131c-4687-88ca-f956536eec71'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476147541 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,590 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for a4792f7a-8247-4bec-9692-ca5cc67520cf body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 476147541 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.153784] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.155733] pid_max: default: 32768 minimum: 301 [ 0.156770] ACPI: Core revision 20150930 [ 0.158242] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.159726] Security Framework initialized [ 0.160654] Yama: becoming mindful. [ 0.161491] AppArmor: AppArmor initialized [ 0.162498] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.164017] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.165505] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.166892] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.168519] Initializing cgroup subsys io [ 0.169457] Initializing cgroup subsys memory [ 0.170439] Initializing cgroup subsys devices [ 0.171437] Initializing cgroup subsys freezer [ 0.172460] Initializing cgroup subsys net_cls [ 0.173460] Initializing cgroup subsys perf_event [ 0.174506] Initializing cgroup subsys net_prio [ 0.175520] Initializing cgroup subsys hugetlb [ 0.176512] Initializing cgroup subsys pids [ 0.177508] CPU: Physical Processor ID: 0 [ 0.179135] mce: CPU supports 10 MCE banks [ 0.180090] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.181255] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.197538] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.203843] ftrace: allocating 31920 entries in 125 pages [ 0.228997] smpboot: Max logical packages: 1 [ 0.230034] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.231599] x2apic enabled [ 0.232502] Switched APIC routing to physical x2apic. [ 0.234472] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.235769] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.238107] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.240206] KVM setup paravirtual spinlock [ 0.241623] x86: Booted up 1 node, 1 CPUs [ 0.242581] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.244219] devtmpfs: initialized [ 0.246019] evm: security.selinux [ 0.246844] evm: security.SMACK64 [ 0.247657] evm: security.SMACK64EXEC [ 0.248541] evm: security.SMACK64TRANSMUTE [ 0.249499] evm: security.SMACK64MMAP [ 0.250343] evm: security.ima [ 0.251061] evm: security.capability [ 0.251966] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.254152] pinctrl core: initialized pinctrl subsystem [ 0.255442] RTC time: 10:56:17, date: 08/13/18 [ 0.256530] NET: Registered protocol family 16 [ 0.257639] cpuidle: using governor ladder [ 0.258580] cpuidle: using governor menu [ 0.259477] PCCT header not found. [ 0.260325] ACPI: bus type PCI registered [ 0.261241] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.262680] PCI: Using configuration type 1 for base access [ 0.264655] ACPI: Added _OSI(Module Device) [ 0.265613] ACPI: Added _OSI(Processor Device) [ 0.266602] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.267635] ACPI: Added _OSI(Processor Aggregator Device) [ 0.269529] ACPI: Interpreter enabled [ 0.270399] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.272516] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.274703] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.276885] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.279056] ACPI: (supports S0 S5) [ 0.279896] ACPI: Using IOAPIC for interrupt routing [ 0.281022] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.284538] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.285885] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.287343] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.288759] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.291369] acpiphp: Slot [3] registered [ 0.292324] acpiphp: Slot [4] registered [ 0.293253] acpiphp: Slot [5] registered [ 0.294212] acpiphp: Slot [6] registered [ 0.295153] acpiphp: Slot [7] registered [ 0.296078] acpiphp: Slot [8] registered [ 0.296986] acpiphp: Slot [9] registered [ 0.297900] acpiphp: Slot [10] registered [ 0.298824] acpiphp: Slot [11] registered [ 0.299746] acpiphp: Slot [12] registered [ 0.300669] acpiphp: Slot [13] registered [ 0.301600] acpiphp: Slot [14] registered [ 0.302538] acpiphp: Slot [15] registered [ 0.313281] acpiphp: Slot [16] registered [ 0.314258] acpiphp: Slot [17] registered [ 0.315197] acpiphp: Slot [18] registered [ 0.316117] acpiphp: Slot [19] registered [ 0.317034] acpiphp: Slot [20] registered [ 0.317959] acpiphp: Slot [21] registered [ 0.318886] acpiphp: Slot [22] registered [ 0.319837] acpiphp: Slot [23] registered [ 0.320765] acpiphp: Slot [24] registered [ 0.321695] acpiphp: Slot [25] registered [ 0.322635] acpiphp: Slot [26] registered [ 0.323568] acpiphp: Slot [27] registered [ 0.324555] acpiphp: Slot [28] registered [ 0.325479] acpiphp: Slot [29] registered [ 0.326398] acpiphp: Slot [30] registered [ 0.327321] acpiphp: Slot [31] registered [ 0.328238] PCI host bridge to bus 0000:00 [ 0.329161] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.330571] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.331977] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.333645] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.335342] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.337027] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.340545] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.342038] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.343397] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.344911] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.348719] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.350639] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.371508] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.373169] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.374791] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.376418] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.377970] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.379391] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.380781] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.382045] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.383876] vgaarb: loaded [ 0.384592] vgaarb: bridge control possible 0000:00:02.0 [ 0.386014] SCSI subsystem initialized [ 0.387073] ACPI: bus type USB registered [ 0.388059] usbcore: registered new interface driver usbfs [ 0.389258] usbcore: registered new interface driver hub [ 0.390432] usbcore: registered new device driver usb [ 0.391698] PCI: Using ACPI for IRQ routing [ 0.392946] NetLabel: Initializing [ 0.393779] NetLabel: domain hash size = 128 [ 0.394756] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.395874] NetLabel: unlabeled traffic allowed by default [ 0.397213] clocksource: Switched to clocksource kvm-clock [ 0.405549] AppArmor: AppArmor Filesystem Enabled [ 0.406691] pnp: PnP ACPI init [ 0.407768] pnp: PnP ACPI: found 5 devices [ 0.414280] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.416334] NET: Registered protocol family 2 [ 0.417517] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.419027] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.420440] TCP: Hash tables configured (established 4096 bind 4096) [ 0.421847] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.423119] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.424481] NET: Registered protocol family 1 [ 0.425532] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.426815] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.428071] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.442105] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.456210] Trying to unpack rootfs image as initramfs... [ 0.512437] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.514352] Scanning for low memory corruption every 60 seconds [ 0.515902] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.517301] audit: initializing netlink subsys (disabled) [ 0.518502] audit: type=2000 audit(1534157778.068:1): initialized [ 0.520025] Initialise system trusted keyring [ 0.521125] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.522480] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.524775] zbud: loaded [ 0.525591] VFS: Disk quotas dquot_6.6.0 [ 0.526568] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.528376] fuse init (API version 7.23) [ 0.529418] Key type big_key registered [ 0.530345] Allocating IMA MOK and blacklist keyrings. [ 0.531754] Key type asymmetric registered [ 0.532708] Asymmetric key parser 'x509' registered [ 0.533827] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.535553] io scheduler noop registered [ 0.536497] io scheduler deadline registered (default) [ 0.537687] io scheduler cfq registered [ 0.538651] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.539867] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.541361] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.543036] ACPI: Power Button [PWRF] [ 0.543990] GHES: HEST is not enabled! [ 0.557642] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.585513] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.590714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.614663] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.617438] Linux agpgart interface v0.103 [ 0.620515] brd: module loaded [ 0.622386] loop: module loaded [ 0.626856] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.628581] GPT:90111 != 2097151 [ 0.629381] GPT:Alternate GPT header not at the end of the disk. [ 0.630684] GPT:90111 != 2097151 [ 0.631473] GPT: Use GNU Parted to correct GPT errors. [ 0.632622] vda: vda1 vda15 [ 0.634161] scsi host0: ata_piix [ 0.635079] scsi host1: ata_piix [ 0.635924] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.637385] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.639113] libphy: Fixed MDIO Bus: probed [ 0.640072] tun: Universal TUN/TAP device driver, 1.6 [ 0.641199] tun: (C) 1999-2004 Max Krasnyansky [ 0.643944] PPP generic driver version 2.4.2 [ 0.645026] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.646458] ehci-pci: EHCI PCI platform driver [ 0.647497] ehci-platform: EHCI generic platform driver [ 0.648669] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.650020] ohci-pci: OHCI PCI platform driver [ 0.651058] ohci-platform: OHCI generic platform driver [ 0.652251] uhci_hcd: USB Universal Host Controller Interface driver [ 0.666740] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.667933] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.669654] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.670849] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.672216] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.673692] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.675362] usb usb1: Product: UHCI Host Controller [ 0.676459] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.677822] usb usb1: SerialNumber: 0000:00:01.2 [ 0.678981] hub 1-0:1.0: USB hub found [ 0.679911] hub 1-0:1.0: 2 ports detected [ 0.681012] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.683464] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.684703] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.685940] mousedev: PS/2 mouse device common for all mice [ 0.687444] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.689617] rtc_cmos 00:00: RTC can wake from S4 [ 0.690914] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.692341] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.693763] i2c /dev entries driver [ 0.694675] device-mapper: uevent: version 1.0.3 [ 0.695837] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.697784] ledtrig-cpu: registered to indicate activity on CPUs [ 0.699451] NET: Registered protocol family 10 [ 0.700762] NET: Registered protocol family 17 [ 0.701845] Key type dns_resolver registered [ 0.703014] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.704321] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.706446] registered taskstats version 1 [ 0.707442] Loading compiled-in X.509 certificates [ 0.709085] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.711336] zswap: loaded using pool lzo/zbud [ 0.713200] Key type trusted registered [ 0.715184] Key type encrypted registered [ 0.716160] AppArmor: AppArmor sha1 policy hashing enabled [ 0.717410] ima: No TPM chip found, activating TPM-bypass! [ 0.718658] evm: HMAC attrs: 0x1 [ 0.719765] Magic number: 14:937:931 [ 0.720774] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:18 UTC (1534157778) [ 0.722616] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.723774] EDD information not available. [ 0.798549] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.810547] Write protecting the kernel read-only data: 14336k [ 0.812815] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.814795] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.62 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.77 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... [ 0.984456] 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.102.21.20... Lease of 10.102.21.20 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.102.21.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.86. iid=i-0000006c 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCuvMcygEawJ9LUYl2x6LIghTzU8vXeq7/S+PpkArIxDNogvlpYBJ7RMikeIHRIXkY1ZXPb2n6qBFEIVd5SAlLVgrZ0zFGEx9qPpuIxS8etVU2Vd1HC2omgBWMJzcU3PGC8PxhTp8a4aZO62B0eUD1kwSH6COGc5itYGoivjUpVKruJ2oDQkbfPzQwuM3V1/J/9kFVUk4KLbE6tfVmZiNaf9glDRUjUHYlkYj/EUPFH6dPjDylw6SJW+AMk2VjNQaJe1i/j5EkykFm51p4AIfey2XDujC0pli1UJxv2dklP1S7/xdA2sdHz35A+P//yCXEW0BkQycnHbZDK+Zkd7eRP root@server-2 ssh-dss AAAAB3NzaC1kc3MAAACBALnB0BjFO4Fw8uNDFk6Tqv02viSx9EgybDdKoAVxWYN0H+OFw87kJ05VVlN39U5o1pPiLxDqgqb+dYrZXMBS4x+FGy774QanQDwmq1T6KgaZ8139ceyuea1qgUPSINHRW8T0rWbCZ/2AGY2mLE2k+YEydJrocXt5zfeDBolwgmiTAAAAFQDHZ9BqSsSDdABOb5XfRDc/hv8rWQAAAIB3gnwW5yE8aYYwuiEy6yVtDdzfrmf+UhTVdjPHczBItGg0Q5guxbdVcCyYpqjLIT7RLpHW5LhA9Rcv/0GuKzAjfM9OuqBUZFc1dJV7C922gFQmhuTA71PyfYiJtPVX4eU9l9KBnrT1C9OvrHT9ZchFyihr7u7RkxYcbF6cww5MJgAAAIEAokSq4jtf+80AnTIodCFyYlPXABaM4OkZmwBUIWQCow4AivBZ0zYCSEr5GCf7qhgooTBQBLQk8YcEX4Tih8/t3prfDuA29/abQ0jqHp+x5CUGtqzeACQy+/JHVDWJGMLwcQRwUIvc+4ppCZn9/uQq6P5FPdyOxsOIPXTbDlswcIc= root@server-2 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.11s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.102.21.20,24,fe80::f816:3eff:fe65:e80d/64, ip-route:default via 10.102.21.1 dev eth0 ip-route:10.102.21.0/24 dev eth0 src 10.102.21.20 ip-route:169.254.169.254 via 10.102.21.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006c name: N/A availability-zone: nova local-hostname: server-2 launch-index: 0 === cirros: current=0.4.0 uptime=2.72 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:65:E8:0D inet addr:10.102.21.20 Bcast:10.102.21.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe65:e80d/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.102.21.1 0.0.0.0 UG 0 0 0 eth0 10.102.21.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.102.21.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.102.21.2 ### ping -c 5 10.102.21.1 PING 10.102.21.1 (10.102.21.1): 56 data bytes --- 10.102.21.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.102.21.2 PING 10.102.21.2 (10.102.21.2): 56 data bytes 64 bytes from 10.102.21.2: seq=0 ttl=64 time=0.635 ms 64 bytes from 10.102.21.2: seq=1 ttl=64 time=0.685 ms 64 bytes from 10.102.21.2: seq=2 ttl=64 time=0.255 ms 64 bytes from 10.102.21.2: seq=3 ttl=64 time=0.288 ms 64 bytes from 10.102.21.2: seq=4 ttl=64 time=0.538 ms --- 10.102.21.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.255/0.480/0.685 ms ### uname -a Linux server-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.989254] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.150033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.150035] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.150036] usb 1-1: Product: QEMU USB Tablet [ 1.150037] usb 1-1: Manufacturer: QEMU [ 1.150038] usb 1-1: SerialNumber: 42 [ 1.513427] tsc: Refined TSC clocksource calibration: 3491.852 MHz [ 1.513433] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553f88a97, max_idle_ns: 440795268990 ns [ 2.792067] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 2.826436] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:18 cirros kern.info kernel: [ 0.814795] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:18 cirros kern.info kernel: [ 0.827521] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:18 cirros kern.info kernel: [ 0.827522] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:18 cirros kern.info kernel: [ 0.829358] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:18 cirros kern.info kernel: [ 0.832618] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:18 cirros kern.info kernel: [ 0.834819] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:18 cirros kern.info kernel: [ 0.858892] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:18 cirros kern.info kernel: [ 0.859714] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:18 cirros kern.info kernel: [ 0.861074] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:18 cirros kern.info kernel: [ 0.866206] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:18 cirros kern.info kernel: [ 0.955053] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:18 cirros kern.info kernel: [ 0.963460] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:18 cirros kern.notice kernel: [ 0.984456] random: dd urandom read with 5 bits of entropy available Aug 13 11:56:18 cirros kern.info kernel: [ 0.989254] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:18 cirros kern.info kernel: [ 1.150033] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:18 cirros kern.info kernel: [ 1.150035] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:18 cirros kern.info kernel: [ 1.150036] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:18 cirros kern.info kernel: [ 1.150037] usb 1-1: Manufacturer: QEMU Aug 13 11:56:18 cirros kern.info kernel: [ 1.150038] usb 1-1: SerialNumber: 42 Aug 13 11:56:19 cirros kern.info kernel: [ 1.513427] tsc: Refined TSC clocksource calibration: 3491.852 MHz Aug 13 11:56:19 cirros kern.info kernel: [ 1.513433] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553f88a97, max_idle_ns: 440795268990 ns Aug 13 11:56:20 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:20 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:20 cirros kern.info kernel: [ 2.792067] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:20 cirros kern.info kernel: [ 2.826436] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-2 login: 2018-08-13 11:02:21,800 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_update_rt_and_keep_local_connectivity_variant2): 200 POST http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284/action 0.078s 2018-08-13 11:02:21,801 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"os-getConsoleOutput": {}} Response - Headers: {'status': '200', u'content-length': '31852', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284/action', u'x-compute-request-id': 'req-63c48855-f183-4a61-8786-fcb7dbef93f4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-63c48855-f183-4a61-8786-fcb7dbef93f4'} Body: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465945538 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl 2018-08-13 11:02:21,803 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.manager] Console output for 02db1594-00ed-40a6-8e3e-89aba09b1284 body= [ 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0] [ 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 0x00000000000F6160 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000001FFE14FF 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 465945538 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.145862] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.147524] pid_max: default: 32768 minimum: 301 [ 0.148421] ACPI: Core revision 20150930 [ 0.149808] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.151127] Security Framework initialized [ 0.151943] Yama: becoming mindful. [ 0.152672] AppArmor: AppArmor initialized [ 0.153544] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.154894] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.156176] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.157395] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.158827] Initializing cgroup subsys io [ 0.159656] Initializing cgroup subsys memory [ 0.160522] Initializing cgroup subsys devices [ 0.161409] Initializing cgroup subsys freezer [ 0.162284] Initializing cgroup subsys net_cls [ 0.163157] Initializing cgroup subsys perf_event [ 0.164073] Initializing cgroup subsys net_prio [ 0.164971] Initializing cgroup subsys hugetlb [ 0.165840] Initializing cgroup subsys pids [ 0.166712] CPU: Physical Processor ID: 0 [ 0.168215] mce: CPU supports 10 MCE banks [ 0.169077] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.170082] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.184506] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.190576] ftrace: allocating 31920 entries in 125 pages [ 0.215515] smpboot: Max logical packages: 1 [ 0.216403] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.217762] x2apic enabled [ 0.218598] Switched APIC routing to physical x2apic. [ 0.220334] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.221463] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.223506] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.225309] KVM setup paravirtual spinlock [ 0.226613] x86: Booted up 1 node, 1 CPUs [ 0.227429] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.228827] devtmpfs: initialized [ 0.230547] evm: security.selinux [ 0.231255] evm: security.SMACK64 [ 0.231948] evm: security.SMACK64EXEC [ 0.232693] evm: security.SMACK64TRANSMUTE [ 0.233506] evm: security.SMACK64MMAP [ 0.234256] evm: security.ima [ 0.234902] evm: security.capability [ 0.235710] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.237584] pinctrl core: initialized pinctrl subsystem [ 0.238695] RTC time: 10:56:09, date: 08/13/18 [ 0.239665] NET: Registered protocol family 16 [ 0.240658] cpuidle: using governor ladder [ 0.241483] cpuidle: using governor menu [ 0.242274] PCCT header not found. [ 0.243033] ACPI: bus type PCI registered [ 0.243835] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.245090] PCI: Using configuration type 1 for base access [ 0.246856] ACPI: Added _OSI(Module Device) [ 0.247706] ACPI: Added _OSI(Processor Device) [ 0.248574] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.249480] ACPI: Added _OSI(Processor Aggregator Device) [ 0.251241] ACPI: Interpreter enabled [ 0.252017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.253872] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.255714] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.257559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.259397] ACPI: (supports S0 S5) [ 0.260102] ACPI: Using IOAPIC for interrupt routing [ 0.261046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.264149] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.265299] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.266537] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.267731] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.269962] acpiphp: Slot [3] registered [ 0.270765] acpiphp: Slot [4] registered [ 0.271570] acpiphp: Slot [5] registered [ 0.272373] acpiphp: Slot [6] registered [ 0.273174] acpiphp: Slot [7] registered [ 0.273981] acpiphp: Slot [8] registered [ 0.274782] acpiphp: Slot [9] registered [ 0.275583] acpiphp: Slot [10] registered [ 0.276396] acpiphp: Slot [11] registered [ 0.277222] acpiphp: Slot [12] registered [ 0.278040] acpiphp: Slot [13] registered [ 0.278849] acpiphp: Slot [14] registered [ 0.279661] acpiphp: Slot [15] registered [ 0.290352] acpiphp: Slot [16] registered [ 0.291174] acpiphp: Slot [17] registered [ 0.291990] acpiphp: Slot [18] registered [ 0.292798] acpiphp: Slot [19] registered [ 0.293780] acpiphp: Slot [20] registered [ 0.294772] acpiphp: Slot [21] registered [ 0.295763] acpiphp: Slot [22] registered [ 0.296751] acpiphp: Slot [23] registered [ 0.297737] acpiphp: Slot [24] registered [ 0.298719] acpiphp: Slot [25] registered [ 0.299702] acpiphp: Slot [26] registered [ 0.300689] acpiphp: Slot [27] registered [ 0.301667] acpiphp: Slot [28] registered [ 0.302698] acpiphp: Slot [29] registered [ 0.303692] acpiphp: Slot [30] registered [ 0.304685] acpiphp: Slot [31] registered [ 0.305665] PCI host bridge to bus 0000:00 [ 0.306664] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.308174] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.309681] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.311449] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.313212] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.315019] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.318654] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.320253] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.321710] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.323289] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.327181] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.329098] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.349663] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.351423] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.353111] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.354812] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.356483] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.357987] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.359534] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.360725] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.362296] vgaarb: loaded [ 0.362906] vgaarb: bridge control possible 0000:00:02.0 [ 0.364154] SCSI subsystem initialized [ 0.365087] ACPI: bus type USB registered [ 0.365920] usbcore: registered new interface driver usbfs [ 0.366955] usbcore: registered new interface driver hub [ 0.367971] usbcore: registered new device driver usb [ 0.369080] PCI: Using ACPI for IRQ routing [ 0.370199] NetLabel: Initializing [ 0.370922] NetLabel: domain hash size = 128 [ 0.371771] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.372740] NetLabel: unlabeled traffic allowed by default [ 0.373911] clocksource: Switched to clocksource kvm-clock [ 0.382216] AppArmor: AppArmor Filesystem Enabled [ 0.383201] pnp: PnP ACPI init [ 0.384147] pnp: PnP ACPI: found 5 devices [ 0.390461] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.392182] NET: Registered protocol family 2 [ 0.393233] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.394533] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.395749] TCP: Hash tables configured (established 4096 bind 4096) [ 0.396959] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.398051] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.399246] NET: Registered protocol family 1 [ 0.400133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.401240] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.402324] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.416374] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.430501] Trying to unpack rootfs image as initramfs... [ 0.487432] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.489079] Scanning for low memory corruption every 60 seconds [ 0.490446] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.491614] audit: initializing netlink subsys (disabled) [ 0.492643] audit: type=2000 audit(1534157769.959:1): initialized [ 0.494019] Initialise system trusted keyring [ 0.494968] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.496132] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498285] zbud: loaded [ 0.499023] VFS: Disk quotas dquot_6.6.0 [ 0.499846] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.501453] fuse init (API version 7.23) [ 0.502371] Key type big_key registered [ 0.503183] Allocating IMA MOK and blacklist keyrings. [ 0.504423] Key type asymmetric registered [ 0.505256] Asymmetric key parser 'x509' registered [ 0.506236] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.507716] io scheduler noop registered [ 0.508515] io scheduler deadline registered (default) [ 0.509517] io scheduler cfq registered [ 0.510378] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.511430] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.512702] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.514173] ACPI: Power Button [PWRF] [ 0.515030] GHES: HEST is not enabled! [ 0.528584] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.556403] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.558528] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.582497] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.584804] Linux agpgart interface v0.103 [ 0.587434] brd: module loaded [ 0.589119] loop: module loaded [ 0.593263] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.597229] GPT:90111 != 2097151 [ 0.597930] GPT:Alternate GPT header not at the end of the disk. [ 0.599036] GPT:90111 != 2097151 [ 0.599716] GPT: Use GNU Parted to correct GPT errors. [ 0.600707] vda: vda1 vda15 [ 0.602965] scsi host0: ata_piix [ 0.603766] scsi host1: ata_piix [ 0.604497] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.605721] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.607230] libphy: Fixed MDIO Bus: probed [ 0.608058] tun: Universal TUN/TAP device driver, 1.6 [ 0.609019] tun: (C) 1999-2004 Max Krasnyansky [ 0.611745] PPP generic driver version 2.4.2 [ 0.612684] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.613970] ehci-pci: EHCI PCI platform driver [ 0.614857] ehci-platform: EHCI generic platform driver [ 0.615867] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.617115] ohci-pci: OHCI PCI platform driver [ 0.618014] ohci-platform: OHCI generic platform driver [ 0.619023] uhci_hcd: USB Universal Host Controller Interface driver [ 0.633379] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.634438] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.635916] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.636953] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.638114] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.639379] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.640826] usb usb1: Product: UHCI Host Controller [ 0.641777] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.642941] usb usb1: SerialNumber: 0000:00:01.2 [ 0.643953] hub 1-0:1.0: USB hub found [ 0.644752] hub 1-0:1.0: 2 ports detected [ 0.645718] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.647921] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.648904] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.649991] mousedev: PS/2 mouse device common for all mice [ 0.651310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.653300] rtc_cmos 00:00: RTC can wake from S4 [ 0.654457] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.655681] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.656906] i2c /dev entries driver [ 0.657704] device-mapper: uevent: version 1.0.3 [ 0.658708] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.660380] ledtrig-cpu: registered to indicate activity on CPUs [ 0.661838] NET: Registered protocol family 10 [ 0.663011] NET: Registered protocol family 17 [ 0.663928] Key type dns_resolver registered [ 0.664955] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.666079] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.667907] registered taskstats version 1 [ 0.668760] Loading compiled-in X.509 certificates [ 0.670276] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.672160] zswap: loaded using pool lzo/zbud [ 0.673823] Key type trusted registered [ 0.675623] Key type encrypted registered [ 0.676465] AppArmor: AppArmor sha1 policy hashing enabled [ 0.677516] ima: No TPM chip found, activating TPM-bypass! [ 0.678588] evm: HMAC attrs: 0x1 [ 0.679611] Magic number: 14:937:931 [ 0.680497] rtc_cmos 00:00: setting system clock to 2018-08-13 10:56:09 UTC (1534157769) [ 0.682160] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.683291] EDD information not available. [ 0.767288] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.779200] Write protecting the kernel read-only data: 14336k [ 0.781393] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.783259] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.60 modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep [ 0.827765] random: blkid urandom read with 2 bits of entropy available info: copying initramfs to /dev/vda1 info: initramfs loading root from /dev/vda1 info: /etc/init.d/rc.sysinit: up at 0.72 info: container: none Starting logging: OK modprobe: module virtio_pci not found in modules.dep modprobe: module virtio_blk not found in modules.dep modprobe: module virtio_net not found in modules.dep modprobe: module vfat not found in modules.dep modprobe: module nls_cp437 not found in modules.dep WARN: /etc/rc3.d/S10-load-modules failed Initializing random number generator... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 10.101.11.10... Lease of 10.101.11.10 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "10.101.11.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.82. iid=i-0000006b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCJmuHnzad0Pto2GcDBGKhX8SK376G8aC+sboSNup35XptuCclgSPNs7LFr03M6pZ3wGifYtwvcle4yhkEgIJk8UTYb51GoTVuHG/7rR1XOWJHZCbrYFmzz10+HiypecGhVunOpS35OfhYOXW8meRf3dRXqL7VU/TwrQ/8U/m/ErgQQC8XlKm/AXVAmjKURR4RTstIVluaLCTjVPIhkDk50ap+UjsmC5jygD2J32P2GFAUetmlLBSpijUBTowXtdGvbO/kmLEUeDgsg6HVFr/STDhEIJmeJSKzU8ousxysXSDvk8jBd2YaQR5+fzPDgb1rQNCTxcC5XY0X6hVii4zwP root@server-1 ssh-dss AAAAB3NzaC1kc3MAAACBAPO1rERRzwSZzeW0qKvz8nAshKzt1KXnjdayfaisSzs1Bod9Q+DM14pIaFZVULTHHpf86DrhyZiJiqYj4gfSEDgh6DrjtLyEHGqY4v2RUxAIMWdnsZ6L3nPpeglx7zFeQyb+GPvRH1zjL5v4q0NgUZ8XLvD0cIKszPDth5+fbANrAAAAFQDY3dD0Fpz9CyINExdjz6P8Xo3/JQAAAIAQUSmUCX/etQyCTyb6I3E680kLwH3rh0UPlEJOXkIAj+hd1iZcX4wSjBo78gsR8PQSJQ3LWvUb3HTowGraqoEL+JTJdsikQlaMqlNwvtuuHTkYSlAMAjO0SENvglEuRdubRTohimVhZSfe4pS3BL7V0qe4Ki7jfJ4OO/ZkOLEjdwAAAIEAt5OiJ95DB2ogXu7Rt4HaQ6nCSS4o/TvVlzmeXvS8GI0t/0B0+z0Qt2Lv9EM/wlILCWwrc/+DztLxVnd/Sfw/nf6kRIXxLRTDkJs9aoyXVxINIVBqQkgxSZENbYLHenm3bk6+c3/Xgx3SWJRHiRKMACXQHER6MMni54hXzzb5EPA= root@server-1 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.13s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,10.101.11.10,24,fe80::f816:3eff:febd:cf2b/64, ip-route:default via 10.101.11.1 dev eth0 ip-route:10.101.11.0/24 dev eth0 src 10.101.11.10 ip-route:169.254.169.254 via 10.101.11.2 dev eth0 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-0000006b name: N/A availability-zone: nova local-hostname: server-1 launch-index: 0 === cirros: current=0.4.0 uptime=2.94 === === pinging gateway failed, debugging connection === ############ debug start ############## ### /etc/init.d/sshd start Top of dropbear init script Starting dropbear sshd: remove-dropbear-host-keys already run per instance FAIL ### ifconfig -a eth0 Link encap:Ethernet HWaddr FA:16:3E:BD:CF:2B inet addr:10.101.11.10 Bcast:10.101.11.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:febd:cf2b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:77 errors:0 dropped:0 overruns:0 frame:0 TX packets:113 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8555 (8.3 KiB) TX bytes:10134 (9.8 KiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:1 errors:0 dropped:0 overruns:0 frame:0 TX packets:1 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1 RX bytes:112 (112.0 B) TX bytes:112 (112.0 B) ### route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 10.101.11.1 0.0.0.0 UG 0 0 0 eth0 10.101.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.169.254 10.101.11.2 255.255.255.255 UGH 0 0 0 eth0 ### cat /etc/resolv.conf search openstacklocal nameserver 10.101.11.2 ### ping -c 5 10.101.11.1 PING 10.101.11.1 (10.101.11.1): 56 data bytes --- 10.101.11.1 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss ### pinging nameservers #### ping -c 5 10.101.11.2 PING 10.101.11.2 (10.101.11.2): 56 data bytes 64 bytes from 10.101.11.2: seq=0 ttl=64 time=0.834 ms 64 bytes from 10.101.11.2: seq=1 ttl=64 time=0.261 ms 64 bytes from 10.101.11.2: seq=2 ttl=64 time=0.177 ms 64 bytes from 10.101.11.2: seq=3 ttl=64 time=0.318 ms 64 bytes from 10.101.11.2: seq=4 ttl=64 time=0.247 ms --- 10.101.11.2 ping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss round-trip min/avg/max = 0.177/0.367/0.834 ms ### uname -a Linux server-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux ### lsmod Module Size Used by Not tainted nls_iso8859_1 16384 0 isofs 40960 0 ip_tables 24576 0 x_tables 36864 1 ip_tables pcnet32 45056 0 8139cp 28672 0 mii 16384 2 pcnet32,8139cp ne2k_pci 16384 0 8390 20480 1 ne2k_pci e1000 135168 0 virtio_scsi 20480 0 ### dmesg | tail [ 0.953929] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.115302] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.115304] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.115306] usb 1-1: Product: QEMU USB Tablet [ 1.115307] usb 1-1: Manufacturer: QEMU [ 1.115307] usb 1-1: SerialNumber: 42 [ 1.485984] tsc: Refined TSC clocksource calibration: 3491.871 MHz [ 1.485991] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns [ 2.991524] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks [ 3.036683] EXT4-fs (vda1): resized filesystem to 1039340 ### tail -n 25 /var/log/messages Aug 13 11:56:09 cirros kern.info kernel: [ 0.783259] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) Aug 13 11:56:09 cirros kern.info kernel: [ 0.795500] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI Aug 13 11:56:09 cirros kern.info kernel: [ 0.795502] e1000: Copyright (c) 1999-2006 Intel Corporation. Aug 13 11:56:09 cirros kern.info kernel: [ 0.797271] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker Aug 13 11:56:09 cirros kern.info kernel: [ 0.800430] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de Aug 13 11:56:09 cirros kern.info kernel: [ 0.802535] ip_tables: (C) 2000-2006 Netfilter Core Team Aug 13 11:56:09 cirros kern.info kernel: [ 0.825384] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:09 cirros kern.info kernel: [ 0.826102] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:09 cirros kern.notice kernel: [ 0.827765] random: blkid urandom read with 2 bits of entropy available Aug 13 11:56:09 cirros kern.info kernel: [ 0.829458] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem Aug 13 11:56:09 cirros kern.info kernel: [ 0.832657] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) Aug 13 11:56:09 cirros kern.info kernel: [ 0.905761] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:09 cirros kern.info kernel: [ 0.913681] EXT4-fs (vda1): re-mounted. Opts: data=ordered Aug 13 11:56:09 cirros kern.info kernel: [ 0.953929] usb 1-1: new full-speed USB device number 2 using uhci_hcd Aug 13 11:56:09 cirros kern.info kernel: [ 1.115302] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 Aug 13 11:56:09 cirros kern.info kernel: [ 1.115304] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 Aug 13 11:56:09 cirros kern.info kernel: [ 1.115306] usb 1-1: Product: QEMU USB Tablet Aug 13 11:56:09 cirros kern.info kernel: [ 1.115307] usb 1-1: Manufacturer: QEMU Aug 13 11:56:09 cirros kern.info kernel: [ 1.115307] usb 1-1: SerialNumber: 42 Aug 13 11:56:10 cirros kern.info kernel: [ 1.485984] tsc: Refined TSC clocksource calibration: 3491.871 MHz Aug 13 11:56:10 cirros kern.info kernel: [ 1.485991] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32555216d58, max_idle_ns: 440795274562 ns Aug 13 11:56:10 cirros auth.notice su: + /dev/console root:cirros Aug 13 11:56:11 cirros authpriv.info dropbear[345]: Running in background Aug 13 11:56:11 cirros kern.info kernel: [ 2.991524] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks Aug 13 11:56:11 cirros kern.info kernel: [ 3.036683] EXT4-fs (vda1): resized filesystem to 1039340 ############ debug end ############## ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. server-1 login: 2018-08-13 11:02:22,938 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/9f9e70ff-8016-4f84-98e8-b8db09c7b088 1.060s 2018-08-13 11:02:22,939 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/9f9e70ff-8016-4f84-98e8-b8db09c7b088', u'date': 'Mon, 13 Aug 2018 11:02:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-99bf0eba-b21c-4499-84eb-c5fa578cc644'} Body: 2018-08-13 11:02:24,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/remove_router_interface 1.886s 2018-08-13 11:02:24,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:02:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f918037f-b78d-40f5-8caf-ea0da7911be3'} Body: {"network_id": "c06fdfe5-a914-474d-80de-36073faecdbb", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a3bfccc3-506c-4f66-84e5-cd24860ee0e0", "subnet_ids": ["a3bfccc3-506c-4f66-84e5-cd24860ee0e0"], "port_id": "9f6e5763-8bb8-40c7-ba7c-fed24aa7ef9f", "id": "8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e"} 2018-08-13 11:02:26,805 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e 1.976s 2018-08-13 11:02:26,805 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8737cd65-52dd-4cf7-9ac0-8e3bf27fc57e', u'date': 'Mon, 13 Aug 2018 11:02:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-75e4ccdd-444a-4dd6-8167-592c23095605'} Body: 2018-08-13 11:02:28,095 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/605c5c97-15e0-4c4a-8a97-c98c1f1950f5 1.288s 2018-08-13 11:02:28,096 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/605c5c97-15e0-4c4a-8a97-c98c1f1950f5', u'date': 'Mon, 13 Aug 2018 11:02:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d7072a10-dd20-4c23-8af3-69e211adda3f'} Body: 2018-08-13 11:02:29,777 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/remove_router_interface 1.680s 2018-08-13 11:02:29,777 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:02:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d1cf620-b048-4fcb-8923-d14129af4195'} Body: {"network_id": "2fd795ee-1cb1-45f4-91df-5264f00e6061", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7250d5ce-b2bb-45c2-acd2-3c030c54191e", "subnet_ids": ["7250d5ce-b2bb-45c2-acd2-3c030c54191e"], "port_id": "599a3b77-d8f7-4cad-9000-47323c037462", "id": "5997cfb2-e7f6-44ea-848c-f0086647db49"} 2018-08-13 11:02:31,905 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49 2.126s 2018-08-13 11:02:31,905 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/5997cfb2-e7f6-44ea-848c-f0086647db49', u'date': 'Mon, 13 Aug 2018 11:02:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3cdb2686-1fd6-4835-a7dc-002469e38bdb'} Body: 2018-08-13 11:02:32,075 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.169s 2018-08-13 11:02:32,076 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-b37e2962-977e-41c9-86a6-5100b152e737', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:31 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b37e2962-977e-41c9-86a6-5100b152e737'} Body: 2018-08-13 11:02:32,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.788s 2018-08-13 11:02:32,865 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-5d5c57bc-a29a-468a-b59c-8535adfcde80', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5d5c57bc-a29a-468a-b59c-8535adfcde80'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:be:d0", "version": 4, "addr": "10.102.21.40", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "b420d2ed-bae0-458c-a014-1922e6d41bfb", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:31Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-4", "created": "2018-08-13T10:56:27Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:33,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb 0.042s 2018-08-13 11:02:33,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/b420d2ed-bae0-458c-a014-1922e6d41bfb', u'x-compute-request-id': 'req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:33 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0191c6cc-2349-458c-8fb4-b89ddc3f9b6c'} Body: {"itemNotFound": {"message": "Instance b420d2ed-bae0-458c-a014-1922e6d41bfb could not be found.", "code": 404}} 2018-08-13 11:02:34,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/4cc26a18-f29b-4c79-8c22-9babe68eb9f3 0.813s 2018-08-13 11:02:34,739 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/4cc26a18-f29b-4c79-8c22-9babe68eb9f3', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-63878d9f-9d0e-4927-975e-03712a358c8b'} Body: 2018-08-13 11:02:34,879 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.138s 2018-08-13 11:02:34,879 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-b0523500-a53d-40d5-ac74-00cfb4392a8f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b0523500-a53d-40d5-ac74-00cfb4392a8f'} Body: 2018-08-13 11:02:36,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 1.456s 2018-08-13 11:02:36,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1546', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-f8c4a29f-1a72-4fa1-9405-af683b920102', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:34 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8c4a29f-1a72-4fa1-9405-af683b920102'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:db:a2:20", "version": 4, "addr": "10.101.11.30", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "636586aa-0f44-4e7f-a7ec-3e399195cc69", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:34Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-3", "created": "2018-08-13T10:56:20Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:37,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69 0.043s 2018-08-13 11:02:37,394 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/636586aa-0f44-4e7f-a7ec-3e399195cc69', u'x-compute-request-id': 'req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1765dbdb-d841-4ea5-a3c9-a4aed79a27d9'} Body: {"itemNotFound": {"message": "Instance 636586aa-0f44-4e7f-a7ec-3e399195cc69 could not be found.", "code": 404}} 2018-08-13 11:02:38,232 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a0d367f7-91fe-4603-b5b7-45d440603e42 0.837s 2018-08-13 11:02:38,233 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a0d367f7-91fe-4603-b5b7-45d440603e42', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-331c68cd-7b85-4215-9275-71f37e6e310f'} Body: 2018-08-13 11:02:38,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.172s 2018-08-13 11:02:38,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-de991922-77a0-4b0e-b39e-9d266c3ddb20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-de991922-77a0-4b0e-b39e-9d266c3ddb20'} Body: 2018-08-13 11:02:38,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.432s 2018-08-13 11:02:38,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1547', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-e69680dd-9969-499e-a378-1e5d9b7bd591', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e69680dd-9969-499e-a378-1e5d9b7bd591'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-604069845": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:e8:0d", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:17.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a4792f7a-8247-4bec-9692-ca5cc67520cf", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-2", "created": "2018-08-13T10:56:11Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:39,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf 0.051s 2018-08-13 11:02:39,903 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a4792f7a-8247-4bec-9692-ca5cc67520cf', u'x-compute-request-id': 'req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:39 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-fd66e17a-0a6c-4d1f-898d-d3fe77f0dc0d'} Body: {"itemNotFound": {"message": "Instance a4792f7a-8247-4bec-9692-ca5cc67520cf could not be found.", "code": 404}} 2018-08-13 11:02:40,712 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/7d9b628f-19a6-460f-9b7c-6f3005348eb6 0.804s 2018-08-13 11:02:40,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/7d9b628f-19a6-460f-9b7c-6f3005348eb6', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-76344eb8-58be-42c6-8b07-afd59b28480b'} Body: 2018-08-13 11:02:40,874 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.160s 2018-08-13 11:02:40,875 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-27461c40-464e-4cca-bea6-624c7c37015d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-27461c40-464e-4cca-bea6-624c7c37015d'} Body: 2018-08-13 11:02:41,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.437s 2018-08-13 11:02:41,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1546', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-1db31fcc-dd33-47d5-a75d-4641342566da', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1db31fcc-dd33-47d5-a75d-4641342566da'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-85022462": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:cf:2b", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/02db1594-00ed-40a6-8e3e-89aba09b1284", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T10:56:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "02db1594-00ed-40a6-8e3e-89aba09b1284", "security_groups": [{"name": "tempest-secgroup-smoke-12732150"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:02:40Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-521432496", "name": "server-1", "created": "2018-08-13T10:56:03Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:42,376 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284 0.048s 2018-08-13 11:02:42,377 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/02db1594-00ed-40a6-8e3e-89aba09b1284', u'x-compute-request-id': 'req-0d378a11-5972-4934-a6ea-d05f2694e811', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:42 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-0d378a11-5972-4934-a6ea-d05f2694e811'} Body: {"itemNotFound": {"message": "Instance 02db1594-00ed-40a6-8e3e-89aba09b1284 could not be found.", "code": 404}} 2018-08-13 11:02:43,329 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/dc6c090d-a618-4845-8852-e3f87bb8757d 0.951s 2018-08-13 11:02:43,330 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/dc6c090d-a618-4845-8852-e3f87bb8757d', u'date': 'Mon, 13 Aug 2018 11:02:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1eb2bed2-4543-4937-93a9-733179e98b57'} Body: 2018-08-13 11:02:43,446 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-521432496 0.115s 2018-08-13 11:02:43,447 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-521432496', u'x-compute-request-id': 'req-66d08b46-9971-4281-b01b-e61b7e9965c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-66d08b46-9971-4281-b01b-e61b7e9965c3'} Body: 2018-08-13 11:02:45,044 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a3bfccc3-506c-4f66-84e5-cd24860ee0e0 1.596s 2018-08-13 11:02:45,045 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a3bfccc3-506c-4f66-84e5-cd24860ee0e0', u'date': 'Mon, 13 Aug 2018 11:02:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cba2f3bf-ff09-49f2-92fd-aa44f14afba8'} Body: 2018-08-13 11:02:46,900 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/c06fdfe5-a914-474d-80de-36073faecdbb 1.854s 2018-08-13 11:02:46,900 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/c06fdfe5-a914-474d-80de-36073faecdbb', u'date': 'Mon, 13 Aug 2018 11:02:46 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-86648db6-18a2-4f51-9b18-d675f0d215ef'} Body: 2018-08-13 11:02:47,925 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7250d5ce-b2bb-45c2-acd2-3c030c54191e 1.023s 2018-08-13 11:02:47,925 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7250d5ce-b2bb-45c2-acd2-3c030c54191e', u'date': 'Mon, 13 Aug 2018 11:02:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-4570eb38-3948-4c48-97d2-bc6cc1c6d05e'} Body: 2018-08-13 11:02:49,306 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/2fd795ee-1cb1-45f4-91df-5264f00e6061 1.380s 2018-08-13 11:02:49,307 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/2fd795ee-1cb1-45f4-91df-5264f00e6061', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9e3151ed-555e-477d-9464-43030881589f'} Body: 2018-08-13 11:02:49,513 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/25d983a2-e359-48b0-95f0-5cc20a411ad2 0.205s 2018-08-13 11:02:49,513 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/25d983a2-e359-48b0-95f0-5cc20a411ad2', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9bf0ff51-cd9a-4037-8427-621bc8582813'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1[compute,id-8a5a6fac-313c-464b-9c5c-29d4e1c0a51e,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 102, in test_bgpvpn_variant1 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:02:49,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.272s 2018-08-13 11:02:49,843 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-667935989 description", "name": "tempest-secgroup-smoke-667935989"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:02:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fbc5bd3b-efa5-4d2c-952b-9c350eb6650a'} Body: {"security_group": {"description": "tempest-secgroup-smoke-667935989 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:49Z", "updated_at": "2018-08-13T11:02:49Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:02:49Z", "revision_number": 0, "id": "17e6b792-3cfc-4846-8e3a-dbc0729f1edd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:02:49Z", "revision_number": 0, "id": "6d592eb5-b003-4605-8f10-b0630cc0d7ce", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0c84224c-3600-4544-a3c7-7fb547245a87", "name": "tempest-secgroup-smoke-667935989"}} 2018-08-13 11:02:50,040 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.195s 2018-08-13 11:02:50,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0493780-835d-4488-80a5-f726e1069b6e'} 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-08-13T11:02:49Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:49Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3706d2a8-68b9-4501-872d-88aa50b6704f"}} 2018-08-13 11:02:50,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.341s 2018-08-13 11:02:50,383 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fc93bc3f-3d90-4f41-919d-0cf9d07da69b'} 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-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "95c08fbc-92f5-4480-a67a-af7a354bf941"}} 2018-08-13 11:02:50,528 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.143s 2018-08-13 11:02:50,529 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-afd83799-52ce-4dcd-bcd9-9c23dfab8d2a'} 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-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1f488052-168b-4f83-82d3-d2422bbf4da7"}} 2018-08-13 11:02:50,669 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.139s 2018-08-13 11:02:50,669 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-326781c8-c0e8-4b59-9dd9-3bf26c9815be'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:02:50Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:50Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "aaf41e5b-bbbb-48a0-8b12-2abfc0a16e4a"}} 2018-08-13 11:02:51,088 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.417s 2018-08-13 11:02:51,088 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-915421bf-3a50-46f6-aef8-2c0afb570637'} 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-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "b200bdbf-a9c2-4dc9-be18-06048d1c20aa"}} 2018-08-13 11:02:51,244 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 11:02:51,245 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f0480a22-31fe-44f4-87cc-336d2ccb9acb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9509bf64-101e-49c4-92fd-9e8c5ea94566"}} 2018-08-13 11:02:51,405 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.159s 2018-08-13 11:02:51,406 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-14a70ef8-dd68-4c14-97c9-85b049c29cd0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "148261da-29d4-4a36-b6f2-2efe3934e48b"}} 2018-08-13 11:02:51,543 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 11:02:51,544 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8f5ab51a-7d06-4efe-b316-c2a6489b6475'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:02:51Z", "security_group_id": "0c84224c-3600-4544-a3c7-7fb547245a87", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:02:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e341eb88-470b-4906-8c1b-8ffed0dadf42"}} 2018-08-13 11:02:51,807 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.262s 2018-08-13 11:02:51,807 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1087194510"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:02:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3ad295b7-cbfd-4334-b724-b901c3b8f068'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:51Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:02:51Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"352b7646-1882-4537-bc39-1a40f410b1e6","name":"tempest-A-1087194510"}} 2018-08-13 11:02:52,335 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.526s 2018-08-13 11:02:52,335 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "name": "tempest-subnet-A-1-759486878"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:02:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-244991d2-464d-4b79-aff4-e15c8fcdee21'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"352b7646-1882-4537-bc39-1a40f410b1e6","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","dns_nameservers":[],"updated_at":"2018-08-13T11:02:52Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a1b6d69c-8566-4c08-b4f0-a2c298049a13","subnetpool_id":null,"name":"tempest-subnet-A-1-759486878"}} 2018-08-13 11:02:52,560 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/networks 0.224s 2018-08-13 11:02:52,561 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-442913846"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:02:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-37ba75eb-3fcc-40f6-806b-cf7eeade8224'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:02:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","name":"tempest-B-442913846"}} 2018-08-13 11:02:53,160 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.598s 2018-08-13 11:02:53,161 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "name": "tempest-subnet-B-1-1697572579"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3fd68d08-b5a7-4e2d-ae07-6e621a308e00'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:02:52Z","dns_nameservers":[],"updated_at":"2018-08-13T11:02:52Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"758d198d-4d1e-4c2b-948b-10eed9ebefb3","subnetpool_id":null,"name":"tempest-subnet-B-1-1697572579"}} 2018-08-13 11:02:53,555 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:02:53,555 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'status': '201', u'content-length': '9042', 'content-location': 'http://172.30.9.22:5000/v3/auth/tokens', u'x-subject-token': '', u'vary': 'X-Auth-Token', u'server': 'Apache', u'connection': 'close', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-21930475-2f4d-4a83-9907-93f1153d36b6'} Body: {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:02:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "132730d1a8354fc397000114f2979bc5", "name": "tempest-TestBGPVPNBasic-1928336582"}, "catalog": [{"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "admin", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "internal", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8776/v3/132730d1a8354fc397000114f2979bc5", "region": "regionOne", "interface": "public", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "internal", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8977", "region": "regionOne", "interface": "admin", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8977", "region": "regionOne", "interface": "public", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "admin", "id": "17237251987d4d5d8f643c2fc645875b"}, {"region_id": "regionOne", "url": "http://172.30.9.22:8774/v2.1", "region": "regionOne", "interface": "public", "id": "3763ba21764e4e8cacc7715931376933"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "interface": "internal", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "internal", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:9292", "region": "regionOne", "interface": "admin", "id": "66808df5f08d4badbeef1471bb119313"}, {"region_id": "regionOne", "url": "http://172.30.9.22:9292", "region": "regionOne", "interface": "public", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:8778/placement", "region": "regionOne", "interface": "public", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "internal", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"region_id": "regionOne", "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "interface": "admin", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"region_id": "regionOne", "url": "http://192.30.9.4:35357", "region": "regionOne", "interface": "admin", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"region_id": "regionOne", "url": "http://172.30.9.22:5000", "region": "regionOne", "interface": "public", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"region_id": "regionOne", "url": "http://192.30.9.4:5000", "region": "regionOne", "interface": "internal", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"region_id": "regionOne", "url": "http://172.30.9.22:9696", "region": "regionOne", "interfa 2018-08-13 11:02:53,910 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.353s 2018-08-13 11:02:53,910 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:02:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-cda545b1-73b5-4933-bd09-50a5503258f1'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "cd1f910c-a42c-408c-8539-48abf3c8f155"}} 2018-08-13 11:02:54,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations 0.363s 2018-08-13 11:02:54,274 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-57f6919b-f9ae-4bea-ad30-6ba4f43c032d'} Body: {"network_association": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "id": "f3784abb-074a-4ae8-8586-c151d054189d"}} 2018-08-13 11:02:54,979 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations 0.704s 2018-08-13 11:02:54,980 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/cd1f910c-a42c-408c-8539-48abf3c8f155/network_associations', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7fe1e4a1-c888-4418-9299-c6f51a4034ae'} Body: {"network_association": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "id": "c97039de-6ccf-4ef9-8dac-fc101792a114"}} 2018-08-13 11:02:54,981 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:02:55,097 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.115s 2018-08-13 11:02:55,098 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1779292189"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f8ee6d4a-4895-4a87-8b20-aa03a3b63d6e'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh3I6edAf7P0ksMXI62bJnlgrWVRC4gADyp0w9VcsAo5jJ3doEszMUzB9JN15kiepny8AsTwBycpkSVNnPf4OnQSvKobjysOjEOac8xH/V+ML07+l9uKDgN/6IldFskHrY1G1ZXLOcJlG53cX7E9QJ1oGq6fsXeqzNcoKv6X/85xQBOBs1AkbW9+tjDQ6/9S6Q2d0VKb/tijUMZdoYy7Z9F6dfU06yT/o1FSAW89novOaGFNlYzii/69U6uiWVs3N6Uu0Wlsobe1D1iy0gNPM2D3Yz1mJy2u8ElvC10Il/Epqtuz+zX1DvgWuC56KPWaiWWlhU6qgU7dIDZPQgTnT3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA4dyOnnQH+z9JLDFyOtmyZ5YK1lUQuIAA8qdMPVXLAKOYyd3a\nBLMzFMwfSTdeZInqZ8vALE8AcnKZElTZz3+Dp0EryqG48rDoxDmnPMR/1fjC9O/p\nfbig4Df+iJXRbJB62NRtWVyznCZRud3F+xPUCdaBqun7F3qszXKCr+l//OcUATgb\nNQJG1vfrYw0Ov/UukNndFSm/7Yo1DGXaGMu2fRenX1NOsk/6NRUgFvPZ6LzmhhTZ\nWM4ov+vVOrollbNzelLtFpbKG3tQ9YstIDTzNg92M9ZictrvBJbwtdCJfxKarbs/\ns19Q74Frgueij1mollpYVOqoFO3SA2T0IE509wIDAQABAoIBAFHP7Y0x5G4610t9\nwa3Vi00ASX6no33hR/adaP1SpUze9YoxpTZMnvUqly6TMsriNhlQ8ZRbLYNHRXEh\ncSA7RToBXlZwzCiEslvZsl1NpCyihiPo/z+97/An+DgLZKeZkhYWpGFZNeoa60GT\nNpKi9Qx3OdLqHDy9//gPQY1s3CKD9x6/67FTd+GZQRatvCsPQey3RJivhC+/a9tA\nr+Z1zIdQfTMLpp2nKHXRzl5WOfUXVwMYVRQwD38MC0tcrj4ubWF67eZ9jr/Fp7Nv\nuhXrOdcO+6V8fRgfiJBSPcNYwfM1XD+hWVuSqYue1kzin0u7UAwN3JMqLPeCFZTv\nlS1wIAkCgYEA+ojaKijJ2mFCySuNmF3gcHIcd6NC9u+RSYfmdQTnCqZQWeJ+1RJ7\nk6nirOlc3f9qw2u4eVuNSykDGp3XZyUYIN8fmYht9IsznDKze59natmFyk1shIrU\n+62iuleWkK5FHGzip4YyBiNDuRmrQLIJnd5bUYHyELRCeBFqb1zRPrMCgYEA5snq\nKRFRyQdHTXYL8k26JZ0lqa+rs4d4yhoFnDFedxfvVoIND+Uxxwnnz+3h82kFZcD6\n1RNhajjCa7PNRv+YNfnThIrPwZwYTjn1FbNYBcwWuodfilL+QRJnDLbSW0uChK4+\nItva4Ujgr6+MShJBWIKYWJDsDxfz4hefoVzHkq0CgYA7HKUVA3C09PPUEVGkXKoC\n/fmXhM7dAqNuDQGkJJb63UjiHF2+mlDMA253S8xcmNIw766j+6T30eJomktji84I\nm3ySNi1zYJC5zwCoL3EwNciqdeAf2b3s8AgQHXBqDKRD07Eaw7/z0Mg+2T6d0iQQ\nupEjRxy9Mjrop3tMcULxnwKBgQDDTlpoOKzyp8MyjVSc0CRYkn199RkkC+AvgAgB\nX1InDM1RcytkqTwPyZUwRIqzd8vGiaJ70TPeNXxqsrVkgQapnurePq6ElPmIsclz\nfNtfxI/zeH5ky8k4/j7Q5qJr+iHQ8LfKvi2j+w2R/8iEIqDEK3iLctEiEM4mJoHD\nh4Wo3QKBgQDevW32YpUCnb3uMYUBM+TE2ZE8Dee8qCknUXMQRz+fe20B3xtEcXkq\nWBuETLO1X+6jTyVchAhUe5ZRczyYbtF+oIcPHMaHcjLKgI9FhGGLwx9vxzgSkLfW\nHtFSmOgvcsDop49FbfXoPniLbPEhskEuiYeDgAavmWLxnledx2tsVg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1779292189", "fingerprint": "9d:44:3b:ee:18:3f:1e:94:5a:43:61:02:d3:14:ac:a1"}} 2018-08-13 11:02:56,167 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 1.064s 2018-08-13 11:02:56,168 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1099949424", "security_groups": ["0c84224c-3600-4544-a3c7-7fb547245a87"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:02:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-91b4419d-1ab3-4217-a60a-260f58c9c223'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:02:55Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"352b7646-1882-4537-bc39-1a40f410b1e6","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:02:55Z","name":"tempest-port-smoke-1099949424","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d3:59:19","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a1b6d69c-8566-4c08-b4f0-a2c298049a13","ip_address":"10.101.11.10"}],"id":"fc4cd5fc-761c-451f-8b2c-028e923e9a38","security_groups":["0c84224c-3600-4544-a3c7-7fb547245a87"],"device_id":""}} 2018-08-13 11:02:58,289 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 2.120s 2018-08-13 11:02:58,290 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1779292189", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "352b7646-1882-4537-bc39-1a40f410b1e6", "port": "fc4cd5fc-761c-451f-8b2c-028e923e9a38"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-366fb530-c2d0-40a8-88f2-312c38e2ca5a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-366fb530-c2d0-40a8-88f2-312c38e2ca5a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "adminPass": "ANYH3QF9JmW3"}} 2018-08-13 11:02:58,596 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.302s 2018-08-13 11:02:58,596 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-ef37012d-4332-4665-9073-dc17a71ee25f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ef37012d-4332-4665-9073-dc17a71ee25f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:59,896 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.286s 2018-08-13 11:02:59,897 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-90b8e266-7ac2-4704-a427-d6ac36231152', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:02:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-90b8e266-7ac2-4704-a427-d6ac36231152'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:02:59,911 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:03:01,070 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.157s 2018-08-13 11:03:01,071 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-e6be9aa1-5725-4360-aa70-f664fc460d33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e6be9aa1-5725-4360-aa70-f664fc460d33'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:01,083 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:03:02,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.537s 2018-08-13 11:03:02,622 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-78182836-f478-4ff4-aeba-196802dbbd68', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-78182836-f478-4ff4-aeba-196802dbbd68'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:02:59Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:03,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.350s 2018-08-13 11:03:03,987 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ab5b41a-06ff-4b5b-8f12-3f9b5ee62a33'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:03,999 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:03:04,346 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.346s 2018-08-13 11:03:04,346 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-6b37188b-6d35-4cce-84e3-2d015117742c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6b37188b-6d35-4cce-84e3-2d015117742c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:02Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:04,363 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 with status: ACTIVE 2018-08-13 11:03:05,158 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/ports 0.793s 2018-08-13 11:03:05,158 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-114960068", "security_groups": ["0c84224c-3600-4544-a3c7-7fb547245a87"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8da8a3f7-44e6-42f7-ba1a-c93835934c5c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:03:04Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3c2776e1-48cd-4721-8c1c-a867396d9c17","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:03:04Z","name":"tempest-port-smoke-114960068","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:6a:df:1c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"758d198d-4d1e-4c2b-948b-10eed9ebefb3","ip_address":"10.102.21.20"}],"id":"a2827153-e623-43af-bbd7-1400c86ed39a","security_groups":["0c84224c-3600-4544-a3c7-7fb547245a87"],"device_id":""}} 2018-08-13 11:03:05,640 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 202 POST http://172.30.9.22:8774/v2.1/servers 0.480s 2018-08-13 11:03:05,640 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1779292189", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "3c2776e1-48cd-4721-8c1c-a867396d9c17", "port": "a2827153-e623-43af-bbd7-1400c86ed39a"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e37e49d4-e5c1-49f5-b1a9-27889b3a5f2a'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "adminPass": "Dx8pdubw5WKi"}} 2018-08-13 11:03:05,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.343s 2018-08-13 11:03:05,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fcba7e09-819f-4e16-9adb-1a1ee79bd92f'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:07,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.359s 2018-08-13 11:03:07,363 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-59c0c31a-35c5-48ed-a55a-263ee66517b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-59c0c31a-35c5-48ed-a55a-263ee66517b0'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:07,375 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:03:08,528 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.152s 2018-08-13 11:03:08,529 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-dbfb6934-7898-4d5d-8d0b-d26f9810e609', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dbfb6934-7898-4d5d-8d0b-d26f9810e609'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:08,541 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:03:10,080 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.537s 2018-08-13 11:03:10,081 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-a73ad7e8-0c61-446c-be6e-282e4f569ec1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a73ad7e8-0c61-446c-be6e-282e4f569ec1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:03:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:11,558 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.462s 2018-08-13 11:03:11,558 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-5ab541f9-78d6-4cc7-9829-34f7d80083a4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5ab541f9-78d6-4cc7-9829-34f7d80083a4'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:11,575 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:03:11,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.137s 2018-08-13 11:03:11,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e364a64c-5918-4eb7-bb29-91f5c16cdfcc'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:03:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:03:11,726 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 with status: ACTIVE 2018-08-13 11:03:11,973 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/routers 0.246s 2018-08-13 11:03:11,974 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--161562056", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:03:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-18a34c05-4a47-4dfa-b3fc-4563bccae5ae'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:03:11Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "name": "tempest-router--161562056"}} 2018-08-13 11:03:13,493 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de 1.518s 2018-08-13 11:03:13,493 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de', u'date': 'Mon, 13 Aug 2018 11:03:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-31d9c9be-2301-4ca3-9991-978cb1ad7f2b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:03:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "name": "tempest-router--161562056"}} 2018-08-13 11:03:16,068 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/add_router_interface 2.574s 2018-08-13 11:03:16,069 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:03:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9a756d52-ed03-4a44-a78f-fe9a213fa5d5'} Body: {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13", "subnet_ids": ["a1b6d69c-8566-4c08-b4f0-a2c298049a13"], "port_id": "5283623d-debc-4c2e-a608-241c52b2d490", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de"} 2018-08-13 11:03:17,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant1): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.814s 2018-08-13 11:03:17,885 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "fc4cd5fc-761c-451f-8b2c-028e923e9a38"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:03:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-58bc3779-75d5-48c7-b240-69d764bae8b0'} Body: {"floatingip": {"router_id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:03:17Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.200", "revision_number": 0, "port_id": "fc4cd5fc-761c-451f-8b2c-028e923e9a38", "id": "2e4efd8b-d067-4f0f-be35-f22acae2efab", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:03:17Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:03:17,886 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:03:25,894 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:03:25,958 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:03:25,991 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:03:26,107 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:03:26,107 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:03:26,109 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:03:26,168 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:03:26,174 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:03:31,180 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:03:31,181 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:04:41,240 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:04:41,241 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:04:41,244 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:04:41,347 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:04:41,372 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:04:46,379 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:04:46,380 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:05:56,449 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:05:56,450 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:05:56,451 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,455 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,518 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,519 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,525 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:05:56,526 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:79:41:74 [ether] on eth0 2018-08-13 11:05:56,526 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:05:56,527 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,528 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,590 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,593 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,602 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:05:56,602 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:05:56,603 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,605 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,666 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,669 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,676 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:05:56,676 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,679 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,738 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,743 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:05:56,749 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:05:56,749 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:79:41:74 [ether] on eth0 2018-08-13 11:05:56,750 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:05:56,750 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:05:56,752 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:05:56,814 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:05:56,816 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:06:01,823 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:06:01,823 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:07:11,884 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:07:11,884 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.200:22' as 'cirros' with public key authentication 2018-08-13 11:07:11,890 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:07:11,991 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:07:12,017 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.200 successfully created 2018-08-13 11:07:17,025 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant1) Executing command on 172.30.9.200 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:07:17,025 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.200. 2018-08-13 11:08:27,047 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:08:27,048 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.200: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:08:27.048 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:08:28,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/2e4efd8b-d067-4f0f-be35-f22acae2efab 1.150s 2018-08-13 11:08:28,204 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/2e4efd8b-d067-4f0f-be35-f22acae2efab', u'date': 'Mon, 13 Aug 2018 11:08:28 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9eea245b-b65e-4ff9-bacb-d4f502efd14f'} Body: 2018-08-13 11:08:29,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/remove_router_interface 1.751s 2018-08-13 11:08:29,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:08:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-387185c8-0c32-4681-a349-e5ee311a9552'} Body: {"network_id": "352b7646-1882-4537-bc39-1a40f410b1e6", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a1b6d69c-8566-4c08-b4f0-a2c298049a13", "subnet_ids": ["a1b6d69c-8566-4c08-b4f0-a2c298049a13"], "port_id": "5283623d-debc-4c2e-a608-241c52b2d490", "id": "fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de"} 2018-08-13 11:08:32,054 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de 2.095s 2018-08-13 11:08:32,054 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/fe4cf750-588b-4c7c-bf7b-ee1a5f6bc6de', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-54bef17f-e3e6-4246-8651-5e2485e2c658'} Body: 2018-08-13 11:08:32,393 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.337s 2018-08-13 11:08:32,393 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-9828c370-7fb0-44f4-9fb9-f91b26072b90', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9828c370-7fb0-44f4-9fb9-f91b26072b90'} Body: 2018-08-13 11:08:33,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.966s 2018-08-13 11:08:33,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-f7b58005-b94d-4615-b798-620e65197457', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f7b58005-b94d-4615-b798-620e65197457'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-442913846": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6a:df:1c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:32Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-2", "created": "2018-08-13T11:03:05Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:34,424 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 0.044s 2018-08-13 11:08:34,425 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5', u'x-compute-request-id': 'req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:34 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8a7f3a1b-ffe0-47a8-ad48-3265ccc8efc6'} Body: {"itemNotFound": {"message": "Instance 4d3a7d5e-f17a-42ce-8ccf-0ff8473a3dc5 could not be found.", "code": 404}} 2018-08-13 11:08:35,457 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a2827153-e623-43af-bbd7-1400c86ed39a 1.031s 2018-08-13 11:08:35,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a2827153-e623-43af-bbd7-1400c86ed39a', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-590e756c-4349-43df-a958-319d224433d3'} Body: 2018-08-13 11:08:35,603 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.145s 2018-08-13 11:08:35,604 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f43a84d4-5d67-4da1-8cfd-30c8b41718c9'} Body: 2018-08-13 11:08:36,042 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.438s 2018-08-13 11:08:36,043 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:35 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2ebad8f5-33d9-4f21-9f48-4cf9a05f091a'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1087194510": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d3:59:19", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:03:02.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9051c92a-e2e3-487e-bf09-ce4cb0cecbd7", "security_groups": [{"name": "tempest-secgroup-smoke-667935989"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:35Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1779292189", "name": "server-1", "created": "2018-08-13T11:02:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:37,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 0.047s 2018-08-13 11:08:37,107 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/9051c92a-e2e3-487e-bf09-ce4cb0cecbd7', u'x-compute-request-id': 'req-8da4a203-8b64-4d45-9509-b363f6d0d523', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-8da4a203-8b64-4d45-9509-b363f6d0d523'} Body: {"itemNotFound": {"message": "Instance 9051c92a-e2e3-487e-bf09-ce4cb0cecbd7 could not be found.", "code": 404}} 2018-08-13 11:08:37,953 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/fc4cd5fc-761c-451f-8b2c-028e923e9a38 0.844s 2018-08-13 11:08:37,953 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/fc4cd5fc-761c-451f-8b2c-028e923e9a38', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cd0f1d90-cd39-4ae6-b8d9-da6bc4288d9c'} Body: 2018-08-13 11:08:37,997 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1779292189 0.042s 2018-08-13 11:08:37,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1779292189', u'x-compute-request-id': 'req-10576332-2ea4-4087-9a62-f06346d124f3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:37 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-10576332-2ea4-4087-9a62-f06346d124f3'} Body: 2018-08-13 11:08:39,150 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/758d198d-4d1e-4c2b-948b-10eed9ebefb3 1.151s 2018-08-13 11:08:39,150 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/758d198d-4d1e-4c2b-948b-10eed9ebefb3', u'date': 'Mon, 13 Aug 2018 11:08:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7ab9ca62-955c-4829-b5c0-8e53708cb294'} Body: 2018-08-13 11:08:40,826 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/3c2776e1-48cd-4721-8c1c-a867396d9c17 1.675s 2018-08-13 11:08:40,827 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/3c2776e1-48cd-4721-8c1c-a867396d9c17', u'date': 'Mon, 13 Aug 2018 11:08:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-9aab9094-69bd-47be-8173-f78900982803'} Body: 2018-08-13 11:08:42,288 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a1b6d69c-8566-4c08-b4f0-a2c298049a13 1.460s 2018-08-13 11:08:42,288 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a1b6d69c-8566-4c08-b4f0-a2c298049a13', u'date': 'Mon, 13 Aug 2018 11:08:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-31a73d0e-d0c4-47bf-802a-99d6239e92cf'} Body: 2018-08-13 11:08:44,235 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/352b7646-1882-4537-bc39-1a40f410b1e6 1.945s 2018-08-13 11:08:44,236 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/352b7646-1882-4537-bc39-1a40f410b1e6', u'date': 'Mon, 13 Aug 2018 11:08:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1bdfe7f7-8924-462f-b41c-2169adf9cae5'} Body: 2018-08-13 11:08:44,705 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/0c84224c-3600-4544-a3c7-7fb547245a87 0.468s 2018-08-13 11:08:44,705 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/0c84224c-3600-4544-a3c7-7fb547245a87', u'date': 'Mon, 13 Aug 2018 11:08:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c69e6880-884e-4b59-859e-8fc8f72b254c'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2[compute,id-e7468636-0816-4092-82ca-3590680ed00b,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 124, in test_bgpvpn_variant2 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:08:45,007 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.278s 2018-08-13 11:08:45,008 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-321746555 description", "name": "tempest-secgroup-smoke-321746555"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dbf01c80-b1f8-43e5-9bd2-6dad202aa9cb'} Body: {"security_group": {"description": "tempest-secgroup-smoke-321746555 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:44Z", "updated_at": "2018-08-13T11:08:44Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:08:44Z", "revision_number": 0, "id": "830d092c-c941-4d9d-878f-31eef892d1ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:08:44Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:08:44Z", "revision_number": 0, "id": "e56eb80d-5483-406a-b4b6-384e95cdc2c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:08:44Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "name": "tempest-secgroup-smoke-321746555"}} 2018-08-13 11:08:45,258 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.249s 2018-08-13 11:08:45,258 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b7fa7dbe-ea5b-4b0f-ad7b-383a1cb9b59e'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9db3fe32-a882-4e3f-abec-00fa80f0c40c"}} 2018-08-13 11:08:45,463 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.203s 2018-08-13 11:08:45,463 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-66cc3b29-c5a8-4c55-9ca8-c0e55e198f26'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "148a7bd2-1c03-4b8e-8a0c-e258f9d72029"}} 2018-08-13 11:08:45,633 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.168s 2018-08-13 11:08:45,633 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fada3c46-aa6a-41f9-ae0f-ef95e5ac0726'} 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-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2b0749df-e19d-4037-b41e-413897768360"}} 2018-08-13 11:08:45,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.332s 2018-08-13 11:08:45,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1b757f57-d661-4a24-b034-c982cbe4830d'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:08:45Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:45Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "3f3d9f1e-11b4-47b2-a264-7f436bae88b0"}} 2018-08-13 11:08:46,466 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.498s 2018-08-13 11:08:46,467 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3760fef1-556d-40c4-85d8-f4e027eb9fda'} 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-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "0e58d7cb-d7fc-49f3-aef7-f0b3f8629515"}} 2018-08-13 11:08:46,610 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.142s 2018-08-13 11:08:46,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-56f25f9e-d036-4c95-92b1-bf1b700ea4ba'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "499b7f62-9bb9-4065-b1a8-b901c59ed87f"}} 2018-08-13 11:08:46,751 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.140s 2018-08-13 11:08:46,751 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d6ebbbc7-9e65-47aa-9da1-5e06acf1301c'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "28399014-d610-4f07-8365-33143aa89221"}} 2018-08-13 11:08:46,924 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.171s 2018-08-13 11:08:46,924 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:08:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-09f7f38e-2a2c-486c-9dc4-93cf2b396bc4'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:08:46Z", "security_group_id": "2ff019b6-89e2-4220-9524-98ae402e5b54", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:08:46Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "37dd7a4a-8dc9-46ba-b225-dadbf79c98cc"}} 2018-08-13 11:08:47,389 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.463s 2018-08-13 11:08:47,390 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1231858246"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:08:47 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3bcd678d-db34-4f08-af43-ed8bf4314005'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:47Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:08:47Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","name":"tempest-A-1231858246"}} 2018-08-13 11:08:48,526 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.135s 2018-08-13 11:08:48,527 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "name": "tempest-subnet-A-1-1513691034"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:08:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-99461578-9526-4313-9e5c-f938cfb3cea1'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:47Z","dns_nameservers":[],"updated_at":"2018-08-13T11:08:47Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7f1599fd-569b-4442-8d47-bcabb083f61c","subnetpool_id":null,"name":"tempest-subnet-A-1-1513691034"}} 2018-08-13 11:08:48,749 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/networks 0.221s 2018-08-13 11:08:48,749 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-2080925628"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:08:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9d01a49d-9dae-4689-8240-4e8cb0c6ebb3'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:48Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:08:48Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","name":"tempest-B-2080925628"}} 2018-08-13 11:08:49,334 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.584s 2018-08-13 11:08:49,335 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "name": "tempest-subnet-B-1-1800132641"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:08:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-72f83d5b-8dbc-490d-a743-cf805f5eb052'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:08:49Z","dns_nameservers":[],"updated_at":"2018-08-13T11:08:49Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a36abb6b-485a-4682-af83-cd11bcee13eb","subnetpool_id":null,"name":"tempest-subnet-B-1-1800132641"}} 2018-08-13 11:08:49,467 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.131s 2018-08-13 11:08:49,468 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-787688937"}} Response - Headers: {'status': '200', u'content-length': '2312', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d82b6cad-a45f-4e2d-aaba-d28da086f243', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d82b6cad-a45f-4e2d-aaba-d28da086f243'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4QHmcQW2oITUI5pPP8zz9l8O07iAyEEIYHSLfHu8WpPki02DyykXhLAw5QfjKf+ZdD6Jtx8VnjSG0sw+rwCAr9PNrWlH0sZhP2Wra/HLY50XZbFQMr5noNgWozAtdf92abyQ5t0ymSlvHTgW5uQEjvHCYZK/FYsIMcr03dILSsjIrtYeBCyk8rvr4saT4uSqa6kq7boGks0PelZhJslMnE/vsWwXnxe58eq/fjp+65Ig3KY/Xrtp0OZB3Wsdsy+XuBQunJkDd3dDBywy6af1wWLNRaJZv3bfOulXVsJEbs/Pko+vqVnNXOM8l1uZ/rUippLT5vG65wP0h3Ls3dlbj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAuEB5nEFtqCE1COaTz/M8/ZfDtO4gMhBCGB0i3x7vFqT5ItNg\n8spF4SwMOUH4yn/mXQ+ibcfFZ40htLMPq8AgK/Tza1pR9LGYT9lq2vxy2OdF2WxU\nDK+Z6DYFqMwLXX/dmm8kObdMpkpbx04FubkBI7xwmGSvxWLCDHK9N3SC0rIyK7WH\ngQspPK76+LGk+LkqmupKu26BpLND3pWYSbJTJxP77FsF58XufHqv346fuuSINymP\n167adDmQd1rHbMvl7gULpyZA3d3QwcsMumn9cFizUWiWb923zrpV1bCRG7Pz5KPr\n6lZzVzjPJdbmf61IqaS0+bxuucD9Idy7N3ZW4wIDAQABAoIBAQC0KUdARLHGnoHP\nLDcINR1EEiupNNaCXWdjUMoSRZsfFz0MkofPn31oybtCGYH978X+5RS8J4Sc1mFI\n4XXHSNusX53NMMnGbAk0urFDY2mhMbMZAFXG+cWSS5CJFsteJ3M2WMqhLNxkFX1c\niqwKiB3XJaErQfilFwYLSf4+xUxOW4ohQ1l5qO+wodq/ijfikZmmFFHhRasyFIcI\norAZxx85LoAKwFNZNTg0nTTXTQ9GMNHd9d0didxNJJ4H+MJHJUJuzz6kYS1Q6vNj\nxQR3kKYwODRT73/Y6ANKwt271QG5d5pep91bOrqW7I/7R9zfhHwsH/fkPnwFUDKI\n203up23RAoGBAOdr9204aMvOAbcvQrwTqMxyEs8x3tbO2xaAxNqSayvFZ5pN1MAX\nQaLGCqp1mnU3yqfcNi9lwRTdz5kIQmfwjjybWxWDwqrtPCDEWBGAwANEanD3TRQU\nitFnbyJgmu/HMt/zXKwFEQQV455rLA4Xskw3zoKomYPFVPNXIbQ650DvAoGBAMvS\nBnaHjU56Kvx283hfLnjtMLZgJu16nEYEqq7SNuwxMU1YHgOOqbK7uqnntH5LtzXo\nEzALocgl9FAFqL0wjDXg6C4RbcIE5H8jQ1hudr9zjKNY3qbsnDiloyJlfErc7JKk\no7smODx5Qarw80/W8d775jU9hywapvSTK5+2ByFNAoGAXTZKka5/318Zp8wcaB7P\nBZII63Wd2Q22hyjUoWkKS7YWVbt1ru1vHX4BO8lkrkQLl3MGTC8DB0GUZYJDJRRq\nZhT5KgBJP4mQh24uPtaKAIblDJ0/aZAgndm4lLMulNe6MSQXtp3PzcJ3TQ7DzuVS\nhoqP3mbEdqPb5Ku6wppbHPcCgYEAn1KMhMjO94Jd6b2d8gENFa/rPRSKOWZ3k+//\n7+oYzqZhcKEpzQQOuM0wS7H4kCTlkPjZTtw42Xh5srfJwCGb6F3ngGNVVa13Y76P\n3Sd0IZHUZLeKTBd2wn0PuUp1TxvEvZh++EMXAIaUg2gX+df+d5yWxhVTfXFUAqis\nGAs1JZ0CgYBiIiie9XeEe2muvTExkDYxPZv+cRNnpLMLee8mMlmAqxs88MvbrZJt\nxiL8pRHnzm6pnx4ZY1ayXh8C0P4BMzM4lnUKQ0BeYgZ4bs5GTtBbNe9Ez6e7GHxp\nTnW/OOtUr9eRqurOfgvjkI9JU78LqD1lKzPJ3dATgoK2aL6nRd4Nsw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-787688937", "fingerprint": "a3:87:57:08:64:89:bf:04:18:bf:0e:7b:50:d4:bc:ff"}} 2018-08-13 11:08:50,263 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 0.790s 2018-08-13 11:08:50,263 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-370592823", "security_groups": ["2ff019b6-89e2-4220-9524-98ae402e5b54"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:08:50 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc973199-f4fd-4cbc-b732-84b7092e0d17'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:08:49Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"282cb36e-4edd-40a9-a0b6-0e71403feb3a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:08:49Z","name":"tempest-port-smoke-370592823","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d1:0b:09","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7f1599fd-569b-4442-8d47-bcabb083f61c","ip_address":"10.101.11.10"}],"id":"74424b4a-a6b7-437f-aea2-42b3f3e56e0d","security_groups":["2ff019b6-89e2-4220-9524-98ae402e5b54"],"device_id":""}} 2018-08-13 11:08:51,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.606s 2018-08-13 11:08:51,872 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-787688937", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "port": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-9a736de1-4d52-4d53-9f30-7b39dae92908', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:50 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9a736de1-4d52-4d53-9f30-7b39dae92908'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "adminPass": "2pae4GM5vJ7m"}} 2018-08-13 11:08:52,397 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.521s 2018-08-13 11:08:52,398 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-739e56ca-47b5-461a-a775-c3aa347d7ea2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-739e56ca-47b5-461a-a775-c3aa347d7ea2'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:51Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:53,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.377s 2018-08-13 11:08:53,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1321', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-efa96e2c-f9d9-4d61-a110-08e8bd7facef', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-efa96e2c-f9d9-4d61-a110-08e8bd7facef'} Body: {"server": {"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:53Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:53,808 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/networking" after 1 second wait 2018-08-13 11:08:54,961 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.151s 2018-08-13 11:08:54,962 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-42caae43-2803-48fb-861e-39e663310e54', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-42caae43-2803-48fb-861e-39e663310e54'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:54,979 63 INFO [tempest.common.waiters] State transition "BUILD/networking" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:08:56,551 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.571s 2018-08-13 11:08:56,552 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-847ffdce-c0a8-49e5-a8e8-76a215c580dc', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-847ffdce-c0a8-49e5-a8e8-76a215c580dc'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:08:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:57,898 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.330s 2018-08-13 11:08:57,899 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4c55f7a6-c9ad-4ea1-8c38-5a0460b06397'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:57,918 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:08:58,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.147s 2018-08-13 11:08:58,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-86f6173d-5261-47bb-a084-d698f49d880d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-86f6173d-5261-47bb-a084-d698f49d880d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:08:57Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:08:58,073 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: e8ded35b-1b74-49a8-9201-9f1dd154098d with status: ACTIVE 2018-08-13 11:08:59,117 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/ports 1.043s 2018-08-13 11:08:59,118 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1875553264", "security_groups": ["2ff019b6-89e2-4220-9524-98ae402e5b54"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:08:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-966f258a-8596-446a-afea-9a8524e484e6'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:08:58Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a2529ddb-8760-4cea-8c6a-633d24f90f97","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:08:58Z","name":"tempest-port-smoke-1875553264","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:d6:10:dd","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"a36abb6b-485a-4682-af83-cd11bcee13eb","ip_address":"10.102.21.20"}],"id":"18096df0-b433-49be-b1fd-b31bd47385b8","security_groups":["2ff019b6-89e2-4220-9524-98ae402e5b54"],"device_id":""}} 2018-08-13 11:09:00,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 202 POST http://172.30.9.22:8774/v2.1/servers 1.798s 2018-08-13 11:09:00,918 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-787688937", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "port": "18096df0-b433-49be-b1fd-b31bd47385b8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-37c7aaf3-5197-4737-a617-ddee3209905e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:08:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-37c7aaf3-5197-4737-a617-ddee3209905e'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "adminPass": "pf4bAu95SyLJ"}} 2018-08-13 11:09:01,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.270s 2018-08-13 11:09:01,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-c51424b5-7aca-4078-b86c-5c5a62797756', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c51424b5-7aca-4078-b86c-5c5a62797756'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:00Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:02,551 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.341s 2018-08-13 11:09:02,551 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-898c1fbc-9dc2-4b4c-a284-135fae9fd5b9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:02,559 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:09:03,740 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.180s 2018-08-13 11:09:03,741 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-26282fc8-db5d-47a0-b14a-7fae7d7c9a21'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:03,753 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:09:05,084 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.328s 2018-08-13 11:09:05,084 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1386', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-93b148e5-7155-47ee-bdd6-84ac8e2410f1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-93b148e5-7155-47ee-bdd6-84ac8e2410f1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:09:02Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:06,410 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.310s 2018-08-13 11:09:06,410 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-5e9e50f1-e864-4f81-9539-1f0f0b264450', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-5e9e50f1-e864-4f81-9539-1f0f0b264450'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:09:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:06,430 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:09:06,577 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.147s 2018-08-13 11:09:06,578 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-597bd4e0-23de-41c7-a0e1-5ee26c04bc11'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:09:05Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:09:06,591 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 0ce4408b-8261-4f85-8a1e-8f1705c49199 with status: ACTIVE 2018-08-13 11:09:06,983 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.391s 2018-08-13 11:09:06,984 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1068028355", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:09:06 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e652ca9a-8a4a-4560-9544-0c69579a8834'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:06Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:06Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc", "name": "tempest-router--1068028355"}} 2018-08-13 11:09:08,213 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc 1.228s 2018-08-13 11:09:08,214 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc', u'date': 'Mon, 13 Aug 2018 11:09:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6717f208-b16f-4b3c-a956-c0a3691058b5'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:06Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:07Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc", "name": "tempest-router--1068028355"}} 2018-08-13 11:09:10,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/add_router_interface 2.276s 2018-08-13 11:09:10,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:09:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1a5460cb-d849-4714-a89b-c1af88257021'} Body: {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb", "subnet_ids": ["a36abb6b-485a-4682-af83-cd11bcee13eb"], "port_id": "51d45d8f-30a1-4243-86b0-7d21ec718f32", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc"} 2018-08-13 11:09:10,793 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.300s 2018-08-13 11:09:10,794 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:09:10 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81c28710-6f1f-415c-bcaf-7c67bded4174'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "9b50febf-753b-4b4b-9821-2869348e229e"}} 2018-08-13 11:09:11,157 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations 0.362s 2018-08-13 11:09:11,157 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b64e1bc9-fee1-4caf-9ae8-d972154d3a51'} Body: {"network_association": {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "id": "841a5492-9efe-4c19-9179-284099633c07"}} 2018-08-13 11:09:11,761 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations 0.603s 2018-08-13 11:09:11,762 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/9b50febf-753b-4b4b-9821-2869348e229e/network_associations', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ed9259f4-0f64-45e9-8306-8c5f0fa3daca'} Body: {"network_association": {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "id": "618373ea-e20f-4444-b29a-c9e8aff28b31"}} 2018-08-13 11:09:11,762 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:09:11,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/routers 0.146s 2018-08-13 11:09:11,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--525414379", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:09:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bf702b6a-237a-4038-8fbc-9f37de855208'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:11Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "name": "tempest-router--525414379"}} 2018-08-13 11:09:13,379 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3 1.468s 2018-08-13 11:09:13,379 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3', u'date': 'Mon, 13 Aug 2018 11:09:13 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8b18e5f4-270c-4455-b9d2-c994f51f82d3'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.201"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:11Z", "admin_state_up": true, "updated_at": "2018-08-13T11:09:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "name": "tempest-router--525414379"}} 2018-08-13 11:09:15,550 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/add_router_interface 2.169s 2018-08-13 11:09:15,551 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:09:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4293f489-9de8-41a3-8037-bcea126cf9b5'} Body: {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c", "subnet_ids": ["7f1599fd-569b-4442-8d47-bcabb083f61c"], "port_id": "9bfb5739-bc56-469f-a19c-adcaabb6ae0e", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3"} 2018-08-13 11:09:17,352 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant2): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.800s 2018-08-13 11:09:17,352 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:09:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0b90b1e8-8363-4bbd-8cd1-6d841fae715c'} Body: {"floatingip": {"router_id": "f8c266a1-2886-417e-8dc2-415d39749ce3", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:09:16Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.202", "revision_number": 0, "port_id": "74424b4a-a6b7-437f-aea2-42b3f3e56e0d", "id": "f7950868-c5eb-4113-8521-c22e6e361e39", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:09:16Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:09:17,353 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:09:20,361 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:09:20,423 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:09:20,425 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:09:20,540 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:09:20,540 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:09:20,542 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:09:20,605 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:09:20,606 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:09:25,613 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:09:25,614 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:10:35,684 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:10:35,684 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:10:35,688 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:10:35,751 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:10:35,752 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:10:40,760 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:10:40,761 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:11:50,818 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:11:50,820 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:11:50,821 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:50,825 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:50,924 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:50,953 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:50,959 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:11:50,959 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:ee:8a [ether] on eth0 2018-08-13 11:11:50,960 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:11:50,960 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:50,962 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,024 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,026 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51,034 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:11:51,035 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:11:51,035 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51,037 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,098 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,102 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51,109 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:11:51,110 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51,111 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,174 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,176 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:51,182 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:11:51,183 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:47:ee:8a [ether] on eth0 2018-08-13 11:11:51,183 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:11:51,183 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:11:51,185 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:11:51,246 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:11:51,249 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:11:56,256 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:11:56,257 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:13:06,325 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:13:06,326 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.202:22' as 'cirros' with public key authentication 2018-08-13 11:13:06,330 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:13:06,428 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:13:06,457 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.202 successfully created 2018-08-13 11:13:11,464 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant2) Executing command on 172.30.9.202 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:13:11,465 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.202. 2018-08-13 11:14:21,534 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:14:21,536 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.202: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:14:21.536 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:14:22,618 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/f7950868-c5eb-4113-8521-c22e6e361e39 1.079s 2018-08-13 11:14:22,618 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/f7950868-c5eb-4113-8521-c22e6e361e39', u'date': 'Mon, 13 Aug 2018 11:14:22 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2a220a06-55bf-4efb-a2e7-38bd4aca67a2'} Body: 2018-08-13 11:14:24,221 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/remove_router_interface 1.602s 2018-08-13 11:14:24,222 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:14:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-662c740e-97aa-4e83-a8ae-93dc263cef64'} Body: {"network_id": "282cb36e-4edd-40a9-a0b6-0e71403feb3a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7f1599fd-569b-4442-8d47-bcabb083f61c", "subnet_ids": ["7f1599fd-569b-4442-8d47-bcabb083f61c"], "port_id": "9bfb5739-bc56-469f-a19c-adcaabb6ae0e", "id": "f8c266a1-2886-417e-8dc2-415d39749ce3"} 2018-08-13 11:14:26,123 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3 1.900s 2018-08-13 11:14:26,124 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/f8c266a1-2886-417e-8dc2-415d39749ce3', u'date': 'Mon, 13 Aug 2018 11:14:26 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-3e0991c0-303e-4dbe-b118-ac1237ff853c'} Body: 2018-08-13 11:14:27,691 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/remove_router_interface 1.566s 2018-08-13 11:14:27,691 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:14:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6e95ba91-4439-4b8d-98ae-96ed918e3d49'} Body: {"network_id": "a2529ddb-8760-4cea-8c6a-633d24f90f97", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "a36abb6b-485a-4682-af83-cd11bcee13eb", "subnet_ids": ["a36abb6b-485a-4682-af83-cd11bcee13eb"], "port_id": "51d45d8f-30a1-4243-86b0-7d21ec718f32", "id": "db42b226-b197-4bfc-b876-77e4ff3747bc"} 2018-08-13 11:14:29,469 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc 1.777s 2018-08-13 11:14:29,470 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/db42b226-b197-4bfc-b876-77e4ff3747bc', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a06b73b3-dc5e-42a3-931e-e736dd3ecf26'} Body: 2018-08-13 11:14:29,846 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.375s 2018-08-13 11:14:29,847 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-24b64eb8-5a41-4985-82c0-9b97cfabf359', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-24b64eb8-5a41-4985-82c0-9b97cfabf359'} Body: 2018-08-13 11:14:30,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.602s 2018-08-13 11:14:30,451 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-4ced6cc3-8d07-47f5-95be-418171eeb1e6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:29 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-4ced6cc3-8d07-47f5-95be-418171eeb1e6'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-2080925628": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d6:10:dd", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:09:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "0ce4408b-8261-4f85-8a1e-8f1705c49199", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:29Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-2", "created": "2018-08-13T11:09:00Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:31,508 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199 0.040s 2018-08-13 11:14:31,509 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/0ce4408b-8261-4f85-8a1e-8f1705c49199', u'x-compute-request-id': 'req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:31 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-b2deb2ba-dbed-4f1e-9176-b3fe74e10ea1'} Body: {"itemNotFound": {"message": "Instance 0ce4408b-8261-4f85-8a1e-8f1705c49199 could not be found.", "code": 404}} 2018-08-13 11:14:32,253 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/18096df0-b433-49be-b1fd-b31bd47385b8 0.742s 2018-08-13 11:14:32,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/18096df0-b433-49be-b1fd-b31bd47385b8', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0d83b32c-9645-4176-9d03-48f8691f24c8'} Body: 2018-08-13 11:14:32,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.153s 2018-08-13 11:14:32,408 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-d75a765e-69d2-40b1-85b4-cefc52eb14b2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d75a765e-69d2-40b1-85b4-cefc52eb14b2'} Body: 2018-08-13 11:14:32,854 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.445s 2018-08-13 11:14:32,854 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-3eb71afe-3679-4cd0-a07d-047401ce5db3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:32 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3eb71afe-3679-4cd0-a07d-047401ce5db3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1231858246": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:0b:09", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "security_groups": [{"name": "tempest-secgroup-smoke-321746555"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:32Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:34,641 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.772s 2018-08-13 11:14:34,641 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-1cb9386f-9216-4bb8-800b-6b84cca646aa', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:33 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1cb9386f-9216-4bb8-800b-6b84cca646aa'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T11:08:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8ded35b-1b74-49a8-9201-9f1dd154098d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T11:14:33Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": "2018-08-13T11:14:33.000000", "key_name": "tempest-TestBGPVPNBasic-787688937", "name": "server-1", "created": "2018-08-13T11:08:51Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:34,653 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-13 11:14:35,696 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d 0.040s 2018-08-13 11:14:35,696 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/e8ded35b-1b74-49a8-9201-9f1dd154098d', u'x-compute-request-id': 'req-3967ab19-089a-4421-ae55-55d8de153a65', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:35 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-3967ab19-089a-4421-ae55-55d8de153a65'} Body: {"itemNotFound": {"message": "Instance e8ded35b-1b74-49a8-9201-9f1dd154098d could not be found.", "code": 404}} 2018-08-13 11:14:36,272 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/74424b4a-a6b7-437f-aea2-42b3f3e56e0d 0.575s 2018-08-13 11:14:36,273 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/74424b4a-a6b7-437f-aea2-42b3f3e56e0d', u'date': 'Mon, 13 Aug 2018 11:14:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-425d1d77-0913-48aa-b6e4-6769ed1d0784'} Body: 2018-08-13 11:14:36,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-787688937 0.039s 2018-08-13 11:14:36,314 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-787688937', u'x-compute-request-id': 'req-0d5adfd3-c8f6-443f-b61c-f9698230411c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:36 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d5adfd3-c8f6-443f-b61c-f9698230411c'} Body: 2018-08-13 11:14:37,548 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/a36abb6b-485a-4682-af83-cd11bcee13eb 1.232s 2018-08-13 11:14:37,549 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/a36abb6b-485a-4682-af83-cd11bcee13eb', u'date': 'Mon, 13 Aug 2018 11:14:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f6c6b677-1f00-48b0-8c71-1145fcf77c9e'} Body: 2018-08-13 11:14:39,460 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/a2529ddb-8760-4cea-8c6a-633d24f90f97 1.910s 2018-08-13 11:14:39,460 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/a2529ddb-8760-4cea-8c6a-633d24f90f97', u'date': 'Mon, 13 Aug 2018 11:14:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1dcf9aeb-be1c-4dca-94ac-53588935d88f'} Body: 2018-08-13 11:14:40,747 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7f1599fd-569b-4442-8d47-bcabb083f61c 1.286s 2018-08-13 11:14:40,748 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7f1599fd-569b-4442-8d47-bcabb083f61c', u'date': 'Mon, 13 Aug 2018 11:14:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-14fffbc3-59f5-4ea2-a3e6-be73216b766e'} Body: 2018-08-13 11:14:42,526 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/282cb36e-4edd-40a9-a0b6-0e71403feb3a 1.777s 2018-08-13 11:14:42,529 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/282cb36e-4edd-40a9-a0b6-0e71403feb3a', u'date': 'Mon, 13 Aug 2018 11:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-7ec82c14-0a0f-4925-9327-674fd1fa8426'} Body: 2018-08-13 11:14:42,750 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/2ff019b6-89e2-4220-9524-98ae402e5b54 0.218s 2018-08-13 11:14:42,750 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/2ff019b6-89e2-4220-9524-98ae402e5b54', u'date': 'Mon, 13 Aug 2018 11:14:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-eef9a456-5926-4f42-9702-7d1e5e383753'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3[compute,id-7c66aa31-fb3a-4e15-8808-46eb361f153a,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 148, in test_bgpvpn_variant3 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:14:43,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.251s 2018-08-13 11:14:43,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-790709300 description", "name": "tempest-secgroup-smoke-790709300"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c5e34af8-cc7f-4c93-b485-f274527a1ffd'} Body: {"security_group": {"description": "tempest-secgroup-smoke-790709300 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:42Z", "updated_at": "2018-08-13T11:14:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:14:42Z", "revision_number": 0, "id": "42164034-9caf-4cd8-a798-552dc2e007f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:14:42Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:14:42Z", "revision_number": 0, "id": "6c3c08a8-ece6-4163-bc5d-d8307133ebb6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:14:42Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "name": "tempest-secgroup-smoke-790709300"}} 2018-08-13 11:14:43,193 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 11:14:43,194 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d0c5e51c-b6e8-4803-93e9-2976b30f82ee'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "2eaff2a5-2b4e-4dbb-9b38-2983eb07654f"}} 2018-08-13 11:14:43,445 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.250s 2018-08-13 11:14:43,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9203e2ae-7e69-4f57-9d5c-2bf4e99c893b'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "28aaa6d7-0c02-4fb6-b80f-80d78da26a97"}} 2018-08-13 11:14:43,642 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.195s 2018-08-13 11:14:43,642 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-903124cb-420a-48f3-8a7f-5601d43242d0'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "628ada0c-bda5-471a-a334-580a96960535"}} 2018-08-13 11:14:43,799 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 11:14:43,800 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3624c99f-73d5-419d-9d7a-91ff0cb3bd09'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "ec548815-aaf5-4137-9408-8e4bfcc89c81"}} 2018-08-13 11:14:43,936 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 11:14:43,936 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:43 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b2d22569-4a22-4d58-bdad-ae18c39ff998'} 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-08-13T11:14:43Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:43Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "945554c4-0634-407d-89df-b3f5eb063e05"}} 2018-08-13 11:14:44,066 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.129s 2018-08-13 11:14:44,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f1e82589-5dc4-4e72-ac5a-34e12566c4cb'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d6683280-25cc-4b69-9eae-eba0c41ecbd2"}} 2018-08-13 11:14:44,205 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.137s 2018-08-13 11:14:44,205 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7bf0075a-43a0-400b-a501-7e5460162848'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e507252e-a58f-431a-a9b9-05e51670679c"}} 2018-08-13 11:14:44,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.157s 2018-08-13 11:14:44,364 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-769a5b3a-eba4-404b-ac8c-514aa390dd14'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:14:44Z", "security_group_id": "ee816daf-492e-49e1-94eb-9ca710d8c9f5", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:14:44Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a0c8db0c-935c-4c68-939e-eaf4f0d55b9b"}} 2018-08-13 11:14:44,607 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/networks 0.241s 2018-08-13 11:14:44,607 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-1830466404"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:14:44 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-9e1d9ae2-b1ea-4627-a665-e298f1c76b6c'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:44Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:14:44Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","name":"tempest-A-1830466404"}} 2018-08-13 11:14:45,545 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.937s 2018-08-13 11:14:45,546 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "name": "tempest-subnet-A-1-201935188"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:14:45 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df51197f-007b-49e7-bf91-0c21cbe21aab'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:44Z","dns_nameservers":[],"updated_at":"2018-08-13T11:14:44Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"7650f4b9-2f34-488b-8a88-b796e86cb206","subnetpool_id":null,"name":"tempest-subnet-A-1-201935188"}} 2018-08-13 11:14:46,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/networks 0.538s 2018-08-13 11:14:46,085 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1146422995"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5267d7f5-e932-4d58-ae1e-9d1459da95c4'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:45Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:14:45Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0211ce2b-687d-4ea7-ae57-778819e99c82","name":"tempest-B-1146422995"}} 2018-08-13 11:14:46,703 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.617s 2018-08-13 11:14:46,704 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "name": "tempest-subnet-B-1-1627132751"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a0625b76-cfbb-4da1-995c-29463acd1c2f'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:14:46Z","dns_nameservers":[],"updated_at":"2018-08-13T11:14:46Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","subnetpool_id":null,"name":"tempest-subnet-B-1-1627132751"}} 2018-08-13 11:14:46,903 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.196s 2018-08-13 11:14:46,903 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1128664612"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:46 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9b3ef717-f80d-4be4-bbf5-62e4ae1c8877'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEedrPcaIG57jGjQVwXqzC+nlGrzO/txe7lkqQkTjeeT6ODZaO4VJh/kyy/YdXy9ZpHwOmaLD5t4rBW9Nr5Ydf2wPbJyOyBoOqDXrRcemrsoI2UvV/AjIz17SETyPnqBXIg2ZDZ2IU4Bcz8q1fZdyTobBXjiBIEf1LWdkNBkBtNBFxp7uR4vYPM+qhKG+TJCfNlHtlkuuXYpAId/R7r/fvw2p3+e4gxTquMp6AK7ErRaZks96fNM6I5OWeqw8q0nHoq9PS52pRe99JUum10cM7TjyEkY5WEVhczhEKz2GvynfpSElW3MURpNXWx7tllOI/GnoJ1oTfyWnaH/jnwHp3 Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAxHnaz3GiBue4xo0FcF6swvp5Rq8zv7cXu5ZKkJE43nk+jg2W\njuFSYf5Msv2HV8vWaR8Dpmiw+beKwVvTa+WHX9sD2ycjsgaDqg160XHpq7KCNlL1\nfwIyM9e0hE8j56gVyINmQ2diFOAXM/KtX2Xck6GwV44gSBH9S1nZDQZAbTQRcae7\nkeL2DzPqoShvkyQnzZR7ZZLrl2KQCHf0e6/378Nqd/nuIMU6rjKegCuxK0WmZLPe\nnzTOiOTlnqsPKtJx6KvT0udqUXvfSVLptdHDO048hJGOVhFYXM4RCs9hr8p36UhJ\nVtzFEaTV1se7ZZTiPxp6CdaE38lp2h/458B6dwIDAQABAoIBAQCRhePAdFzbGnRs\nc3UM1sLFI7oB1bDRle45HccarsVdWpYvpvbV2yQmurDafhfpumuTrsoITlCOlRhr\nwPSmXPpY0CJaBvJUYKjSomtOiD3X0z7It8dnjBvc9C6bNPbWFVQVEOYElKU76wKk\nkmFBYHPw0PiI0Rct6k0eq2ytTe0YNAShEnMHtOenDb9NSrUMEIwNeiM9kTFO75D1\nVc4ggJJIoJKmAOT01kNDKx+REPR69QQ3glQTekwfyoWkeJB2q3k4GwTHrfT4A58N\nI1/snuswzqps3s4WycqIHGYd3VQMPMNrmboGn0hARlYbZ2t6m0aBeSqUL1EfjOTp\nQF9sFAxpAoGBAO/ihcGRajB1Fmk/xgAY24idiTOEHmnTZrtdxIC32CIs9jqddbxg\nuXBBiZITTU8b1PAAsSLgG2vBUu6AHtKHm+I1re8B5EXtnWOsRdakeZJD7RPCmo1t\nMvYA2qrrOeqO+XJjXAtWfhiitBlsAZixP4cA3NtPBevUvvjE6O+O17DVAoGBANGs\nzEZ48uspszwODTvjwMwhtA6v12CQ0976T8dKklDQzJbrECBxU6hTk1/N8/iy7wAL\nBtVY02ysROPu1XRkU9u+429v4Q22aFueODmiwHZfR/8J0gdMaKSUJPucRwRD3iZs\nzsobF0whEB/LXif3tsZxC7voiOXLdsPZvr2iB4QbAoGBAL7erLLSM34PDB/+oFsf\nbD6NqseUzmZB0TIwb9RDc/PtdpY5B582Dxbk7sOOHCtf59R3mHo5e1gH4SboRp4Z\nTM13DMhp5upFIMBYKNGa2SiqZ48bfsIdKzlWgKcSt2iNDqoXqPtUfMy5WTgJGlQW\nZIfVBeZyQDHfe3yRoQ5LyA9pAoGATnktuvJpeDoTKtbXfSKwdbXnfdex9CJAKaPl\nV+FBAZ4j9Bfl4T6I4ObmsWSTevD9Ijb+R7sG5hVTcztgCD/EYun+lSZ6RHeQdzmw\nMWIIRkVC3OEACls+jtojPUgwDBiafCcc/edFwOhe8IdcpfjAH2UPzzQoiFiuCn7k\nNHT/+yECgYBNrbiZtUx2QvFqyzbQTrhoLVB4gwEnxyU0OrDIthGJM+gbIC6UBfhx\nPl4WrrDH/yDZjBfUorCxfnkMHpc7l3Pkh/KRKcAMDoSTtn5/U0jIU3qWWRftvLw2\njaHVLY5ZUtAsVS3+l6mcU9vxeqcNxzmNPBJc2t/EM2kcsKARmeTmOg==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1128664612", "fingerprint": "36:77:d7:74:f3:24:a9:d7:36:b5:38:a3:91:46:13:3d"}} 2018-08-13 11:14:48,064 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/ports 1.156s 2018-08-13 11:14:48,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-929810833", "security_groups": ["ee816daf-492e-49e1-94eb-9ca710d8c9f5"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:14:48 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bda40b82-d0e2-4548-b5b3-708e7d2c401f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:14:47Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"68dcd47d-24d9-4e37-89c2-30764a1c28f3","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:14:47Z","name":"tempest-port-smoke-929810833","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:35:d4:be","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"7650f4b9-2f34-488b-8a88-b796e86cb206","ip_address":"10.101.11.10"}],"id":"b214c735-f6a0-4d2d-9348-8a99a55fe8f1","security_groups":["ee816daf-492e-49e1-94eb-9ca710d8c9f5"],"device_id":""}} 2018-08-13 11:14:49,822 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.22:8774/v2.1/servers 1.756s 2018-08-13 11:14:49,823 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1128664612", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "port": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-6cf98063-4252-432f-abe4-664020acaef6', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:48 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6cf98063-4252-432f-abe4-664020acaef6'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "adminPass": "73rDhuLNfaSe"}} 2018-08-13 11:14:50,343 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.515s 2018-08-13 11:14:50,343 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-f923a8a2-d264-4542-968a-5aaf382aeb99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:49 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-f923a8a2-d264-4542-968a-5aaf382aeb99'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:51,655 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.297s 2018-08-13 11:14:51,656 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-8191ed7c-8b84-4cff-a825-1bf27a34f868', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:51 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8191ed7c-8b84-4cff-a825-1bf27a34f868'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:51Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:51,668 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:14:53,063 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.392s 2018-08-13 11:14:53,064 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-30539533-250c-42fc-8802-14eb1ff624b0', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:52 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-30539533-250c-42fc-8802-14eb1ff624b0'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:52Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:53,077 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:14:54,647 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.568s 2018-08-13 11:14:54,648 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-ac613d90-19fa-47f5-a20b-beb7c5603ca4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:54 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ac613d90-19fa-47f5-a20b-beb7c5603ca4'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:52Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:56,067 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.401s 2018-08-13 11:14:56,067 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-71469e5f-f7bc-42be-b8a9-17a4359e535d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71469e5f-f7bc-42be-b8a9-17a4359e535d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:56,081 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 11:14:56,439 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.357s 2018-08-13 11:14:56,439 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3126aa97-70ed-4e44-8b0d-09a5ce87ae0c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:14:54Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:14:56,460 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 3cbbf052-2315-4252-b4ad-0ff47962c82d with status: ACTIVE 2018-08-13 11:14:57,228 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/ports 0.767s 2018-08-13 11:14:57,229 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-492665884", "security_groups": ["ee816daf-492e-49e1-94eb-9ca710d8c9f5"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:14:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e633a5f-4eee-49f3-b5cf-d688bec505d4'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:14:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:14:56Z","name":"tempest-port-smoke-492665884","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:95:82:d2","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","ip_address":"10.102.21.20"}],"id":"c57dd03f-c6f4-4c67-8789-6f3952e5241e","security_groups":["ee816daf-492e-49e1-94eb-9ca710d8c9f5"],"device_id":""}} 2018-08-13 11:14:58,857 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 202 POST http://172.30.9.22:8774/v2.1/servers 1.626s 2018-08-13 11:14:58,860 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1128664612", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "0211ce2b-687d-4ea7-ae57-778819e99c82", "port": "c57dd03f-c6f4-4c67-8789-6f3952e5241e"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:57 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-28a9f49e-e549-4fc9-b40e-214fbd02fcd1'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "adminPass": "3oy2VG7RPWEA"}} 2018-08-13 11:14:58,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.057s 2018-08-13 11:14:58,927 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:58 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d236a00a-4bb3-4dd8-9f9b-63b5612d5f71'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:58Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:00,026 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.084s 2018-08-13 11:15:00,027 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-ed23b2ba-f690-4750-b713-b19a2560f203', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:14:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed23b2ba-f690-4750-b713-b19a2560f203'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:14:59Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:00,039 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 2 second wait 2018-08-13 11:15:01,471 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.429s 2018-08-13 11:15:01,471 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-890e80c5-4728-46f1-8aa7-8aa09a005d0a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-890e80c5-4728-46f1-8aa7-8aa09a005d0a'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:15:00Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:01,484 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:15:02,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.166s 2018-08-13 11:15:02,653 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-0ed6c072-7d84-49a3-a910-f05b40c48bac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0ed6c072-7d84-49a3-a910-f05b40c48bac'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:15:00Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:04,020 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.347s 2018-08-13 11:15:04,020 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-31458b08-a92a-4354-a0f3-ac500ec31e99', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31458b08-a92a-4354-a0f3-ac500ec31e99'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:15:03Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:04,034 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 6 second wait 2018-08-13 11:15:04,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.152s 2018-08-13 11:15:04,187 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:15:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d486b3a1-4dc0-4e51-b0cd-1cd9afdfb01d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:15:03Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:15:04,200 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 487f61e0-bc96-4822-a1c2-86d1d4dda0af with status: ACTIVE 2018-08-13 11:15:04,315 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/routers 0.114s 2018-08-13 11:15:04,315 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1589116417", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:15:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4268bc6f-4a26-4bfa-b6dc-45fce3a76ae8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:04Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:04Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5074bda-9142-4617-9de9-264bf55ac63d", "name": "tempest-router--1589116417"}} 2018-08-13 11:15:05,454 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 1.137s 2018-08-13 11:15:05,455 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:05 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-67eaf306-ddbe-44ea-a5f0-e8966866113d'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:04Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:05Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5074bda-9142-4617-9de9-264bf55ac63d", "name": "tempest-router--1589116417"}} 2018-08-13 11:15:07,567 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/add_router_interface 2.111s 2018-08-13 11:15:07,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-eb5614bd-1f5c-41db-a33f-bb9e0a69d5d7'} Body: {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8", "subnet_ids": ["cb235c64-261a-4972-8a8a-d4481fb5aeb8"], "port_id": "05847fe3-d8ea-48ff-8f6b-fc3b305a7c34", "id": "e5074bda-9142-4617-9de9-264bf55ac63d"} 2018-08-13 11:15:07,879 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.308s 2018-08-13 11:15:07,880 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:15:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-df80ad7b-6a40-49e4-9cbe-40ed7ad23590'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "433e3c3a-af93-466e-841b-314ff2a39a0b"}} 2018-08-13 11:15:08,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations 0.657s 2018-08-13 11:15:08,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations', u'date': 'Mon, 13 Aug 2018 11:15:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7818558b-781c-4052-a69a-495c9185ca6f'} Body: {"network_association": {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "id": "dda3e468-f805-4256-871e-23edd52695af"}} 2018-08-13 11:15:09,191 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations 0.650s 2018-08-13 11:15:09,191 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/433e3c3a-af93-466e-841b-314ff2a39a0b/network_associations', u'date': 'Mon, 13 Aug 2018 11:15:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-692ac875-1589-4bf6-bbe7-a3421b4fd598'} Body: {"network_association": {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "id": "504c931b-41b4-4fef-9b77-dec22503f8d2"}} 2018-08-13 11:15:09,192 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:15:09,535 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 GET http://172.30.9.22:9696/v2.0/ports?device_id=e5074bda-9142-4617-9de9-264bf55ac63d 0.342s 2018-08-13 11:15:09,535 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '720', 'content-location': 'http://172.30.9.22:9696/v2.0/ports?device_id=e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:09 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-92c98687-21d4-46f6-9bd2-a8aa25e07b8e'} Body: {"ports":[{"status":"DOWN","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0211ce2b-687d-4ea7-ae57-778819e99c82","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:15:06Z","admin_state_up":true,"updated_at":"2018-08-13T11:15:07Z","binding:vnic_type":"normal","device_id":"e5074bda-9142-4617-9de9-264bf55ac63d","device_owner":"network:router_interface","revision_number":2,"mac_address":"fa:16:3e:6e:80:20","id":"05847fe3-d8ea-48ff-8f6b-fc3b305a7c34","port_security_enabled":false,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"cb235c64-261a-4972-8a8a-d4481fb5aeb8","ip_address":"10.102.21.1"}],"extra_dhcp_opts":[],"security_groups":[],"name":""}]} 2018-08-13 11:15:11,076 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface 1.539s 2018-08-13 11:15:11,077 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:11 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-680395cd-b9f3-492c-8458-71fad08a09ef'} Body: {"network_id": "0211ce2b-687d-4ea7-ae57-778819e99c82", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8", "subnet_ids": ["cb235c64-261a-4972-8a8a-d4481fb5aeb8"], "port_id": "05847fe3-d8ea-48ff-8f6b-fc3b305a7c34", "id": "e5074bda-9142-4617-9de9-264bf55ac63d"} 2018-08-13 11:15:12,604 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 204 DELETE http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 1.524s 2018-08-13 11:15:12,604 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:15:12 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6cb68a0d-1e20-4a4c-b3b0-db1aa015a63a'} Body: 2018-08-13 11:15:12,743 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/routers 0.137s 2018-08-13 11:15:12,743 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--685969984", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:15:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e922fb3c-11e9-4444-a169-d4c0a7651419'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:12Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:12Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "name": "tempest-router--685969984"}} 2018-08-13 11:15:14,106 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a 1.362s 2018-08-13 11:15:14,106 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a', u'date': 'Mon, 13 Aug 2018 11:15:14 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-905cdaf1-57c4-4611-bcab-87382d94aa43'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:12Z", "admin_state_up": true, "updated_at": "2018-08-13T11:15:13Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "name": "tempest-router--685969984"}} 2018-08-13 11:15:16,408 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/add_router_interface 2.301s 2018-08-13 11:15:16,409 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:15:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b764764-5b7a-4951-8ca8-7b2bc4428f5f'} Body: {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206", "subnet_ids": ["7650f4b9-2f34-488b-8a88-b796e86cb206"], "port_id": "2389ae21-d4c8-4111-92aa-342e5d40ca9a", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a"} 2018-08-13 11:15:18,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant3): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.726s 2018-08-13 11:15:18,137 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:15:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-04f84ba8-6a24-428a-8dcd-98f593efa14f'} Body: {"floatingip": {"router_id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:15:17Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.206", "revision_number": 0, "port_id": "b214c735-f6a0-4d2d-9348-8a99a55fe8f1", "id": "155b3b52-165c-4edb-9b60-1bf202188316", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:15:17Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:15:18,139 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:15:34,168 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:15:34,232 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:15:34,233 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:15:34,347 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:15:34,348 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:15:34,350 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:15:34,411 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:15:34,414 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:15:39,421 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:15:39,422 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:16:49,458 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:16:49,461 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:16:49,465 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:16:49,528 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:16:49,530 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:16:54,537 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:16:54,538 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:18:04,597 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:18:04,598 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:18:04,598 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,602 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,704 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,730 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,736 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:18:04,736 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:38:2e:16 [ether] on eth0 2018-08-13 11:18:04,737 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:18:04,737 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,739 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,802 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,803 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,813 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:18:04,813 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:18:04,814 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,816 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,875 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,880 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,887 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:18:04,887 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,889 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:04,947 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:04,954 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:04,959 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:18:04,960 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:38:2e:16 [ether] on eth0 2018-08-13 11:18:04,960 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:18:04,961 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:18:04,962 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:18:05,023 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:18:05,030 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:18:10,037 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:18:10,038 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:19:20,109 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:19:20,111 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.206:22' as 'cirros' with public key authentication 2018-08-13 11:19:20,115 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:19:20,181 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:19:20,211 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.206 successfully created 2018-08-13 11:19:25,220 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant3) Executing command on 172.30.9.206 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:19:25,220 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.206. 2018-08-13 11:20:35,287 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:20:35,288 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.206: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:20:35.288 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:20:36,371 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/155b3b52-165c-4edb-9b60-1bf202188316 1.079s 2018-08-13 11:20:36,373 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/155b3b52-165c-4edb-9b60-1bf202188316', u'date': 'Mon, 13 Aug 2018 11:20:36 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c00553ca-b595-4142-a7b3-1db7ac4db309'} Body: 2018-08-13 11:20:38,030 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/remove_router_interface 1.655s 2018-08-13 11:20:38,030 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:20:38 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13f060a8-5e58-4110-b703-6781322c3f79'} Body: {"network_id": "68dcd47d-24d9-4e37-89c2-30764a1c28f3", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "7650f4b9-2f34-488b-8a88-b796e86cb206", "subnet_ids": ["7650f4b9-2f34-488b-8a88-b796e86cb206"], "port_id": "2389ae21-d4c8-4111-92aa-342e5d40ca9a", "id": "888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a"} 2018-08-13 11:20:39,486 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a 1.454s 2018-08-13 11:20:39,486 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/888516ab-0bc5-4ab2-8ef7-6f2ea8cdd99a', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-93ba8b74-9959-4133-b444-a72dd015193c'} Body: 2018-08-13 11:20:39,532 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 PUT http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface 0.044s 2018-08-13 11:20:39,532 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "cb235c64-261a-4972-8a8a-d4481fb5aeb8"} Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f217c8b7-ce19-4bc7-a939-7bfb8c2c8274'} Body: {"NeutronError": {"message": "Router e5074bda-9142-4617-9de9-264bf55ac63d could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-13 11:20:39,580 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 DELETE http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d 0.046s 2018-08-13 11:20:39,581 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '135', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/e5074bda-9142-4617-9de9-264bf55ac63d', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50af4699-ead0-4385-a2ef-19a685653d80'} Body: {"NeutronError": {"message": "Router e5074bda-9142-4617-9de9-264bf55ac63d could not be found", "type": "RouterNotFound", "detail": ""}} 2018-08-13 11:20:39,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.410s 2018-08-13 11:20:39,992 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-0f5703b4-e4e7-4b14-870d-bc6731c94fce', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0f5703b4-e4e7-4b14-870d-bc6731c94fce'} Body: 2018-08-13 11:20:40,757 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.764s 2018-08-13 11:20:40,758 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-674326a5-97ab-4259-a773-eedb34f04b38', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:39 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-674326a5-97ab-4259-a773-eedb34f04b38'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1146422995": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:95:82:d2", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:15:03.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "487f61e0-bc96-4822-a1c2-86d1d4dda0af", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:20:39Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-2", "created": "2018-08-13T11:14:58Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:20:41,818 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af 0.042s 2018-08-13 11:20:41,818 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/487f61e0-bc96-4822-a1c2-86d1d4dda0af', u'x-compute-request-id': 'req-049684d9-2a93-462b-af4a-be5689bd806e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:41 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-049684d9-2a93-462b-af4a-be5689bd806e'} Body: {"itemNotFound": {"message": "Instance 487f61e0-bc96-4822-a1c2-86d1d4dda0af could not be found.", "code": 404}} 2018-08-13 11:20:42,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/c57dd03f-c6f4-4c67-8789-6f3952e5241e 0.894s 2018-08-13 11:20:42,713 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/c57dd03f-c6f4-4c67-8789-6f3952e5241e', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-1e9c1ec5-7437-45f5-8091-4e90f4706f21'} Body: 2018-08-13 11:20:42,852 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.137s 2018-08-13 11:20:42,852 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-7e40fb3e-6559-492d-a157-3f3d2369ef87', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7e40fb3e-6559-492d-a157-3f3d2369ef87'} Body: 2018-08-13 11:20:43,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 1.012s 2018-08-13 11:20:43,865 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-e1c1df17-0187-4dd8-b199-02bdb5e62e73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e1c1df17-0187-4dd8-b199-02bdb5e62e73'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-1830466404": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:35:d4:be", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:14:54.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3cbbf052-2315-4252-b4ad-0ff47962c82d", "security_groups": [{"name": "tempest-secgroup-smoke-790709300"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:20:42Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1128664612", "name": "server-1", "created": "2018-08-13T11:14:49Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:20:44,926 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d 0.042s 2018-08-13 11:20:44,926 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/3cbbf052-2315-4252-b4ad-0ff47962c82d', u'x-compute-request-id': 'req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-2b8ef50a-aa38-426e-8b1f-fb7d89325e2f'} Body: {"itemNotFound": {"message": "Instance 3cbbf052-2315-4252-b4ad-0ff47962c82d could not be found.", "code": 404}} 2018-08-13 11:20:45,992 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/b214c735-f6a0-4d2d-9348-8a99a55fe8f1 1.064s 2018-08-13 11:20:45,993 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/b214c735-f6a0-4d2d-9348-8a99a55fe8f1', u'date': 'Mon, 13 Aug 2018 11:20:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-10ca385a-ef1a-41b4-afc0-9128f856bde9'} Body: 2018-08-13 11:20:46,039 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1128664612 0.045s 2018-08-13 11:20:46,040 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1128664612', u'x-compute-request-id': 'req-da316cfe-f57f-46d6-9645-d4b52493dfd9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-da316cfe-f57f-46d6-9645-d4b52493dfd9'} Body: 2018-08-13 11:20:47,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/cb235c64-261a-4972-8a8a-d4481fb5aeb8 0.963s 2018-08-13 11:20:47,005 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/cb235c64-261a-4972-8a8a-d4481fb5aeb8', u'date': 'Mon, 13 Aug 2018 11:20:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b84fbd09-97c9-48b4-b6dc-9895e0822730'} Body: 2018-08-13 11:20:48,355 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/0211ce2b-687d-4ea7-ae57-778819e99c82 1.349s 2018-08-13 11:20:48,355 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/0211ce2b-687d-4ea7-ae57-778819e99c82', u'date': 'Mon, 13 Aug 2018 11:20:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-03c26ad4-e28c-4b8f-97c0-a518287e26ec'} Body: 2018-08-13 11:20:49,884 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/7650f4b9-2f34-488b-8a88-b796e86cb206 1.527s 2018-08-13 11:20:49,884 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/7650f4b9-2f34-488b-8a88-b796e86cb206', u'date': 'Mon, 13 Aug 2018 11:20:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-d68a4c4e-b600-42e2-91b0-29f2b7833ef0'} Body: 2018-08-13 11:20:51,790 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/68dcd47d-24d9-4e37-89c2-30764a1c28f3 1.905s 2018-08-13 11:20:51,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/68dcd47d-24d9-4e37-89c2-30764a1c28f3', u'date': 'Mon, 13 Aug 2018 11:20:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-914a8c99-c7c1-4ad0-8f04-2f404adf6cb6'} Body: 2018-08-13 11:20:51,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/ee816daf-492e-49e1-94eb-9ca710d8c9f5 0.195s 2018-08-13 11:20:51,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/ee816daf-492e-49e1-94eb-9ca710d8c9f5', u'date': 'Mon, 13 Aug 2018 11:20:51 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-ef88d61e-0a9a-4b0a-8d83-1239c06a22bc'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4[compute,id-973ab26d-c7d8-4a32-9aa9-2d7e6f406135,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 170, in test_bgpvpn_variant4 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:20:52,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.431s 2018-08-13 11:20:52,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-727956517 description", "name": "tempest-secgroup-smoke-727956517"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89821879-ed12-4850-ad55-84cf77063a37'} Body: {"security_group": {"description": "tempest-secgroup-smoke-727956517 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "updated_at": "2018-08-13T11:20:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:20:52Z", "revision_number": 0, "id": "240f4b62-8df9-4fb5-83f2-e1111869b87f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:20:52Z", "revision_number": 0, "id": "ef634147-a91e-4a75-a3e5-0c1b5661ba11", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "name": "tempest-secgroup-smoke-727956517"}} 2018-08-13 11:20:52,634 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.184s 2018-08-13 11:20:52,634 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-13d1e2c6-2477-48c8-b54b-7d27a783314b'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e860c853-12b0-4d8c-bb25-2c817781623c"}} 2018-08-13 11:20:52,791 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.155s 2018-08-13 11:20:52,791 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d93c5aa-fa02-4119-b8f7-defa45724b53'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c26ebff7-dfa9-4222-b7fe-6cba9eb5c7b0"}} 2018-08-13 11:20:52,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.165s 2018-08-13 11:20:52,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-17a74ecf-6fe6-4cb1-89f4-624844fce3d3'} 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-08-13T11:20:52Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4d0a73b0-b957-4aad-b991-8bef3576e160"}} 2018-08-13 11:20:53,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.150s 2018-08-13 11:20:53,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a8999ec3-7ee9-46b9-acaf-538467ab35c7'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "c2134f17-cef7-46d3-af42-d97c1c975c92"}} 2018-08-13 11:20:53,287 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.176s 2018-08-13 11:20:53,287 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7957dfbd-5f46-48d4-81c3-3dd9a127c922'} 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-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "9e327baa-cfb7-4b0a-ac24-f3800c1d106f"}} 2018-08-13 11:20:53,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 11:20:53,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bc553c06-bf3e-481a-bab8-4b646fb247f0'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "687f6f89-f611-431f-9402-ae26a6e8ad0a"}} 2018-08-13 11:20:53,598 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 11:20:53,599 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-50932cbc-460b-40eb-b388-3d9e98594b76'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6384b165-beba-4e9b-9ee7-ef73d5b364ac"}} 2018-08-13 11:20:53,756 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.156s 2018-08-13 11:20:53,756 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:20:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bef5cb70-b384-42b7-9c06-19fabbcb4938'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:20:53Z", "security_group_id": "d3e796c3-6e49-49c0-9898-57adc459dd12", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:20:53Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "104a25c9-303c-4912-a361-76f015ee76e6"}} 2018-08-13 11:20:54,022 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/networks 0.264s 2018-08-13 11:20:54,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-15658593"}} Response - Headers: {'status': '201', u'content-length': '555', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3c2ba0e3-32cb-4cbf-9de9-9b9463df0c0f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:20:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","name":"tempest-A-15658593"}} 2018-08-13 11:20:54,735 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.712s 2018-08-13 11:20:54,736 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "name": "tempest-subnet-A-1-893854852"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-e685d196-bd3e-4ebc-a40e-a67acea1f698'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:54Z","dns_nameservers":[],"updated_at":"2018-08-13T11:20:54Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"e3480128-5ccc-4709-bf00-94083d564066","subnetpool_id":null,"name":"tempest-subnet-A-1-893854852"}} 2018-08-13 11:20:54,933 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/networks 0.197s 2018-08-13 11:20:54,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-1956511505"}} Response - Headers: {'status': '201', u'content-length': '557', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:20:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f32de71-b6c8-4b55-a387-8e9775f7f156'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:54Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:20:54Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","name":"tempest-B-1956511505"}} 2018-08-13 11:20:55,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.596s 2018-08-13 11:20:55,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "name": "tempest-subnet-B-1-81045098"}} Response - Headers: {'status': '201', u'content-length': '634', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:20:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-648210f3-98ad-4f16-895c-e24c0f86a259'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:20:55Z","dns_nameservers":[],"updated_at":"2018-08-13T11:20:55Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"605f2de7-8a9f-4e82-8e87-8b2802afa8b6","subnetpool_id":null,"name":"tempest-subnet-B-1-81045098"}} 2018-08-13 11:20:55,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.185s 2018-08-13 11:20:55,718 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1551520216"}} Response - Headers: {'status': '200', u'content-length': '2313', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-1b96be9f-eec8-4749-ba13-5dccfb72b34a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:55 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1b96be9f-eec8-4749-ba13-5dccfb72b34a'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwhhgXxWaz72hq7ghs2m89+rp49if0HKI2tspTVBJ6c6Fggsu4HX5SVqWSvYnsC6n4weW21i50l0dJdp/C2T9JUhLAT6ATnCljIv4SwaW6fqmoBKXHsSP3iBPiwAkghNBBPELGFpPEx+NWyY+g6AWVB99Xd+DS8P5/yZynyX2OPK3OWYT7BJE9OG5n4cj3NgwfayQ4t+HbibcknlUPxiYqgM9GnAYZTshM6KfKL3kC43q0pnnnMKnGv/go/UJ2rcGY535bMrA97WqyFD1sKTWz1zTPNOCaQ+g5GvUb8lL+yh9On7/3bVeC4J01DCsrwFLWfo864XMOAraqsTSeBqGj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAsIYYF8Vms+9oau4IbNpvPfq6ePYn9ByiNrbKU1QSenOhYILL\nuB1+Ulalkr2J7Aup+MHlttYudJdHSXafwtk/SVISwE+gE5wpYyL+EsGlun6pqASl\nx7Ej94gT4sAJIITQQTxCxhaTxMfjVsmPoOgFlQffV3fg0vD+f8mcp8l9jjytzlmE\n+wSRPThuZ+HI9zYMH2skOLfh24m3JJ5VD8YmKoDPRpwGGU7ITOinyi95AuN6tKZ5\n5zCpxr/4KP1Cdq3BmOd+WzKwPe1qshQ9bCk1s9c0zzTgmkPoORr1G/JS/sofTp+/\n921XguCdNQwrK8BS1n6POuFzDgK2qrE0ngahowIDAQABAoIBACC1B9vHsKrgThmZ\n9yesJXZ3cXueKHL7pza6Eaz04+OabylBsttvY4uAEHeq9NYupxS3YIfLEZp6uTOs\nbhedRzOfqGfHmSJpCeYbgrYY+Usf0vGVwt3IPaDMrtqRuF81HJ0pvDmVz1VjsATR\nnfIza21cow5C4P5UtuMYiRUxqTjkSIrAgDRhvN6BImEGv6e3/lcMO1NbwXMgCp4w\ndgEHYuKg+AlLYeQb0QoT59O3lN1RQMKKsMnexc1M7gwUnc4Rr6/wjXs6REZOPFKV\nwvfkLbEw7gkTL3qTzkvixv3VUfG/bAFzi0nidhFVN8YDc+Wx7denxchRhXWlpzVY\nWFDwb/kCgYEA197jep5HEPiU5Yh0yJbKQ4ohJRwXXmhA55jzG9ex+eQJRMQuCWEY\nI+AUFx4GGtNR2Dg+X3nOEipzb/r+rzVRdN5cnqDy1iYx1bIxKPlfnCTsm1CSV0yS\nTv7ZL09F30ObCY14HexBBu4h34YVmlrlXUuzhyQZTcZzGVWiGsbJRf0CgYEA0Va4\naGl5nINWQAfby2379npgUIogMNUCvT3Pm24la4ALli707gk89rtcwe2iTb5wmPCq\nOxe832omeK8hIZZVCBJ4i3InaDy9/kQrkc9VuGTCmiCFDUhP0okEoxtIQOaa96F/\nvZbDU6832vuSHIC0bknDTmq+1P7N5OfyirVYSB8CgYEAv44ml8lZ0KJ1JhVnZBQC\nmdo5vT9nMTwb1CeyGtPVN6T14JKhM2t4S2VtDnJzAlzgtJh8KKbiiNYop4a3d2w9\nwxIKaCz0L7mm4TUFUJGxGNLfLpdZtKPa9MRKnyOeIhdQvTJPE2Zw8aBgaIQIKXdd\nLuOdBF+xIIXn3uRRO6eINVUCgYBUB66AYw5o8CN4Em99Ckog12DAE6H2WBsAYcZr\nStyEeWKtR24T+utY0z7ZrY0ADhjem4SJse6j89U7jnkLJXA+jEONHiaJZhCR90VS\nA1sSaIfhHHqsKUG5bjzJSFNJkgfUrSQ8sz724ZfXNDKjdFp5Buz6FklB8IIvh5fJ\nbB/i2wKBgQCNnTb/2eY9aXrueLsBDsAKCZA0hRcqysEjMf+n2g2eWGMQ9xFjaPQa\nSjdl/+ZaE0fknFprJjDL9prcKu7Y8jquZBcOmCBEy+fv9ZfIReEDNUyN+Da5y6Gk\nXflhSKkWqqFH8X4sOo2hqk64Nshpx2VVQD6TnxfzxzY2YJCa/10bMA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1551520216", "fingerprint": "44:d5:75:04:f1:31:f5:10:90:bb:a7:ed:59:47:03:87"}} 2018-08-13 11:20:56,616 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/ports 0.894s 2018-08-13 11:20:56,616 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-867226372", "security_groups": ["d3e796c3-6e49-49c0-9898-57adc459dd12"]}} Response - Headers: {'status': '201', u'content-length': '723', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:20:56 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ada99b78-e738-41de-807d-ccbc329287c3'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:20:56Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"0361a00e-378c-4eb8-95d4-21e1ed97b897","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:20:56Z","name":"tempest-port-smoke-867226372","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:59:f4:9d","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"e3480128-5ccc-4709-bf00-94083d564066","ip_address":"10.101.11.10"}],"id":"62ffc428-9fb0-40d4-b7b6-9f31bed03a8c","security_groups":["d3e796c3-6e49-49c0-9898-57adc459dd12"],"device_id":""}} 2018-08-13 11:20:59,239 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.22:8774/v2.1/servers 2.621s 2018-08-13 11:20:59,239 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1551520216", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "port": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a2a5b01-4180-4f29-bad3-3fa2526cdb69'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "adminPass": "u89bupBN7wTg"}} 2018-08-13 11:20:59,831 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.588s 2018-08-13 11:20:59,831 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:20:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-44fcc0bf-9110-4a91-a5c7-6468486e1fc7'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:20:59Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:01,126 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.280s 2018-08-13 11:21:01,126 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-22cdfef4-162f-4bf5-b621-c2209c0e31a9', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:00 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-22cdfef4-162f-4bf5-b621-c2209c0e31a9'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:00Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:01,143 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 2 second wait 2018-08-13 11:21:02,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.764s 2018-08-13 11:21:02,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-3a3d1974-6ac4-4597-80b0-9e857ed56d78', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:02 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3a3d1974-6ac4-4597-80b0-9e857ed56d78'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:01Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:02,926 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:21:04,766 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.838s 2018-08-13 11:21:04,766 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-88e44f8a-5cd5-4b46-935c-b520e2844d42', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:03 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-88e44f8a-5cd5-4b46-935c-b520e2844d42'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:01Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:06,539 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.758s 2018-08-13 11:21:06,539 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-346f3dc5-bd1f-4780-ac20-4b031b724fb1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-346f3dc5-bd1f-4780-ac20-4b031b724fb1'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:06,551 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:21:06,717 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.164s 2018-08-13 11:21:06,717 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1542', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-3c221fda-bffe-421a-96b4-9ce4af925fa7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-3c221fda-bffe-421a-96b4-9ce4af925fa7'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:04Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:06,735 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 8653aae2-ba0d-401b-97eb-829683e0572e with status: ACTIVE 2018-08-13 11:21:07,842 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/ports 1.106s 2018-08-13 11:21:07,842 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1399310711", "security_groups": ["d3e796c3-6e49-49c0-9898-57adc459dd12"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:21:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8e0007e7-2671-4b28-a56b-bcc2b7e9c4e8'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:21:07Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"a731c858-dd97-4ba9-8823-efdc39c2fd5a","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:21:07Z","name":"tempest-port-smoke-1399310711","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:c9:28:3c","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"605f2de7-8a9f-4e82-8e87-8b2802afa8b6","ip_address":"10.102.21.20"}],"id":"6c741423-8f7c-4f6e-a571-02e2e5dbd536","security_groups":["d3e796c3-6e49-49c0-9898-57adc459dd12"],"device_id":""}} 2018-08-13 11:21:09,279 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 202 POST http://172.30.9.22:8774/v2.1/servers 1.435s 2018-08-13 11:21:09,280 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1551520216", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "port": "6c741423-8f7c-4f6e-a571-02e2e5dbd536"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0d0e1dc5-9fad-401a-a56f-b9a8fcc3d7ed'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "5471e27d-795d-430e-b693-2ace0329920f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "adminPass": "8Uo76625ev4K"}} 2018-08-13 11:21:09,341 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.056s 2018-08-13 11:21:09,342 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0be1a34e-58d2-4cac-956e-27fa8dccb8b4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:10,448 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.092s 2018-08-13 11:21:10,449 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1314', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-9795cd6b-6b04-4903-b9f7-b02601aa962f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9795cd6b-6b04-4903-b9f7-b02601aa962f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:10,462 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:21:11,865 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.402s 2018-08-13 11:21:11,866 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-573b0058-7909-467f-9cd0-d5894185b2c2', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-573b0058-7909-467f-9cd0-d5894185b2c2'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:11,878 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:21:13,195 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.315s 2018-08-13 11:21:13,195 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-a4548115-68cf-406e-9f62-d1a2a6e1ad06', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a4548115-68cf-406e-9f62-d1a2a6e1ad06'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:21:10Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:14,612 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.403s 2018-08-13 11:21:14,613 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-1d6a2f0f-6de0-4750-80bd-fc489fe97923', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1d6a2f0f-6de0-4750-80bd-fc489fe97923'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:14,626 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:21:14,776 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.148s 2018-08-13 11:21:14,776 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1544', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:21:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2a27ef9c-7ba0-44ab-8fc7-a7a577314025'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:21:13Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:21:14,789 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: 5471e27d-795d-430e-b693-2ace0329920f with status: ACTIVE 2018-08-13 11:21:15,155 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.365s 2018-08-13 11:21:15,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d76c29b0-4df4-4d5b-b6ff-920261838380'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "12cf014f-883e-4859-85f3-2feccdca74f1"}} 2018-08-13 11:21:15,568 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations 0.411s 2018-08-13 11:21:15,568 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations', u'date': 'Mon, 13 Aug 2018 11:21:15 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-45e0d854-242a-4f98-802f-039e47860f55'} Body: {"network_association": {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "id": "b513b56c-1603-412c-9259-489f5f021484"}} 2018-08-13 11:21:16,265 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations 0.695s 2018-08-13 11:21:16,265 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/12cf014f-883e-4859-85f3-2feccdca74f1/network_associations', u'date': 'Mon, 13 Aug 2018 11:21:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4733fb8b-a7b9-4a69-9add-0b3c313c32ec'} Body: {"network_association": {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "id": "f179bb7b-51a0-4477-9d79-98567974246d"}} 2018-08-13 11:21:16,266 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:21:16,531 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/routers 0.264s 2018-08-13 11:21:16,531 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--1248963673", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '413', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:21:16 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-76cc9cd6-ee9a-4202-9822-49a0107b726a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:16Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:16Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0", "name": "tempest-router--1248963673"}} 2018-08-13 11:21:18,525 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0 1.992s 2018-08-13 11:21:18,526 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '593', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0', u'date': 'Mon, 13 Aug 2018 11:21:18 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-30a752b8-53e8-4026-a621-4b74986b5f0a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.202"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:16Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:18Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0", "name": "tempest-router--1248963673"}} 2018-08-13 11:21:20,820 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/add_router_interface 2.293s 2018-08-13 11:21:20,821 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:21:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90634739-7593-42f7-b1cf-d06bb713f4e7'} Body: {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6", "subnet_ids": ["605f2de7-8a9f-4e82-8e87-8b2802afa8b6"], "port_id": "8428e014-e7d9-4301-afa0-300f56cfe596", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0"} 2018-08-13 11:21:20,911 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/routers 0.089s 2018-08-13 11:21:20,912 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--686408012", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:21:20 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0ec6c01f-fb90-432f-b9b3-2c427a7b8f1b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:20Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:20Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "name": "tempest-router--686408012"}} 2018-08-13 11:21:22,065 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d 1.152s 2018-08-13 11:21:22,066 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d', u'date': 'Mon, 13 Aug 2018 11:21:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-20e5641b-9035-4f9b-a8e4-96b230d4cb8a'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.203"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:20Z", "admin_state_up": true, "updated_at": "2018-08-13T11:21:21Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "name": "tempest-router--686408012"}} 2018-08-13 11:21:24,274 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/add_router_interface 2.207s 2018-08-13 11:21:24,274 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e3480128-5ccc-4709-bf00-94083d564066"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:21:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6f64f69d-da5f-4521-af7e-8608d7c55835'} Body: {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e3480128-5ccc-4709-bf00-94083d564066", "subnet_ids": ["e3480128-5ccc-4709-bf00-94083d564066"], "port_id": "cabbd691-eda6-44a9-8a8a-5e98f46b5324", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d"} 2018-08-13 11:21:26,041 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant4): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.766s 2018-08-13 11:21:26,042 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:21:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-2d6d23a1-eeb2-4b96-b913-b4c98be9f2c9'} Body: {"floatingip": {"router_id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:21:24Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.218", "revision_number": 0, "port_id": "62ffc428-9fb0-40d4-b7b6-9f31bed03a8c", "id": "d88a771d-9564-4eec-9912-8b846a0a7fe4", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:21:24Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:21:26,043 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:21:29,053 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:21:29,119 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:21:29,150 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:21:29,265 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:21:29,265 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:21:29,269 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:21:29,338 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:21:29,366 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:21:34,374 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:21:34,374 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:22:44,441 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:22:44,441 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:22:44,445 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:22:44,511 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:22:44,541 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:22:49,547 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:22:49,548 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:23:59,613 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:23:59,614 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:23:59,614 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,618 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,716 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,746 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,752 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:23:59,752 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:ee:68 [ether] on eth0 2018-08-13 11:23:59,753 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:23:59,753 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,755 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,816 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,819 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,829 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:23:59,829 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:23:59,830 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,832 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,892 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,895 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,901 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:23:59,902 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,904 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:23:59,963 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:23:59,968 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:23:59,973 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:23:59,974 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:85:ee:68 [ether] on eth0 2018-08-13 11:23:59,974 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:23:59,975 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:23:59,977 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:24:00,036 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:24:00,041 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:24:05,051 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:24:05,053 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:25:15,124 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:25:15,125 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.218:22' as 'cirros' with public key authentication 2018-08-13 11:25:15,128 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:25:15,225 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:25:15,256 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.218 successfully created 2018-08-13 11:25:20,263 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant4) Executing command on 172.30.9.218 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:25:20,264 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.218. 2018-08-13 11:26:30,328 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:26:30,329 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.218: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:26:30.329 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:26:31,713 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/d88a771d-9564-4eec-9912-8b846a0a7fe4 1.381s 2018-08-13 11:26:31,716 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/d88a771d-9564-4eec-9912-8b846a0a7fe4', u'date': 'Mon, 13 Aug 2018 11:26:31 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2474eff6-a014-41d0-a8b0-e8eced10793c'} Body: 2018-08-13 11:26:33,653 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/remove_router_interface 1.936s 2018-08-13 11:26:33,654 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "e3480128-5ccc-4709-bf00-94083d564066"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:33 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f3875638-bc02-4a80-b703-1369329a780a'} Body: {"network_id": "0361a00e-378c-4eb8-95d4-21e1ed97b897", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "e3480128-5ccc-4709-bf00-94083d564066", "subnet_ids": ["e3480128-5ccc-4709-bf00-94083d564066"], "port_id": "cabbd691-eda6-44a9-8a8a-5e98f46b5324", "id": "48bf2ad9-60ad-4872-b94c-b2b92596ee2d"} 2018-08-13 11:26:35,203 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d 1.547s 2018-08-13 11:26:35,203 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/48bf2ad9-60ad-4872-b94c-b2b92596ee2d', u'date': 'Mon, 13 Aug 2018 11:26:35 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-e7a31951-769e-419c-ae61-3fb7e4406a1c'} Body: 2018-08-13 11:26:36,785 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/remove_router_interface 1.580s 2018-08-13 11:26:36,785 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:36 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-51dede04-c35b-4265-94d3-ff77567472d8'} Body: {"network_id": "a731c858-dd97-4ba9-8823-efdc39c2fd5a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "605f2de7-8a9f-4e82-8e87-8b2802afa8b6", "subnet_ids": ["605f2de7-8a9f-4e82-8e87-8b2802afa8b6"], "port_id": "8428e014-e7d9-4301-afa0-300f56cfe596", "id": "24d7d4e3-135d-4038-a260-a7fe86db93b0"} 2018-08-13 11:26:38,400 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0 1.613s 2018-08-13 11:26:38,400 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/24d7d4e3-135d-4038-a260-a7fe86db93b0', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0274dcd4-7852-4f8d-877d-d091e67cadcb'} Body: 2018-08-13 11:26:38,775 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.373s 2018-08-13 11:26:38,775 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-0715d1fe-0ea0-4f13-b636-671bf93b59c4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-0715d1fe-0ea0-4f13-b636-671bf93b59c4'} Body: 2018-08-13 11:26:39,917 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 1.141s 2018-08-13 11:26:39,917 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1550', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-b55c5d7e-df5b-4c97-b54c-3945a4c22703', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:38 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b55c5d7e-df5b-4c97-b54c-3945a4c22703'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-1956511505": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c9:28:3c", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/5471e27d-795d-430e-b693-2ace0329920f", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:13.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "5471e27d-795d-430e-b693-2ace0329920f", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:26:38Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-2", "created": "2018-08-13T11:21:09Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:26:40,978 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f 0.040s 2018-08-13 11:26:40,978 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/5471e27d-795d-430e-b693-2ace0329920f', u'x-compute-request-id': 'req-f8714def-e179-4f06-b932-3fd0fe74cc20', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:40 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-f8714def-e179-4f06-b932-3fd0fe74cc20'} Body: {"itemNotFound": {"message": "Instance 5471e27d-795d-430e-b693-2ace0329920f could not be found.", "code": 404}} 2018-08-13 11:26:41,488 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/6c741423-8f7c-4f6e-a571-02e2e5dbd536 0.508s 2018-08-13 11:26:41,488 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/6c741423-8f7c-4f6e-a571-02e2e5dbd536', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-aee369d2-a64e-4c32-9d9f-c486f23186be'} Body: 2018-08-13 11:26:41,637 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.147s 2018-08-13 11:26:41,638 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-e251f85e-044a-4aee-8ee1-2f64a05e3071', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-e251f85e-044a-4aee-8ee1-2f64a05e3071'} Body: 2018-08-13 11:26:42,335 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.697s 2018-08-13 11:26:42,336 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1548', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-c87ea401-d41c-4388-b9e2-bf317fb2ebba', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-c87ea401-d41c-4388-b9e2-bf317fb2ebba'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-15658593": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:f4:9d", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8653aae2-ba0d-401b-97eb-829683e0572e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:21:04.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8653aae2-ba0d-401b-97eb-829683e0572e", "security_groups": [{"name": "tempest-secgroup-smoke-727956517"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:26:41Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1551520216", "name": "server-1", "created": "2018-08-13T11:20:59Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:26:43,406 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e 0.047s 2018-08-13 11:26:43,407 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/8653aae2-ba0d-401b-97eb-829683e0572e', u'x-compute-request-id': 'req-1ba78362-e98e-409e-97b9-80173fb6a214', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1ba78362-e98e-409e-97b9-80173fb6a214'} Body: {"itemNotFound": {"message": "Instance 8653aae2-ba0d-401b-97eb-829683e0572e could not be found.", "code": 404}} 2018-08-13 11:26:43,970 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/62ffc428-9fb0-40d4-b7b6-9f31bed03a8c 0.562s 2018-08-13 11:26:43,970 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/62ffc428-9fb0-40d4-b7b6-9f31bed03a8c', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-92068af3-459e-4ebf-b22a-d67ab99d3a97'} Body: 2018-08-13 11:26:44,032 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1551520216 0.061s 2018-08-13 11:26:44,033 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1551520216', u'x-compute-request-id': 'req-6ae81b64-19bb-418b-908f-1f416666857b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:26:43 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6ae81b64-19bb-418b-908f-1f416666857b'} Body: 2018-08-13 11:26:45,415 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/605f2de7-8a9f-4e82-8e87-8b2802afa8b6 1.378s 2018-08-13 11:26:45,415 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/605f2de7-8a9f-4e82-8e87-8b2802afa8b6', u'date': 'Mon, 13 Aug 2018 11:26:45 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-6d14cc95-639b-45f3-a54e-8fde65f96ce9'} Body: 2018-08-13 11:26:47,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/a731c858-dd97-4ba9-8823-efdc39c2fd5a 1.999s 2018-08-13 11:26:47,417 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/a731c858-dd97-4ba9-8823-efdc39c2fd5a', u'date': 'Mon, 13 Aug 2018 11:26:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f700bc39-c41b-4a4a-984c-91fb4c10ab17'} Body: 2018-08-13 11:26:48,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/e3480128-5ccc-4709-bf00-94083d564066 1.014s 2018-08-13 11:26:48,433 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/e3480128-5ccc-4709-bf00-94083d564066', u'date': 'Mon, 13 Aug 2018 11:26:48 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-c6c5ab5d-609a-4204-93d4-bcad2dc4f841'} Body: 2018-08-13 11:26:50,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/0361a00e-378c-4eb8-95d4-21e1ed97b897 2.022s 2018-08-13 11:26:50,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/0361a00e-378c-4eb8-95d4-21e1ed97b897', u'date': 'Mon, 13 Aug 2018 11:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2167fe6f-6900-42f5-9137-fd3cbbcf4605'} Body: 2018-08-13 11:26:50,988 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/d3e796c3-6e49-49c0-9898-57adc459dd12 0.530s 2018-08-13 11:26:50,988 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/d3e796c3-6e49-49c0-9898-57adc459dd12', u'date': 'Mon, 13 Aug 2018 11:26:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b40a3572-debf-4b81-8cec-1957b7226e3b'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5[compute,id-2ac0696b-e828-4299-9e94-5f9c4988d961,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 192, in test_bgpvpn_variant5 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:26:51,282 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.267s 2018-08-13 11:26:51,283 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-2139158681 description", "name": "tempest-secgroup-smoke-2139158681"}} Response - Headers: {'status': '201', u'content-length': '1410', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-90e48c1d-7135-42f7-9d3b-26c920ae0b05'} Body: {"security_group": {"description": "tempest-secgroup-smoke-2139158681 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "updated_at": "2018-08-13T11:26:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:26:51Z", "revision_number": 0, "id": "c9bc6ba9-71a6-4f4c-b9d7-6f1f78ea314e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:26:51Z", "revision_number": 0, "id": "daf641d1-a90e-4474-bb35-263f73ddeab5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "name": "tempest-secgroup-smoke-2139158681"}} 2018-08-13 11:26:51,444 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.160s 2018-08-13 11:26:51,445 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-87fe1e9c-f328-4aba-9c45-dab15458eb1f'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "6e758612-30dd-4514-aee1-d8205b3e5290"}} 2018-08-13 11:26:51,662 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.215s 2018-08-13 11:26:51,662 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-db53df7a-0322-4a32-9172-b959614023fc'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4a96407f-786a-4aa9-976f-a64041ce71ea"}} 2018-08-13 11:26:51,839 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.176s 2018-08-13 11:26:51,840 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-10c481da-8156-4a3f-bda9-93b7ddfc6cc6'} 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-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "da29b068-b258-40b7-a6fc-06aece2a0297"}} 2018-08-13 11:26:52,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.220s 2018-08-13 11:26:52,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-286f184b-e8d3-43b0-a6d0-f03ab6d91e25'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:26:51Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:51Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "abd4314c-2157-4af8-b7a4-dff5f8775f1a"}} 2018-08-13 11:26:52,251 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.189s 2018-08-13 11:26:52,252 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f27f9c03-0e27-454d-885f-7223151798aa'} 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-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "df0abe2d-8210-4f64-af40-bda9a0381c5b"}} 2018-08-13 11:26:52,498 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.245s 2018-08-13 11:26:52,499 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-68dde307-4496-45d9-9190-6924dd089424'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "570cedc9-c285-4338-b0dc-4247414d5b6a"}} 2018-08-13 11:26:52,663 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.162s 2018-08-13 11:26:52,663 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a3ee83a7-0af4-4d5c-9fa9-06c760260b2a'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "e5b8632a-1871-4c49-9c2f-bd931cb26058"}} 2018-08-13 11:26:52,813 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.149s 2018-08-13 11:26:52,814 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:26:52 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d8eaf1c9-a39d-4a8b-807e-f993e66e9472'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:26:52Z", "security_group_id": "82bb7fbd-8975-49fc-a7cb-7a18455c4b72", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:52Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "738d1ef9-40bb-4ae5-ab33-bcc8e9744b59"}} 2018-08-13 11:26:53,050 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/networks 0.235s 2018-08-13 11:26:53,051 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-438793553"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:26:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d2618847-b14a-4289-9683-b68276733db0'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:52Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:26:52Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","name":"tempest-A-438793553"}} 2018-08-13 11:26:53,572 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.518s 2018-08-13 11:26:53,572 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "name": "tempest-subnet-A-1-1821250015"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:26:53 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ccb90bd2-434e-422d-9c5f-8fa4ea761682'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:53Z","dns_nameservers":[],"updated_at":"2018-08-13T11:26:53Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"35bd05da-48b2-4b55-8e96-97a9bc0c313a","subnetpool_id":null,"name":"tempest-subnet-A-1-1821250015"}} 2018-08-13 11:26:54,061 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/networks 0.487s 2018-08-13 11:26:54,061 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-132662679"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:26:54 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9dad07b-850d-4269-a636-448360b50a1f'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:53Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:26:53Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","name":"tempest-B-132662679"}} 2018-08-13 11:26:55,313 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/subnets 1.250s 2018-08-13 11:26:55,313 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "name": "tempest-subnet-B-1-1196171764"}} Response - Headers: {'status': '201', u'content-length': '636', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:26:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a740a11b-a512-4d75-ab82-d05615e59b85'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:26:54Z","dns_nameservers":[],"updated_at":"2018-08-13T11:26:54Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"63ddc6c3-37d1-4b78-9cf5-8fc41d73d969","subnetpool_id":null,"name":"tempest-subnet-B-1-1196171764"}} 2018-08-13 11:26:55,540 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/routers 0.225s 2018-08-13 11:26:55,540 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--780259921", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:26:55 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c4aa07f0-ef26-4cf1-8406-610fcdd3ca7c'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:55Z", "admin_state_up": true, "updated_at": "2018-08-13T11:26:55Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10", "name": "tempest-router--780259921"}} 2018-08-13 11:26:57,080 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10 1.538s 2018-08-13 11:26:57,081 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10', u'date': 'Mon, 13 Aug 2018 11:26:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1917cfe5-ff87-422d-9fcc-ec0892edd299'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:26:55Z", "admin_state_up": true, "updated_at": "2018-08-13T11:26:56Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10", "name": "tempest-router--780259921"}} 2018-08-13 11:26:59,443 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/add_router_interface 2.361s 2018-08-13 11:26:59,443 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:26:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-3f51f2af-22a9-4086-9b62-27742e345117'} Body: {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969", "subnet_ids": ["63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"], "port_id": "de85b164-8888-421f-b7b1-845f856de410", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10"} 2018-08-13 11:26:59,690 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.245s 2018-08-13 11:26:59,690 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:26:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-683cf749-825e-497b-95c2-3ffe2a67da77'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565"}} 2018-08-13 11:27:00,072 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations 0.381s 2018-08-13 11:27:00,072 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations', u'date': 'Mon, 13 Aug 2018 11:27:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-77e966e8-9900-475c-8f6e-c800f2e7f731'} Body: {"network_association": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "id": "eef6a449-c8e9-45b6-a109-bbcd9ba46e81"}} 2018-08-13 11:27:01,009 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations 0.935s 2018-08-13 11:27:01,009 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/e64c6ff2-3d5c-42dc-a1fe-cde3c2fea565/network_associations', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ab187af4-aeea-4cd1-b099-0bbe1303f002'} Body: {"network_association": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "id": "948ec6a5-53d6-4a69-8a67-0f7c9c242118"}} 2018-08-13 11:27:01,010 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:27:01,156 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.145s 2018-08-13 11:27:01,156 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-663641824"}} Response - Headers: {'status': '200', u'content-length': '2308', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-36e3b6ec-8952-411d-bb9e-ad836f184dff', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-36e3b6ec-8952-411d-bb9e-ad836f184dff'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDpx4OQK2nJL+YIasJ0oiND/dqDi20XJVzq5ed5ujQJE+p1QCmDZ1P8o8jeagl7lSjQXdMjCwGRsgrusL/Se6uD0bOhbfKvh8otiKmITBhGw5QZ6dHy+SM65kzLSY3ZD3ftHvcsuLh62+UQUHpZKAhAOjDI6SM60gLPUlIn4jLQjDmVgbWmZ8gfHV4eguMC/+ar0B7zTbHnWDehYB9hkrDgQvc1vo9AOPwAjlwxZkFZJZVtBZ53Pi+T1vZMYoW97hHO7NnL3W61DrBWj7stZiiCi+10vlpslYoGDmL6QZBRKlKseJ52U+woicujq5eydNxbF5hNDzjAlevR6KE9H3Kj Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEA6ceDkCtpyS/mCGrCdKIjQ/3ag4ttFyVc6uXnebo0CRPqdUAp\ng2dT/KPI3moJe5Uo0F3TIwsBkbIK7rC/0nurg9GzoW3yr4fKLYipiEwYRsOUGenR\n8vkjOuZMy0mN2Q937R73LLi4etvlEFB6WSgIQDowyOkjOtICz1JSJ+Iy0Iw5lYG1\npmfIHx1eHoLjAv/mq9Ae802x51g3oWAfYZKw4EL3Nb6PQDj8AI5cMWZBWSWVbQWe\ndz4vk9b2TGKFve4RzuzZy91utQ6wVo+7LWYogovtdL5abJWKBg5i+kGQUSpSrHie\ndlPsKInLo6uXsnTcWxeYTQ84wJXr0eihPR9yowIDAQABAoIBAEqLxlYYodj3nyCb\n+nn6ocgykJVVxmmVDnYQ7akRSTqD0UWmOhaewldTWuAha/iubZ9T69nGzq9I2NeY\nIPLbYKveGKunRbXXVQ8D/xtpOGyIPReuSbZy31sOyPoh8EuA9Tr1ntfx51G2AOsc\n3obDjy374EaQoR1GjoLRu0TgileZY1YDiMXpKxfoP0E0THb0NLh2tSkQlufNDmgR\nlyQoeNdhiY4XKFeBsh+bS0U3GvktYPBnJoQKxc+Kob5ImIiRz9TAUBfj8D2c+dlp\nKEqxf8zpUkEUIy94KN2QuevWVOYJEjvmh1MwCex5kTu9ug5JGGhm4TIa62k1TqvL\nrU81RFECgYEA9cviBn6DQxCAtCphe0/3QJ7Dn/nwRdG1hBSxIAkGLCuc8/2fLK7N\nB0oLLKmpbhGpCRB0RfGuFJXSgOtfQudCf6cJL47J2aCgGJAE9LD6qIhyNpNi8yeW\n1odWuOXRfNkCEhWnD8fPSSs0kdM2S9Otj0Cj4e1aGn/cB1DAIxh9a00CgYEA83vs\ne16mmJhJCAQDDb6jd8Mp+VqoRRmtswVxon6BCkf8jzdtiNp0oigZ8pe0+6bWBUvI\nwOB9rutLRaqU+g82PFmfWUnKpPYWDn9hxByBUsT+zJUVejAz1mLj93GbpwcwNiPn\nixVs+wk/AglPkaVcbIS3jsUWPe4BaNC0i6G4/a8CgYAZexthZPgimbFd/A7DA9U0\nA8Fv8i8wbb8NhD+gfI8BQTwyJxa7QRvMJ6bk6GnCGV6Wq/gB0D4lsCp0ZvInM2Y3\naY+QOJNAVmCCa1u4KiiyFAMTGVBmuLHwZ3NcE6cV9EE8srXw8tvQUARRIb49OiKB\n+UeEAmEW4i5jK8HfYYiO+QKBgBWQKAVVAJQLCIy5LjwNYhS9J/55VOWpvIRaOxIU\n+gCbF3bnhb/U+PdTbdjaLqEKyXF2oLTULM1M8UGeNctfhYIavc3+hv/M+28VQOdJ\nTvqxj482tMw5cJ3P7DiByzMjo9VnoJ3kq94fl4Dqqi1P47uIlWkDc1DQvzc1JIgp\nLmTpAoGAazpvkmDpiNgN1KhwWDSs+qletbkoN1JgZ2qFmqJeXJkPIZ6YUCAdeqr2\n5+1S6YmuhBGbBOYR/FjeyOzSVv558Xg6mL1uhdsx3VFRd5exd2gjGdT7xTGlFTlH\ngCbOG8GY54+MrVA/crfIt6y36HX5VjYDXCNDtSQvJhCDZASEOGs=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-663641824", "fingerprint": "30:ec:82:9a:63:1d:8f:1e:cf:c2:f2:96:f5:dd:dd:b0"}} 2018-08-13 11:27:01,869 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/ports 0.708s 2018-08-13 11:27:01,870 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1772686705", "security_groups": ["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-64fdc64f-6c39-4470-bc26-2336665ed855'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:27:01Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:27:01Z","name":"tempest-port-smoke-1772686705","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:05:31:ac","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"35bd05da-48b2-4b55-8e96-97a9bc0c313a","ip_address":"10.101.11.10"}],"id":"a10e5fd5-52ad-44e6-8d83-ddb549f4da67","security_groups":["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"],"device_id":""}} 2018-08-13 11:27:04,186 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.22:8774/v2.1/servers 2.313s 2018-08-13 11:27:04,186 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-663641824", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "port": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:01 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9ae9d92c-175f-4ac0-82b9-d55077a8ea00'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "c76831b6-76b1-411f-956a-363832e1133e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "adminPass": "B5mZYksow35M"}} 2018-08-13 11:27:04,456 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.266s 2018-08-13 11:27:04,457 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-b70dac4a-3142-4d52-afd7-5c6833978ee4', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:04 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b70dac4a-3142-4d52-afd7-5c6833978ee4'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:04Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:05,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.306s 2018-08-13 11:27:05,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-d94fdc76-f417-4e1b-aa5a-89aa332c885d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:05 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d94fdc76-f417-4e1b-aa5a-89aa332c885d'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:05Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:07,168 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.370s 2018-08-13 11:27:07,168 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1331', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9bb63fca-f9f6-4de7-85bb-c161192fff1e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:06 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9bb63fca-f9f6-4de7-85bb-c161192fff1e'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:06Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:07,186 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 3 second wait 2018-08-13 11:27:08,804 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.617s 2018-08-13 11:27:08,805 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1314ed4f-23b9-422c-a08c-a5271b5e9c9b'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:08,817 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 4 second wait 2018-08-13 11:27:10,136 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.316s 2018-08-13 11:27:10,136 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-6742b39d-69a1-4108-9537-914e1e31638f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:09 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-6742b39d-69a1-4108-9537-914e1e31638f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:07Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:11,512 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.359s 2018-08-13 11:27:11,513 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-14253e24-75bc-48f7-b574-4d8dab8befae', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-14253e24-75bc-48f7-b574-4d8dab8befae'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:11,525 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:27:11,671 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.145s 2018-08-13 11:27:11,672 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9595eab3-111b-4556-bcba-ca451f0f2bcb', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9595eab3-111b-4556-bcba-ca451f0f2bcb'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:10Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:11,688 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: c76831b6-76b1-411f-956a-363832e1133e with status: ACTIVE 2018-08-13 11:27:12,461 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/ports 0.772s 2018-08-13 11:27:12,462 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-1650044432", "security_groups": ["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:27:12 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b8e0dfb-bfe8-4de9-a27d-8d03e210641c'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:27:12Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"3f2a6851-d746-4e7f-9345-dff9b873a42f","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:27:12Z","name":"tempest-port-smoke-1650044432","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:5b:0a:52","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"63ddc6c3-37d1-4b78-9cf5-8fc41d73d969","ip_address":"10.102.21.20"}],"id":"23e860c1-150c-4325-8613-bfed6c24f8a6","security_groups":["82bb7fbd-8975-49fc-a7cb-7a18455c4b72"],"device_id":""}} 2018-08-13 11:27:13,927 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 202 POST http://172.30.9.22:8774/v2.1/servers 1.464s 2018-08-13 11:27:13,928 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-663641824", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "port": "23e860c1-150c-4325-8613-bfed6c24f8a6"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-af437916-a301-456c-9f95-8a132c9de08b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-af437916-a301-456c-9f95-8a132c9de08b'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "adminPass": "7evsF4es7CDg"}} 2018-08-13 11:27:13,996 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.064s 2018-08-13 11:27:13,997 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1261', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-a233f37c-74d5-4179-a573-051dbf86f3ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:13 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a233f37c-74d5-4179-a573-051dbf86f3ac'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:15,109 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.097s 2018-08-13 11:27:15,110 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1313', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-31ef24ff-1890-4870-b93a-ad6d9c0362ac', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-31ef24ff-1890-4870-b93a-ad6d9c0362ac'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:14Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:15,123 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/None" after 1 second wait 2018-08-13 11:27:16,564 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.439s 2018-08-13 11:27:16,565 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-8d8489e9-773d-4c89-b322-1556a9ebe8e8', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:16 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-8d8489e9-773d-4c89-b322-1556a9ebe8e8'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:16,577 63 INFO [tempest.common.waiters] State transition "BUILD/None" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:27:17,981 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.401s 2018-08-13 11:27:17,981 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-9e9c6919-21af-49e1-9944-23378a745a2f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9e9c6919-21af-49e1-9944-23378a745a2f'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:19,319 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.320s 2018-08-13 11:27:19,320 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:19 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-23eba2e7-0ed8-48bb-bd53-164dd9abb41c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:27:15Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:21,004 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.668s 2018-08-13 11:27:21,005 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-80283683-dd04-45d5-80d1-8bdfb815477d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-80283683-dd04-45d5-80d1-8bdfb815477d'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:21,024 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 7 second wait 2018-08-13 11:27:21,336 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.311s 2018-08-13 11:27:21,337 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-547c0bdd-9ac9-442c-a575-afa17129a27c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:27:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-547c0bdd-9ac9-442c-a575-afa17129a27c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:27:19Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:27:21,350 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: a8712c55-7043-46b2-bae0-b7c17c3f5db7 with status: ACTIVE 2018-08-13 11:27:21,516 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/routers 0.166s 2018-08-13 11:27:21,517 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--853307643", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:27:21 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5d7f3933-6978-4246-b9d2-98ade5892272'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:21Z", "admin_state_up": true, "updated_at": "2018-08-13T11:27:21Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "name": "tempest-router--853307643"}} 2018-08-13 11:27:22,966 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c 1.448s 2018-08-13 11:27:22,967 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c', u'date': 'Mon, 13 Aug 2018 11:27:22 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-126bbe79-6324-482e-b1b2-e2494be202f7'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.208"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:21Z", "admin_state_up": true, "updated_at": "2018-08-13T11:27:22Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "name": "tempest-router--853307643"}} 2018-08-13 11:27:24,949 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/add_router_interface 1.980s 2018-08-13 11:27:24,949 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:27:24 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-8bcb4e7b-de7c-445a-8867-e01cf34b4638'} Body: {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a", "subnet_ids": ["35bd05da-48b2-4b55-8e96-97a9bc0c313a"], "port_id": "127e07da-6cc0-400c-a707-fdb8586a21e8", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c"} 2018-08-13 11:27:26,730 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant5): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.779s 2018-08-13 11:27:26,730 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:27:26 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-1839b302-5cfb-4bdc-9868-18ae1b5c214e'} Body: {"floatingip": {"router_id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:27:25Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.205", "revision_number": 0, "port_id": "a10e5fd5-52ad-44e6-8d83-ddb549f4da67", "id": "462c6e59-37bb-4733-b42c-d94eb7557c37", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:27:25Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:27:26,732 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:27:34,746 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:27:34,849 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:27:34,874 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:27:34,988 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:27:34,989 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:27:34,992 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:27:35,051 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:27:35,056 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:27:40,063 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:27:40,064 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:28:50,115 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:28:50,115 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:28:50,119 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:28:50,181 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:28:50,183 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:28:55,190 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:28:55,191 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:30:05,257 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:30:05,258 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:30:05,258 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,262 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,362 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,391 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,400 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:30:05,401 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e0:96:f1 [ether] on eth0 2018-08-13 11:30:05,401 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:30:05,401 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,403 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,461 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,467 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,475 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:30:05,476 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:30:05,476 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,478 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,541 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,542 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,548 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:30:05,548 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,552 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,613 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,617 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:05,622 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:30:05,623 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:e0:96:f1 [ether] on eth0 2018-08-13 11:30:05,623 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:30:05,624 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:30:05,625 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:30:05,686 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:30:05,690 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:30:10,704 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:30:10,705 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:31:20,743 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:31:20,743 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.205:22' as 'cirros' with public key authentication 2018-08-13 11:31:20,747 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:31:20,846 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:31:20,875 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.205 successfully created 2018-08-13 11:31:25,883 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant5) Executing command on 172.30.9.205 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:31:25,883 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.205. 2018-08-13 11:32:35,936 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:32:35,937 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.205: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:32:35.937 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:32:37,316 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/462c6e59-37bb-4733-b42c-d94eb7557c37 1.377s 2018-08-13 11:32:37,316 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/462c6e59-37bb-4733-b42c-d94eb7557c37', u'date': 'Mon, 13 Aug 2018 11:32:37 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-dd50a662-b818-4d35-9bf1-30c2d7a81ccf'} Body: 2018-08-13 11:32:39,142 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/remove_router_interface 1.825s 2018-08-13 11:32:39,143 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:32:39 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ce62d14c-36f1-438f-8295-3bfcb04a9503'} Body: {"network_id": "d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "35bd05da-48b2-4b55-8e96-97a9bc0c313a", "subnet_ids": ["35bd05da-48b2-4b55-8e96-97a9bc0c313a"], "port_id": "127e07da-6cc0-400c-a707-fdb8586a21e8", "id": "8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c"} 2018-08-13 11:32:40,872 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c 1.728s 2018-08-13 11:32:40,873 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/8104cf4a-a3f3-46b3-a8b0-07b8a0533f7c', u'date': 'Mon, 13 Aug 2018 11:32:40 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2256727b-de2e-431d-891c-5e08e4fbf0f5'} Body: 2018-08-13 11:32:41,245 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.370s 2018-08-13 11:32:41,246 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-cdad4649-fd0f-4353-8e07-9b56e5090f67', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:40 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cdad4649-fd0f-4353-8e07-9b56e5090f67'} Body: 2018-08-13 11:32:41,909 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.662s 2018-08-13 11:32:41,909 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:41 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-b5ce204d-c013-4e99-a2f5-1cc21f5300a3'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-132662679": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5b:0a:52", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:32:41Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:32:43,301 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.376s 2018-08-13 11:32:43,302 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1347', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-97b9ef0f-6494-4528-bc7d-434f9889f60c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:42 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-97b9ef0f-6494-4528-bc7d-434f9889f60c'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "deleted", "OS-SRV-USG:launched_at": "2018-08-13T11:27:19.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a8712c55-7043-46b2-bae0-b7c17c3f5db7", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "DELETED", "updated": "2018-08-13T11:32:42Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": "2018-08-13T11:32:42.000000", "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-2", "created": "2018-08-13T11:27:13Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:32:43,315 63 INFO [tempest.common.waiters] State transition "ACTIVE/deleting" ==> "DELETED/None" after 2 second wait 2018-08-13 11:32:44,358 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7 0.041s 2018-08-13 11:32:44,359 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/a8712c55-7043-46b2-bae0-b7c17c3f5db7', u'x-compute-request-id': 'req-5c667a6d-5926-4ad3-ab47-a34856281e8d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-5c667a6d-5926-4ad3-ab47-a34856281e8d'} Body: {"itemNotFound": {"message": "Instance a8712c55-7043-46b2-bae0-b7c17c3f5db7 could not be found.", "code": 404}} 2018-08-13 11:32:44,880 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/23e860c1-150c-4325-8613-bfed6c24f8a6 0.519s 2018-08-13 11:32:44,880 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/23e860c1-150c-4325-8613-bfed6c24f8a6', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b30f37d7-595e-4d17-9b98-7b69a7f17d8e'} Body: 2018-08-13 11:32:45,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.142s 2018-08-13 11:32:45,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-2f133d72-d696-4d76-9a72-35be00938b66', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:44 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-2f133d72-d696-4d76-9a72-35be00938b66'} Body: 2018-08-13 11:32:45,432 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.408s 2018-08-13 11:32:45,433 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-9f22256c-4965-4302-bbc3-128b3884bd11', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:45 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-9f22256c-4965-4302-bbc3-128b3884bd11'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-438793553": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:05:31:ac", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/c76831b6-76b1-411f-956a-363832e1133e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:27:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "c76831b6-76b1-411f-956a-363832e1133e", "security_groups": [{"name": "tempest-secgroup-smoke-2139158681"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:32:44Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-663641824", "name": "server-1", "created": "2018-08-13T11:27:04Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:32:46,491 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e 0.044s 2018-08-13 11:32:46,492 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/c76831b6-76b1-411f-956a-363832e1133e', u'x-compute-request-id': 'req-51d4ffce-c986-410a-9735-0a9d1a3134b3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:46 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-51d4ffce-c986-410a-9735-0a9d1a3134b3'} Body: {"itemNotFound": {"message": "Instance c76831b6-76b1-411f-956a-363832e1133e could not be found.", "code": 404}} 2018-08-13 11:32:47,416 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/a10e5fd5-52ad-44e6-8d83-ddb549f4da67 0.923s 2018-08-13 11:32:47,417 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/a10e5fd5-52ad-44e6-8d83-ddb549f4da67', u'date': 'Mon, 13 Aug 2018 11:32:47 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-649fe245-c1a3-4a30-8288-88b9d10a8c3c'} Body: 2018-08-13 11:32:47,462 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-663641824 0.044s 2018-08-13 11:32:47,462 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-663641824', u'x-compute-request-id': 'req-7aa7b00f-d8f8-4a06-b55d-652bd4358558', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:32:47 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7aa7b00f-d8f8-4a06-b55d-652bd4358558'} Body: 2018-08-13 11:32:49,450 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/remove_router_interface 1.986s 2018-08-13 11:32:49,450 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:32:49 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-07c4491c-7909-4165-96bd-ef8dd627c107'} Body: {"network_id": "3f2a6851-d746-4e7f-9345-dff9b873a42f", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "63ddc6c3-37d1-4b78-9cf5-8fc41d73d969", "subnet_ids": ["63ddc6c3-37d1-4b78-9cf5-8fc41d73d969"], "port_id": "de85b164-8888-421f-b7b1-845f856de410", "id": "529e96c7-6743-4c12-ba6a-864fcca30a10"} 2018-08-13 11:32:50,882 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10 1.430s 2018-08-13 11:32:50,882 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/529e96c7-6743-4c12-ba6a-864fcca30a10', u'date': 'Mon, 13 Aug 2018 11:32:50 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-90b7146c-12ce-464a-9792-311722acbbba'} Body: 2018-08-13 11:32:52,264 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/63ddc6c3-37d1-4b78-9cf5-8fc41d73d969 1.380s 2018-08-13 11:32:52,264 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/63ddc6c3-37d1-4b78-9cf5-8fc41d73d969', u'date': 'Mon, 13 Aug 2018 11:32:52 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-b6cb8cc1-f8de-4402-b8db-739629cd7a3c'} Body: 2018-08-13 11:32:54,093 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/3f2a6851-d746-4e7f-9345-dff9b873a42f 1.827s 2018-08-13 11:32:54,094 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/3f2a6851-d746-4e7f-9345-dff9b873a42f', u'date': 'Mon, 13 Aug 2018 11:32:54 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-100343be-f8c8-4b41-a027-ad51f47f80aa'} Body: 2018-08-13 11:32:55,085 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/35bd05da-48b2-4b55-8e96-97a9bc0c313a 0.988s 2018-08-13 11:32:55,086 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/35bd05da-48b2-4b55-8e96-97a9bc0c313a', u'date': 'Mon, 13 Aug 2018 11:32:55 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-69ee51b5-ea62-487d-bb91-f0f9bee58bf5'} Body: 2018-08-13 11:32:57,107 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7 2.020s 2018-08-13 11:32:57,108 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/d1cf7649-1b69-45af-a9eb-d53dfcc8f5e7', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-460a62a5-2cd0-4470-9f2c-7fdee46850e3'} Body: 2018-08-13 11:32:57,357 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/82bb7fbd-8975-49fc-a7cb-7a18455c4b72 0.248s 2018-08-13 11:32:57,357 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/82bb7fbd-8975-49fc-a7cb-7a18455c4b72', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f8f8e322-164e-49ae-97c6-de65103d493a'} Body: networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6[compute,id-9081338e-a52e-46bb-a40e-bda24ec4b1bd,network] -------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/src/tempest/tempest/common/utils/__init__.py", line 88, in wrapper return f(*func_args, **func_kwargs) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 214, in test_bgpvpn_variant6 self._associate_fip_and_check_l3_bgpvpn() File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1123, in _associate_fip_and_check_l3_bgpvpn self._check_l3_bgpvpn(should_succeed=should_succeed) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1046, in _check_l3_bgpvpn validate_server=destination_srv) File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip self.assertTrue(result, msg) File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue raise self.failureException(msg) AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2018-08-13 11:32:57,919 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-groups 0.534s 2018-08-13 11:32:57,920 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "description": "tempest-secgroup-smoke-900519618 description", "name": "tempest-secgroup-smoke-900519618"}} Response - Headers: {'status': '201', u'content-length': '1408', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups', u'date': 'Mon, 13 Aug 2018 11:32:57 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-dee55998-8bf1-4d47-b1d4-81e241384c75'} Body: {"security_group": {"description": "tempest-secgroup-smoke-900519618 description", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:57Z", "updated_at": "2018-08-13T11:32:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:32:57Z", "revision_number": 0, "id": "730e5739-e662-431d-98a0-fd637ed82aef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:32:57Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv6", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:32:57Z", "revision_number": 0, "id": "a6043e68-c91e-4e0e-ad13-81f21b6675b2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:32:57Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_min": null, "ethertype": "IPv4", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}], "revision_number": 1, "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "name": "tempest-secgroup-smoke-900519618"}} 2018-08-13 11:32:58,099 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.177s 2018-08-13 11:32:58,100 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c40bd039-d748-41d2-8c25-827f9acca006'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "01408ce6-d706-48f8-a533-b6f7a7fb109e"}} 2018-08-13 11:32:58,266 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.165s 2018-08-13 11:32:58,267 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 22, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-6d22a3a9-3666-442b-b263-a6eef9eb95cd'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 22, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "a786837e-d419-40cd-a886-a209c992809a"}} 2018-08-13 11:32:58,447 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.179s 2018-08-13 11:32:58,447 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "ingress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '507', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-4b1a8499-028b-45c2-a061-76e36cb4dfac'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "44139a29-03a7-4d76-a06a-2ada976c726f"}} 2018-08-13 11:32:58,622 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.173s 2018-08-13 11:32:58,622 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"direction": "egress", "protocol": "tcp", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "port_range_max": 80, "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80}} Response - Headers: {'status': '201', u'content-length': '506', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-034479c1-e5bf-4dac-ac27-3a3be10cd5d3'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 80, "updated_at": "2018-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": 80, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54ce809f-051c-42f4-9a6a-06c106dd714a"}} 2018-08-13 11:32:58,759 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.135s 2018-08-13 11:32:58,759 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "protocol": "icmp", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:58 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f094a504-07a2-415a-9579-53bf5030541e'} 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-08-13T11:32:58Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:58Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "5fe34c64-fc6e-42d2-aaf0-458558ffb668"}} 2018-08-13 11:32:59,215 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.454s 2018-08-13 11:32:59,215 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "protocol": "icmp", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-59840ed3-f9ec-431e-b72f-8bdba23893b2'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "77333f0a-3501-471d-b629-9913a0a8dc88"}} 2018-08-13 11:32:59,364 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.148s 2018-08-13 11:32:59,365 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "ingress", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '512', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-fa0b8ad8-520c-4d2b-bcc0-fb5f36a95b58'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "54518e98-707f-450b-8fe6-708fa124b9e1"}} 2018-08-13 11:32:59,488 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:setUp): 201 POST http://172.30.9.22:9696/v2.0/security-group-rules 0.122s 2018-08-13 11:32:59,489 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "direction": "egress", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "protocol": "icmp", "ethertype": "IPv6"}} Response - Headers: {'status': '201', u'content-length': '511', 'content-location': 'http://172.30.9.22:9696/v2.0/security-group-rules', u'date': 'Mon, 13 Aug 2018 11:32:59 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-ddfd37bb-b973-4c1c-928a-fdfdc5234dd6'} Body: {"security_group_rule": {"remote_group_id": null, "direction": "egress", "protocol": "icmp", "description": "", "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:32:59Z", "security_group_id": "4dacee7e-d250-4430-9b1d-b87530fa8824", "port_range_min": null, "revision_number": 0, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:32:59Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "7e63d780-a5d9-481d-a034-6c82a8f410b7"}} 2018-08-13 11:33:00,005 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/networks 0.515s 2018-08-13 11:33:00,006 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-A-279235935"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-5a65c3c5-ea7d-4e13-8399-73cc36c7e93d'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:32:59Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:32:59Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","name":"tempest-A-279235935"}} 2018-08-13 11:33:00,525 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.516s 2018-08-13 11:33:00,525 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.101.11.0/24", "network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "name": "tempest-subnet-A-1-222840844"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d29deb05-822b-4ebd-8009-32a197c64af2'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:00Z","dns_nameservers":[],"updated_at":"2018-08-13T11:33:00Z","gateway_ip":"10.101.11.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.101.11.2","end":"10.101.11.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.101.11.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"1969b4e9-9655-40c3-901f-667cb25985fc","subnetpool_id":null,"name":"tempest-subnet-A-1-222840844"}} 2018-08-13 11:33:00,739 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/networks 0.213s 2018-08-13 11:33:00,740 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-B-894020560"}} Response - Headers: {'status': '201', u'content-length': '556', 'content-location': 'http://172.30.9.22:9696/v2.0/networks', u'date': 'Mon, 13 Aug 2018 11:33:00 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-b9c8cc75-128d-4dc4-ab81-3fc8b4a60623'} Body: {"network":{"status":"ACTIVE","router:external":false,"availability_zone_hints":[],"availability_zones":[],"description":"","subnets":[],"shared":false,"tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:00Z","tags":[],"ipv6_address_scope":null,"mtu":1450,"updated_at":"2018-08-13T11:33:00Z","admin_state_up":true,"revision_number":1,"ipv4_address_scope":null,"is_default":false,"port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","name":"tempest-B-894020560"}} 2018-08-13 11:33:01,586 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/subnets 0.845s 2018-08-13 11:33:01,587 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"ip_version": 4, "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "cidr": "10.102.21.0/24", "network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "name": "tempest-subnet-B-1-582357200"}} Response - Headers: {'status': '201', u'content-length': '635', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets', u'date': 'Mon, 13 Aug 2018 11:33:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c82a3e53-1302-4f6b-9a48-496b9bb566ce'} Body: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","created_at":"2018-08-13T11:33:01Z","dns_nameservers":[],"updated_at":"2018-08-13T11:33:01Z","gateway_ip":"10.102.21.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.102.21.2","end":"10.102.21.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.102.21.0/24","project_id":"89a6efcab7c84cf782b121bd5b0b1f45","id":"49839e6c-4383-4a72-947d-246c4b6cf6a2","subnetpool_id":null,"name":"tempest-subnet-B-1-582357200"}} 2018-08-13 11:33:01,975 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns 0.387s 2018-08-13 11:33:01,975 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"bgpvpn": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "import_targets": [], "export_targets": [], "name": "test-l3-bgpvpn", "route_targets": ["64512:1"]}} Response - Headers: {'status': '201', u'content-length': '330', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns', u'date': 'Mon, 13 Aug 2018 11:33:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-95abe49a-d40f-4f37-8fe5-0838ae7727d2'} Body: {"bgpvpn": {"export_targets": [], "name": "test-l3-bgpvpn", "route_distinguishers": [], "routers": [], "import_targets": [], "networks": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "route_targets": ["64512:1"], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "type": "l3", "id": "d6e7a187-ee01-4385-8e79-0d154fa3781f"}} 2018-08-13 11:33:02,464 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations 0.488s 2018-08-13 11:33:02,465 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations', u'date': 'Mon, 13 Aug 2018 11:33:02 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a22d2e86-6858-4e1b-a9bc-c0b5ff87edb1'} Body: {"network_association": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "id": "cb6bb750-02de-4079-a01f-8acb8d1aca35"}} 2018-08-13 11:33:03,281 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations 0.815s 2018-08-13 11:33:03,281 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"network_association": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325"}} Response - Headers: {'status': '201', u'content-length': '125', 'content-location': 'http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/d6e7a187-ee01-4385-8e79-0d154fa3781f/network_associations', u'date': 'Mon, 13 Aug 2018 11:33:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-d9e28aba-44ab-4da8-9579-452219cbdd82'} Body: {"network_association": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "id": "54972905-d7f4-475e-83da-35e686ea83d2"}} 2018-08-13 11:33:03,282 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] BGPVPN network associations completed 2018-08-13 11:33:03,407 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/routers 0.123s 2018-08-13 11:33:03,410 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--235095995", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:33:03 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f56fd592-b6b4-42bd-845a-d37685204e05'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:03Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:03Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052", "name": "tempest-router--235095995"}} 2018-08-13 11:33:04,871 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052 1.459s 2018-08-13 11:33:04,871 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052', u'date': 'Mon, 13 Aug 2018 11:33:04 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-090ebe0f-37bc-4be1-bd7b-408e2ef7cfb8'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:03Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:04Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052", "name": "tempest-router--235095995"}} 2018-08-13 11:33:07,201 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/add_router_interface 2.329s 2018-08-13 11:33:07,202 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:33:07 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-7ecec425-7cca-48d1-ab9b-00055fa2e124'} Body: {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2", "subnet_ids": ["49839e6c-4383-4a72-947d-246c4b6cf6a2"], "port_id": "1e74a52e-ad1b-4fe3-b03f-a11d2c6c2245", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052"} 2018-08-13 11:33:07,350 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 POST http://172.30.9.22:8774/v2.1/os-keypairs 0.147s 2018-08-13 11:33:07,351 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestBGPVPNBasic-1117244627"}} Response - Headers: {'status': '200', u'content-length': '2309', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs', u'x-compute-request-id': 'req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:07 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d09187ae-d7f7-44b6-8ab3-0b15b0a9b213'} Body: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9VQz1SvEEfYvQDLn6P6YzdLSgk/2z+G9aNl5hiGs3b+JrOnwExImZjWalqrqKVvkCmaAo5POocJyGY0EIAxRidv8iJ1Hx15Nc+muXcrJljctw9FQPXIpoA455yCDXs2eWSW73D7CIl+7cxuGZzYs4bANrluRh7rc5H0sUDK+RmdzYm3p6TzSNLlF5N4OhDDQ9Yyt7YDGP0Ayh2hjwR0ZULERXqnqWs/ymoVjOgenFuDdfHxyxwitNC5/7wPmyuWy7XYzQcg8IbB1SAGZAPmj78jjQ3itxGhvxtcDeDRR2oK/h6hTFfe9dbsGhZ4xSNm3pKLkbfCOjErRgYw/963uf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAvVUM9UrxBH2L0Ay5+j+mM3S0oJP9s/hvWjZeYYhrN2/iazp8\nBMSJmY1mpaq6ilb5ApmgKOTzqHCchmNBCAMUYnb/IidR8deTXPprl3KyZY3LcPRU\nD1yKaAOOecgg17Nnlklu9w+wiJfu3Mbhmc2LOGwDa5bkYe63OR9LFAyvkZnc2Jt6\nek80jS5ReTeDoQw0PWMre2Axj9AModoY8EdGVCxEV6p6lrP8pqFYzoHpxbg3Xx8c\nscIrTQuf+8D5srlsu12M0HIPCGwdUgBmQD5o+/I40N4rcRob8bXA3g0UdqCv4eoU\nxX3vXW7BoWeMUjZt6Si5G3wjoxK0YGMP/et7nwIDAQABAoIBADz+flszlmvE6lrP\nDscA5FElYt9sbcoh2fWtGEDBixDj+YRj5fo/Orj+JbhvRQM2O6hLx54FDD4ScUqW\nBShInbOO9GiTVEHeGjpU7n5u0+wFfynXfJEqVehmZOr0vyfeQxvWcmojYtLOZ4Q2\nig1be2Nk4MEzbkXieqJrY2uFHrZ/1RupfvotA/jVGFkH0ngQC82Jg1Vexn14mpU3\nBiu6KZgrXP4FNUCJ5O+UuqR/EwV78j8OLL/zy9f+mVLHYeEx7u4ez789oAWOnyq0\nad5vHO1Af1A5sQdm2hIGkRxHxJDWJXmJY1HSVKUjXlEIX75ICp9ZoGnJOA/wYig7\nNGoiZdkCgYEA9/pvavIS24YGifyyxeyW+8LEgrJlZ0Dl7j7jXo9KASssalQV1oEb\n1+ewMHKm6MK4NKy6XGJbPCWxpV0HiTZjZ0H9PTwDEB3ktpYjV9TWKLMWbI3dN+R1\n5oDJUzkaF8UYtR4ltXNzovQ89Iylel3Cq46G8WYFIzIVIwOjNOi94Z0CgYEAw3T0\nQ8WKfjrhfLJKtzs/cmTmTxJoomnLhq2J6Vri5NVS3wFDJNt9CbNqPMyZbKcacmHg\nfdaOL6BIfZR+huwoPCiEJHxyAwMipNwMiCJs+b9p+LQ9voMyhFE1Ve3iR8cX4+BJ\ni6XUbrtUp9byiZMQn9146KkERk4Ws8dD5EgbO2sCgYA0qqTFQvqMUy/KWLgjXzdF\n6zzPQVJWFqt+6S5jI+2kx+WcA5XLxAoE1flOoNsgLlLvJQxDmMQlxx+urk5ubvW3\ntYUyXy+LWb38pXCGM/b0F+0YSx0DxOrhdNLNcSBAkiTIOsnpesbBgjv7+G8gyQ8S\nXqf8Vx2aNwXUNO6Ryyig5QKBgGrNZof90l6FiB8eQYt8GYBFuD9u3LQawTbXbuuP\nWToXgxAOXYUvVlTNr/iHCDMB4IauCwBYFBvcJqBQWw8YzieJMCPLyHTy6qRRBZwB\ny7BwstROkQqgICODSHSq5yG3nctMDIP9WmYjgO+xmZgpP0VLvLzNVmOgWfFkqil8\naTz/AoGAZxFAdB0kwsJvn3uPl1hT0ECF1cWt67Ebnm3U+w+hZ4KlS9q0v+XS3iyg\n5HJxP8PV0aJWNSATYdYBj4snPL7Uv/7+XpXA8HCiF5krIIADY82j+OPVn5ooOkq0\nWywzLMI+mRcwwIplhkzcehcX8rXDw1pQBX/NuHusRzal35v6mLo=\n-----END RSA PRIVATE KEY-----\n", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "name": "tempest-TestBGPVPNBasic-1117244627", "fingerprint": "c2:1c:90:ac:98:48:49:af:66:d3:08:e3:25:b7:2c:20"}} 2018-08-13 11:33:08,480 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/ports 1.124s 2018-08-13 11:33:08,480 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "fixed_ips": [{"ip_address": "10.101.11.10"}], "name": "tempest-port-smoke-1420788799", "security_groups": ["4dacee7e-d250-4430-9b1d-b87530fa8824"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:33:08 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-81e8fd6f-0c6c-48ed-a4b6-87740a67e776'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:33:08Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"f92835b2-ecf2-4d4a-824f-dc672be576ca","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:33:08Z","name":"tempest-port-smoke-1420788799","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:0f:ec:91","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"1969b4e9-9655-40c3-901f-667cb25985fc","ip_address":"10.101.11.10"}],"id":"9e67ee0b-95a0-40ed-a428-d1c69ec97c15","security_groups":["4dacee7e-d250-4430-9b1d-b87530fa8824"],"device_id":""}} 2018-08-13 11:33:10,086 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.22:8774/v2.1/servers 1.605s 2018-08-13 11:33:10,087 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117244627", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "port": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-1"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-d702d5f7-46e4-4d80-bebc-83a4a4b09757', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:08 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d702d5f7-46e4-4d80-bebc-83a4a4b09757'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "adminPass": "EgU9zJmRM6vF"}} 2018-08-13 11:33:10,428 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.337s 2018-08-13 11:33:10,428 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:10 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-cc58f20c-f4ff-49e8-8d8e-5d9924dd1a4e'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:10Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:11,725 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.283s 2018-08-13 11:33:11,726 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:11 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-d75e5fb5-27c4-41a0-9dbd-21fa231017e1'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:11,741 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:33:13,154 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.410s 2018-08-13 11:33:13,154 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-1af56ea7-7cbb-474f-ae08-d3832cea344c', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:12 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-1af56ea7-7cbb-474f-ae08-d3832cea344c'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:13,166 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 3 second wait 2018-08-13 11:33:14,566 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.398s 2018-08-13 11:33:14,567 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:14 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ed4d43aa-690b-48c3-9fbd-5e033d77e43e'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:11Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:15,932 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.349s 2018-08-13 11:33:15,934 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ff7fcf6d-ee80-4214-9020-d970cb3b1d5f'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:15Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:15,944 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:33:16,249 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.304s 2018-08-13 11:33:16,249 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-35053ac0-f844-4b42-bbf7-9622775b09c3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:15 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-35053ac0-f844-4b42-bbf7-9622775b09c3'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:15Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:16,263 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 with status: ACTIVE 2018-08-13 11:33:17,362 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/ports 1.097s 2018-08-13 11:33:17,362 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"port": {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "fixed_ips": [{"ip_address": "10.102.21.20"}], "name": "tempest-port-smoke-2017577050", "security_groups": ["4dacee7e-d250-4430-9b1d-b87530fa8824"]}} Response - Headers: {'status': '201', u'content-length': '724', 'content-location': 'http://172.30.9.22:9696/v2.0/ports', u'date': 'Mon, 13 Aug 2018 11:33:17 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-89cb62ee-e37a-4cca-bf4c-86808b546a2f'} Body: {"port":{"status":"DOWN","created_at":"2018-08-13T11:33:16Z","description":"","allowed_address_pairs":[],"tags":[],"network_id":"beca0b5d-f4bf-4bdb-82f8-05824dc55325","tenant_id":"89a6efcab7c84cf782b121bd5b0b1f45","extra_dhcp_opts":[],"admin_state_up":true,"updated_at":"2018-08-13T11:33:16Z","name":"tempest-port-smoke-2017577050","device_owner":"","revision_number":1,"mac_address":"fa:16:3e:49:60:73","binding:vnic_type":"normal","port_security_enabled":true,"project_id":"89a6efcab7c84cf782b121bd5b0b1f45","fixed_ips":[{"subnet_id":"49839e6c-4383-4a72-947d-246c4b6cf6a2","ip_address":"10.102.21.20"}],"id":"1c14f40b-836b-4b3b-8747-a8d55d6e75c8","security_groups":["4dacee7e-d250-4430-9b1d-b87530fa8824"],"device_id":""}} 2018-08-13 11:33:20,023 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 202 POST http://172.30.9.22:8774/v2.1/servers 2.659s 2018-08-13 11:33:20,023 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"key_name": "tempest-TestBGPVPNBasic-1117244627", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "networks": [{"uuid": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "port": "1c14f40b-836b-4b3b-8747-a8d55d6e75c8"}], "imageRef": "18ee54c4-f987-4813-99e4-517d5881ce3f", "name": "server-2"}} Response - Headers: {'status': '202', u'content-length': '374', 'content-location': 'http://172.30.9.22:8774/v2.1/servers', u'x-compute-request-id': 'req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:17 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-71f2b302-64fc-45f2-9a1a-b27286e1c5fd'} Body: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "adminPass": "bSNHite6KEi6"}} 2018-08-13 11:33:20,269 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.243s 2018-08-13 11:33:20,270 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1262', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-faf72b51-9a94-46b7-8024-3eecaf147fa3', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:20 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-faf72b51-9a94-46b7-8024-3eecaf147fa3'} Body: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:20Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:21,600 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.317s 2018-08-13 11:33:21,601 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1332', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-dfbfe57d-699a-4b81-b417-30a249e1de26', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:21 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-dfbfe57d-699a-4b81-b417-30a249e1de26'} Body: {"server": {"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:21,613 63 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "BUILD/block_device_mapping" after 1 second wait 2018-08-13 11:33:22,783 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.167s 2018-08-13 11:33:22,784 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-17753311-e3e7-4e46-8254-bf8b64291a73', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:22 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-17753311-e3e7-4e46-8254-bf8b64291a73'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:22,797 63 INFO [tempest.common.waiters] State transition "BUILD/block_device_mapping" ==> "BUILD/spawning" after 2 second wait 2018-08-13 11:33:23,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.143s 2018-08-13 11:33:23,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1387', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:23 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-96ae9187-9ce3-4333-afdd-3f8686cd6bc1'} Body: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "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-08-13T11:33:21Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:25,353 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.391s 2018-08-13 11:33:25,354 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:24 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-fbf2d6e9-3abb-4983-85fa-ad4623aec53e'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:24Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:25,368 63 INFO [tempest.common.waiters] State transition "BUILD/spawning" ==> "ACTIVE/None" after 5 second wait 2018-08-13 11:33:25,760 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.391s 2018-08-13 11:33:25,760 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1543', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-29e68ea0-055f-4a98-92c1-5373d933bace', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:33:25 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-29e68ea0-055f-4a98-92c1-5373d933bace'} Body: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:33:24Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:33:25,772 63 DEBUG [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Created server: d178a25f-a23d-4a8f-ae56-a700f751fd7e with status: ACTIVE 2018-08-13 11:33:25,892 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/routers 0.119s 2018-08-13 11:33:25,893 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "name": "tempest-router--947155232", "admin_state_up": true}} Response - Headers: {'status': '201', u'content-length': '412', 'content-location': 'http://172.30.9.22:9696/v2.0/routers', u'date': 'Mon, 13 Aug 2018 11:33:25 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a71917e7-a685-4a7b-91ab-43f028831778'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:25Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:25Z", "revision_number": 0, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "name": "tempest-router--947155232"}} 2018-08-13 11:33:27,333 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084 1.439s 2018-08-13 11:33:27,334 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}} Response - Headers: {'status': '200', u'content-length': '592', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084', u'date': 'Mon, 13 Aug 2018 11:33:27 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-0e6cee16-7723-446f-85c2-f577dd16f74b'} Body: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.204"}]}, "description": "", "tags": [], "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:25Z", "admin_state_up": true, "updated_at": "2018-08-13T11:33:27Z", "revision_number": 2, "routes": [], "project_id": "89a6efcab7c84cf782b121bd5b0b1f45", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "name": "tempest-router--947155232"}} 2018-08-13 11:33:29,562 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/add_router_interface 2.227s 2018-08-13 11:33:29,562 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/add_router_interface', u'date': 'Mon, 13 Aug 2018 11:33:29 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-a52433e1-ef6d-46ac-87df-3edad39dae8e'} Body: {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc", "subnet_ids": ["1969b4e9-9655-40c3-901f-667cb25985fc"], "port_id": "c161718e-1dfe-402a-80f1-3ed7b0ed3b2e", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084"} 2018-08-13 11:33:31,326 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:test_bgpvpn_variant6): 201 POST http://172.30.9.22:9696/v2.0/floatingips 1.762s 2018-08-13 11:33:31,327 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "fixed_ip_address": null, "port_id": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15"}} Response - Headers: {'status': '201', u'content-length': '552', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips', u'date': 'Mon, 13 Aug 2018 11:33:31 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-f9f90d17-7cc8-4377-a45e-cb119830b8a3'} Body: {"floatingip": {"router_id": "cda01ceb-494f-4384-bbe2-f6c249fb2084", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:33:30Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.101.11.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "port_id": "9e67ee0b-95a0-40ed-a428-d1c69ec97c15", "id": "5ea463d8-d83c-42dc-b89d-f2fc8c43df6a", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "created_at": "2018-08-13T11:33:30Z", "project_id": "89a6efcab7c84cf782b121bd5b0b1f45"}} 2018-08-13 11:33:31,328 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:33:47,351 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:33:47,415 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:33:47,447 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:33:47,562 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:33:47,562 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:33:47,565 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:33:47,630 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:33:47,661 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:33:52,668 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:33:52,669 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:35:02,729 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:35:02,730 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:35:02,734 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:35:02,796 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:35:02,798 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:35:07,806 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:35:07,807 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:36:17,867 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:36:17,868 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:36:17,869 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:17,874 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:17,972 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,002 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,008 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:36:18,008 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:85:8d [ether] on eth0 2018-08-13 11:36:18,008 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; sudo arp -d 10.101.11.1 2018-08-13 11:36:18,009 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,011 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,071 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,075 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,084 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP cleared 2018-08-13 11:36:18,084 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c1 -w1 -s56 10.101.11.1 2018-08-13 11:36:18,085 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,087 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,147 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,151 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,157 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; arp -n 10.101.11.1 2018-08-13 11:36:18,158 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,160 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,222 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,224 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:18,230 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Ping origin server GW ARP info: 2018-08-13 11:36:18,230 63 WARNING [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] ? (10.101.11.1) at fa:16:3e:9f:85:8d [ether] on eth0 2018-08-13 11:36:18,231 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:36:18,232 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:36:18,234 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:36:18,295 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:36:18,299 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:36:23,306 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:36:23,307 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:37:33,366 63 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20 2018-08-13 11:37:33,367 63 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.30.9.201:22' as 'cirros' with public key authentication 2018-08-13 11:37:33,372 63 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2015.67) 2018-08-13 11:37:33,473 63 INFO [paramiko.transport] Authentication (publickey) successful! 2018-08-13 11:37:33,500 63 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.30.9.201 successfully created 2018-08-13 11:37:38,515 63 ERROR [tempest.lib.common.utils.linux.remote_client] (TestBGPVPNBasic:test_bgpvpn_variant6) Executing command on 172.30.9.201 failed. Error: Command 'set -eu -o pipefail; PATH=$PATH:/sbin; ping -c5 -w5 -s56 10.102.21.20', exit status: 1, stderr: stdout: PING 10.102.21.20 (10.102.21.20): 56 data bytes --- 10.102.21.20 ping statistics --- 5 packets transmitted, 0 packets received, 100% packet loss 2018-08-13 11:37:38,516 63 WARNING [networking_bgpvpn_tempest.tests.scenario.manager] Failed to ping IP: 10.102.21.20 via a ssh connection from: 172.30.9.201. 2018-08-13 11:38:48,583 63 DEBUG [tempest.lib.common.utils.test_utils] Call ping_remote returns false in 120.000000 seconds 2018-08-13 11:38:48,584 63 ERROR [networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic] Error validating connectivity to 10.102.21.20 from VM with IP address 172.30.9.201: Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic Traceback (most recent call last): 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/networking_bgpvpn_tempest/tests/scenario/test_bgpvpn_basic.py", line 1097, in _check_l3_bgpvpn_by_specific_ip 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic self.assertTrue(result, msg) 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic File "/usr/lib/python2.7/site-packages/unittest2/case.py", line 702, in assertTrue 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic raise self.failureException(msg) 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic AssertionError: False is not true : Timed out waiting for 10.102.21.20 to become reachable 2018-08-13 11:38:48.584 63 ERROR networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic 2018-08-13 11:38:49,942 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/floatingips/5ea463d8-d83c-42dc-b89d-f2fc8c43df6a 1.357s 2018-08-13 11:38:49,943 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/floatingips/5ea463d8-d83c-42dc-b89d-f2fc8c43df6a', u'date': 'Mon, 13 Aug 2018 11:38:49 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-f7f5ffb1-1a0c-43d7-9be4-1e96204f71f3'} Body: 2018-08-13 11:38:51,957 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/remove_router_interface 2.013s 2018-08-13 11:38:51,958 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:38:51 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-c67f13b6-7352-45eb-bc4c-1d4d3881e247'} Body: {"network_id": "f92835b2-ecf2-4d4a-824f-dc672be576ca", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "1969b4e9-9655-40c3-901f-667cb25985fc", "subnet_ids": ["1969b4e9-9655-40c3-901f-667cb25985fc"], "port_id": "c161718e-1dfe-402a-80f1-3ed7b0ed3b2e", "id": "cda01ceb-494f-4384-bbe2-f6c249fb2084"} 2018-08-13 11:38:53,382 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084 1.423s 2018-08-13 11:38:53,382 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/cda01ceb-494f-4384-bbe2-f6c249fb2084', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-723954e4-05a2-417e-aecd-c8b41d61255f'} Body: 2018-08-13 11:38:53,770 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.386s 2018-08-13 11:38:53,771 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-ebbe9118-bf99-4e3c-a90e-d218ff5f6e4b'} Body: 2018-08-13 11:38:54,404 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.632s 2018-08-13 11:38:54,404 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-7b4b488a-1c67-426b-816b-846fb032a3db', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:53 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-7b4b488a-1c67-426b-816b-846fb032a3db'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-B-894020560": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:60:73", "version": 4, "addr": "10.102.21.20", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d178a25f-a23d-4a8f-ae56-a700f751fd7e", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:38:53Z", "hostId": "5eecb32a3f4ae38cee406c58245b35e3a3f99a6f06a8cebd9edc7e0b", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-2", "created": "2018-08-13T11:33:19Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:38:55,481 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e 0.061s 2018-08-13 11:38:55,482 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d178a25f-a23d-4a8f-ae56-a700f751fd7e', u'x-compute-request-id': 'req-1bce04c1-30f2-44f3-b477-f895b77d3fd1', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:55 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-1bce04c1-30f2-44f3-b477-f895b77d3fd1'} Body: {"itemNotFound": {"message": "Instance d178a25f-a23d-4a8f-ae56-a700f751fd7e could not be found.", "code": 404}} 2018-08-13 11:38:56,108 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/1c14f40b-836b-4b3b-8747-a8d55d6e75c8 0.626s 2018-08-13 11:38:56,109 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/1c14f40b-836b-4b3b-8747-a8d55d6e75c8', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a579bcf3-0430-4f2a-a1c2-a6c7bc61239b'} Body: 2018-08-13 11:38:56,252 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.142s 2018-08-13 11:38:56,253 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-a817a6eb-54a6-4b3e-88af-91df1960d62a', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a817a6eb-54a6-4b3e-88af-91df1960d62a'} Body: 2018-08-13 11:38:57,657 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 1.403s 2018-08-13 11:38:57,658 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '200', u'content-length': '1549', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-a3990772-6710-441a-8228-5265885433ec', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:56 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-a3990772-6710-441a-8228-5265885433ec'} Body: {"server": {"OS-EXT-STS:task_state": "deleting", "addresses": {"tempest-A-279235935": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:ec:91", "version": 4, "addr": "10.101.11.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "rel": "bookmark"}], "image": {"id": "18ee54c4-f987-4813-99e4-517d5881ce3f", "links": [{"href": "http://172.30.9.22:8774/images/18ee54c4-f987-4813-99e4-517d5881ce3f", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-08-13T11:33:14.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99", "security_groups": [{"name": "tempest-secgroup-smoke-900519618"}], "user_id": "60825e4c4d8b4f9a8f9ad7e17e7296c7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:38:56Z", "hostId": "c88d59ee1b241a69b617113d1552ea380a7da3c43d5d9cd648da2c87", "OS-SRV-USG:terminated_at": null, "key_name": "tempest-TestBGPVPNBasic-1117244627", "name": "server-1", "created": "2018-08-13T11:33:10Z", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:38:58,722 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 404 GET http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 0.050s 2018-08-13 11:38:58,723 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '404', u'content-length': '111', 'content-location': 'http://172.30.9.22:8774/v2.1/servers/d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99', u'x-compute-request-id': 'req-14f55a11-30a7-4d26-a8a3-7d173372358d', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:58 GMT', u'content-type': 'application/json; charset=UTF-8', u'x-openstack-request-id': 'req-14f55a11-30a7-4d26-a8a3-7d173372358d'} Body: {"itemNotFound": {"message": "Instance d47bdc10-ad7c-44d0-aa4f-a88b1d7e2b99 could not be found.", "code": 404}} 2018-08-13 11:38:59,609 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/ports/9e67ee0b-95a0-40ed-a428-d1c69ec97c15 0.885s 2018-08-13 11:38:59,610 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/ports/9e67ee0b-95a0-40ed-a428-d1c69ec97c15', u'date': 'Mon, 13 Aug 2018 11:38:59 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-a182cdcb-135f-4714-8dca-ec989a1fe825'} Body: 2018-08-13 11:38:59,659 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 202 DELETE http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1117244627 0.049s 2018-08-13 11:38:59,660 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '202', u'content-length': '0', 'content-location': 'http://172.30.9.22:8774/v2.1/os-keypairs/tempest-TestBGPVPNBasic-1117244627', u'x-compute-request-id': 'req-39990c46-2e90-497f-82b5-743687d0b4e7', u'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', u'server': 'Apache', u'openstack-api-version': 'compute 2.1', u'connection': 'close', u'x-openstack-nova-api-version': '2.1', u'date': 'Mon, 13 Aug 2018 11:38:59 GMT', u'content-type': 'application/json', u'x-openstack-request-id': 'req-39990c46-2e90-497f-82b5-743687d0b4e7'} Body: 2018-08-13 11:39:01,510 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 200 PUT http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/remove_router_interface 1.848s 2018-08-13 11:39:01,510 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2"} Response - Headers: {'status': '200', u'content-length': '309', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052/remove_router_interface', u'date': 'Mon, 13 Aug 2018 11:39:01 GMT', u'content-type': 'application/json', u'connection': 'close', u'x-openstack-request-id': 'req-bd8cda35-3105-42e9-b7d2-bf38ae78956d'} Body: {"network_id": "beca0b5d-f4bf-4bdb-82f8-05824dc55325", "tenant_id": "89a6efcab7c84cf782b121bd5b0b1f45", "subnet_id": "49839e6c-4383-4a72-947d-246c4b6cf6a2", "subnet_ids": ["49839e6c-4383-4a72-947d-246c4b6cf6a2"], "port_id": "1e74a52e-ad1b-4fe3-b03f-a11d2c6c2245", "id": "1c26d6a0-a026-45b2-829c-15b415fd0052"} 2018-08-13 11:39:03,017 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052 1.505s 2018-08-13 11:39:03,018 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/routers/1c26d6a0-a026-45b2-829c-15b415fd0052', u'date': 'Mon, 13 Aug 2018 11:39:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-2f65b75d-f925-42ae-9518-70a208434155'} Body: 2018-08-13 11:39:03,987 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/49839e6c-4383-4a72-947d-246c4b6cf6a2 0.968s 2018-08-13 11:39:03,987 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/49839e6c-4383-4a72-947d-246c4b6cf6a2', u'date': 'Mon, 13 Aug 2018 11:39:03 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-0cb9c90f-30ae-48ca-aa11-7c340868eb5e'} Body: 2018-08-13 11:39:05,386 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/beca0b5d-f4bf-4bdb-82f8-05824dc55325 1.397s 2018-08-13 11:39:05,386 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/beca0b5d-f4bf-4bdb-82f8-05824dc55325', u'date': 'Mon, 13 Aug 2018 11:39:05 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-5aeea6c0-f62a-46a8-bce8-beec16b7d165'} Body: 2018-08-13 11:39:06,737 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/subnets/1969b4e9-9655-40c3-901f-667cb25985fc 1.349s 2018-08-13 11:39:06,737 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/subnets/1969b4e9-9655-40c3-901f-667cb25985fc', u'date': 'Mon, 13 Aug 2018 11:39:06 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-cece7248-bd00-4b44-8ec8-d7252f1ae13c'} Body: 2018-08-13 11:39:08,492 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/networks/f92835b2-ecf2-4d4a-824f-dc672be576ca 1.754s 2018-08-13 11:39:08,493 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/networks/f92835b2-ecf2-4d4a-824f-dc672be576ca', u'date': 'Mon, 13 Aug 2018 11:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-764948b9-c2fe-4f28-aa24-278492bd7aa4'} Body: 2018-08-13 11:39:08,891 63 INFO [tempest.lib.common.rest_client] Request (TestBGPVPNBasic:_run_cleanups): 204 DELETE http://172.30.9.22:9696/v2.0/security-groups/4dacee7e-d250-4430-9b1d-b87530fa8824 0.397s 2018-08-13 11:39:08,892 63 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'status': '204', u'content-length': '0', 'content-location': 'http://172.30.9.22:9696/v2.0/security-groups/4dacee7e-d250-4430-9b1d-b87530fa8824', u'date': 'Mon, 13 Aug 2018 11:39:08 GMT', u'connection': 'close', u'x-openstack-request-id': 'req-55ef3a0d-f304-4587-9843-716b7d43d600'} Body: ====== Totals ====== Ran: 44 tests in 6012.0000 sec. - Passed: 23 - Skipped: 3 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 18 Sum of execute time for each test: 5973.7886 sec. ============== Worker Balance ============== - Worker 0 (44 tests) => 1:39:48.699252 2018-08-13 11:40:41,288 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:40:41,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:40:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["b4J4yDfDTkiJb0Th8kFtjQ"], "issued_at": "2018-08-13T11:40:41.000000Z"}} 2018-08-13 11:40:41,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/18ee54c4-f987-4813-99e4-517d5881ce3f -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}ddb7cc3e94dc5300db93a529f2b40832a5e9d8d7" 2018-08-13 11:40:42,340 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-04c45ce1-095c-43b0-8172-26cb1c3b609c Date: Mon, 13 Aug 2018 11:40:42 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:40:42,340 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/18ee54c4-f987-4813-99e4-517d5881ce3f used request id req-04c45ce1-095c-43b0-8172-26cb1c3b609c 2018-08-13 11:40:42,341 - sdnvpn-tempest - DEBUG - Deleted image 18ee54c4-f987-4813-99e4-517d5881ce3f 2018-08-13 11:40:42,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.run_tempest 2018-08-13 11:40:42,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.run_tempest - Neutron BGPVPN tests in tempest': {'status': 'FAIL', 'details': {'duration': ' 6012.0000 ', 'failed': ' 18', 'tests': ['networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_network [2.659519s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_disassociate_router [2.974085s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_associate_invalid_network [0.654273s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_attach_associated_subnet_to_associated_router [3.752530s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn [0.148551s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_as_non_admin_fail [0.210138s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_create_bgpvpn_with_invalid_routetargets [0.487040s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn [0.168306s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_delete_bgpvpn_as_non_admin_fail [0.120092s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_disassociate_invalid_network [0.631133s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn [0.248922s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_bgpvpn_as_non_owner_fail [0.346047s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_netassoc_as_non_owner_fail [1.103915s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_network_association [1.684229s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_list_show_router_association [1.433557s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn [0.150814s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_bgpvpn_as_non_owner_fail [0.279198s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_show_netassoc_as_non_owner_fail [0.892628s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_bgpvpn_invalid_routetargets [0.372190s] ... ok', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target [0.274094s] ... FAILED', 'networking_bgpvpn_tempest.tests.api.test_bgpvpn.BgpvpnTest.test_update_route_target_non_admin_fail [0.109287s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_basic [362.640042s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_bgpvpn [357.482104s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_net_association [356.113945s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_delete_router_association [363.650528s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_disjoint_import_export [69.405345s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_ping_to_unassociated_net [55.057546s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_disjoint_import_export [353.585339s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_negative_update_to_empty_rt_list [357.437288s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_delete ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_create_and_update ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_port_association_local_pref ... SKIPPED: Skipped because network extension: bgpvpn-routes-control is not enabled', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_tenant_separation_and_local_connectivity [177.941212s] ... ok', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_and_unassociated_net [64.014286s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_common_target [352.452254s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_route_targets_disjoint_targets [365.493638s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant1 [122.069552s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_update_rt_and_keep_local_connectivity_variant2 [413.002605s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant1 [355.137364s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant2 [358.022735s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant3 [369.211681s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant4 [358.973459s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant5 [366.344629s] ... FAILED', 'networking_bgpvpn_tempest.tests.scenario.test_bgpvpn_basic.TestBGPVPNBasic.test_bgpvpn_variant6 [371.508104s] ... FAILED'], 'num_tests': ' 44 '}} 2018-08-13 11:40:42,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_1 - VPN provides connectivity between subnets' 2018-08-13 11:40:42,343 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================== 2018-08-13 11:40:42,344 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_1 2018-08-13 11:40:42,420 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_1 main method 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:40:42,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:40:42,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:40:42,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:40:42,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:40:42,423 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:40:42,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:40:42,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:40:42,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:40:42,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:40:42,425 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:40:42,426 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:40:42,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:40:42,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:40:42,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:40:42,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:40:42,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:40:42,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:40:42,427 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:40:42,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 11:40:42,428 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:40:42,429 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:40:42,430 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:40:42,431 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:40:42,431 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 11:40:42,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:40:42,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-993c0b14-4c26-450b-b38f-3ba87c838f64 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:40:42,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-993c0b14-4c26-450b-b38f-3ba87c838f64 2018-08-13 11:40:42,437 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:40:42,831 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:40:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["wdb2fLlqQPC1PFEj9a3jRg"], "issued_at": "2018-08-13T11:40:42.000000Z"}} 2018-08-13 11:40:42,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adfeb49e290c02a420a23ddca765eb66b45603fc" 2018-08-13 11:40:43,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-e9e08b41-58b7-4f61-be3f-b9e6ee5580ab Date: Mon, 13 Aug 2018 11:40:43 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 11:40:43,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-e9e08b41-58b7-4f61-be3f-b9e6ee5580ab 2018-08-13 11:40:43,503 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 11:40:43,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adfeb49e290c02a420a23ddca765eb66b45603fc" 2018-08-13 11:40:43,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-dc5aa641-6b78-4b0a-9930-c5ef91b113b3 Date: Mon, 13 Aug 2018 11:40:43 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 11:40:43,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-dc5aa641-6b78-4b0a-9930-c5ef91b113b3 2018-08-13 11:40:43,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}adfeb49e290c02a420a23ddca765eb66b45603fc" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 11:40:43,655 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f37f5564-f6cd-4e86-80df-b98f3ebc5bdf Date: Mon, 13 Aug 2018 11:40:43 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T11:40:43Z", "file": "/v2/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "size": null, "self": "/v2/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T11:40:43Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 11:40:43,655 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-f37f5564-f6cd-4e86-80df-b98f3ebc5bdf 2018-08-13 11:40:43,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adfeb49e290c02a420a23ddca765eb66b45603fc" -d '' 2018-08-13 11:40:44,332 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d7455dcd-ea4f-46b2-ac7d-64ead4a2485e Date: Mon, 13 Aug 2018 11:40:44 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:40:44,332 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe/file used request id req-d7455dcd-ea4f-46b2-ac7d-64ead4a2485e 2018-08-13 11:40:44,333 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-1-net 2018-08-13 11:40:44,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:40:44,339 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b22d8565-0cae-4433-acf2-918196af123e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:40:44,340 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b22d8565-0cae-4433-acf2-918196af123e 2018-08-13 11:40:44,340 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:40:44,736 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:40:44.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["EJS31tovTKWidf_lStRWxg"], "issued_at": "2018-08-13T11:40:44.000000Z"}} 2018-08-13 11:40:44,742 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"network": {"name": "sdnvpn-1-1-net", "admin_state_up": true}}' 2018-08-13 11:40:45,261 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 645 X-Openstack-Request-Id: req-89217de7-784b-4436-952e-98c6bd9ae160 Date: Mon, 13 Aug 2018 11:40:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","is_default":false,"provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","mtu":1450}} 2018-08-13 11:40:45,261 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-89217de7-784b-4436-952e-98c6bd9ae160 2018-08-13 11:40:45,262 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-1-subnet in network 0573f84e-9fd8-41f1-beb4-18f7893160e7 with cidr 10.10.10.0/24 2018-08-13 11:40:45,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"subnets": [{"ip_version": 4, "network_id": "0573f84e-9fd8-41f1-beb4-18f7893160e7", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-1-subnet"}]}' 2018-08-13 11:40:45,658 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-386b882b-38d0-43af-ac82-4adc16616c8e Date: Mon, 13 Aug 2018 11:40:45 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:45Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"216fa00f-a428-4a98-97a5-23fa7740d30d","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"}]} 2018-08-13 11:40:45,658 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-386b882b-38d0-43af-ac82-4adc16616c8e 2018-08-13 11:40:45,659 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-1-2-net 2018-08-13 11:40:45,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"network": {"name": "sdnvpn-1-2-net", "admin_state_up": true}}' 2018-08-13 11:40:45,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-5b9cca34-e528-46f6-b302-2b02f1b4968e Date: Mon, 13 Aug 2018 11:40:45 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","is_default":false,"provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","mtu":1450}} 2018-08-13 11:40:45,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-5b9cca34-e528-46f6-b302-2b02f1b4968e 2018-08-13 11:40:45,878 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-1-2-subnet in network e1cb77ea-9320-40ee-8b85-a1c31b7c5899 with cidr 10.10.11.0/24 2018-08-13 11:40:45,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"subnets": [{"ip_version": 4, "network_id": "e1cb77ea-9320-40ee-8b85-a1c31b7c5899", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-1-2-subnet"}]}' 2018-08-13 11:40:46,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-7612f72b-81dc-4743-a1f8-d0a7c1f6e9b0 Date: Mon, 13 Aug 2018 11:40:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:46Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"149bca8e-af59-4676-86fe-b94656d26b46","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"}]} 2018-08-13 11:40:46,384 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-7612f72b-81dc-4743-a1f8-d0a7c1f6e9b0 2018-08-13 11:40:46,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:40:46,506 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 46541 X-Openstack-Request-Id: req-dba0d8f9-4467-42ba-a1f6-b690d5d5312f Date: Mon, 13 Aug 2018 11:40:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 11:40:46,507 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-dba0d8f9-4467-42ba-a1f6-b690d5d5312f 2018-08-13 11:40:46,512 - sdnvpn.lib.openstack_utils - INFO - Creating security group 'sdnvpn-sg'... 2018-08-13 11:40:46,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"security_group": {"name": "sdnvpn-sg", "description": "Security group for SDNVPN test cases"}}' 2018-08-13 11:40:47,096 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1377 X-Openstack-Request-Id: req-73e3c750-ac7c-4287-bbed-60749b8b34e4 Date: Mon, 13 Aug 2018 11:40:47 GMT RESP BODY: {"security_group": {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:40:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}} 2018-08-13 11:40:47,097 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-73e3c750-ac7c-4287-bbed-60749b8b34e4 2018-08-13 11:40:47,097 - sdnvpn.lib.openstack_utils - DEBUG - Security group 'sdnvpn-sg' with ID=adb76e46-106d-4b05-a433-ab53fdff7564 created successfully. 2018-08-13 11:40:47,097 - sdnvpn.lib.openstack_utils - DEBUG - Adding ICMP rules in security group 'sdnvpn-sg'... 2018-08-13 11:40:47,098 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (no port range mentioned) 2018-08-13 11:40:47,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"security_group_rule": {"direction": "ingress", "protocol": "icmp", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:40:47,223 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-97382f88-c33d-47e9-8544-e332450e04c5 Date: Mon, 13 Aug 2018 11:40:47 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-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "213b899d-3fec-4777-af97-92b740597a95"}} 2018-08-13 11:40:47,223 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-97382f88-c33d-47e9-8544-e332450e04c5 2018-08-13 11:40:47,223 - sdnvpn.lib.openstack_utils - DEBUG - Adding SSH rules in security group 'sdnvpn-sg'... 2018-08-13 11:40:47,223 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-13 11:40:47,228 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"security_group_rule": {"port_range_min": "22", "direction": "ingress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:40:47,416 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3c45b008-0402-45fa-8786-c188c80cd547 Date: Mon, 13 Aug 2018 11:40:47 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-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": 22, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c"}} 2018-08-13 11:40:47,416 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-3c45b008-0402-45fa-8786-c188c80cd547 2018-08-13 11:40:47,417 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-13 11:40:47,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"security_group_rule": {"port_range_min": "22", "direction": "egress", "protocol": "tcp", "port_range_max": "22", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:40:47,607 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 506 X-Openstack-Request-Id: req-4c69a1ea-3678-4c69-bc86-02c1316a4829 Date: Mon, 13 Aug 2018 11:40:47 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-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": 22, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "93ca9ece-8652-4644-86a2-157e5e05148c"}} 2018-08-13 11:40:47,607 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-4c69a1ea-3678-4c69-bc86-02c1316a4829 2018-08-13 11:40:47,608 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:40:47,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c07bf04b-a6b0-4ffc-9250-0f8d4a076b8d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:40:47,614 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c07bf04b-a6b0-4ffc-9250-0f8d4a076b8d 2018-08-13 11:40:47,615 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:40:48,012 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:40:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["iOJKo63gTKW35l6lRKG9ZQ"], "issued_at": "2018-08-13T11:40:47.000000Z"}} 2018-08-13 11:40:48,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" 2018-08-13 11:40:48,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40: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-f040103d-71a4-4989-b07d-0db961d65f91 x-compute-request-id: req-f040103d-71a4-4989-b07d-0db961d65f91 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 11:40:48,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-f040103d-71a4-4989-b07d-0db961d65f91 2018-08-13 11:40:48,301 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-08-13 11:40:48,301 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-2'... 2018-08-13 11:40:48,301 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-2 flavor=m1.tiny image=43d59c2c-4aaa-4637-a8dc-88013e0793fe network=0573f84e-9fd8-41f1-beb4-18f7893160e7 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:40:48,301 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:40:48,302 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:40:48,303 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:40:48,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:40:48,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:40:48,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:40:48,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:40:48,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:40:48,304 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:40:48,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:40:48,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:40:48,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:40:48,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:40:48,306 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:40:48,307 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:40:48,308 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:40:48,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:40:48,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd900477-1d6f-4202-ac18-1bf02ad79589 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:40:48,317 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cd900477-1d6f-4202-ac18-1bf02ad79589 2018-08-13 11:40:48,318 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:40:48,711 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:40:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["b7t_USEAQXWF2X0RwBdqvg"], "issued_at": "2018-08-13T11:40:48.000000Z"}} 2018-08-13 11:40:48,714 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1fad563c821a7b0b0edea7866f953c40742f09" 2018-08-13 11:40:49,056 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40: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-fa4ca97f-68b0-4a28-9c91-c7dea5a64eac x-compute-request-id: req-fa4ca97f-68b0-4a28-9c91-c7dea5a64eac Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:40:49,056 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-fa4ca97f-68b0-4a28-9c91-c7dea5a64eac 2018-08-13 11:40:49,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1fad563c821a7b0b0edea7866f953c40742f09" 2018-08-13 11:40:49,081 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-761c9b40-d48b-4c97-bd54-da5f83e1aecc x-compute-request-id: req-761c9b40-d48b-4c97-bd54-da5f83e1aecc Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:40:49,081 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-761c9b40-d48b-4c97-bd54-da5f83e1aecc 2018-08-13 11:40:49,084 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1fad563c821a7b0b0edea7866f953c40742f09" -d '{"server": {"name": "sdnvpn-1-2", "imageRef": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0573f84e-9fd8-41f1-beb4-18f7893160e7"}]}}' 2018-08-13 11:40:51,490 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:40:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-66eebfc0-21f3-482f-b810-38eb3397453a x-compute-request-id: req-66eebfc0-21f3-482f-b810-38eb3397453a Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "cde13fbe-d311-4605-9367-67a0e3983b9b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "bookmark"}], "adminPass": "ungJbz6jzkMA"}} 2018-08-13 11:40:51,491 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-66eebfc0-21f3-482f-b810-38eb3397453a 2018-08-13 11:40:51,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:40:51,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8900ac-5db8-4f18-a24b-36e5a9e94adf Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:40:51,498 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-4c8900ac-5db8-4f18-a24b-36e5a9e94adf 2018-08-13 11:40:51,499 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:40:51,905 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:40:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["uf6w4MRhREq0pgJnYwfS2g"], "issued_at": "2018-08-13T11:40:51.000000Z"}} 2018-08-13 11:40:51,908 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671538e34b45526ba947364939f0c0a1ceb1d3be" 2018-08-13 11:40:52,631 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f8b353bc-f693-4c74-9fa8-bd985ed2cd1f x-compute-request-id: req-f8b353bc-f693-4c74-9fa8-bd985ed2cd1f Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "cde13fbe-d311-4605-9367-67a0e3983b9b", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:40:52Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-2", "created": "2018-08-13T11:40:51Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:40:52,631 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b used request id req-f8b353bc-f693-4c74-9fa8-bd985ed2cd1f 2018-08-13 11:40:55,638 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671538e34b45526ba947364939f0c0a1ceb1d3be" 2018-08-13 11:40:56,390 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-390c0b5c-50ad-4e83-a75f-d56d12eaf29d x-compute-request-id: req-390c0b5c-50ad-4e83-a75f-d56d12eaf29d Content-Encoding: gzip Content-Length: 775 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:a0:8c:66", "version": 4, "addr": "10.10.10.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "cde13fbe-d311-4605-9367-67a0e3983b9b", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:40:53Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:40:51Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:40:56,390 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b used request id req-390c0b5c-50ad-4e83-a75f-d56d12eaf29d 2018-08-13 11:40:59,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}671538e34b45526ba947364939f0c0a1ceb1d3be" 2018-08-13 11:41:00,070 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:40: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-6c8efb7d-321d-4051-9620-7bd4449d26f5 x-compute-request-id: req-6c8efb7d-321d-4051-9620-7bd4449d26f5 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:66", "version": 4, "addr": "10.10.10.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007b", "OS-SRV-USG:launched_at": "2018-08-13T11:40:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "cde13fbe-d311-4605-9367-67a0e3983b9b", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:40:57Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:40:51Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:00,070 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b used request id req-6c8efb7d-321d-4051-9620-7bd4449d26f5 2018-08-13 11:41:00,073 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1fad563c821a7b0b0edea7866f953c40742f09" 2018-08-13 11:41:00,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ed65276-d6ed-4134-bd92-d7d5b95f066d x-compute-request-id: req-1ed65276-d6ed-4134-bd92-d7d5b95f066d Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a0:8c:66", "version": 4, "addr": "10.10.10.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/cde13fbe-d311-4605-9367-67a0e3983b9b", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007b", "OS-SRV-USG:launched_at": "2018-08-13T11:40:57.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "cde13fbe-d311-4605-9367-67a0e3983b9b", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:40:57Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:40:51Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:00,809 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b used request id req-1ed65276-d6ed-4134-bd92-d7d5b95f066d 2018-08-13 11:41:00,810 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-2' booted successfully. IP='10.10.10.28'. 2018-08-13 11:41:00,810 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-2' to security group 'sdnvpn-sg'... 2018-08-13 11:41:00,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:41:01,514 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-0c789bf1-170f-4402-87e8-40ab70ddee20 x-compute-request-id: req-0c789bf1-170f-4402-87e8-40ab70ddee20 Content-Length: 0 Content-Type: application/json 2018-08-13 11:41:01,514 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b/action used request id req-0c789bf1-170f-4402-87e8-40ab70ddee20 2018-08-13 11:41:01,515 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-3'... 2018-08-13 11:41:01,515 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-3 flavor=m1.tiny image=43d59c2c-4aaa-4637-a8dc-88013e0793fe network=0573f84e-9fd8-41f1-beb4-18f7893160e7 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:41:01,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:01,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:01,515 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:01,516 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:01,517 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:01,518 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:01,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:01,520 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:01,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:01,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:01,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:01,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:01,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:01,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:01,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:01,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:01,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:01,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f45cafeb-3c23-47bd-b2c4-bc8fe538e7b5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:01,533 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f45cafeb-3c23-47bd-b2c4-bc8fe538e7b5 2018-08-13 11:41:01,533 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:01,922 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["9qcvAXHbRE-HIGrLL-itvA"], "issued_at": "2018-08-13T11:41:01.000000Z"}} 2018-08-13 11:41:01,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" 2018-08-13 11:41:02,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41: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-d3661863-0910-4466-9c95-89cdc294b15a x-compute-request-id: req-d3661863-0910-4466-9c95-89cdc294b15a Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:41:02,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-d3661863-0910-4466-9c95-89cdc294b15a 2018-08-13 11:41:02,127 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" 2018-08-13 11:41:02,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ab889a8-832f-459d-b426-2de1ac14db4c x-compute-request-id: req-9ab889a8-832f-459d-b426-2de1ac14db4c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:41:02,144 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-9ab889a8-832f-459d-b426-2de1ac14db4c 2018-08-13 11:41:02,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" -d '{"server": {"name": "sdnvpn-1-3", "imageRef": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0573f84e-9fd8-41f1-beb4-18f7893160e7"}]}}' 2018-08-13 11:41:03,621 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f0d52db8-0cc0-4632-88c1-8d093641ca10 x-compute-request-id: req-f0d52db8-0cc0-4632-88c1-8d093641ca10 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "bookmark"}], "adminPass": "gyWpPdAjF8Gh"}} 2018-08-13 11:41:03,621 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f0d52db8-0cc0-4632-88c1-8d093641ca10 2018-08-13 11:41:03,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:03,629 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43f682e2-dded-4380-8150-29f946bdfc7e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:03,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-43f682e2-dded-4380-8150-29f946bdfc7e 2018-08-13 11:41:03,630 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:04,027 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["CpQEdifHTCmmERhzqgG__A"], "issued_at": "2018-08-13T11:41:03.000000Z"}} 2018-08-13 11:41:04,030 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5061ea944241e6fe4bb15b32b98f250b1e90e162" 2018-08-13 11:41:04,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0a063915-3959-4730-b8d9-f87252051df9 x-compute-request-id: req-0a063915-3959-4730-b8d9-f87252051df9 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.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-3", "created": "2018-08-13T11:41:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:04,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 used request id req-0a063915-3959-4730-b8d9-f87252051df9 2018-08-13 11:41:07,788 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5061ea944241e6fe4bb15b32b98f250b1e90e162" 2018-08-13 11:41:08,788 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42e7d054-1147-4458-a0da-acdad17b7cb0 x-compute-request-id: req-42e7d054-1147-4458-a0da-acdad17b7cb0 Content-Encoding: gzip Content-Length: 704 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:06Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:41:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:08,788 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 used request id req-42e7d054-1147-4458-a0da-acdad17b7cb0 2018-08-13 11:41:11,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5061ea944241e6fe4bb15b32b98f250b1e90e162" 2018-08-13 11:41:12,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-025ac35d-69e3-45f8-9c73-2315feee85a1 x-compute-request-id: req-025ac35d-69e3-45f8-9c73-2315feee85a1 Content-Encoding: gzip Content-Length: 775 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:ba:f2:60", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007c", "OS-SRV-USG:launched_at": "2018-08-13T11:41:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:41:10Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:41:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:12,473 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 used request id req-025ac35d-69e3-45f8-9c73-2315feee85a1 2018-08-13 11:41:12,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" 2018-08-13 11:41:13,325 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4be71fbf-16e6-4d68-b8d5-dff3ca78e6ef x-compute-request-id: req-4be71fbf-16e6-4d68-b8d5-dff3ca78e6ef Content-Encoding: gzip Content-Length: 775 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:ba:f2:60", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007c", "OS-SRV-USG:launched_at": "2018-08-13T11:41:10.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:41:10Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:41:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:13,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 used request id req-4be71fbf-16e6-4d68-b8d5-dff3ca78e6ef 2018-08-13 11:41:13,326 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-3' booted successfully. IP='10.10.10.7'. 2018-08-13 11:41:13,326 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-3' to security group 'sdnvpn-sg'... 2018-08-13 11:41:13,329 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:41:14,697 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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 x-openstack-request-id: req-d8a5246c-a071-4338-9363-4dd1f6bd16c8 x-compute-request-id: req-d8a5246c-a071-4338-9363-4dd1f6bd16c8 Content-Length: 0 Content-Type: application/json 2018-08-13 11:41:14,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action used request id req-d8a5246c-a071-4338-9363-4dd1f6bd16c8 2018-08-13 11:41:14,697 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-5'... 2018-08-13 11:41:14,698 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-5 flavor=m1.tiny image=43d59c2c-4aaa-4637-a8dc-88013e0793fe network=e1cb77ea-9320-40ee-8b85-a1c31b7c5899 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:14,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:14,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:14,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:14,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:14,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:14,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:14,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:14,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:14,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:14,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:14,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:14,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:14,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:14,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:14,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:14,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:14,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d8330607-e6db-4add-b1f9-5d686e468b2a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:14,712 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d8330607-e6db-4add-b1f9-5d686e468b2a 2018-08-13 11:41:14,713 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:15,120 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["eVxljSrEQ0WLwEFi5FIa-w"], "issued_at": "2018-08-13T11:41:15.000000Z"}} 2018-08-13 11:41:15,123 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" 2018-08-13 11:41:15,404 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7e42d370-1a5a-4f4b-b227-7c7fca28d768 x-compute-request-id: req-7e42d370-1a5a-4f4b-b227-7c7fca28d768 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:41:15,405 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-7e42d370-1a5a-4f4b-b227-7c7fca28d768 2018-08-13 11:41:15,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" 2018-08-13 11:41:15,423 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dcfee0d7-12c9-4f72-a9d6-13f33dfbc46f x-compute-request-id: req-dcfee0d7-12c9-4f72-a9d6-13f33dfbc46f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:41:15,423 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-dcfee0d7-12c9-4f72-a9d6-13f33dfbc46f 2018-08-13 11:41:15,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" -d '{"server": {"name": "sdnvpn-1-5", "imageRef": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"}]}}' 2018-08-13 11:41:17,275 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-ffe5b1bb-3024-40e9-a41c-4c4882f4acf0 x-compute-request-id: req-ffe5b1bb-3024-40e9-a41c-4c4882f4acf0 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a82f1983-138c-413d-9c1b-c1aebf20adc8", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "bookmark"}], "adminPass": "vYoPMUU2UqmF"}} 2018-08-13 11:41:17,276 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ffe5b1bb-3024-40e9-a41c-4c4882f4acf0 2018-08-13 11:41:17,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:17,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbd77caa-83f0-4686-bcc0-dd7112a9667e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:17,283 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fbd77caa-83f0-4686-bcc0-dd7112a9667e 2018-08-13 11:41:17,284 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:17,692 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["pqKWA1TBTfCekq1Q97pLCw"], "issued_at": "2018-08-13T11:41:17.000000Z"}} 2018-08-13 11:41:17,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89ba08423d1d24ab2b39eeadf178c66d8ebdc29" 2018-08-13 11:41:18,341 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-c82054b0-0ec7-4073-a94a-64dfd3f8a062 x-compute-request-id: req-c82054b0-0ec7-4073-a94a-64dfd3f8a062 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.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a82f1983-138c-413d-9c1b-c1aebf20adc8", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:17Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-1-5", "created": "2018-08-13T11:41:17Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:18,341 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 used request id req-c82054b0-0ec7-4073-a94a-64dfd3f8a062 2018-08-13 11:41:21,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89ba08423d1d24ab2b39eeadf178c66d8ebdc29" 2018-08-13 11:41:22,065 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e4af0dc-ff3f-4849-9d96-1dcecb3a6e9b x-compute-request-id: req-9e4af0dc-ff3f-4849-9d96-1dcecb3a6e9b Content-Encoding: gzip Content-Length: 705 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a82f1983-138c-413d-9c1b-c1aebf20adc8", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:19Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:41:17Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:22,066 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 used request id req-9e4af0dc-ff3f-4849-9d96-1dcecb3a6e9b 2018-08-13 11:41:25,072 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f89ba08423d1d24ab2b39eeadf178c66d8ebdc29" 2018-08-13 11:41:25,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ebd605b-eadf-4f4d-afe4-3f94fbe2490b x-compute-request-id: req-3ebd605b-eadf-4f4d-afe4-3f94fbe2490b Content-Encoding: gzip Content-Length: 775 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:0a:4f:90", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007d", "OS-SRV-USG:launched_at": "2018-08-13T11:41:23.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a82f1983-138c-413d-9c1b-c1aebf20adc8", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:41:23Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:41:17Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:25,218 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 used request id req-3ebd605b-eadf-4f4d-afe4-3f94fbe2490b 2018-08-13 11:41:25,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" 2018-08-13 11:41:25,894 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7c5eb76-c3ed-4381-a09a-acdce52f0027 x-compute-request-id: req-e7c5eb76-c3ed-4381-a09a-acdce52f0027 Content-Encoding: gzip Content-Length: 775 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:0a:4f:90", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007d", "OS-SRV-USG:launched_at": "2018-08-13T11:41:23.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a82f1983-138c-413d-9c1b-c1aebf20adc8", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:41:23Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:41:17Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:25,894 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8 used request id req-e7c5eb76-c3ed-4381-a09a-acdce52f0027 2018-08-13 11:41:25,894 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-5' booted successfully. IP='10.10.11.8'. 2018-08-13 11:41:25,894 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-5' to security group 'sdnvpn-sg'... 2018-08-13 11:41:25,897 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:41:26,878 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-736d61d6-3721-42ca-bbee-594dabc77137 x-compute-request-id: req-736d61d6-3721-42ca-bbee-594dabc77137 Content-Length: 0 Content-Type: application/json 2018-08-13 11:41:26,878 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-736d61d6-3721-42ca-bbee-594dabc77137 2018-08-13 11:41:26,878 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-4'... 2018-08-13 11:41:26,879 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-4 flavor=m1.tiny image=43d59c2c-4aaa-4637-a8dc-88013e0793fe network=e1cb77ea-9320-40ee-8b85-a1c31b7c5899 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-13 11:41:26,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:26,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:26,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:26,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:26,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:26,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:26,880 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:26,881 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:26,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:26,882 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:26,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:26,884 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:26,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:26,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:26,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:26,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:26,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:26,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:26,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:26,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:26,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:26,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:26,896 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74f483c0-4f87-4bdd-bcdd-4d7f8b818726 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:26,896 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-74f483c0-4f87-4bdd-bcdd-4d7f8b818726 2018-08-13 11:41:26,896 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:27,293 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["FUYfA3H8T4q2qcq7aCbTug"], "issued_at": "2018-08-13T11:41:27.000000Z"}} 2018-08-13 11:41:27,296 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f2b9618ee7b293467855aaf5798850329021c2" 2018-08-13 11:41:27,564 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-20bdfe3f-9f86-46d1-8b7f-4499102e44e5 x-compute-request-id: req-20bdfe3f-9f86-46d1-8b7f-4499102e44e5 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:41:27,564 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-20bdfe3f-9f86-46d1-8b7f-4499102e44e5 2018-08-13 11:41:27,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f2b9618ee7b293467855aaf5798850329021c2" 2018-08-13 11:41:27,586 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f8514cf-4ded-4fc7-acdc-faf0ac77d2b1 x-compute-request-id: req-2f8514cf-4ded-4fc7-acdc-faf0ac77d2b1 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:41:27,586 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-2f8514cf-4ded-4fc7-acdc-faf0ac77d2b1 2018-08-13 11:41:27,589 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f2b9618ee7b293467855aaf5798850329021c2" -d '{"server": {"name": "sdnvpn-1-4", "imageRef": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"}], "config_drive": true}}' 2018-08-13 11:41:29,650 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-919b7edd-6839-428f-8bca-751f44d44359 x-compute-request-id: req-919b7edd-6839-428f-8bca-751f44d44359 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "8380b87e-5a4b-4a54-b583-f7758407125f", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "bookmark"}], "adminPass": "kghv6vFegS3C"}} 2018-08-13 11:41:29,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-919b7edd-6839-428f-8bca-751f44d44359 2018-08-13 11:41:29,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:29,658 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70f6b250-f7b8-4150-b8fb-722c01fc4ead Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:29,658 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-70f6b250-f7b8-4150-b8fb-722c01fc4ead 2018-08-13 11:41:29,658 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:30,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["rzRxSB2yTmmyBCbpx1TOtw"], "issued_at": "2018-08-13T11:41:29.000000Z"}} 2018-08-13 11:41:30,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eed8e45d96538aefe426e3b45814b6e16ffa04b2" 2018-08-13 11:41:30,556 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41: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-808c560b-1d13-4de6-a071-340f3f7bcd0b x-compute-request-id: req-808c560b-1d13-4de6-a071-340f3f7bcd0b 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.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8380b87e-5a4b-4a54-b583-f7758407125f", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:41: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-1-4", "created": "2018-08-13T11:41:29Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:30,556 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f used request id req-808c560b-1d13-4de6-a071-340f3f7bcd0b 2018-08-13 11:41:33,563 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eed8e45d96538aefe426e3b45814b6e16ffa04b2" 2018-08-13 11:41:34,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41: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-c83e2e93-b4ec-4310-bf75-dd5a932dcfcd x-compute-request-id: req-c83e2e93-b4ec-4310-bf75-dd5a932dcfcd 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.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8380b87e-5a4b-4a54-b583-f7758407125f", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:41:32Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:41:29Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:34,437 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f used request id req-c83e2e93-b4ec-4310-bf75-dd5a932dcfcd 2018-08-13 11:41:37,443 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eed8e45d96538aefe426e3b45814b6e16ffa04b2" 2018-08-13 11:41:38,053 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5dab6727-f24d-4bff-8fda-f0c800f3b2d6 x-compute-request-id: req-5dab6727-f24d-4bff-8fda-f0c800f3b2d6 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:47:59", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007e", "OS-SRV-USG:launched_at": "2018-08-13T11:41:36.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8380b87e-5a4b-4a54-b583-f7758407125f", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:36Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:41:29Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:38,053 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f used request id req-5dab6727-f24d-4bff-8fda-f0c800f3b2d6 2018-08-13 11:41:38,056 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f2b9618ee7b293467855aaf5798850329021c2" 2018-08-13 11:41:38,442 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-30bab0a0-ad65-4a31-9b2a-3006465ff227 x-compute-request-id: req-30bab0a0-ad65-4a31-9b2a-3006465ff227 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:47:59", "version": 4, "addr": "10.10.11.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/8380b87e-5a4b-4a54-b583-f7758407125f", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007e", "OS-SRV-USG:launched_at": "2018-08-13T11:41:36.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "8380b87e-5a4b-4a54-b583-f7758407125f", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:36Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:41:29Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:38,442 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f used request id req-30bab0a0-ad65-4a31-9b2a-3006465ff227 2018-08-13 11:41:38,443 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-4' booted successfully. IP='10.10.11.12'. 2018-08-13 11:41:38,443 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-4' to security group 'sdnvpn-sg'... 2018-08-13 11:41:38,446 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:41:39,234 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-503af8e1-483c-492c-818b-996eb08f1bd5 x-compute-request-id: req-503af8e1-483c-492c-818b-996eb08f1bd5 Content-Length: 0 Content-Type: application/json 2018-08-13 11:41:39,234 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action used request id req-503af8e1-483c-492c-818b-996eb08f1bd5 2018-08-13 11:41:39,234 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-1-1'... 2018-08-13 11:41:39,235 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-1-1 flavor=m1.tiny image=43d59c2c-4aaa-4637-a8dc-88013e0793fe network=0573f84e-9fd8-41f1-beb4-18f7893160e7 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.28 10.10.10.7 10.10.11.12 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-13 11:41:39,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:39,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:39,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:39,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:39,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:39,235 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:39,236 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:39,237 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:39,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:39,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:39,238 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:39,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:41:39,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:41:39,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:41:39,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:41:39,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:41:39,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:41:39,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:41:39,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:41:39,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:41:39,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:41:39,243 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:41:39,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:39,251 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8416399f-3c91-4051-b378-301fa29ecdeb Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:39,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8416399f-3c91-4051-b378-301fa29ecdeb 2018-08-13 11:41:39,252 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:39,653 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["j99mD2-TRkKU3HYW_iIUOQ"], "issued_at": "2018-08-13T11:41:39.000000Z"}} 2018-08-13 11:41:39,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" 2018-08-13 11:41:39,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-a0507685-6e1b-4ba2-a19a-e8987508c42a x-compute-request-id: req-a0507685-6e1b-4ba2-a19a-e8987508c42a Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:41:39,939 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a0507685-6e1b-4ba2-a19a-e8987508c42a 2018-08-13 11:41:39,942 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" 2018-08-13 11:41:39,959 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-6c8ae1f4-9b49-408e-bb51-6ec1259b75fd x-compute-request-id: req-6c8ae1f4-9b49-408e-bb51-6ec1259b75fd Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:41:39,959 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-6c8ae1f4-9b49-408e-bb51-6ec1259b75fd 2018-08-13 11:41:39,961 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"server": {"name": "sdnvpn-1-1", "imageRef": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4yOCAxMC4xMC4xMC43IDEwLjEwLjExLjEyIDEwLjEwLjExLjgKd2hpbGUgdHJ1ZTsgZG8KIGZvciBpIGRvCiAgaXA9JGkKICBwaW5nIC1jIDEwICRpcCAyPiYxID4vZGV2L251bGwKICBSRVM9JD8KICBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgIGVjaG8gcGluZyAkaXAgT0sKICBlbHNlIGVjaG8gcGluZyAkaXAgS08KICBmaQogZG9uZQogc2xlZXAgMQpkb25lCg==", "max_count": 1, "min_count": 1, "networks": [{"uuid": "0573f84e-9fd8-41f1-beb4-18f7893160e7"}], "config_drive": true}}' 2018-08-13 11:41:41,915 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-391f1e00-ab5a-4699-9d49-f554f87690ef x-compute-request-id: req-391f1e00-ab5a-4699-9d49-f554f87690ef Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a174977e-71d0-47d4-8f67-65cf0e85cbd6", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "bookmark"}], "adminPass": "GuNLyDV25S7m"}} 2018-08-13 11:41:41,915 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-391f1e00-ab5a-4699-9d49-f554f87690ef 2018-08-13 11:41:41,916 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:41:41,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e52b100d-1a2c-4e40-a519-5e5c21f38603 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:41:41,922 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e52b100d-1a2c-4e40-a519-5e5c21f38603 2018-08-13 11:41:41,923 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:41:42,318 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:41:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["dxjOk7DvRmSCW2UxL45z0w"], "issued_at": "2018-08-13T11:41:42.000000Z"}} 2018-08-13 11:41:42,322 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8778002a89f141fee27d29bc1595e8f1e84cd67c" 2018-08-13 11:41:42,738 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41: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-54798b5e-d09b-485a-8096-3e265ad882eb x-compute-request-id: req-54798b5e-d09b-485a-8096-3e265ad882eb 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.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a174977e-71d0-47d4-8f67-65cf0e85cbd6", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:41: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-1-1", "created": "2018-08-13T11:41:41Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:42,738 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 used request id req-54798b5e-d09b-485a-8096-3e265ad882eb 2018-08-13 11:41:45,744 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8778002a89f141fee27d29bc1595e8f1e84cd67c" 2018-08-13 11:41:46,314 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41: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-85cdc0f6-2396-4214-845b-ab30259a8a2a x-compute-request-id: req-85cdc0f6-2396-4214-845b-ab30259a8a2a Content-Encoding: gzip Content-Length: 710 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a174977e-71d0-47d4-8f67-65cf0e85cbd6", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:41:44Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:41:41Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:46,314 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 used request id req-85cdc0f6-2396-4214-845b-ab30259a8a2a 2018-08-13 11:41:49,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8778002a89f141fee27d29bc1595e8f1e84cd67c" 2018-08-13 11:41:49,457 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-57c5a1f7-1eda-453a-a0b5-25f5729f6ffb x-compute-request-id: req-57c5a1f7-1eda-453a-a0b5-25f5729f6ffb Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:f8:cf", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007f", "OS-SRV-USG:launched_at": "2018-08-13T11:41:47.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a174977e-71d0-47d4-8f67-65cf0e85cbd6", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:47Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:41:41Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:49,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 used request id req-57c5a1f7-1eda-453a-a0b5-25f5729f6ffb 2018-08-13 11:41:49,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" 2018-08-13 11:41:49,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-532bc627-6bd3-403f-abc3-9f68c27de620 x-compute-request-id: req-532bc627-6bd3-403f-abc3-9f68c27de620 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-1-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9f:f8:cf", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6", "rel": "bookmark"}], "image": {"id": "43d59c2c-4aaa-4637-a8dc-88013e0793fe", "links": [{"href": "http://172.30.9.22:8774/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000007f", "OS-SRV-USG:launched_at": "2018-08-13T11:41:47.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a174977e-71d0-47d4-8f67-65cf0e85cbd6", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:41:47Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:41:41Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:41:49,940 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6 used request id req-532bc627-6bd3-403f-abc3-9f68c27de620 2018-08-13 11:41:49,941 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-1-1' booted successfully. IP='10.10.10.3'. 2018-08-13 11:41:49,941 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-1-1' to security group 'sdnvpn-sg'... 2018-08-13 11:41:49,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:41:50,929 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:41:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c258c53e-ff7b-4aeb-8f2d-e8b4a323491e x-compute-request-id: req-c258c53e-ff7b-4aeb-8f2d-e8b4a323491e Content-Length: 0 Content-Type: application/json 2018-08-13 11:41:50,929 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-c258c53e-ff7b-4aeb-8f2d-e8b4a323491e 2018-08-13 11:41:50,929 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-08-13 11:41:50,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-623109", "route_distinguishers": "11:11"}}' 2018-08-13 11:41:51,330 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-324ab816-97c9-4bed-a0b5-2f4ee7670868 Date: Mon, 13 Aug 2018 11:41:51 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-623109", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "5e93ee58-ec08-474f-a9c9-da1354c283de"}} 2018-08-13 11:41:51,330 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-324ab816-97c9-4bed-a0b5-2f4ee7670868 2018-08-13 11:41:51,330 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-623109', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'5e93ee58-ec08-474f-a9c9-da1354c283de', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'route_targets': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'type': u'l3', u'networks': []}} 2018-08-13 11:41:51,331 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-13 11:41:51,336 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"network_association": {"network_id": "0573f84e-9fd8-41f1-beb4-18f7893160e7"}}' 2018-08-13 11:41:51,626 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-5379434b-cc8c-495a-8077-6ebd83e62215 Date: Mon, 13 Aug 2018 11:41:51 GMT RESP BODY: {"network_association": {"network_id": "0573f84e-9fd8-41f1-beb4-18f7893160e7", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "4ae261ba-a22e-4cc5-8a4e-cabc8a5ab4e3"}} 2018-08-13 11:41:51,626 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de/network_associations used request id req-5379434b-cc8c-495a-8077-6ebd83e62215 2018-08-13 11:41:51,626 - sdnvpn_test_utils - INFO - Waiting for instance cde13fbe-d311-4605-9367-67a0e3983b9b to boot up 2018-08-13 11:41:51,629 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ad1fad563c821a7b0b0edea7866f953c40742f09" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:41:51,707 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fda73a08-e9c7-4c5e-9082-dc15b63931c1 x-compute-request-id: req-fda73a08-e9c7-4c5e-9082-dc15b63931c1 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 454914772 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143210] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144888] pid_max: default: 32768 minimum: 301\n[ 0.145789] ACPI: Core revision 20150930\n[ 0.147188] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148516] Security Framework initialized\n[ 0.149339] Yama: becoming mindful.\n[ 0.150082] AppArmor: AppArmor initialized\n[ 0.150958] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152298] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153579] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154811] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156262] Initializing cgroup subsys io\n[ 0.157086] Initializing cgroup subsys memory\n[ 0.157964] Initializing cgroup subsys devices\n[ 0.158852] Initializing cgroup subsys freezer\n[ 0.159721] Initializing cgroup subsys net_cls\n[ 0.160590] Initializing cgroup subsys perf_event\n[ 0.161503] Initializing cgroup subsys net_prio\n[ 0.162424] Initializing cgroup subsys hugetlb\n[ 0.163304] Initializing cgroup subsys pids\n[ 0.164188] CPU: Physical Processor ID: 0\n[ 0.165692] mce: CPU supports 10 MCE banks\n[ 0.166566] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167576] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182156] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188472] ftrace: allocating 31920 entries in 125 pages\n[ 0.214483] smpboot: Max logical packages: 1\n[ 0.215360] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216698] x2apic enabled\n[ 0.217495] Switched APIC routing to physical x2apic.\n[ 0.219232] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220367] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.222341] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.224074] KVM setup paravirtual spinlock\n[ 0.225416] x86: Booted up 1 node, 1 CPUs\n[ 0.226221] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.227608] devtmpfs: initialized\n[ 0.229333] evm: security.selinux\n[ 0.230028] evm: security.SMACK64\n[ 0.230706] evm: security.SMACK64EXEC\n[ 0.231440] evm: security.SMACK64TRANSMUTE\n[ 0.232246] evm: security.SMACK64MMAP\n[ 0.232984] evm: security.ima\n[ 0.233614] evm: security.capability\n[ 0.234418] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.236265] pinctrl core: initialized pinctrl subsystem\n[ 0.237369] RTC time: 11:40:57, date: 08/13/18\n[ 0.238337] NET: Registered protocol family 16\n[ 0.239326] cpuidle: using governor ladder\n[ 0.240146] cpuidle: using governor menu\n[ 0.240926] PCCT header not found.\n[ 0.241681] ACPI: bus type PCI registered\n[ 0.242478] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.243718] PCI: Using configuration type 1 for base access\n[ 0.245498] ACPI: Added _OSI(Module Device)\n[ 0.246337] ACPI: Added _OSI(Processor Device)\n[ 0.247194] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.248086] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.249818] ACPI: Interpreter enabled\n[ 0.250578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.252403] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.254220] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.256046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.257862] ACPI: (supports S0 S5)\n[ 0.258560] ACPI: Using IOAPIC for interrupt routing\n[ 0.259505] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.262610] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.263747] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.264970] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.266150] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.268364] acpiphp: Slot [3] registered\n[ 0.269163] acpiphp: Slot [4] registered\n[ 0.269957] acpiphp: Slot [5] registered\n[ 0.270749] acpiphp: Slot [6] registered\n[ 0.271537] acpiphp: Slot [7] registered\n[ 0.272335] acpiphp: Slot [8] registered\n[ 0.273132] acpiphp: Slot [9] registered\n[ 0.273925] acpiphp: Slot [10] registered\n[ 0.274725] acpiphp: Slot [11] registered\n[ 0.275536] acpiphp: Slot [12] registered\n[ 0.276349] acpiphp: Slot [13] registered\n[ 0.277153] acpiphp: Slot [14] registered\n[ 0.277957] acpiphp: Slot [15] registered\n[ 0.288700] acpiphp: Slot [16] registered\n[ 0.289514] acpiphp: Slot [17] registered\n[ 0.290323] acpiphp: Slot [18] registered\n[ 0.291128] acpiphp: Slot [19] registered\n[ 0.291933] acpiphp: Slot [20] registered\n[ 0.292741] acpiphp: Slot [21] registered\n[ 0.293549] acpiphp: Slot [22] registered\n[ 0.294355] acpiphp: Slot [23] registered\n[ 0.295160] acpiphp: Slot [24] registered\n[ 0.295961] acpiphp: Slot [25] registered\n[ 0.296770] acpiphp: Slot [26] registered\n[ 0.297571] acpiphp: Slot [27] registered\n[ 0.298377] acpiphp: Slot [28] registered\n[ 0.299180] acpiphp: Slot [29] registered\n[ 0.300003] acpiphp: Slot [30] registered\n[ 0.300876] acpiphp: Slot [31] registered\n[ 0.301676] PCI host bridge to bus 0000:00\n[ 0.302478] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303684] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.304893] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306333] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.307766] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309223] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.312575] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.313851] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.315017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.316265] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.319824] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.321533] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.341837] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.343309] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.345443] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.346854] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.348231] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.349505] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.350839] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.351883] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.353411] vgaarb: loaded\n[ 0.354028] vgaarb: bridge control possible 0000:00:02.0\n[ 0.355267] SCSI subsystem initialized\n[ 0.356191] ACPI: bus type USB registered\n[ 0.357017] usbcore: registered new interface driver usbfs\n[ 0.358041] usbcore: registered new interface driver hub\n[ 0.359050] usbcore: registered new device driver usb\n[ 0.360158] PCI: Using ACPI for IRQ routing\n[ 0.361287] NetLabel: Initializing\n[ 0.362012] NetLabel: domain hash size = 128\n[ 0.362852] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.363804] NetLabel: unlabeled traffic allowed by default\n[ 0.364967] clocksource: Switched to clocksource kvm-clock\n[ 0.373694] AppArmor: AppArmor Filesystem Enabled\n[ 0.374676] pnp: PnP ACPI init\n[ 0.375625] pnp: PnP ACPI: found 5 devices\n[ 0.381975] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.383671] NET: Registered protocol family 2\n[ 0.384730] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.386010] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.387213] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.388434] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.389524] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.390708] NET: Registered protocol family 1\n[ 0.391583] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.392669] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.393732] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.407811] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.421984] Trying to unpack rootfs image as initramfs...\n[ 0.478522] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.480184] Scanning for low memory corruption every 60 seconds\n[ 0.481568] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.482719] audit: initializing netlink subsys (disabled)\n[ 0.483737] audit: type=2000 audit(1534160458.613:1): initialized\n[ 0.485118] Initialise system trusted keyring\n[ 0.486071] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.487225] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489371] zbud: loaded\n[ 0.490107] VFS: Disk quotas dquot_6.6.0\n[ 0.490931] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492536] fuse init (API version 7.23)\n[ 0.493457] Key type big_key registered\n[ 0.494268] Allocating IMA MOK and blacklist keyrings.\n[ 0.495505] Key type asymmetric registered\n[ 0.496328] Asymmetric key parser 'x509' registered\n[ 0.497295] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.498762] io scheduler noop registered\n[ 0.499546] io scheduler deadline registered (default)\n[ 0.500537] io scheduler cfq registered\n[ 0.501394] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502436] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.503701] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505156] ACPI: Power Button [PWRF]\n[ 0.506036] GHES: HEST is not enabled!\n[ 0.519803] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547285] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.549390] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.573350] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.575651] Linux agpgart interface v0.103\n[ 0.578347] brd: module loaded\n[ 0.580076] loop: module loaded\n[ 0.584054] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.585653] GPT:90111 != 2097151\n[ 0.586333] GPT:Alternate GPT header not at the end of the disk.\n[ 0.587416] GPT:90111 != 2097151\n[ 0.588090] GPT: Use GNU Parted to correct GPT errors.\n[ 0.589054] vda: vda1 vda15\n[ 0.590305] scsi host0: ata_piix\n[ 0.591090] scsi host1: ata_piix\n[ 0.591812] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.593033] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.594537] libphy: Fixed MDIO Bus: probed\n[ 0.595364] tun: Universal TUN/TAP device driver, 1.6\n[ 0.596329] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.598525] PPP generic driver version 2.4.2\n[ 0.599586] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.600812] ehci-pci: EHCI PCI platform driver\n[ 0.601748] ehci-platform: EHCI generic platform driver\n[ 0.602760] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.604019] ohci-pci: OHCI PCI platform driver\n[ 0.604922] ohci-platform: OHCI generic platform driver\n[ 0.605949] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.623839] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.624990] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.626532] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.627666] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.628960] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630239] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631683] usb usb1: Product: UHCI Host Controller\n[ 0.632633] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.633787] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635104] hub 1-0:1.0: USB hub found\n[ 0.635920] hub 1-0:1.0: 2 ports detected\n[ 0.637204] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639579] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640761] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641918] mousedev: PS/2 mouse device common for all mice\n[ 0.643290] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.645252] rtc_cmos 00:00: RTC can wake from S4\n[ 0.646430] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.647659] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648880] i2c /dev entries driver\n[ 0.649763] device-mapper: uevent: version 1.0.3\n[ 0.650802] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.652548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.654660] NET: Registered protocol family 10\n[ 0.656166] NET: Registered protocol family 17\n[ 0.657150] Key type dns_resolver registered\n[ 0.658451] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.659587] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.661545] registered taskstats version 1\n[ 0.662453] Loading compiled-in X.509 certificates\n[ 0.664052] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666056] zswap: loaded using pool lzo/zbud\n[ 0.668238] Key type trusted registered\n[ 0.670086] Key type encrypted registered\n[ 0.670956] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672044] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673163] evm: HMAC attrs: 0x1\n[ 0.674245] Magic number: 14:287:681\n[ 0.675214] rtc_cmos 00:00: setting system clock to 2018-08-13 11:40:58 UTC (1534160458)\n[ 0.676920] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.678068] EDD information not available.\n[ 0.755357] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767026] Write protecting the kernel read-only data: 14336k\n[ 0.770692] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.772730] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.819031] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.28...\nLease of 10.10.10.28 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-0000007b\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCqrqLwhbEPy+/6AtW2Nt3d3USfn+voakDsVXt3q38vPkUp6LqY8Ek9t2eXCzjgtOfOn8tLNwTUNKA0YKWp4kBY3E1Pz9PPN+V2LKwKfVK8VANEuGeKPoeuUt67asbjqCLKlWPmGXevJz0VIqkNwzIY8dUN8dRLLbc391AEjl24shQFbNBr2HqoH7HakvL492EaF6X9Q34wogx+mJQpCdoEcfXn800x4y6YQ2O3FfcvcC+AsZbWX4alVywrzps848bGImtJdZTAq528UEHAHx1a5d8pz53sli45QSwMdbaDpLNSi1xs0vBbi4t6BYe9OO1KCKR/cKXiIeN56IwjAhu/ root@sdnvpn-1-2\nssh-dss AAAAB3NzaC1kc3MAAACBALW+PiCcy6d7d5vlq6JRUh5mTPqcm1WVQrZAg5i+zHxSm9ZWE592qIw3C8q8Gg6Y+5G1bun18M5W+9iy7STowAqGPueUmROBLfzsDE+CU57R2VSUJ7K7G3MXCG/l1bQ4xqJEW6vKMn7DiPNCSfouF8uWadkYNGQpx/+gLTDd/ShDAAAAFQCVz4U4au5EwCIM/NInwrdEbqzyVwAAAIAS9db927O/sHSV2VFA5ZmOHupVMCPXfZSMA8IN8UflzRGgENVx1QxmohUIDsJDdETHPipvyct4gbY7XF8lj+dciFj8pEJb4F/MqhcjKaYm6uDc4ArE9azk9ArImmiSVaOB6ptgClpvIoetMXnI9sgiyfUW17mNIuFvaRobWZHN6gAAAIEAnN5KDn8t/86muBOSmOuujgixb9LGyiUgHjYhMJRwXPpBwIcbjNow4ggXAu5jksiz+qnoPkqbPOhGS4WDlBAA+m9BLHVsvfyQthRQXgPDjylAK7/cE8H+ZsYY8MUktjw4ZWBDDsntNPmQ8FOG2THhFhbDYoVYbFcNXSp765Bhtng= root@sdnvpn-1-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.13s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.28,24,fe80::f816:3eff:fea0:8c66/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.28 \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-0000007b\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.48 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A0:8C:66 \n inet addr:10.10.10.28 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea0:8c66/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7398 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 0.945029] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.105809] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.105811] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.105812] usb 1-1: Product: QEMU USB Tablet\n[ 1.105813] usb 1-1: Manufacturer: QEMU\n[ 1.105814] usb 1-1: SerialNumber: 42\n[ 1.477081] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.477099] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 2.527485] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.571972] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:40:58 cirros kern.info kernel: [ 0.772730] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 13 12:40:58 cirros kern.info kernel: [ 0.785832] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 13 12:40:58 cirros kern.info kernel: [ 0.785833] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 13 12:40:58 cirros kern.info kernel: [ 0.787605] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 13 12:40:58 cirros kern.info kernel: [ 0.790847] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 13 12:40:58 cirros kern.info kernel: [ 0.793042] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 13 12:40:58 cirros kern.info kernel: [ 0.816412] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:40:58 cirros kern.info kernel: [ 0.817253] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:40:58 cirros kern.notice kernel: [ 0.819031] random: blkid urandom read with 2 bits of entropy available\nAug 13 12:40:58 cirros kern.info kernel: [ 0.820730] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:40:58 cirros kern.info kernel: [ 0.824256] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:40:58 cirros kern.info kernel: [ 0.906742] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:40:58 cirros kern.info kernel: [ 0.915265] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:40:58 cirros kern.info kernel: [ 0.945029] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:40:58 cirros kern.info kernel: [ 1.105809] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:40:58 cirros kern.info kernel: [ 1.105811] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:40:58 cirros kern.info kernel: [ 1.105812] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:40:58 cirros kern.info kernel: [ 1.105813] usb 1-1: Manufacturer: QEMU\nAug 13 12:40:58 cirros kern.info kernel: [ 1.105814] usb 1-1: SerialNumber: 42\nAug 13 12:40:59 cirros kern.info kernel: [ 1.477081] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:40:59 cirros kern.info kernel: [ 1.477099] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:41:00 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:41:00 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:41:00 cirros kern.info kernel: [ 2.527485] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:41:00 cirros kern.info kernel: [ 2.571972] 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-08-13 11:41:51,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b/action used request id req-fda73a08-e9c7-4c5e-9082-dc15b63931c1 2018-08-13 11:41:53,741 - sdnvpn_test_utils - INFO - Waiting for instance 6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8 to boot up 2018-08-13 11:41:53,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:41:53,809 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41: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-41789d6f-eb77-4eef-b55e-59fe4dd222d7 x-compute-request-id: req-41789d6f-eb77-4eef-b55e-59fe4dd222d7 Content-Encoding: gzip Content-Length: 10085 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465320774 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136271] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137949] pid_max: default: 32768 minimum: 301\n[ 0.138848] ACPI: Core revision 20150930\n[ 0.140230] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141549] Security Framework initialized\n[ 0.142370] Yama: becoming mindful.\n[ 0.143105] AppArmor: AppArmor initialized\n[ 0.143976] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145314] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147814] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149230] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.150911] Initializing cgroup subsys devices\n[ 0.151792] Initializing cgroup subsys freezer\n[ 0.152666] Initializing cgroup subsys net_cls\n[ 0.153537] Initializing cgroup subsys perf_event\n[ 0.154449] Initializing cgroup subsys net_prio\n[ 0.155345] Initializing cgroup subsys hugetlb\n[ 0.156213] Initializing cgroup subsys pids\n[ 0.157085] CPU: Physical Processor ID: 0\n[ 0.158589] mce: CPU supports 10 MCE banks\n[ 0.159447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160455] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182360] ftrace: allocating 31920 entries in 125 pages\n[ 0.207943] smpboot: Max logical packages: 1\n[ 0.208814] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210165] x2apic enabled\n[ 0.210973] Switched APIC routing to physical x2apic.\n[ 0.212733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213858] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217650] KVM setup paravirtual spinlock\n[ 0.219018] x86: Booted up 1 node, 1 CPUs\n[ 0.219835] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221232] devtmpfs: initialized\n[ 0.222956] evm: security.selinux\n[ 0.223670] evm: security.SMACK64\n[ 0.224365] evm: security.SMACK64EXEC\n[ 0.225111] evm: security.SMACK64TRANSMUTE\n[ 0.225937] evm: security.SMACK64MMAP\n[ 0.226687] evm: security.ima\n[ 0.227334] evm: security.capability\n[ 0.228145] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230017] pinctrl core: initialized pinctrl subsystem\n[ 0.231133] RTC time: 11:41:10, date: 08/13/18\n[ 0.232110] NET: Registered protocol family 16\n[ 0.233109] cpuidle: using governor ladder\n[ 0.233935] cpuidle: using governor menu\n[ 0.234726] PCCT header not found.\n[ 0.235489] ACPI: bus type PCI registered\n[ 0.236302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237556] PCI: Using configuration type 1 for base access\n[ 0.239351] ACPI: Added _OSI(Module Device)\n[ 0.240198] ACPI: Added _OSI(Processor Device)\n[ 0.241067] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243728] ACPI: Interpreter enabled\n[ 0.244507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251927] ACPI: (supports S0 S5)\n[ 0.252639] ACPI: Using IOAPIC for interrupt routing\n[ 0.253588] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256700] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260300] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262534] acpiphp: Slot [3] registered\n[ 0.263343] acpiphp: Slot [4] registered\n[ 0.264146] acpiphp: Slot [5] registered\n[ 0.264955] acpiphp: Slot [6] registered\n[ 0.265756] acpiphp: Slot [7] registered\n[ 0.266564] acpiphp: Slot [8] registered\n[ 0.267370] acpiphp: Slot [9] registered\n[ 0.268169] acpiphp: Slot [10] registered\n[ 0.268993] acpiphp: Slot [11] registered\n[ 0.269813] acpiphp: Slot [12] registered\n[ 0.270634] acpiphp: Slot [13] registered\n[ 0.271452] acpiphp: Slot [14] registered\n[ 0.272268] acpiphp: Slot [15] registered\n[ 0.283078] acpiphp: Slot [16] registered\n[ 0.283901] acpiphp: Slot [17] registered\n[ 0.284724] acpiphp: Slot [18] registered\n[ 0.285542] acpiphp: Slot [19] registered\n[ 0.286357] acpiphp: Slot [20] registered\n[ 0.287174] acpiphp: Slot [21] registered\n[ 0.287991] acpiphp: Slot [22] registered\n[ 0.288809] acpiphp: Slot [23] registered\n[ 0.289627] acpiphp: Slot [24] registered\n[ 0.290445] acpiphp: Slot [25] registered\n[ 0.291265] acpiphp: Slot [26] registered\n[ 0.292079] acpiphp: Slot [27] registered\n[ 0.292901] acpiphp: Slot [28] registered\n[ 0.293723] acpiphp: Slot [29] registered\n[ 0.294570] acpiphp: Slot [30] registered\n[ 0.295394] acpiphp: Slot [31] registered\n[ 0.296208] PCI host bridge to bus 0000:00\n[ 0.297022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302378] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303856] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309607] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310876] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316004] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336340] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341112] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342516] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345103] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346166] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347725] vgaarb: loaded\n[ 0.348328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349568] SCSI subsystem initialized\n[ 0.350491] ACPI: bus type USB registered\n[ 0.351329] usbcore: registered new interface driver usbfs\n[ 0.352366] usbcore: registered new interface driver hub\n[ 0.353381] usbcore: registered new device driver usb\n[ 0.354494] PCI: Using ACPI for IRQ routing\n[ 0.355626] NetLabel: Initializing\n[ 0.356349] NetLabel: domain hash size = 128\n[ 0.357201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358175] NetLabel: unlabeled traffic allowed by default\n[ 0.359348] clocksource: Switched to clocksource kvm-clock\n[ 0.367808] AppArmor: AppArmor Filesystem Enabled\n[ 0.368812] pnp: PnP ACPI init\n[ 0.369754] pnp: PnP ACPI: found 5 devices\n[ 0.376078] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377811] NET: Registered protocol family 2\n[ 0.378868] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381400] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382606] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383702] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384909] NET: Registered protocol family 1\n[ 0.385797] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386902] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387981] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402099] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416271] Trying to unpack rootfs image as initramfs...\n[ 0.473980] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475662] Scanning for low memory corruption every 60 seconds\n[ 0.477026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478194] audit: initializing netlink subsys (disabled)\n[ 0.479227] audit: type=2000 audit(1534160471.603:1): initialized\n[ 0.480598] Initialise system trusted keyring\n[ 0.481559] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482732] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484857] zbud: loaded\n[ 0.485593] VFS: Disk quotas dquot_6.6.0\n[ 0.486424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488041] fuse init (API version 7.23)\n[ 0.488958] Key type big_key registered\n[ 0.489771] Allocating IMA MOK and blacklist keyrings.\n[ 0.491005] Key type asymmetric registered\n[ 0.491862] Asymmetric key parser 'x509' registered\n[ 0.492835] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494325] io scheduler noop registered\n[ 0.495119] io scheduler deadline registered (default)\n[ 0.496125] io scheduler cfq registered\n[ 0.496980] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.499299] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500762] ACPI: Power Button [PWRF]\n[ 0.501644] GHES: HEST is not enabled!\n[ 0.515308] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.543102] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.545224] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.569192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571461] Linux agpgart interface v0.103\n[ 0.574054] brd: module loaded\n[ 0.575751] loop: module loaded\n[ 0.579926] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581402] GPT:90111 != 2097151\n[ 0.582081] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583192] GPT:90111 != 2097151\n[ 0.583893] GPT: Use GNU Parted to correct GPT errors.\n[ 0.584882] vda: vda1 vda15\n[ 0.586108] scsi host0: ata_piix\n[ 0.586910] scsi host1: ata_piix\n[ 0.587655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590385] libphy: Fixed MDIO Bus: probed\n[ 0.591216] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592196] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597174] PPP generic driver version 2.4.2\n[ 0.598287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599520] ehci-pci: EHCI PCI platform driver\n[ 0.600415] ehci-platform: EHCI generic platform driver\n[ 0.601427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602581] ohci-pci: OHCI PCI platform driver\n[ 0.603482] ohci-platform: OHCI generic platform driver\n[ 0.604497] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618801] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621324] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.623541] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.626243] usb usb1: Product: UHCI Host Controller\n[ 0.627187] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628349] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.629362] hub 1-0:1.0: USB hub found\n[ 0.630160] hub 1-0:1.0: 2 ports detected\n[ 0.631143] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633353] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.634339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635422] mousedev: PS/2 mouse device common for all mice\n[ 0.636814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638713] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639886] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642332] i2c /dev entries driver\n[ 0.643130] device-mapper: uevent: version 1.0.3\n[ 0.644125] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645804] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647326] NET: Registered protocol family 10\n[ 0.648509] NET: Registered protocol family 17\n[ 0.649435] Key type dns_resolver registered\n[ 0.650486] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.653468] registered taskstats version 1\n[ 0.654337] Loading compiled-in X.509 certificates\n[ 0.655876] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.657791] zswap: loaded using pool lzo/zbud\n[ 0.659504] Key type trusted registered\n[ 0.661286] Key type encrypted registered\n[ 0.662133] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663196] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664296] evm: HMAC attrs: 0x1\n[ 0.665300] Magic number: 14:287:681\n[ 0.666189] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:11 UTC (1534160471)\n[ 0.667863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668991] EDD information not available.\n[ 0.748675] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760455] Write protecting the kernel read-only data: 14336k\n[ 0.762618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764488] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.810103] random: blkid urandom read with 2 bits 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.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 0.81. iid=i-0000007c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBmaLts7QV5gFss3px38jOcvQ74kAs8gs84GiD68o6i+86LnwwL/j8TqRmAkcPgwn8xdXngCLyfr5WdOdvrrmo8i5KsAcwof9ILnl01AsI4COUjlssdZ96khQM4PVwXV9PZxkt9H5hH4W0jZEbxhyCN5cn7PaF52fSI66b4kWqmOiscJEzT8nSAy6SPqILI5xYEUAXgTdhZLervvkN5o0U56ejMcFoOH8zEdsBVHvSxJxJCub286UlC0aXYXdryAfkJ26WCwul2FlcSuQOTDDQwamLhZWkAvWYEghWNSnvMrUSM/v4adtD8J3mhEgTekFIJsTmH2dg1Ve8VxmKE76n root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOkdxHyhy7QiTh+hV+XbGjDYafRt1em672hKv3+5doda2YlaxvdqddUDO5kV9AmVxaqyRjy0/s/wPDFPG4u+mozMFydvK7CjQBN8sH/byDVb1TubVVz/4bcn274r1RGQqDQQvGyVdH2Q3myu43s/sflFFE+N2Cu2p8iG2dfhgi8VAAAAFQCqoJAkm2GbBBik485DnyQMhpR1dQAAAIBh/j6i1VIVrJdZFpA0mOrQL1aJNDzX7OsXzLDKif6Bq3CUGvv2QMxqiiUMpban6zknKYsrdv6+RyfcfxgSkZ1y6ld4OXQy6D+wTmxMNEVMC2l2BZ7FbGNLqy85mMCRVsQzLslLgmd/92ZOZ/GcjSsNAY1OjV+ApseTm+4n+UQllAAAAIEAzytbzv9RcoekZNeC+IFTaq7rLAHYksZXOb1Z3yXX4yhTe4jA4Rc68NEgev0BBMfcw23rdQYeRYJ8ix+/Uh5n4WJKOWfIdtyo4akkPgfud4f2opPdXCKIC/wjOmiMQVkHKAtO/gY0/NoJuXvow2P1PTX99ygw0zlzrXGzIMRmSAw= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.22s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:feba:f260/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-0000007c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.87 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BA:F2:60 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feba:f260/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7564 (7.3 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:41:53,810 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action used request id req-41789d6f-eb77-4eef-b55e-59fe4dd222d7 2018-08-13 11:41:55,829 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:41:55,899 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70ef5a37-9632-462c-afd2-7352e364a233 x-compute-request-id: req-70ef5a37-9632-462c-afd2-7352e364a233 Content-Encoding: gzip Content-Length: 10085 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465320774 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136271] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137949] pid_max: default: 32768 minimum: 301\n[ 0.138848] ACPI: Core revision 20150930\n[ 0.140230] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141549] Security Framework initialized\n[ 0.142370] Yama: becoming mindful.\n[ 0.143105] AppArmor: AppArmor initialized\n[ 0.143976] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145314] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147814] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149230] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.150911] Initializing cgroup subsys devices\n[ 0.151792] Initializing cgroup subsys freezer\n[ 0.152666] Initializing cgroup subsys net_cls\n[ 0.153537] Initializing cgroup subsys perf_event\n[ 0.154449] Initializing cgroup subsys net_prio\n[ 0.155345] Initializing cgroup subsys hugetlb\n[ 0.156213] Initializing cgroup subsys pids\n[ 0.157085] CPU: Physical Processor ID: 0\n[ 0.158589] mce: CPU supports 10 MCE banks\n[ 0.159447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160455] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182360] ftrace: allocating 31920 entries in 125 pages\n[ 0.207943] smpboot: Max logical packages: 1\n[ 0.208814] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210165] x2apic enabled\n[ 0.210973] Switched APIC routing to physical x2apic.\n[ 0.212733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213858] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217650] KVM setup paravirtual spinlock\n[ 0.219018] x86: Booted up 1 node, 1 CPUs\n[ 0.219835] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221232] devtmpfs: initialized\n[ 0.222956] evm: security.selinux\n[ 0.223670] evm: security.SMACK64\n[ 0.224365] evm: security.SMACK64EXEC\n[ 0.225111] evm: security.SMACK64TRANSMUTE\n[ 0.225937] evm: security.SMACK64MMAP\n[ 0.226687] evm: security.ima\n[ 0.227334] evm: security.capability\n[ 0.228145] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230017] pinctrl core: initialized pinctrl subsystem\n[ 0.231133] RTC time: 11:41:10, date: 08/13/18\n[ 0.232110] NET: Registered protocol family 16\n[ 0.233109] cpuidle: using governor ladder\n[ 0.233935] cpuidle: using governor menu\n[ 0.234726] PCCT header not found.\n[ 0.235489] ACPI: bus type PCI registered\n[ 0.236302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237556] PCI: Using configuration type 1 for base access\n[ 0.239351] ACPI: Added _OSI(Module Device)\n[ 0.240198] ACPI: Added _OSI(Processor Device)\n[ 0.241067] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243728] ACPI: Interpreter enabled\n[ 0.244507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251927] ACPI: (supports S0 S5)\n[ 0.252639] ACPI: Using IOAPIC for interrupt routing\n[ 0.253588] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256700] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260300] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262534] acpiphp: Slot [3] registered\n[ 0.263343] acpiphp: Slot [4] registered\n[ 0.264146] acpiphp: Slot [5] registered\n[ 0.264955] acpiphp: Slot [6] registered\n[ 0.265756] acpiphp: Slot [7] registered\n[ 0.266564] acpiphp: Slot [8] registered\n[ 0.267370] acpiphp: Slot [9] registered\n[ 0.268169] acpiphp: Slot [10] registered\n[ 0.268993] acpiphp: Slot [11] registered\n[ 0.269813] acpiphp: Slot [12] registered\n[ 0.270634] acpiphp: Slot [13] registered\n[ 0.271452] acpiphp: Slot [14] registered\n[ 0.272268] acpiphp: Slot [15] registered\n[ 0.283078] acpiphp: Slot [16] registered\n[ 0.283901] acpiphp: Slot [17] registered\n[ 0.284724] acpiphp: Slot [18] registered\n[ 0.285542] acpiphp: Slot [19] registered\n[ 0.286357] acpiphp: Slot [20] registered\n[ 0.287174] acpiphp: Slot [21] registered\n[ 0.287991] acpiphp: Slot [22] registered\n[ 0.288809] acpiphp: Slot [23] registered\n[ 0.289627] acpiphp: Slot [24] registered\n[ 0.290445] acpiphp: Slot [25] registered\n[ 0.291265] acpiphp: Slot [26] registered\n[ 0.292079] acpiphp: Slot [27] registered\n[ 0.292901] acpiphp: Slot [28] registered\n[ 0.293723] acpiphp: Slot [29] registered\n[ 0.294570] acpiphp: Slot [30] registered\n[ 0.295394] acpiphp: Slot [31] registered\n[ 0.296208] PCI host bridge to bus 0000:00\n[ 0.297022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302378] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303856] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309607] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310876] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316004] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336340] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341112] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342516] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345103] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346166] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347725] vgaarb: loaded\n[ 0.348328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349568] SCSI subsystem initialized\n[ 0.350491] ACPI: bus type USB registered\n[ 0.351329] usbcore: registered new interface driver usbfs\n[ 0.352366] usbcore: registered new interface driver hub\n[ 0.353381] usbcore: registered new device driver usb\n[ 0.354494] PCI: Using ACPI for IRQ routing\n[ 0.355626] NetLabel: Initializing\n[ 0.356349] NetLabel: domain hash size = 128\n[ 0.357201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358175] NetLabel: unlabeled traffic allowed by default\n[ 0.359348] clocksource: Switched to clocksource kvm-clock\n[ 0.367808] AppArmor: AppArmor Filesystem Enabled\n[ 0.368812] pnp: PnP ACPI init\n[ 0.369754] pnp: PnP ACPI: found 5 devices\n[ 0.376078] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377811] NET: Registered protocol family 2\n[ 0.378868] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381400] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382606] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383702] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384909] NET: Registered protocol family 1\n[ 0.385797] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386902] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387981] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402099] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416271] Trying to unpack rootfs image as initramfs...\n[ 0.473980] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475662] Scanning for low memory corruption every 60 seconds\n[ 0.477026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478194] audit: initializing netlink subsys (disabled)\n[ 0.479227] audit: type=2000 audit(1534160471.603:1): initialized\n[ 0.480598] Initialise system trusted keyring\n[ 0.481559] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482732] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484857] zbud: loaded\n[ 0.485593] VFS: Disk quotas dquot_6.6.0\n[ 0.486424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488041] fuse init (API version 7.23)\n[ 0.488958] Key type big_key registered\n[ 0.489771] Allocating IMA MOK and blacklist keyrings.\n[ 0.491005] Key type asymmetric registered\n[ 0.491862] Asymmetric key parser 'x509' registered\n[ 0.492835] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494325] io scheduler noop registered\n[ 0.495119] io scheduler deadline registered (default)\n[ 0.496125] io scheduler cfq registered\n[ 0.496980] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.499299] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500762] ACPI: Power Button [PWRF]\n[ 0.501644] GHES: HEST is not enabled!\n[ 0.515308] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.543102] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.545224] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.569192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571461] Linux agpgart interface v0.103\n[ 0.574054] brd: module loaded\n[ 0.575751] loop: module loaded\n[ 0.579926] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581402] GPT:90111 != 2097151\n[ 0.582081] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583192] GPT:90111 != 2097151\n[ 0.583893] GPT: Use GNU Parted to correct GPT errors.\n[ 0.584882] vda: vda1 vda15\n[ 0.586108] scsi host0: ata_piix\n[ 0.586910] scsi host1: ata_piix\n[ 0.587655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590385] libphy: Fixed MDIO Bus: probed\n[ 0.591216] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592196] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597174] PPP generic driver version 2.4.2\n[ 0.598287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599520] ehci-pci: EHCI PCI platform driver\n[ 0.600415] ehci-platform: EHCI generic platform driver\n[ 0.601427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602581] ohci-pci: OHCI PCI platform driver\n[ 0.603482] ohci-platform: OHCI generic platform driver\n[ 0.604497] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618801] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621324] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.623541] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.626243] usb usb1: Product: UHCI Host Controller\n[ 0.627187] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628349] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.629362] hub 1-0:1.0: USB hub found\n[ 0.630160] hub 1-0:1.0: 2 ports detected\n[ 0.631143] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633353] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.634339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635422] mousedev: PS/2 mouse device common for all mice\n[ 0.636814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638713] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639886] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642332] i2c /dev entries driver\n[ 0.643130] device-mapper: uevent: version 1.0.3\n[ 0.644125] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645804] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647326] NET: Registered protocol family 10\n[ 0.648509] NET: Registered protocol family 17\n[ 0.649435] Key type dns_resolver registered\n[ 0.650486] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.653468] registered taskstats version 1\n[ 0.654337] Loading compiled-in X.509 certificates\n[ 0.655876] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.657791] zswap: loaded using pool lzo/zbud\n[ 0.659504] Key type trusted registered\n[ 0.661286] Key type encrypted registered\n[ 0.662133] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663196] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664296] evm: HMAC attrs: 0x1\n[ 0.665300] Magic number: 14:287:681\n[ 0.666189] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:11 UTC (1534160471)\n[ 0.667863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668991] EDD information not available.\n[ 0.748675] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760455] Write protecting the kernel read-only data: 14336k\n[ 0.762618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764488] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.810103] random: blkid urandom read with 2 bits 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.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 0.81. iid=i-0000007c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBmaLts7QV5gFss3px38jOcvQ74kAs8gs84GiD68o6i+86LnwwL/j8TqRmAkcPgwn8xdXngCLyfr5WdOdvrrmo8i5KsAcwof9ILnl01AsI4COUjlssdZ96khQM4PVwXV9PZxkt9H5hH4W0jZEbxhyCN5cn7PaF52fSI66b4kWqmOiscJEzT8nSAy6SPqILI5xYEUAXgTdhZLervvkN5o0U56ejMcFoOH8zEdsBVHvSxJxJCub286UlC0aXYXdryAfkJ26WCwul2FlcSuQOTDDQwamLhZWkAvWYEghWNSnvMrUSM/v4adtD8J3mhEgTekFIJsTmH2dg1Ve8VxmKE76n root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOkdxHyhy7QiTh+hV+XbGjDYafRt1em672hKv3+5doda2YlaxvdqddUDO5kV9AmVxaqyRjy0/s/wPDFPG4u+mozMFydvK7CjQBN8sH/byDVb1TubVVz/4bcn274r1RGQqDQQvGyVdH2Q3myu43s/sflFFE+N2Cu2p8iG2dfhgi8VAAAAFQCqoJAkm2GbBBik485DnyQMhpR1dQAAAIBh/j6i1VIVrJdZFpA0mOrQL1aJNDzX7OsXzLDKif6Bq3CUGvv2QMxqiiUMpban6zknKYsrdv6+RyfcfxgSkZ1y6ld4OXQy6D+wTmxMNEVMC2l2BZ7FbGNLqy85mMCRVsQzLslLgmd/92ZOZ/GcjSsNAY1OjV+ApseTm+4n+UQllAAAAIEAzytbzv9RcoekZNeC+IFTaq7rLAHYksZXOb1Z3yXX4yhTe4jA4Rc68NEgev0BBMfcw23rdQYeRYJ8ix+/Uh5n4WJKOWfIdtyo4akkPgfud4f2opPdXCKIC/wjOmiMQVkHKAtO/gY0/NoJuXvow2P1PTX99ygw0zlzrXGzIMRmSAw= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.22s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:feba:f260/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-0000007c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.87 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BA:F2:60 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feba:f260/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7564 (7.3 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:41:55,899 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action used request id req-70ef5a37-9632-462c-afd2-7352e364a233 2018-08-13 11:41:57,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:41:57,983 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:41:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-193647cf-ddb5-4439-a786-f54f4b4805ff x-compute-request-id: req-193647cf-ddb5-4439-a786-f54f4b4805ff Content-Encoding: gzip Content-Length: 10085 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465320774 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136271] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137949] pid_max: default: 32768 minimum: 301\n[ 0.138848] ACPI: Core revision 20150930\n[ 0.140230] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141549] Security Framework initialized\n[ 0.142370] Yama: becoming mindful.\n[ 0.143105] AppArmor: AppArmor initialized\n[ 0.143976] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145314] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147814] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149230] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.150911] Initializing cgroup subsys devices\n[ 0.151792] Initializing cgroup subsys freezer\n[ 0.152666] Initializing cgroup subsys net_cls\n[ 0.153537] Initializing cgroup subsys perf_event\n[ 0.154449] Initializing cgroup subsys net_prio\n[ 0.155345] Initializing cgroup subsys hugetlb\n[ 0.156213] Initializing cgroup subsys pids\n[ 0.157085] CPU: Physical Processor ID: 0\n[ 0.158589] mce: CPU supports 10 MCE banks\n[ 0.159447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160455] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182360] ftrace: allocating 31920 entries in 125 pages\n[ 0.207943] smpboot: Max logical packages: 1\n[ 0.208814] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210165] x2apic enabled\n[ 0.210973] Switched APIC routing to physical x2apic.\n[ 0.212733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213858] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217650] KVM setup paravirtual spinlock\n[ 0.219018] x86: Booted up 1 node, 1 CPUs\n[ 0.219835] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221232] devtmpfs: initialized\n[ 0.222956] evm: security.selinux\n[ 0.223670] evm: security.SMACK64\n[ 0.224365] evm: security.SMACK64EXEC\n[ 0.225111] evm: security.SMACK64TRANSMUTE\n[ 0.225937] evm: security.SMACK64MMAP\n[ 0.226687] evm: security.ima\n[ 0.227334] evm: security.capability\n[ 0.228145] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230017] pinctrl core: initialized pinctrl subsystem\n[ 0.231133] RTC time: 11:41:10, date: 08/13/18\n[ 0.232110] NET: Registered protocol family 16\n[ 0.233109] cpuidle: using governor ladder\n[ 0.233935] cpuidle: using governor menu\n[ 0.234726] PCCT header not found.\n[ 0.235489] ACPI: bus type PCI registered\n[ 0.236302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237556] PCI: Using configuration type 1 for base access\n[ 0.239351] ACPI: Added _OSI(Module Device)\n[ 0.240198] ACPI: Added _OSI(Processor Device)\n[ 0.241067] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243728] ACPI: Interpreter enabled\n[ 0.244507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251927] ACPI: (supports S0 S5)\n[ 0.252639] ACPI: Using IOAPIC for interrupt routing\n[ 0.253588] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256700] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260300] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262534] acpiphp: Slot [3] registered\n[ 0.263343] acpiphp: Slot [4] registered\n[ 0.264146] acpiphp: Slot [5] registered\n[ 0.264955] acpiphp: Slot [6] registered\n[ 0.265756] acpiphp: Slot [7] registered\n[ 0.266564] acpiphp: Slot [8] registered\n[ 0.267370] acpiphp: Slot [9] registered\n[ 0.268169] acpiphp: Slot [10] registered\n[ 0.268993] acpiphp: Slot [11] registered\n[ 0.269813] acpiphp: Slot [12] registered\n[ 0.270634] acpiphp: Slot [13] registered\n[ 0.271452] acpiphp: Slot [14] registered\n[ 0.272268] acpiphp: Slot [15] registered\n[ 0.283078] acpiphp: Slot [16] registered\n[ 0.283901] acpiphp: Slot [17] registered\n[ 0.284724] acpiphp: Slot [18] registered\n[ 0.285542] acpiphp: Slot [19] registered\n[ 0.286357] acpiphp: Slot [20] registered\n[ 0.287174] acpiphp: Slot [21] registered\n[ 0.287991] acpiphp: Slot [22] registered\n[ 0.288809] acpiphp: Slot [23] registered\n[ 0.289627] acpiphp: Slot [24] registered\n[ 0.290445] acpiphp: Slot [25] registered\n[ 0.291265] acpiphp: Slot [26] registered\n[ 0.292079] acpiphp: Slot [27] registered\n[ 0.292901] acpiphp: Slot [28] registered\n[ 0.293723] acpiphp: Slot [29] registered\n[ 0.294570] acpiphp: Slot [30] registered\n[ 0.295394] acpiphp: Slot [31] registered\n[ 0.296208] PCI host bridge to bus 0000:00\n[ 0.297022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302378] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303856] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309607] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310876] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316004] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336340] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341112] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342516] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345103] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346166] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347725] vgaarb: loaded\n[ 0.348328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349568] SCSI subsystem initialized\n[ 0.350491] ACPI: bus type USB registered\n[ 0.351329] usbcore: registered new interface driver usbfs\n[ 0.352366] usbcore: registered new interface driver hub\n[ 0.353381] usbcore: registered new device driver usb\n[ 0.354494] PCI: Using ACPI for IRQ routing\n[ 0.355626] NetLabel: Initializing\n[ 0.356349] NetLabel: domain hash size = 128\n[ 0.357201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358175] NetLabel: unlabeled traffic allowed by default\n[ 0.359348] clocksource: Switched to clocksource kvm-clock\n[ 0.367808] AppArmor: AppArmor Filesystem Enabled\n[ 0.368812] pnp: PnP ACPI init\n[ 0.369754] pnp: PnP ACPI: found 5 devices\n[ 0.376078] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377811] NET: Registered protocol family 2\n[ 0.378868] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381400] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382606] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383702] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384909] NET: Registered protocol family 1\n[ 0.385797] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386902] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387981] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402099] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416271] Trying to unpack rootfs image as initramfs...\n[ 0.473980] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475662] Scanning for low memory corruption every 60 seconds\n[ 0.477026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478194] audit: initializing netlink subsys (disabled)\n[ 0.479227] audit: type=2000 audit(1534160471.603:1): initialized\n[ 0.480598] Initialise system trusted keyring\n[ 0.481559] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482732] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484857] zbud: loaded\n[ 0.485593] VFS: Disk quotas dquot_6.6.0\n[ 0.486424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488041] fuse init (API version 7.23)\n[ 0.488958] Key type big_key registered\n[ 0.489771] Allocating IMA MOK and blacklist keyrings.\n[ 0.491005] Key type asymmetric registered\n[ 0.491862] Asymmetric key parser 'x509' registered\n[ 0.492835] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494325] io scheduler noop registered\n[ 0.495119] io scheduler deadline registered (default)\n[ 0.496125] io scheduler cfq registered\n[ 0.496980] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.499299] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500762] ACPI: Power Button [PWRF]\n[ 0.501644] GHES: HEST is not enabled!\n[ 0.515308] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.543102] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.545224] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.569192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571461] Linux agpgart interface v0.103\n[ 0.574054] brd: module loaded\n[ 0.575751] loop: module loaded\n[ 0.579926] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581402] GPT:90111 != 2097151\n[ 0.582081] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583192] GPT:90111 != 2097151\n[ 0.583893] GPT: Use GNU Parted to correct GPT errors.\n[ 0.584882] vda: vda1 vda15\n[ 0.586108] scsi host0: ata_piix\n[ 0.586910] scsi host1: ata_piix\n[ 0.587655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590385] libphy: Fixed MDIO Bus: probed\n[ 0.591216] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592196] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597174] PPP generic driver version 2.4.2\n[ 0.598287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599520] ehci-pci: EHCI PCI platform driver\n[ 0.600415] ehci-platform: EHCI generic platform driver\n[ 0.601427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602581] ohci-pci: OHCI PCI platform driver\n[ 0.603482] ohci-platform: OHCI generic platform driver\n[ 0.604497] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618801] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621324] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.623541] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.626243] usb usb1: Product: UHCI Host Controller\n[ 0.627187] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628349] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.629362] hub 1-0:1.0: USB hub found\n[ 0.630160] hub 1-0:1.0: 2 ports detected\n[ 0.631143] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633353] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.634339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635422] mousedev: PS/2 mouse device common for all mice\n[ 0.636814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638713] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639886] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642332] i2c /dev entries driver\n[ 0.643130] device-mapper: uevent: version 1.0.3\n[ 0.644125] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645804] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647326] NET: Registered protocol family 10\n[ 0.648509] NET: Registered protocol family 17\n[ 0.649435] Key type dns_resolver registered\n[ 0.650486] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.653468] registered taskstats version 1\n[ 0.654337] Loading compiled-in X.509 certificates\n[ 0.655876] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.657791] zswap: loaded using pool lzo/zbud\n[ 0.659504] Key type trusted registered\n[ 0.661286] Key type encrypted registered\n[ 0.662133] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663196] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664296] evm: HMAC attrs: 0x1\n[ 0.665300] Magic number: 14:287:681\n[ 0.666189] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:11 UTC (1534160471)\n[ 0.667863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668991] EDD information not available.\n[ 0.748675] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760455] Write protecting the kernel read-only data: 14336k\n[ 0.762618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764488] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.810103] random: blkid urandom read with 2 bits 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.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 0.81. iid=i-0000007c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBmaLts7QV5gFss3px38jOcvQ74kAs8gs84GiD68o6i+86LnwwL/j8TqRmAkcPgwn8xdXngCLyfr5WdOdvrrmo8i5KsAcwof9ILnl01AsI4COUjlssdZ96khQM4PVwXV9PZxkt9H5hH4W0jZEbxhyCN5cn7PaF52fSI66b4kWqmOiscJEzT8nSAy6SPqILI5xYEUAXgTdhZLervvkN5o0U56ejMcFoOH8zEdsBVHvSxJxJCub286UlC0aXYXdryAfkJ26WCwul2FlcSuQOTDDQwamLhZWkAvWYEghWNSnvMrUSM/v4adtD8J3mhEgTekFIJsTmH2dg1Ve8VxmKE76n root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOkdxHyhy7QiTh+hV+XbGjDYafRt1em672hKv3+5doda2YlaxvdqddUDO5kV9AmVxaqyRjy0/s/wPDFPG4u+mozMFydvK7CjQBN8sH/byDVb1TubVVz/4bcn274r1RGQqDQQvGyVdH2Q3myu43s/sflFFE+N2Cu2p8iG2dfhgi8VAAAAFQCqoJAkm2GbBBik485DnyQMhpR1dQAAAIBh/j6i1VIVrJdZFpA0mOrQL1aJNDzX7OsXzLDKif6Bq3CUGvv2QMxqiiUMpban6zknKYsrdv6+RyfcfxgSkZ1y6ld4OXQy6D+wTmxMNEVMC2l2BZ7FbGNLqy85mMCRVsQzLslLgmd/92ZOZ/GcjSsNAY1OjV+ApseTm+4n+UQllAAAAIEAzytbzv9RcoekZNeC+IFTaq7rLAHYksZXOb1Z3yXX4yhTe4jA4Rc68NEgev0BBMfcw23rdQYeRYJ8ix+/Uh5n4WJKOWfIdtyo4akkPgfud4f2opPdXCKIC/wjOmiMQVkHKAtO/gY0/NoJuXvow2P1PTX99ygw0zlzrXGzIMRmSAw= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.22s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:feba:f260/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-0000007c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.87 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BA:F2:60 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feba:f260/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7564 (7.3 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:41:57,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action used request id req-193647cf-ddb5-4439-a786-f54f4b4805ff 2018-08-13 11:42:00,004 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b0d964d7730d1d1273f69a0299757f5d1aed8bb8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:00,071 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88daf376-935e-43a2-a7e7-7cc34e9ef926 x-compute-request-id: req-88daf376-935e-43a2-a7e7-7cc34e9ef926 Content-Encoding: gzip Content-Length: 10944 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 465320774 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136271] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137949] pid_max: default: 32768 minimum: 301\n[ 0.138848] ACPI: Core revision 20150930\n[ 0.140230] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141549] Security Framework initialized\n[ 0.142370] Yama: becoming mindful.\n[ 0.143105] AppArmor: AppArmor initialized\n[ 0.143976] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145314] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146596] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147814] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149230] Initializing cgroup subsys io\n[ 0.150050] Initializing cgroup subsys memory\n[ 0.150911] Initializing cgroup subsys devices\n[ 0.151792] Initializing cgroup subsys freezer\n[ 0.152666] Initializing cgroup subsys net_cls\n[ 0.153537] Initializing cgroup subsys perf_event\n[ 0.154449] Initializing cgroup subsys net_prio\n[ 0.155345] Initializing cgroup subsys hugetlb\n[ 0.156213] Initializing cgroup subsys pids\n[ 0.157085] CPU: Physical Processor ID: 0\n[ 0.158589] mce: CPU supports 10 MCE banks\n[ 0.159447] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160455] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176210] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182360] ftrace: allocating 31920 entries in 125 pages\n[ 0.207943] smpboot: Max logical packages: 1\n[ 0.208814] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210165] x2apic enabled\n[ 0.210973] Switched APIC routing to physical x2apic.\n[ 0.212733] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213858] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215856] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217650] KVM setup paravirtual spinlock\n[ 0.219018] x86: Booted up 1 node, 1 CPUs\n[ 0.219835] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221232] devtmpfs: initialized\n[ 0.222956] evm: security.selinux\n[ 0.223670] evm: security.SMACK64\n[ 0.224365] evm: security.SMACK64EXEC\n[ 0.225111] evm: security.SMACK64TRANSMUTE\n[ 0.225937] evm: security.SMACK64MMAP\n[ 0.226687] evm: security.ima\n[ 0.227334] evm: security.capability\n[ 0.228145] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230017] pinctrl core: initialized pinctrl subsystem\n[ 0.231133] RTC time: 11:41:10, date: 08/13/18\n[ 0.232110] NET: Registered protocol family 16\n[ 0.233109] cpuidle: using governor ladder\n[ 0.233935] cpuidle: using governor menu\n[ 0.234726] PCCT header not found.\n[ 0.235489] ACPI: bus type PCI registered\n[ 0.236302] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237556] PCI: Using configuration type 1 for base access\n[ 0.239351] ACPI: Added _OSI(Module Device)\n[ 0.240198] ACPI: Added _OSI(Processor Device)\n[ 0.241067] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241973] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243728] ACPI: Interpreter enabled\n[ 0.244507] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248215] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250078] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251927] ACPI: (supports S0 S5)\n[ 0.252639] ACPI: Using IOAPIC for interrupt routing\n[ 0.253588] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256700] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257855] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259100] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260300] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262534] acpiphp: Slot [3] registered\n[ 0.263343] acpiphp: Slot [4] registered\n[ 0.264146] acpiphp: Slot [5] registered\n[ 0.264955] acpiphp: Slot [6] registered\n[ 0.265756] acpiphp: Slot [7] registered\n[ 0.266564] acpiphp: Slot [8] registered\n[ 0.267370] acpiphp: Slot [9] registered\n[ 0.268169] acpiphp: Slot [10] registered\n[ 0.268993] acpiphp: Slot [11] registered\n[ 0.269813] acpiphp: Slot [12] registered\n[ 0.270634] acpiphp: Slot [13] registered\n[ 0.271452] acpiphp: Slot [14] registered\n[ 0.272268] acpiphp: Slot [15] registered\n[ 0.283078] acpiphp: Slot [16] registered\n[ 0.283901] acpiphp: Slot [17] registered\n[ 0.284724] acpiphp: Slot [18] registered\n[ 0.285542] acpiphp: Slot [19] registered\n[ 0.286357] acpiphp: Slot [20] registered\n[ 0.287174] acpiphp: Slot [21] registered\n[ 0.287991] acpiphp: Slot [22] registered\n[ 0.288809] acpiphp: Slot [23] registered\n[ 0.289627] acpiphp: Slot [24] registered\n[ 0.290445] acpiphp: Slot [25] registered\n[ 0.291265] acpiphp: Slot [26] registered\n[ 0.292079] acpiphp: Slot [27] registered\n[ 0.292901] acpiphp: Slot [28] registered\n[ 0.293723] acpiphp: Slot [29] registered\n[ 0.294570] acpiphp: Slot [30] registered\n[ 0.295394] acpiphp: Slot [31] registered\n[ 0.296208] PCI host bridge to bus 0000:00\n[ 0.297022] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298245] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299462] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.300926] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302378] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.303856] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307133] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.308423] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.309607] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.310876] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.314511] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316004] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336340] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338258] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.339692] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341112] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.342516] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343785] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345103] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346166] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.347725] vgaarb: loaded\n[ 0.348328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.349568] SCSI subsystem initialized\n[ 0.350491] ACPI: bus type USB registered\n[ 0.351329] usbcore: registered new interface driver usbfs\n[ 0.352366] usbcore: registered new interface driver hub\n[ 0.353381] usbcore: registered new device driver usb\n[ 0.354494] PCI: Using ACPI for IRQ routing\n[ 0.355626] NetLabel: Initializing\n[ 0.356349] NetLabel: domain hash size = 128\n[ 0.357201] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358175] NetLabel: unlabeled traffic allowed by default\n[ 0.359348] clocksource: Switched to clocksource kvm-clock\n[ 0.367808] AppArmor: AppArmor Filesystem Enabled\n[ 0.368812] pnp: PnP ACPI init\n[ 0.369754] pnp: PnP ACPI: found 5 devices\n[ 0.376078] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.377811] NET: Registered protocol family 2\n[ 0.378868] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380173] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381400] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382606] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383702] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.384909] NET: Registered protocol family 1\n[ 0.385797] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.386902] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387981] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402099] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416271] Trying to unpack rootfs image as initramfs...\n[ 0.473980] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475662] Scanning for low memory corruption every 60 seconds\n[ 0.477026] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478194] audit: initializing netlink subsys (disabled)\n[ 0.479227] audit: type=2000 audit(1534160471.603:1): initialized\n[ 0.480598] Initialise system trusted keyring\n[ 0.481559] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.482732] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.484857] zbud: loaded\n[ 0.485593] VFS: Disk quotas dquot_6.6.0\n[ 0.486424] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488041] fuse init (API version 7.23)\n[ 0.488958] Key type big_key registered\n[ 0.489771] Allocating IMA MOK and blacklist keyrings.\n[ 0.491005] Key type asymmetric registered\n[ 0.491862] Asymmetric key parser 'x509' registered\n[ 0.492835] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494325] io scheduler noop registered\n[ 0.495119] io scheduler deadline registered (default)\n[ 0.496125] io scheduler cfq registered\n[ 0.496980] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498029] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.499299] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.500762] ACPI: Power Button [PWRF]\n[ 0.501644] GHES: HEST is not enabled!\n[ 0.515308] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.543102] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.545224] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.569192] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.571461] Linux agpgart interface v0.103\n[ 0.574054] brd: module loaded\n[ 0.575751] loop: module loaded\n[ 0.579926] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.581402] GPT:90111 != 2097151\n[ 0.582081] GPT:Alternate GPT header not at the end of the disk.\n[ 0.583192] GPT:90111 != 2097151\n[ 0.583893] GPT: Use GNU Parted to correct GPT errors.\n[ 0.584882] vda: vda1 vda15\n[ 0.586108] scsi host0: ata_piix\n[ 0.586910] scsi host1: ata_piix\n[ 0.587655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588898] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.590385] libphy: Fixed MDIO Bus: probed\n[ 0.591216] tun: Universal TUN/TAP device driver, 1.6\n[ 0.592196] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.597174] PPP generic driver version 2.4.2\n[ 0.598287] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.599520] ehci-pci: EHCI PCI platform driver\n[ 0.600415] ehci-platform: EHCI generic platform driver\n[ 0.601427] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.602581] ohci-pci: OHCI PCI platform driver\n[ 0.603482] ohci-platform: OHCI generic platform driver\n[ 0.604497] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.618801] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.619832] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.621324] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.622355] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.623541] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.624800] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.626243] usb usb1: Product: UHCI Host Controller\n[ 0.627187] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.628349] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.629362] hub 1-0:1.0: USB hub found\n[ 0.630160] hub 1-0:1.0: 2 ports detected\n[ 0.631143] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.633353] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.634339] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.635422] mousedev: PS/2 mouse device common for all mice\n[ 0.636814] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.638713] rtc_cmos 00:00: RTC can wake from S4\n[ 0.639886] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.641104] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.642332] i2c /dev entries driver\n[ 0.643130] device-mapper: uevent: version 1.0.3\n[ 0.644125] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.645804] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.647326] NET: Registered protocol family 10\n[ 0.648509] NET: Registered protocol family 17\n[ 0.649435] Key type dns_resolver registered\n[ 0.650486] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.651621] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.653468] registered taskstats version 1\n[ 0.654337] Loading compiled-in X.509 certificates\n[ 0.655876] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.657791] zswap: loaded using pool lzo/zbud\n[ 0.659504] Key type trusted registered\n[ 0.661286] Key type encrypted registered\n[ 0.662133] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.663196] ima: No TPM chip found, activating TPM-bypass!\n[ 0.664296] evm: HMAC attrs: 0x1\n[ 0.665300] Magic number: 14:287:681\n[ 0.666189] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:11 UTC (1534160471)\n[ 0.667863] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.668991] EDD information not available.\n[ 0.748675] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.760455] Write protecting the kernel read-only data: 14336k\n[ 0.762618] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.764488] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.810103] random: blkid urandom read with 2 bits 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.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 0.81. iid=i-0000007c\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCBmaLts7QV5gFss3px38jOcvQ74kAs8gs84GiD68o6i+86LnwwL/j8TqRmAkcPgwn8xdXngCLyfr5WdOdvrrmo8i5KsAcwof9ILnl01AsI4COUjlssdZ96khQM4PVwXV9PZxkt9H5hH4W0jZEbxhyCN5cn7PaF52fSI66b4kWqmOiscJEzT8nSAy6SPqILI5xYEUAXgTdhZLervvkN5o0U56ejMcFoOH8zEdsBVHvSxJxJCub286UlC0aXYXdryAfkJ26WCwul2FlcSuQOTDDQwamLhZWkAvWYEghWNSnvMrUSM/v4adtD8J3mhEgTekFIJsTmH2dg1Ve8VxmKE76n root@sdnvpn-1-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOkdxHyhy7QiTh+hV+XbGjDYafRt1em672hKv3+5doda2YlaxvdqddUDO5kV9AmVxaqyRjy0/s/wPDFPG4u+mozMFydvK7CjQBN8sH/byDVb1TubVVz/4bcn274r1RGQqDQQvGyVdH2Q3myu43s/sflFFE+N2Cu2p8iG2dfhgi8VAAAAFQCqoJAkm2GbBBik485DnyQMhpR1dQAAAIBh/j6i1VIVrJdZFpA0mOrQL1aJNDzX7OsXzLDKif6Bq3CUGvv2QMxqiiUMpban6zknKYsrdv6+RyfcfxgSkZ1y6ld4OXQy6D+wTmxMNEVMC2l2BZ7FbGNLqy85mMCRVsQzLslLgmd/92ZOZ/GcjSsNAY1OjV+ApseTm+4n+UQllAAAAIEAzytbzv9RcoekZNeC+IFTaq7rLAHYksZXOb1Z3yXX4yhTe4jA4Rc68NEgev0BBMfcw23rdQYeRYJ8ix+/Uh5n4WJKOWfIdtyo4akkPgfud4f2opPdXCKIC/wjOmiMQVkHKAtO/gY0/NoJuXvow2P1PTX99ygw0zlzrXGzIMRmSAw= root@sdnvpn-1-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.22s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:feba:f260/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-0000007c\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.87 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BA:F2:60 \n inet addr:10.10.10.7 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:feba:f260/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:71 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7564 (7.3 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-1-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[ 0.939367] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.100984] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.100986] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.100987] usb 1-1: Product: QEMU USB Tablet\n[ 1.100988] usb 1-1: Manufacturer: QEMU\n[ 1.100989] usb 1-1: SerialNumber: 42\n[ 1.475395] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.475401] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.807655] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.844869] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:41:11 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:41:11 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:41:11 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)\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:41:11 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:41:11 cirros kern.info kernel: [ 0.939367] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:41:11 cirros kern.info kernel: [ 1.100984] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:41:11 cirros kern.info kernel: [ 1.100986] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:41:11 cirros kern.info kernel: [ 1.100987] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:41:11 cirros kern.info kernel: [ 1.100988] usb 1-1: Manufacturer: QEMU\nAug 13 12:41:11 cirros kern.info kernel: [ 1.100989] usb 1-1: SerialNumber: 42\nAug 13 12:41:12 cirros kern.info kernel: [ 1.475395] tsc: Refined TSC clocksource calibration: 3491.872 MHz\nAug 13 12:41:12 cirros kern.info kernel: [ 1.475401] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\nAug 13 12:41:13 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:41:13 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:41:13 cirros kern.info kernel: [ 2.807655] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:41:13 cirros kern.info kernel: [ 2.844869] 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-08-13 11:42:00,072 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action used request id req-88daf376-935e-43a2-a7e7-7cc34e9ef926 2018-08-13 11:42:02,107 - sdnvpn_test_utils - INFO - Waiting for instance a82f1983-138c-413d-9c1b-c1aebf20adc8 to boot up 2018-08-13 11:42:02,110 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:02,179 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-43670cdd-9b3d-4e48-b526-83b2596f3a8e x-compute-request-id: req-43670cdd-9b3d-4e48-b526-83b2596f3a8e Content-Encoding: gzip Content-Length: 10089 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468619454 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142344] pid_max: default: 32768 minimum: 301\n[ 0.143249] ACPI: Core revision 20150930\n[ 0.144639] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145967] Security Framework initialized\n[ 0.146807] Yama: becoming mindful.\n[ 0.147546] AppArmor: AppArmor initialized\n[ 0.148432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149770] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151059] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152280] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153705] Initializing cgroup subsys io\n[ 0.154529] Initializing cgroup subsys memory\n[ 0.155396] Initializing cgroup subsys devices\n[ 0.156293] Initializing cgroup subsys freezer\n[ 0.157171] Initializing cgroup subsys net_cls\n[ 0.158040] Initializing cgroup subsys perf_event\n[ 0.158958] Initializing cgroup subsys net_prio\n[ 0.159871] Initializing cgroup subsys hugetlb\n[ 0.160752] Initializing cgroup subsys pids\n[ 0.161633] CPU: Physical Processor ID: 0\n[ 0.163126] mce: CPU supports 10 MCE banks\n[ 0.163996] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185784] ftrace: allocating 31920 entries in 125 pages\n[ 0.211704] smpboot: Max logical packages: 1\n[ 0.212579] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213936] x2apic enabled\n[ 0.214752] Switched APIC routing to physical x2apic.\n[ 0.216515] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219650] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221449] KVM setup paravirtual spinlock\n[ 0.222745] x86: Booted up 1 node, 1 CPUs\n[ 0.223564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224970] devtmpfs: initialized\n[ 0.226689] evm: security.selinux\n[ 0.227406] evm: security.SMACK64\n[ 0.228101] evm: security.SMACK64EXEC\n[ 0.228848] evm: security.SMACK64TRANSMUTE\n[ 0.229658] evm: security.SMACK64MMAP\n[ 0.230416] evm: security.ima\n[ 0.231062] evm: security.capability\n[ 0.231869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233743] pinctrl core: initialized pinctrl subsystem\n[ 0.234855] RTC time: 11:41:23, date: 08/13/18\n[ 0.235835] NET: Registered protocol family 16\n[ 0.236840] cpuidle: using governor ladder\n[ 0.237674] cpuidle: using governor menu\n[ 0.238467] PCCT header not found.\n[ 0.239232] ACPI: bus type PCI registered\n[ 0.240041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241299] PCI: Using configuration type 1 for base access\n[ 0.243077] ACPI: Added _OSI(Module Device)\n[ 0.243923] ACPI: Added _OSI(Processor Device)\n[ 0.244805] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245718] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247472] ACPI: Interpreter enabled\n[ 0.248252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255710] ACPI: (supports S0 S5)\n[ 0.256433] ACPI: Using IOAPIC for interrupt routing\n[ 0.257392] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260506] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262919] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266379] acpiphp: Slot [3] registered\n[ 0.267197] acpiphp: Slot [4] registered\n[ 0.268005] acpiphp: Slot [5] registered\n[ 0.268814] acpiphp: Slot [6] registered\n[ 0.269632] acpiphp: Slot [7] registered\n[ 0.270448] acpiphp: Slot [8] registered\n[ 0.271259] acpiphp: Slot [9] registered\n[ 0.272066] acpiphp: Slot [10] registered\n[ 0.272893] acpiphp: Slot [11] registered\n[ 0.273733] acpiphp: Slot [12] registered\n[ 0.274581] acpiphp: Slot [13] registered\n[ 0.275410] acpiphp: Slot [14] registered\n[ 0.276229] acpiphp: Slot [15] registered\n[ 0.287170] acpiphp: Slot [16] registered\n[ 0.288000] acpiphp: Slot [17] registered\n[ 0.288826] acpiphp: Slot [18] registered\n[ 0.289648] acpiphp: Slot [19] registered\n[ 0.290467] acpiphp: Slot [20] registered\n[ 0.291290] acpiphp: Slot [21] registered\n[ 0.292110] acpiphp: Slot [22] registered\n[ 0.292925] acpiphp: Slot [23] registered\n[ 0.293744] acpiphp: Slot [24] registered\n[ 0.294569] acpiphp: Slot [25] registered\n[ 0.295407] acpiphp: Slot [26] registered\n[ 0.296227] acpiphp: Slot [27] registered\n[ 0.297044] acpiphp: Slot [28] registered\n[ 0.297892] acpiphp: Slot [29] registered\n[ 0.298715] acpiphp: Slot [30] registered\n[ 0.299540] acpiphp: Slot [31] registered\n[ 0.300357] PCI host bridge to bus 0000:00\n[ 0.301172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302392] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306529] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311359] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312648] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318630] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344846] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347525] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350224] vgaarb: loaded\n[ 0.350834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352115] SCSI subsystem initialized\n[ 0.353038] ACPI: bus type USB registered\n[ 0.353874] usbcore: registered new interface driver usbfs\n[ 0.354915] usbcore: registered new interface driver hub\n[ 0.355939] usbcore: registered new device driver usb\n[ 0.357062] PCI: Using ACPI for IRQ routing\n[ 0.358188] NetLabel: Initializing\n[ 0.358910] NetLabel: domain hash size = 128\n[ 0.359774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360747] NetLabel: unlabeled traffic allowed by default\n[ 0.361924] clocksource: Switched to clocksource kvm-clock\n[ 0.370191] AppArmor: AppArmor Filesystem Enabled\n[ 0.371182] pnp: PnP ACPI init\n[ 0.372132] pnp: PnP ACPI: found 5 devices\n[ 0.378445] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380283] NET: Registered protocol family 2\n[ 0.381412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384051] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385308] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387715] NET: Registered protocol family 1\n[ 0.388668] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391017] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419910] Trying to unpack rootfs image as initramfs...\n[ 0.477550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479313] Scanning for low memory corruption every 60 seconds\n[ 0.480723] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481975] audit: initializing netlink subsys (disabled)\n[ 0.483097] audit: type=2000 audit(1534160484.273:1): initialized\n[ 0.484536] Initialise system trusted keyring\n[ 0.485570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489093] zbud: loaded\n[ 0.489861] VFS: Disk quotas dquot_6.6.0\n[ 0.490766] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492495] fuse init (API version 7.23)\n[ 0.493471] Key type big_key registered\n[ 0.494346] Allocating IMA MOK and blacklist keyrings.\n[ 0.495627] Key type asymmetric registered\n[ 0.496506] Asymmetric key parser 'x509' registered\n[ 0.497516] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499077] io scheduler noop registered\n[ 0.499890] io scheduler deadline registered (default)\n[ 0.500929] io scheduler cfq registered\n[ 0.501813] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504240] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505749] ACPI: Power Button [PWRF]\n[ 0.506652] GHES: HEST is not enabled!\n[ 0.520432] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551142] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577538] Linux agpgart interface v0.103\n[ 0.580260] brd: module loaded\n[ 0.582009] loop: module loaded\n[ 0.585855] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587418] GPT:90111 != 2097151\n[ 0.588117] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589230] GPT:90111 != 2097151\n[ 0.589918] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590903] vda: vda1 vda15\n[ 0.592134] scsi host0: ata_piix\n[ 0.594975] scsi host1: ata_piix\n[ 0.595738] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596980] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598633] libphy: Fixed MDIO Bus: probed\n[ 0.599478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603063] PPP generic driver version 2.4.2\n[ 0.604021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605239] ehci-pci: EHCI PCI platform driver\n[ 0.606143] ehci-platform: EHCI generic platform driver\n[ 0.607153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608310] ohci-pci: OHCI PCI platform driver\n[ 0.609203] ohci-platform: OHCI generic platform driver\n[ 0.610224] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627000] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631920] usb usb1: Product: UHCI Host Controller\n[ 0.632875] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635074] hub 1-0:1.0: USB hub found\n[ 0.635874] hub 1-0:1.0: 2 ports detected\n[ 0.636855] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639057] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641115] mousedev: PS/2 mouse device common for all mice\n[ 0.642486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644411] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645565] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648025] i2c /dev entries driver\n[ 0.648832] device-mapper: uevent: version 1.0.3\n[ 0.649833] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652988] NET: Registered protocol family 10\n[ 0.654189] NET: Registered protocol family 17\n[ 0.655113] Key type dns_resolver registered\n[ 0.656162] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657290] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659157] registered taskstats version 1\n[ 0.660023] Loading compiled-in X.509 certificates\n[ 0.661536] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663463] zswap: loaded using pool lzo/zbud\n[ 0.665153] Key type trusted registered\n[ 0.666959] Key type encrypted registered\n[ 0.667823] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668883] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669976] evm: HMAC attrs: 0x1\n[ 0.670979] Magic number: 14:287:681\n[ 0.671885] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:23 UTC (1534160483)\n[ 0.673548] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674696] EDD information not available.\n[ 0.755417] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767291] Write protecting the kernel read-only data: 14336k\n[ 0.769523] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771433] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.816971] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000007d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6A4Nxwq/Nq3aGMVeVfAh8vln/isr8SV0P4wZwqV+cJiqPZb5hUcROCDDSJ937b615qhaoEgLLDlBecjuIAFgjQbltlPAKwOuOkkGVFUEZhoLq4vte0pQS1qN8bRuDEh7/oK7nBke1OU16FdJdxnAJniWYSomonGVLWCvrjkpVMNpTcYOlQL0+rlnGGcEZYNExVPKQ/gf1YqcaC6HiSmGOKtxC7k4+PtMYfRmxrlZqsr/vmlsXyC7nQ1yO4phfuOfhFT5YcIcnFnMlUIfyv8pNuv9VvJp2MEG6oArSmYID5d4o7vjl6GQzu9oZBcuvbnOhJq49c0wGOOvDHdHJWK4R root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQRNhGki5iNWbPgdv3hoxH0psZBcJjnk5olkGxYZYAnqXj+mBfqFQPHWXC/bqlZQ89BvVyPLII9ey8+zLaFz8xvG3J4e910tXFSn4+6VdeUqb5UWMsC0EASq1O0jo83aBUxJp0BeD8sdi130vXVn0pOUIVxMC4ME9QGeyOgm861AAAAFQDdhFH+dEMV22FyyelXbgPtg9BaXwAAAIAh5fg3acY7Tw4gi49BjdgFkbcrB80ADPP1JKaJd1PiHLZ0l2KSsuE5rEvAPHo0yyGsddXeuHOm5Jjs1zASQ9PDDxCDv+d5TSbi4mKNIGwOvTwwP5G4Eon7p+RPN/7dbv//gW+8MpfyZCd+K4CPI875PjO6ZFfM3+JE/L48ULTyjAAAAIBidorYHesB9bEm5Oct4IvmnHnigbzPHBAVyFx7qpMaDr9Q2PVThB60AuFNQpP6Sg6TTA1KjatrzEV0N/muHbpvZFkID49QGyvAXJ9shCFYJAWuOBEjSUzTo+47yDnRCM9sk9jb83fJGyAoeLOfk3gj5D4LYWr+1rMVc8z+9N7Cyw== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fe0a:4f90/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-0000007d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.60 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:4F:90 \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:4f90/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:42:02,180 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-43670cdd-9b3d-4e48-b526-83b2596f3a8e 2018-08-13 11:42:04,200 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:04,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42: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-8e41ab70-5474-43b0-9c3c-4c61ace00e67 x-compute-request-id: req-8e41ab70-5474-43b0-9c3c-4c61ace00e67 Content-Encoding: gzip Content-Length: 10089 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468619454 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142344] pid_max: default: 32768 minimum: 301\n[ 0.143249] ACPI: Core revision 20150930\n[ 0.144639] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145967] Security Framework initialized\n[ 0.146807] Yama: becoming mindful.\n[ 0.147546] AppArmor: AppArmor initialized\n[ 0.148432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149770] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151059] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152280] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153705] Initializing cgroup subsys io\n[ 0.154529] Initializing cgroup subsys memory\n[ 0.155396] Initializing cgroup subsys devices\n[ 0.156293] Initializing cgroup subsys freezer\n[ 0.157171] Initializing cgroup subsys net_cls\n[ 0.158040] Initializing cgroup subsys perf_event\n[ 0.158958] Initializing cgroup subsys net_prio\n[ 0.159871] Initializing cgroup subsys hugetlb\n[ 0.160752] Initializing cgroup subsys pids\n[ 0.161633] CPU: Physical Processor ID: 0\n[ 0.163126] mce: CPU supports 10 MCE banks\n[ 0.163996] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185784] ftrace: allocating 31920 entries in 125 pages\n[ 0.211704] smpboot: Max logical packages: 1\n[ 0.212579] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213936] x2apic enabled\n[ 0.214752] Switched APIC routing to physical x2apic.\n[ 0.216515] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219650] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221449] KVM setup paravirtual spinlock\n[ 0.222745] x86: Booted up 1 node, 1 CPUs\n[ 0.223564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224970] devtmpfs: initialized\n[ 0.226689] evm: security.selinux\n[ 0.227406] evm: security.SMACK64\n[ 0.228101] evm: security.SMACK64EXEC\n[ 0.228848] evm: security.SMACK64TRANSMUTE\n[ 0.229658] evm: security.SMACK64MMAP\n[ 0.230416] evm: security.ima\n[ 0.231062] evm: security.capability\n[ 0.231869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233743] pinctrl core: initialized pinctrl subsystem\n[ 0.234855] RTC time: 11:41:23, date: 08/13/18\n[ 0.235835] NET: Registered protocol family 16\n[ 0.236840] cpuidle: using governor ladder\n[ 0.237674] cpuidle: using governor menu\n[ 0.238467] PCCT header not found.\n[ 0.239232] ACPI: bus type PCI registered\n[ 0.240041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241299] PCI: Using configuration type 1 for base access\n[ 0.243077] ACPI: Added _OSI(Module Device)\n[ 0.243923] ACPI: Added _OSI(Processor Device)\n[ 0.244805] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245718] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247472] ACPI: Interpreter enabled\n[ 0.248252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255710] ACPI: (supports S0 S5)\n[ 0.256433] ACPI: Using IOAPIC for interrupt routing\n[ 0.257392] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260506] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262919] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266379] acpiphp: Slot [3] registered\n[ 0.267197] acpiphp: Slot [4] registered\n[ 0.268005] acpiphp: Slot [5] registered\n[ 0.268814] acpiphp: Slot [6] registered\n[ 0.269632] acpiphp: Slot [7] registered\n[ 0.270448] acpiphp: Slot [8] registered\n[ 0.271259] acpiphp: Slot [9] registered\n[ 0.272066] acpiphp: Slot [10] registered\n[ 0.272893] acpiphp: Slot [11] registered\n[ 0.273733] acpiphp: Slot [12] registered\n[ 0.274581] acpiphp: Slot [13] registered\n[ 0.275410] acpiphp: Slot [14] registered\n[ 0.276229] acpiphp: Slot [15] registered\n[ 0.287170] acpiphp: Slot [16] registered\n[ 0.288000] acpiphp: Slot [17] registered\n[ 0.288826] acpiphp: Slot [18] registered\n[ 0.289648] acpiphp: Slot [19] registered\n[ 0.290467] acpiphp: Slot [20] registered\n[ 0.291290] acpiphp: Slot [21] registered\n[ 0.292110] acpiphp: Slot [22] registered\n[ 0.292925] acpiphp: Slot [23] registered\n[ 0.293744] acpiphp: Slot [24] registered\n[ 0.294569] acpiphp: Slot [25] registered\n[ 0.295407] acpiphp: Slot [26] registered\n[ 0.296227] acpiphp: Slot [27] registered\n[ 0.297044] acpiphp: Slot [28] registered\n[ 0.297892] acpiphp: Slot [29] registered\n[ 0.298715] acpiphp: Slot [30] registered\n[ 0.299540] acpiphp: Slot [31] registered\n[ 0.300357] PCI host bridge to bus 0000:00\n[ 0.301172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302392] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306529] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311359] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312648] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318630] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344846] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347525] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350224] vgaarb: loaded\n[ 0.350834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352115] SCSI subsystem initialized\n[ 0.353038] ACPI: bus type USB registered\n[ 0.353874] usbcore: registered new interface driver usbfs\n[ 0.354915] usbcore: registered new interface driver hub\n[ 0.355939] usbcore: registered new device driver usb\n[ 0.357062] PCI: Using ACPI for IRQ routing\n[ 0.358188] NetLabel: Initializing\n[ 0.358910] NetLabel: domain hash size = 128\n[ 0.359774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360747] NetLabel: unlabeled traffic allowed by default\n[ 0.361924] clocksource: Switched to clocksource kvm-clock\n[ 0.370191] AppArmor: AppArmor Filesystem Enabled\n[ 0.371182] pnp: PnP ACPI init\n[ 0.372132] pnp: PnP ACPI: found 5 devices\n[ 0.378445] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380283] NET: Registered protocol family 2\n[ 0.381412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384051] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385308] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387715] NET: Registered protocol family 1\n[ 0.388668] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391017] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419910] Trying to unpack rootfs image as initramfs...\n[ 0.477550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479313] Scanning for low memory corruption every 60 seconds\n[ 0.480723] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481975] audit: initializing netlink subsys (disabled)\n[ 0.483097] audit: type=2000 audit(1534160484.273:1): initialized\n[ 0.484536] Initialise system trusted keyring\n[ 0.485570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489093] zbud: loaded\n[ 0.489861] VFS: Disk quotas dquot_6.6.0\n[ 0.490766] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492495] fuse init (API version 7.23)\n[ 0.493471] Key type big_key registered\n[ 0.494346] Allocating IMA MOK and blacklist keyrings.\n[ 0.495627] Key type asymmetric registered\n[ 0.496506] Asymmetric key parser 'x509' registered\n[ 0.497516] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499077] io scheduler noop registered\n[ 0.499890] io scheduler deadline registered (default)\n[ 0.500929] io scheduler cfq registered\n[ 0.501813] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504240] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505749] ACPI: Power Button [PWRF]\n[ 0.506652] GHES: HEST is not enabled!\n[ 0.520432] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551142] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577538] Linux agpgart interface v0.103\n[ 0.580260] brd: module loaded\n[ 0.582009] loop: module loaded\n[ 0.585855] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587418] GPT:90111 != 2097151\n[ 0.588117] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589230] GPT:90111 != 2097151\n[ 0.589918] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590903] vda: vda1 vda15\n[ 0.592134] scsi host0: ata_piix\n[ 0.594975] scsi host1: ata_piix\n[ 0.595738] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596980] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598633] libphy: Fixed MDIO Bus: probed\n[ 0.599478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603063] PPP generic driver version 2.4.2\n[ 0.604021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605239] ehci-pci: EHCI PCI platform driver\n[ 0.606143] ehci-platform: EHCI generic platform driver\n[ 0.607153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608310] ohci-pci: OHCI PCI platform driver\n[ 0.609203] ohci-platform: OHCI generic platform driver\n[ 0.610224] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627000] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631920] usb usb1: Product: UHCI Host Controller\n[ 0.632875] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635074] hub 1-0:1.0: USB hub found\n[ 0.635874] hub 1-0:1.0: 2 ports detected\n[ 0.636855] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639057] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641115] mousedev: PS/2 mouse device common for all mice\n[ 0.642486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644411] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645565] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648025] i2c /dev entries driver\n[ 0.648832] device-mapper: uevent: version 1.0.3\n[ 0.649833] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652988] NET: Registered protocol family 10\n[ 0.654189] NET: Registered protocol family 17\n[ 0.655113] Key type dns_resolver registered\n[ 0.656162] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657290] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659157] registered taskstats version 1\n[ 0.660023] Loading compiled-in X.509 certificates\n[ 0.661536] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663463] zswap: loaded using pool lzo/zbud\n[ 0.665153] Key type trusted registered\n[ 0.666959] Key type encrypted registered\n[ 0.667823] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668883] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669976] evm: HMAC attrs: 0x1\n[ 0.670979] Magic number: 14:287:681\n[ 0.671885] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:23 UTC (1534160483)\n[ 0.673548] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674696] EDD information not available.\n[ 0.755417] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767291] Write protecting the kernel read-only data: 14336k\n[ 0.769523] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771433] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.816971] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000007d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6A4Nxwq/Nq3aGMVeVfAh8vln/isr8SV0P4wZwqV+cJiqPZb5hUcROCDDSJ937b615qhaoEgLLDlBecjuIAFgjQbltlPAKwOuOkkGVFUEZhoLq4vte0pQS1qN8bRuDEh7/oK7nBke1OU16FdJdxnAJniWYSomonGVLWCvrjkpVMNpTcYOlQL0+rlnGGcEZYNExVPKQ/gf1YqcaC6HiSmGOKtxC7k4+PtMYfRmxrlZqsr/vmlsXyC7nQ1yO4phfuOfhFT5YcIcnFnMlUIfyv8pNuv9VvJp2MEG6oArSmYID5d4o7vjl6GQzu9oZBcuvbnOhJq49c0wGOOvDHdHJWK4R root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQRNhGki5iNWbPgdv3hoxH0psZBcJjnk5olkGxYZYAnqXj+mBfqFQPHWXC/bqlZQ89BvVyPLII9ey8+zLaFz8xvG3J4e910tXFSn4+6VdeUqb5UWMsC0EASq1O0jo83aBUxJp0BeD8sdi130vXVn0pOUIVxMC4ME9QGeyOgm861AAAAFQDdhFH+dEMV22FyyelXbgPtg9BaXwAAAIAh5fg3acY7Tw4gi49BjdgFkbcrB80ADPP1JKaJd1PiHLZ0l2KSsuE5rEvAPHo0yyGsddXeuHOm5Jjs1zASQ9PDDxCDv+d5TSbi4mKNIGwOvTwwP5G4Eon7p+RPN/7dbv//gW+8MpfyZCd+K4CPI875PjO6ZFfM3+JE/L48ULTyjAAAAIBidorYHesB9bEm5Oct4IvmnHnigbzPHBAVyFx7qpMaDr9Q2PVThB60AuFNQpP6Sg6TTA1KjatrzEV0N/muHbpvZFkID49QGyvAXJ9shCFYJAWuOBEjSUzTo+47yDnRCM9sk9jb83fJGyAoeLOfk3gj5D4LYWr+1rMVc8z+9N7Cyw== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fe0a:4f90/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-0000007d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.60 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:4F:90 \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:4f90/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:42:04,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-8e41ab70-5474-43b0-9c3c-4c61ace00e67 2018-08-13 11:42:06,286 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:06,356 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9b56cb19-697f-40dc-8e82-409244b539f3 x-compute-request-id: req-9b56cb19-697f-40dc-8e82-409244b539f3 Content-Encoding: gzip Content-Length: 10089 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468619454 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142344] pid_max: default: 32768 minimum: 301\n[ 0.143249] ACPI: Core revision 20150930\n[ 0.144639] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145967] Security Framework initialized\n[ 0.146807] Yama: becoming mindful.\n[ 0.147546] AppArmor: AppArmor initialized\n[ 0.148432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149770] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151059] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152280] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153705] Initializing cgroup subsys io\n[ 0.154529] Initializing cgroup subsys memory\n[ 0.155396] Initializing cgroup subsys devices\n[ 0.156293] Initializing cgroup subsys freezer\n[ 0.157171] Initializing cgroup subsys net_cls\n[ 0.158040] Initializing cgroup subsys perf_event\n[ 0.158958] Initializing cgroup subsys net_prio\n[ 0.159871] Initializing cgroup subsys hugetlb\n[ 0.160752] Initializing cgroup subsys pids\n[ 0.161633] CPU: Physical Processor ID: 0\n[ 0.163126] mce: CPU supports 10 MCE banks\n[ 0.163996] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185784] ftrace: allocating 31920 entries in 125 pages\n[ 0.211704] smpboot: Max logical packages: 1\n[ 0.212579] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213936] x2apic enabled\n[ 0.214752] Switched APIC routing to physical x2apic.\n[ 0.216515] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219650] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221449] KVM setup paravirtual spinlock\n[ 0.222745] x86: Booted up 1 node, 1 CPUs\n[ 0.223564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224970] devtmpfs: initialized\n[ 0.226689] evm: security.selinux\n[ 0.227406] evm: security.SMACK64\n[ 0.228101] evm: security.SMACK64EXEC\n[ 0.228848] evm: security.SMACK64TRANSMUTE\n[ 0.229658] evm: security.SMACK64MMAP\n[ 0.230416] evm: security.ima\n[ 0.231062] evm: security.capability\n[ 0.231869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233743] pinctrl core: initialized pinctrl subsystem\n[ 0.234855] RTC time: 11:41:23, date: 08/13/18\n[ 0.235835] NET: Registered protocol family 16\n[ 0.236840] cpuidle: using governor ladder\n[ 0.237674] cpuidle: using governor menu\n[ 0.238467] PCCT header not found.\n[ 0.239232] ACPI: bus type PCI registered\n[ 0.240041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241299] PCI: Using configuration type 1 for base access\n[ 0.243077] ACPI: Added _OSI(Module Device)\n[ 0.243923] ACPI: Added _OSI(Processor Device)\n[ 0.244805] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245718] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247472] ACPI: Interpreter enabled\n[ 0.248252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255710] ACPI: (supports S0 S5)\n[ 0.256433] ACPI: Using IOAPIC for interrupt routing\n[ 0.257392] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260506] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262919] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266379] acpiphp: Slot [3] registered\n[ 0.267197] acpiphp: Slot [4] registered\n[ 0.268005] acpiphp: Slot [5] registered\n[ 0.268814] acpiphp: Slot [6] registered\n[ 0.269632] acpiphp: Slot [7] registered\n[ 0.270448] acpiphp: Slot [8] registered\n[ 0.271259] acpiphp: Slot [9] registered\n[ 0.272066] acpiphp: Slot [10] registered\n[ 0.272893] acpiphp: Slot [11] registered\n[ 0.273733] acpiphp: Slot [12] registered\n[ 0.274581] acpiphp: Slot [13] registered\n[ 0.275410] acpiphp: Slot [14] registered\n[ 0.276229] acpiphp: Slot [15] registered\n[ 0.287170] acpiphp: Slot [16] registered\n[ 0.288000] acpiphp: Slot [17] registered\n[ 0.288826] acpiphp: Slot [18] registered\n[ 0.289648] acpiphp: Slot [19] registered\n[ 0.290467] acpiphp: Slot [20] registered\n[ 0.291290] acpiphp: Slot [21] registered\n[ 0.292110] acpiphp: Slot [22] registered\n[ 0.292925] acpiphp: Slot [23] registered\n[ 0.293744] acpiphp: Slot [24] registered\n[ 0.294569] acpiphp: Slot [25] registered\n[ 0.295407] acpiphp: Slot [26] registered\n[ 0.296227] acpiphp: Slot [27] registered\n[ 0.297044] acpiphp: Slot [28] registered\n[ 0.297892] acpiphp: Slot [29] registered\n[ 0.298715] acpiphp: Slot [30] registered\n[ 0.299540] acpiphp: Slot [31] registered\n[ 0.300357] PCI host bridge to bus 0000:00\n[ 0.301172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302392] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306529] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311359] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312648] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318630] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344846] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347525] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350224] vgaarb: loaded\n[ 0.350834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352115] SCSI subsystem initialized\n[ 0.353038] ACPI: bus type USB registered\n[ 0.353874] usbcore: registered new interface driver usbfs\n[ 0.354915] usbcore: registered new interface driver hub\n[ 0.355939] usbcore: registered new device driver usb\n[ 0.357062] PCI: Using ACPI for IRQ routing\n[ 0.358188] NetLabel: Initializing\n[ 0.358910] NetLabel: domain hash size = 128\n[ 0.359774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360747] NetLabel: unlabeled traffic allowed by default\n[ 0.361924] clocksource: Switched to clocksource kvm-clock\n[ 0.370191] AppArmor: AppArmor Filesystem Enabled\n[ 0.371182] pnp: PnP ACPI init\n[ 0.372132] pnp: PnP ACPI: found 5 devices\n[ 0.378445] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380283] NET: Registered protocol family 2\n[ 0.381412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384051] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385308] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387715] NET: Registered protocol family 1\n[ 0.388668] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391017] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419910] Trying to unpack rootfs image as initramfs...\n[ 0.477550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479313] Scanning for low memory corruption every 60 seconds\n[ 0.480723] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481975] audit: initializing netlink subsys (disabled)\n[ 0.483097] audit: type=2000 audit(1534160484.273:1): initialized\n[ 0.484536] Initialise system trusted keyring\n[ 0.485570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489093] zbud: loaded\n[ 0.489861] VFS: Disk quotas dquot_6.6.0\n[ 0.490766] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492495] fuse init (API version 7.23)\n[ 0.493471] Key type big_key registered\n[ 0.494346] Allocating IMA MOK and blacklist keyrings.\n[ 0.495627] Key type asymmetric registered\n[ 0.496506] Asymmetric key parser 'x509' registered\n[ 0.497516] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499077] io scheduler noop registered\n[ 0.499890] io scheduler deadline registered (default)\n[ 0.500929] io scheduler cfq registered\n[ 0.501813] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504240] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505749] ACPI: Power Button [PWRF]\n[ 0.506652] GHES: HEST is not enabled!\n[ 0.520432] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551142] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577538] Linux agpgart interface v0.103\n[ 0.580260] brd: module loaded\n[ 0.582009] loop: module loaded\n[ 0.585855] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587418] GPT:90111 != 2097151\n[ 0.588117] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589230] GPT:90111 != 2097151\n[ 0.589918] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590903] vda: vda1 vda15\n[ 0.592134] scsi host0: ata_piix\n[ 0.594975] scsi host1: ata_piix\n[ 0.595738] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596980] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598633] libphy: Fixed MDIO Bus: probed\n[ 0.599478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603063] PPP generic driver version 2.4.2\n[ 0.604021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605239] ehci-pci: EHCI PCI platform driver\n[ 0.606143] ehci-platform: EHCI generic platform driver\n[ 0.607153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608310] ohci-pci: OHCI PCI platform driver\n[ 0.609203] ohci-platform: OHCI generic platform driver\n[ 0.610224] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627000] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631920] usb usb1: Product: UHCI Host Controller\n[ 0.632875] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635074] hub 1-0:1.0: USB hub found\n[ 0.635874] hub 1-0:1.0: 2 ports detected\n[ 0.636855] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639057] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641115] mousedev: PS/2 mouse device common for all mice\n[ 0.642486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644411] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645565] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648025] i2c /dev entries driver\n[ 0.648832] device-mapper: uevent: version 1.0.3\n[ 0.649833] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652988] NET: Registered protocol family 10\n[ 0.654189] NET: Registered protocol family 17\n[ 0.655113] Key type dns_resolver registered\n[ 0.656162] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657290] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659157] registered taskstats version 1\n[ 0.660023] Loading compiled-in X.509 certificates\n[ 0.661536] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663463] zswap: loaded using pool lzo/zbud\n[ 0.665153] Key type trusted registered\n[ 0.666959] Key type encrypted registered\n[ 0.667823] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668883] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669976] evm: HMAC attrs: 0x1\n[ 0.670979] Magic number: 14:287:681\n[ 0.671885] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:23 UTC (1534160483)\n[ 0.673548] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674696] EDD information not available.\n[ 0.755417] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767291] Write protecting the kernel read-only data: 14336k\n[ 0.769523] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771433] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.816971] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000007d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6A4Nxwq/Nq3aGMVeVfAh8vln/isr8SV0P4wZwqV+cJiqPZb5hUcROCDDSJ937b615qhaoEgLLDlBecjuIAFgjQbltlPAKwOuOkkGVFUEZhoLq4vte0pQS1qN8bRuDEh7/oK7nBke1OU16FdJdxnAJniWYSomonGVLWCvrjkpVMNpTcYOlQL0+rlnGGcEZYNExVPKQ/gf1YqcaC6HiSmGOKtxC7k4+PtMYfRmxrlZqsr/vmlsXyC7nQ1yO4phfuOfhFT5YcIcnFnMlUIfyv8pNuv9VvJp2MEG6oArSmYID5d4o7vjl6GQzu9oZBcuvbnOhJq49c0wGOOvDHdHJWK4R root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQRNhGki5iNWbPgdv3hoxH0psZBcJjnk5olkGxYZYAnqXj+mBfqFQPHWXC/bqlZQ89BvVyPLII9ey8+zLaFz8xvG3J4e910tXFSn4+6VdeUqb5UWMsC0EASq1O0jo83aBUxJp0BeD8sdi130vXVn0pOUIVxMC4ME9QGeyOgm861AAAAFQDdhFH+dEMV22FyyelXbgPtg9BaXwAAAIAh5fg3acY7Tw4gi49BjdgFkbcrB80ADPP1JKaJd1PiHLZ0l2KSsuE5rEvAPHo0yyGsddXeuHOm5Jjs1zASQ9PDDxCDv+d5TSbi4mKNIGwOvTwwP5G4Eon7p+RPN/7dbv//gW+8MpfyZCd+K4CPI875PjO6ZFfM3+JE/L48ULTyjAAAAIBidorYHesB9bEm5Oct4IvmnHnigbzPHBAVyFx7qpMaDr9Q2PVThB60AuFNQpP6Sg6TTA1KjatrzEV0N/muHbpvZFkID49QGyvAXJ9shCFYJAWuOBEjSUzTo+47yDnRCM9sk9jb83fJGyAoeLOfk3gj5D4LYWr+1rMVc8z+9N7Cyw== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fe0a:4f90/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-0000007d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.60 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:4F:90 \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:4f90/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:42:06,357 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-9b56cb19-697f-40dc-8e82-409244b539f3 2018-08-13 11:42:08,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:08,440 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-203e3b3c-b73e-4a6b-a7d0-eadc9ceb19ed x-compute-request-id: req-203e3b3c-b73e-4a6b-a7d0-eadc9ceb19ed Content-Encoding: gzip Content-Length: 10089 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468619454 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142344] pid_max: default: 32768 minimum: 301\n[ 0.143249] ACPI: Core revision 20150930\n[ 0.144639] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145967] Security Framework initialized\n[ 0.146807] Yama: becoming mindful.\n[ 0.147546] AppArmor: AppArmor initialized\n[ 0.148432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149770] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151059] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152280] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153705] Initializing cgroup subsys io\n[ 0.154529] Initializing cgroup subsys memory\n[ 0.155396] Initializing cgroup subsys devices\n[ 0.156293] Initializing cgroup subsys freezer\n[ 0.157171] Initializing cgroup subsys net_cls\n[ 0.158040] Initializing cgroup subsys perf_event\n[ 0.158958] Initializing cgroup subsys net_prio\n[ 0.159871] Initializing cgroup subsys hugetlb\n[ 0.160752] Initializing cgroup subsys pids\n[ 0.161633] CPU: Physical Processor ID: 0\n[ 0.163126] mce: CPU supports 10 MCE banks\n[ 0.163996] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185784] ftrace: allocating 31920 entries in 125 pages\n[ 0.211704] smpboot: Max logical packages: 1\n[ 0.212579] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213936] x2apic enabled\n[ 0.214752] Switched APIC routing to physical x2apic.\n[ 0.216515] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219650] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221449] KVM setup paravirtual spinlock\n[ 0.222745] x86: Booted up 1 node, 1 CPUs\n[ 0.223564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224970] devtmpfs: initialized\n[ 0.226689] evm: security.selinux\n[ 0.227406] evm: security.SMACK64\n[ 0.228101] evm: security.SMACK64EXEC\n[ 0.228848] evm: security.SMACK64TRANSMUTE\n[ 0.229658] evm: security.SMACK64MMAP\n[ 0.230416] evm: security.ima\n[ 0.231062] evm: security.capability\n[ 0.231869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233743] pinctrl core: initialized pinctrl subsystem\n[ 0.234855] RTC time: 11:41:23, date: 08/13/18\n[ 0.235835] NET: Registered protocol family 16\n[ 0.236840] cpuidle: using governor ladder\n[ 0.237674] cpuidle: using governor menu\n[ 0.238467] PCCT header not found.\n[ 0.239232] ACPI: bus type PCI registered\n[ 0.240041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241299] PCI: Using configuration type 1 for base access\n[ 0.243077] ACPI: Added _OSI(Module Device)\n[ 0.243923] ACPI: Added _OSI(Processor Device)\n[ 0.244805] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245718] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247472] ACPI: Interpreter enabled\n[ 0.248252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255710] ACPI: (supports S0 S5)\n[ 0.256433] ACPI: Using IOAPIC for interrupt routing\n[ 0.257392] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260506] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262919] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266379] acpiphp: Slot [3] registered\n[ 0.267197] acpiphp: Slot [4] registered\n[ 0.268005] acpiphp: Slot [5] registered\n[ 0.268814] acpiphp: Slot [6] registered\n[ 0.269632] acpiphp: Slot [7] registered\n[ 0.270448] acpiphp: Slot [8] registered\n[ 0.271259] acpiphp: Slot [9] registered\n[ 0.272066] acpiphp: Slot [10] registered\n[ 0.272893] acpiphp: Slot [11] registered\n[ 0.273733] acpiphp: Slot [12] registered\n[ 0.274581] acpiphp: Slot [13] registered\n[ 0.275410] acpiphp: Slot [14] registered\n[ 0.276229] acpiphp: Slot [15] registered\n[ 0.287170] acpiphp: Slot [16] registered\n[ 0.288000] acpiphp: Slot [17] registered\n[ 0.288826] acpiphp: Slot [18] registered\n[ 0.289648] acpiphp: Slot [19] registered\n[ 0.290467] acpiphp: Slot [20] registered\n[ 0.291290] acpiphp: Slot [21] registered\n[ 0.292110] acpiphp: Slot [22] registered\n[ 0.292925] acpiphp: Slot [23] registered\n[ 0.293744] acpiphp: Slot [24] registered\n[ 0.294569] acpiphp: Slot [25] registered\n[ 0.295407] acpiphp: Slot [26] registered\n[ 0.296227] acpiphp: Slot [27] registered\n[ 0.297044] acpiphp: Slot [28] registered\n[ 0.297892] acpiphp: Slot [29] registered\n[ 0.298715] acpiphp: Slot [30] registered\n[ 0.299540] acpiphp: Slot [31] registered\n[ 0.300357] PCI host bridge to bus 0000:00\n[ 0.301172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302392] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306529] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311359] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312648] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318630] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344846] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347525] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350224] vgaarb: loaded\n[ 0.350834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352115] SCSI subsystem initialized\n[ 0.353038] ACPI: bus type USB registered\n[ 0.353874] usbcore: registered new interface driver usbfs\n[ 0.354915] usbcore: registered new interface driver hub\n[ 0.355939] usbcore: registered new device driver usb\n[ 0.357062] PCI: Using ACPI for IRQ routing\n[ 0.358188] NetLabel: Initializing\n[ 0.358910] NetLabel: domain hash size = 128\n[ 0.359774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360747] NetLabel: unlabeled traffic allowed by default\n[ 0.361924] clocksource: Switched to clocksource kvm-clock\n[ 0.370191] AppArmor: AppArmor Filesystem Enabled\n[ 0.371182] pnp: PnP ACPI init\n[ 0.372132] pnp: PnP ACPI: found 5 devices\n[ 0.378445] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380283] NET: Registered protocol family 2\n[ 0.381412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384051] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385308] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387715] NET: Registered protocol family 1\n[ 0.388668] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391017] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419910] Trying to unpack rootfs image as initramfs...\n[ 0.477550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479313] Scanning for low memory corruption every 60 seconds\n[ 0.480723] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481975] audit: initializing netlink subsys (disabled)\n[ 0.483097] audit: type=2000 audit(1534160484.273:1): initialized\n[ 0.484536] Initialise system trusted keyring\n[ 0.485570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489093] zbud: loaded\n[ 0.489861] VFS: Disk quotas dquot_6.6.0\n[ 0.490766] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492495] fuse init (API version 7.23)\n[ 0.493471] Key type big_key registered\n[ 0.494346] Allocating IMA MOK and blacklist keyrings.\n[ 0.495627] Key type asymmetric registered\n[ 0.496506] Asymmetric key parser 'x509' registered\n[ 0.497516] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499077] io scheduler noop registered\n[ 0.499890] io scheduler deadline registered (default)\n[ 0.500929] io scheduler cfq registered\n[ 0.501813] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504240] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505749] ACPI: Power Button [PWRF]\n[ 0.506652] GHES: HEST is not enabled!\n[ 0.520432] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551142] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577538] Linux agpgart interface v0.103\n[ 0.580260] brd: module loaded\n[ 0.582009] loop: module loaded\n[ 0.585855] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587418] GPT:90111 != 2097151\n[ 0.588117] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589230] GPT:90111 != 2097151\n[ 0.589918] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590903] vda: vda1 vda15\n[ 0.592134] scsi host0: ata_piix\n[ 0.594975] scsi host1: ata_piix\n[ 0.595738] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596980] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598633] libphy: Fixed MDIO Bus: probed\n[ 0.599478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603063] PPP generic driver version 2.4.2\n[ 0.604021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605239] ehci-pci: EHCI PCI platform driver\n[ 0.606143] ehci-platform: EHCI generic platform driver\n[ 0.607153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608310] ohci-pci: OHCI PCI platform driver\n[ 0.609203] ohci-platform: OHCI generic platform driver\n[ 0.610224] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627000] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631920] usb usb1: Product: UHCI Host Controller\n[ 0.632875] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635074] hub 1-0:1.0: USB hub found\n[ 0.635874] hub 1-0:1.0: 2 ports detected\n[ 0.636855] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639057] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641115] mousedev: PS/2 mouse device common for all mice\n[ 0.642486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644411] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645565] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648025] i2c /dev entries driver\n[ 0.648832] device-mapper: uevent: version 1.0.3\n[ 0.649833] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652988] NET: Registered protocol family 10\n[ 0.654189] NET: Registered protocol family 17\n[ 0.655113] Key type dns_resolver registered\n[ 0.656162] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657290] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659157] registered taskstats version 1\n[ 0.660023] Loading compiled-in X.509 certificates\n[ 0.661536] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663463] zswap: loaded using pool lzo/zbud\n[ 0.665153] Key type trusted registered\n[ 0.666959] Key type encrypted registered\n[ 0.667823] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668883] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669976] evm: HMAC attrs: 0x1\n[ 0.670979] Magic number: 14:287:681\n[ 0.671885] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:23 UTC (1534160483)\n[ 0.673548] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674696] EDD information not available.\n[ 0.755417] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767291] Write protecting the kernel read-only data: 14336k\n[ 0.769523] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771433] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.816971] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000007d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6A4Nxwq/Nq3aGMVeVfAh8vln/isr8SV0P4wZwqV+cJiqPZb5hUcROCDDSJ937b615qhaoEgLLDlBecjuIAFgjQbltlPAKwOuOkkGVFUEZhoLq4vte0pQS1qN8bRuDEh7/oK7nBke1OU16FdJdxnAJniWYSomonGVLWCvrjkpVMNpTcYOlQL0+rlnGGcEZYNExVPKQ/gf1YqcaC6HiSmGOKtxC7k4+PtMYfRmxrlZqsr/vmlsXyC7nQ1yO4phfuOfhFT5YcIcnFnMlUIfyv8pNuv9VvJp2MEG6oArSmYID5d4o7vjl6GQzu9oZBcuvbnOhJq49c0wGOOvDHdHJWK4R root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQRNhGki5iNWbPgdv3hoxH0psZBcJjnk5olkGxYZYAnqXj+mBfqFQPHWXC/bqlZQ89BvVyPLII9ey8+zLaFz8xvG3J4e910tXFSn4+6VdeUqb5UWMsC0EASq1O0jo83aBUxJp0BeD8sdi130vXVn0pOUIVxMC4ME9QGeyOgm861AAAAFQDdhFH+dEMV22FyyelXbgPtg9BaXwAAAIAh5fg3acY7Tw4gi49BjdgFkbcrB80ADPP1JKaJd1PiHLZ0l2KSsuE5rEvAPHo0yyGsddXeuHOm5Jjs1zASQ9PDDxCDv+d5TSbi4mKNIGwOvTwwP5G4Eon7p+RPN/7dbv//gW+8MpfyZCd+K4CPI875PjO6ZFfM3+JE/L48ULTyjAAAAIBidorYHesB9bEm5Oct4IvmnHnigbzPHBAVyFx7qpMaDr9Q2PVThB60AuFNQpP6Sg6TTA1KjatrzEV0N/muHbpvZFkID49QGyvAXJ9shCFYJAWuOBEjSUzTo+47yDnRCM9sk9jb83fJGyAoeLOfk3gj5D4LYWr+1rMVc8z+9N7Cyw== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fe0a:4f90/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-0000007d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.60 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:4F:90 \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:4f90/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:42:08,441 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-203e3b3c-b73e-4a6b-a7d0-eadc9ceb19ed 2018-08-13 11:42:10,459 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:10,526 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e6298bc-ab22-4042-bc88-7c35fbf07fcb x-compute-request-id: req-2e6298bc-ab22-4042-bc88-7c35fbf07fcb Content-Encoding: gzip Content-Length: 10089 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468619454 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142344] pid_max: default: 32768 minimum: 301\n[ 0.143249] ACPI: Core revision 20150930\n[ 0.144639] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145967] Security Framework initialized\n[ 0.146807] Yama: becoming mindful.\n[ 0.147546] AppArmor: AppArmor initialized\n[ 0.148432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149770] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151059] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152280] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153705] Initializing cgroup subsys io\n[ 0.154529] Initializing cgroup subsys memory\n[ 0.155396] Initializing cgroup subsys devices\n[ 0.156293] Initializing cgroup subsys freezer\n[ 0.157171] Initializing cgroup subsys net_cls\n[ 0.158040] Initializing cgroup subsys perf_event\n[ 0.158958] Initializing cgroup subsys net_prio\n[ 0.159871] Initializing cgroup subsys hugetlb\n[ 0.160752] Initializing cgroup subsys pids\n[ 0.161633] CPU: Physical Processor ID: 0\n[ 0.163126] mce: CPU supports 10 MCE banks\n[ 0.163996] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185784] ftrace: allocating 31920 entries in 125 pages\n[ 0.211704] smpboot: Max logical packages: 1\n[ 0.212579] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213936] x2apic enabled\n[ 0.214752] Switched APIC routing to physical x2apic.\n[ 0.216515] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219650] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221449] KVM setup paravirtual spinlock\n[ 0.222745] x86: Booted up 1 node, 1 CPUs\n[ 0.223564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224970] devtmpfs: initialized\n[ 0.226689] evm: security.selinux\n[ 0.227406] evm: security.SMACK64\n[ 0.228101] evm: security.SMACK64EXEC\n[ 0.228848] evm: security.SMACK64TRANSMUTE\n[ 0.229658] evm: security.SMACK64MMAP\n[ 0.230416] evm: security.ima\n[ 0.231062] evm: security.capability\n[ 0.231869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233743] pinctrl core: initialized pinctrl subsystem\n[ 0.234855] RTC time: 11:41:23, date: 08/13/18\n[ 0.235835] NET: Registered protocol family 16\n[ 0.236840] cpuidle: using governor ladder\n[ 0.237674] cpuidle: using governor menu\n[ 0.238467] PCCT header not found.\n[ 0.239232] ACPI: bus type PCI registered\n[ 0.240041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241299] PCI: Using configuration type 1 for base access\n[ 0.243077] ACPI: Added _OSI(Module Device)\n[ 0.243923] ACPI: Added _OSI(Processor Device)\n[ 0.244805] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245718] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247472] ACPI: Interpreter enabled\n[ 0.248252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255710] ACPI: (supports S0 S5)\n[ 0.256433] ACPI: Using IOAPIC for interrupt routing\n[ 0.257392] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260506] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262919] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266379] acpiphp: Slot [3] registered\n[ 0.267197] acpiphp: Slot [4] registered\n[ 0.268005] acpiphp: Slot [5] registered\n[ 0.268814] acpiphp: Slot [6] registered\n[ 0.269632] acpiphp: Slot [7] registered\n[ 0.270448] acpiphp: Slot [8] registered\n[ 0.271259] acpiphp: Slot [9] registered\n[ 0.272066] acpiphp: Slot [10] registered\n[ 0.272893] acpiphp: Slot [11] registered\n[ 0.273733] acpiphp: Slot [12] registered\n[ 0.274581] acpiphp: Slot [13] registered\n[ 0.275410] acpiphp: Slot [14] registered\n[ 0.276229] acpiphp: Slot [15] registered\n[ 0.287170] acpiphp: Slot [16] registered\n[ 0.288000] acpiphp: Slot [17] registered\n[ 0.288826] acpiphp: Slot [18] registered\n[ 0.289648] acpiphp: Slot [19] registered\n[ 0.290467] acpiphp: Slot [20] registered\n[ 0.291290] acpiphp: Slot [21] registered\n[ 0.292110] acpiphp: Slot [22] registered\n[ 0.292925] acpiphp: Slot [23] registered\n[ 0.293744] acpiphp: Slot [24] registered\n[ 0.294569] acpiphp: Slot [25] registered\n[ 0.295407] acpiphp: Slot [26] registered\n[ 0.296227] acpiphp: Slot [27] registered\n[ 0.297044] acpiphp: Slot [28] registered\n[ 0.297892] acpiphp: Slot [29] registered\n[ 0.298715] acpiphp: Slot [30] registered\n[ 0.299540] acpiphp: Slot [31] registered\n[ 0.300357] PCI host bridge to bus 0000:00\n[ 0.301172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302392] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306529] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311359] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312648] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318630] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344846] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347525] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350224] vgaarb: loaded\n[ 0.350834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352115] SCSI subsystem initialized\n[ 0.353038] ACPI: bus type USB registered\n[ 0.353874] usbcore: registered new interface driver usbfs\n[ 0.354915] usbcore: registered new interface driver hub\n[ 0.355939] usbcore: registered new device driver usb\n[ 0.357062] PCI: Using ACPI for IRQ routing\n[ 0.358188] NetLabel: Initializing\n[ 0.358910] NetLabel: domain hash size = 128\n[ 0.359774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360747] NetLabel: unlabeled traffic allowed by default\n[ 0.361924] clocksource: Switched to clocksource kvm-clock\n[ 0.370191] AppArmor: AppArmor Filesystem Enabled\n[ 0.371182] pnp: PnP ACPI init\n[ 0.372132] pnp: PnP ACPI: found 5 devices\n[ 0.378445] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380283] NET: Registered protocol family 2\n[ 0.381412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384051] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385308] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387715] NET: Registered protocol family 1\n[ 0.388668] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391017] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419910] Trying to unpack rootfs image as initramfs...\n[ 0.477550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479313] Scanning for low memory corruption every 60 seconds\n[ 0.480723] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481975] audit: initializing netlink subsys (disabled)\n[ 0.483097] audit: type=2000 audit(1534160484.273:1): initialized\n[ 0.484536] Initialise system trusted keyring\n[ 0.485570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489093] zbud: loaded\n[ 0.489861] VFS: Disk quotas dquot_6.6.0\n[ 0.490766] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492495] fuse init (API version 7.23)\n[ 0.493471] Key type big_key registered\n[ 0.494346] Allocating IMA MOK and blacklist keyrings.\n[ 0.495627] Key type asymmetric registered\n[ 0.496506] Asymmetric key parser 'x509' registered\n[ 0.497516] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499077] io scheduler noop registered\n[ 0.499890] io scheduler deadline registered (default)\n[ 0.500929] io scheduler cfq registered\n[ 0.501813] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504240] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505749] ACPI: Power Button [PWRF]\n[ 0.506652] GHES: HEST is not enabled!\n[ 0.520432] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551142] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577538] Linux agpgart interface v0.103\n[ 0.580260] brd: module loaded\n[ 0.582009] loop: module loaded\n[ 0.585855] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587418] GPT:90111 != 2097151\n[ 0.588117] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589230] GPT:90111 != 2097151\n[ 0.589918] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590903] vda: vda1 vda15\n[ 0.592134] scsi host0: ata_piix\n[ 0.594975] scsi host1: ata_piix\n[ 0.595738] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596980] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598633] libphy: Fixed MDIO Bus: probed\n[ 0.599478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603063] PPP generic driver version 2.4.2\n[ 0.604021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605239] ehci-pci: EHCI PCI platform driver\n[ 0.606143] ehci-platform: EHCI generic platform driver\n[ 0.607153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608310] ohci-pci: OHCI PCI platform driver\n[ 0.609203] ohci-platform: OHCI generic platform driver\n[ 0.610224] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627000] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631920] usb usb1: Product: UHCI Host Controller\n[ 0.632875] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635074] hub 1-0:1.0: USB hub found\n[ 0.635874] hub 1-0:1.0: 2 ports detected\n[ 0.636855] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639057] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641115] mousedev: PS/2 mouse device common for all mice\n[ 0.642486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644411] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645565] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648025] i2c /dev entries driver\n[ 0.648832] device-mapper: uevent: version 1.0.3\n[ 0.649833] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652988] NET: Registered protocol family 10\n[ 0.654189] NET: Registered protocol family 17\n[ 0.655113] Key type dns_resolver registered\n[ 0.656162] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657290] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659157] registered taskstats version 1\n[ 0.660023] Loading compiled-in X.509 certificates\n[ 0.661536] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663463] zswap: loaded using pool lzo/zbud\n[ 0.665153] Key type trusted registered\n[ 0.666959] Key type encrypted registered\n[ 0.667823] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668883] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669976] evm: HMAC attrs: 0x1\n[ 0.670979] Magic number: 14:287:681\n[ 0.671885] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:23 UTC (1534160483)\n[ 0.673548] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674696] EDD information not available.\n[ 0.755417] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767291] Write protecting the kernel read-only data: 14336k\n[ 0.769523] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771433] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.816971] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000007d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6A4Nxwq/Nq3aGMVeVfAh8vln/isr8SV0P4wZwqV+cJiqPZb5hUcROCDDSJ937b615qhaoEgLLDlBecjuIAFgjQbltlPAKwOuOkkGVFUEZhoLq4vte0pQS1qN8bRuDEh7/oK7nBke1OU16FdJdxnAJniWYSomonGVLWCvrjkpVMNpTcYOlQL0+rlnGGcEZYNExVPKQ/gf1YqcaC6HiSmGOKtxC7k4+PtMYfRmxrlZqsr/vmlsXyC7nQ1yO4phfuOfhFT5YcIcnFnMlUIfyv8pNuv9VvJp2MEG6oArSmYID5d4o7vjl6GQzu9oZBcuvbnOhJq49c0wGOOvDHdHJWK4R root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQRNhGki5iNWbPgdv3hoxH0psZBcJjnk5olkGxYZYAnqXj+mBfqFQPHWXC/bqlZQ89BvVyPLII9ey8+zLaFz8xvG3J4e910tXFSn4+6VdeUqb5UWMsC0EASq1O0jo83aBUxJp0BeD8sdi130vXVn0pOUIVxMC4ME9QGeyOgm861AAAAFQDdhFH+dEMV22FyyelXbgPtg9BaXwAAAIAh5fg3acY7Tw4gi49BjdgFkbcrB80ADPP1JKaJd1PiHLZ0l2KSsuE5rEvAPHo0yyGsddXeuHOm5Jjs1zASQ9PDDxCDv+d5TSbi4mKNIGwOvTwwP5G4Eon7p+RPN/7dbv//gW+8MpfyZCd+K4CPI875PjO6ZFfM3+JE/L48ULTyjAAAAIBidorYHesB9bEm5Oct4IvmnHnigbzPHBAVyFx7qpMaDr9Q2PVThB60AuFNQpP6Sg6TTA1KjatrzEV0N/muHbpvZFkID49QGyvAXJ9shCFYJAWuOBEjSUzTo+47yDnRCM9sk9jb83fJGyAoeLOfk3gj5D4LYWr+1rMVc8z+9N7Cyw== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fe0a:4f90/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-0000007d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.60 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:4F:90 \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:4f90/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:42:10,527 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-2e6298bc-ab22-4042-bc88-7c35fbf07fcb 2018-08-13 11:42:12,547 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3d809a219a48cc3cbf728a92f32501a6888aeb2b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:12,615 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2af57ee0-288f-4ae4-bd43-d99179f0f7bf x-compute-request-id: req-2af57ee0-288f-4ae4-bd43-d99179f0f7bf Content-Encoding: gzip Content-Length: 11150 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468619454 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.140663] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.142344] pid_max: default: 32768 minimum: 301\n[ 0.143249] ACPI: Core revision 20150930\n[ 0.144639] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.145967] Security Framework initialized\n[ 0.146807] Yama: becoming mindful.\n[ 0.147546] AppArmor: AppArmor initialized\n[ 0.148432] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149770] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.151059] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152280] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153705] Initializing cgroup subsys io\n[ 0.154529] Initializing cgroup subsys memory\n[ 0.155396] Initializing cgroup subsys devices\n[ 0.156293] Initializing cgroup subsys freezer\n[ 0.157171] Initializing cgroup subsys net_cls\n[ 0.158040] Initializing cgroup subsys perf_event\n[ 0.158958] Initializing cgroup subsys net_prio\n[ 0.159871] Initializing cgroup subsys hugetlb\n[ 0.160752] Initializing cgroup subsys pids\n[ 0.161633] CPU: Physical Processor ID: 0\n[ 0.163126] mce: CPU supports 10 MCE banks\n[ 0.163996] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165015] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.179518] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185784] ftrace: allocating 31920 entries in 125 pages\n[ 0.211704] smpboot: Max logical packages: 1\n[ 0.212579] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.213936] x2apic enabled\n[ 0.214752] Switched APIC routing to physical x2apic.\n[ 0.216515] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217646] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219650] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221449] KVM setup paravirtual spinlock\n[ 0.222745] x86: Booted up 1 node, 1 CPUs\n[ 0.223564] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.224970] devtmpfs: initialized\n[ 0.226689] evm: security.selinux\n[ 0.227406] evm: security.SMACK64\n[ 0.228101] evm: security.SMACK64EXEC\n[ 0.228848] evm: security.SMACK64TRANSMUTE\n[ 0.229658] evm: security.SMACK64MMAP\n[ 0.230416] evm: security.ima\n[ 0.231062] evm: security.capability\n[ 0.231869] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233743] pinctrl core: initialized pinctrl subsystem\n[ 0.234855] RTC time: 11:41:23, date: 08/13/18\n[ 0.235835] NET: Registered protocol family 16\n[ 0.236840] cpuidle: using governor ladder\n[ 0.237674] cpuidle: using governor menu\n[ 0.238467] PCCT header not found.\n[ 0.239232] ACPI: bus type PCI registered\n[ 0.240041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241299] PCI: Using configuration type 1 for base access\n[ 0.243077] ACPI: Added _OSI(Module Device)\n[ 0.243923] ACPI: Added _OSI(Processor Device)\n[ 0.244805] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245718] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247472] ACPI: Interpreter enabled\n[ 0.248252] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250128] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.251985] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.253850] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255710] ACPI: (supports S0 S5)\n[ 0.256433] ACPI: Using IOAPIC for interrupt routing\n[ 0.257392] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260506] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261668] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.262919] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264129] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266379] acpiphp: Slot [3] registered\n[ 0.267197] acpiphp: Slot [4] registered\n[ 0.268005] acpiphp: Slot [5] registered\n[ 0.268814] acpiphp: Slot [6] registered\n[ 0.269632] acpiphp: Slot [7] registered\n[ 0.270448] acpiphp: Slot [8] registered\n[ 0.271259] acpiphp: Slot [9] registered\n[ 0.272066] acpiphp: Slot [10] registered\n[ 0.272893] acpiphp: Slot [11] registered\n[ 0.273733] acpiphp: Slot [12] registered\n[ 0.274581] acpiphp: Slot [13] registered\n[ 0.275410] acpiphp: Slot [14] registered\n[ 0.276229] acpiphp: Slot [15] registered\n[ 0.287170] acpiphp: Slot [16] registered\n[ 0.288000] acpiphp: Slot [17] registered\n[ 0.288826] acpiphp: Slot [18] registered\n[ 0.289648] acpiphp: Slot [19] registered\n[ 0.290467] acpiphp: Slot [20] registered\n[ 0.291290] acpiphp: Slot [21] registered\n[ 0.292110] acpiphp: Slot [22] registered\n[ 0.292925] acpiphp: Slot [23] registered\n[ 0.293744] acpiphp: Slot [24] registered\n[ 0.294569] acpiphp: Slot [25] registered\n[ 0.295407] acpiphp: Slot [26] registered\n[ 0.296227] acpiphp: Slot [27] registered\n[ 0.297044] acpiphp: Slot [28] registered\n[ 0.297892] acpiphp: Slot [29] registered\n[ 0.298715] acpiphp: Slot [30] registered\n[ 0.299540] acpiphp: Slot [31] registered\n[ 0.300357] PCI host bridge to bus 0000:00\n[ 0.301172] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.302392] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.303615] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.305074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.306529] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.308015] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.311359] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.312648] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.313834] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.315107] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.318630] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.320161] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.338572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.340075] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341925] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.343417] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344846] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.346151] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.347525] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.348625] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.350224] vgaarb: loaded\n[ 0.350834] vgaarb: bridge control possible 0000:00:02.0\n[ 0.352115] SCSI subsystem initialized\n[ 0.353038] ACPI: bus type USB registered\n[ 0.353874] usbcore: registered new interface driver usbfs\n[ 0.354915] usbcore: registered new interface driver hub\n[ 0.355939] usbcore: registered new device driver usb\n[ 0.357062] PCI: Using ACPI for IRQ routing\n[ 0.358188] NetLabel: Initializing\n[ 0.358910] NetLabel: domain hash size = 128\n[ 0.359774] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.360747] NetLabel: unlabeled traffic allowed by default\n[ 0.361924] clocksource: Switched to clocksource kvm-clock\n[ 0.370191] AppArmor: AppArmor Filesystem Enabled\n[ 0.371182] pnp: PnP ACPI init\n[ 0.372132] pnp: PnP ACPI: found 5 devices\n[ 0.378445] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.380283] NET: Registered protocol family 2\n[ 0.381412] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382782] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.384051] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.385308] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386451] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387715] NET: Registered protocol family 1\n[ 0.388668] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.391017] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.405509] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.419910] Trying to unpack rootfs image as initramfs...\n[ 0.477550] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.479313] Scanning for low memory corruption every 60 seconds\n[ 0.480723] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.481975] audit: initializing netlink subsys (disabled)\n[ 0.483097] audit: type=2000 audit(1534160484.273:1): initialized\n[ 0.484536] Initialise system trusted keyring\n[ 0.485570] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.486825] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.489093] zbud: loaded\n[ 0.489861] VFS: Disk quotas dquot_6.6.0\n[ 0.490766] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.492495] fuse init (API version 7.23)\n[ 0.493471] Key type big_key registered\n[ 0.494346] Allocating IMA MOK and blacklist keyrings.\n[ 0.495627] Key type asymmetric registered\n[ 0.496506] Asymmetric key parser 'x509' registered\n[ 0.497516] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.499077] io scheduler noop registered\n[ 0.499890] io scheduler deadline registered (default)\n[ 0.500929] io scheduler cfq registered\n[ 0.501813] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.502915] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.504240] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.505749] ACPI: Power Button [PWRF]\n[ 0.506652] GHES: HEST is not enabled!\n[ 0.520432] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.548984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551142] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575172] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577538] Linux agpgart interface v0.103\n[ 0.580260] brd: module loaded\n[ 0.582009] loop: module loaded\n[ 0.585855] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587418] GPT:90111 != 2097151\n[ 0.588117] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589230] GPT:90111 != 2097151\n[ 0.589918] GPT: Use GNU Parted to correct GPT errors.\n[ 0.590903] vda: vda1 vda15\n[ 0.592134] scsi host0: ata_piix\n[ 0.594975] scsi host1: ata_piix\n[ 0.595738] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.596980] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.598633] libphy: Fixed MDIO Bus: probed\n[ 0.599478] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600444] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603063] PPP generic driver version 2.4.2\n[ 0.604021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.605239] ehci-pci: EHCI PCI platform driver\n[ 0.606143] ehci-platform: EHCI generic platform driver\n[ 0.607153] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.608310] ohci-pci: OHCI PCI platform driver\n[ 0.609203] ohci-platform: OHCI generic platform driver\n[ 0.610224] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.624482] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.625515] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.627000] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.628038] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.629212] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.630466] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.631920] usb usb1: Product: UHCI Host Controller\n[ 0.632875] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.634049] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.635074] hub 1-0:1.0: USB hub found\n[ 0.635874] hub 1-0:1.0: 2 ports detected\n[ 0.636855] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.639057] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.640033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.641115] mousedev: PS/2 mouse device common for all mice\n[ 0.642486] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.644411] rtc_cmos 00:00: RTC can wake from S4\n[ 0.645565] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.646802] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.648025] i2c /dev entries driver\n[ 0.648832] device-mapper: uevent: version 1.0.3\n[ 0.649833] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.651509] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.652988] NET: Registered protocol family 10\n[ 0.654189] NET: Registered protocol family 17\n[ 0.655113] Key type dns_resolver registered\n[ 0.656162] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.657290] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.659157] registered taskstats version 1\n[ 0.660023] Loading compiled-in X.509 certificates\n[ 0.661536] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.663463] zswap: loaded using pool lzo/zbud\n[ 0.665153] Key type trusted registered\n[ 0.666959] Key type encrypted registered\n[ 0.667823] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.668883] ima: No TPM chip found, activating TPM-bypass!\n[ 0.669976] evm: HMAC attrs: 0x1\n[ 0.670979] Magic number: 14:287:681\n[ 0.671885] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:23 UTC (1534160483)\n[ 0.673548] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.674696] EDD information not available.\n[ 0.755417] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767291] Write protecting the kernel read-only data: 14336k\n[ 0.769523] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.771433] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.816971] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000007d\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6A4Nxwq/Nq3aGMVeVfAh8vln/isr8SV0P4wZwqV+cJiqPZb5hUcROCDDSJ937b615qhaoEgLLDlBecjuIAFgjQbltlPAKwOuOkkGVFUEZhoLq4vte0pQS1qN8bRuDEh7/oK7nBke1OU16FdJdxnAJniWYSomonGVLWCvrjkpVMNpTcYOlQL0+rlnGGcEZYNExVPKQ/gf1YqcaC6HiSmGOKtxC7k4+PtMYfRmxrlZqsr/vmlsXyC7nQ1yO4phfuOfhFT5YcIcnFnMlUIfyv8pNuv9VvJp2MEG6oArSmYID5d4o7vjl6GQzu9oZBcuvbnOhJq49c0wGOOvDHdHJWK4R root@sdnvpn-1-5\nssh-dss AAAAB3NzaC1kc3MAAACBAMQRNhGki5iNWbPgdv3hoxH0psZBcJjnk5olkGxYZYAnqXj+mBfqFQPHWXC/bqlZQ89BvVyPLII9ey8+zLaFz8xvG3J4e910tXFSn4+6VdeUqb5UWMsC0EASq1O0jo83aBUxJp0BeD8sdi130vXVn0pOUIVxMC4ME9QGeyOgm861AAAAFQDdhFH+dEMV22FyyelXbgPtg9BaXwAAAIAh5fg3acY7Tw4gi49BjdgFkbcrB80ADPP1JKaJd1PiHLZ0l2KSsuE5rEvAPHo0yyGsddXeuHOm5Jjs1zASQ9PDDxCDv+d5TSbi4mKNIGwOvTwwP5G4Eon7p+RPN/7dbv//gW+8MpfyZCd+K4CPI875PjO6ZFfM3+JE/L48ULTyjAAAAIBidorYHesB9bEm5Oct4IvmnHnigbzPHBAVyFx7qpMaDr9Q2PVThB60AuFNQpP6Sg6TTA1KjatrzEV0N/muHbpvZFkID49QGyvAXJ9shCFYJAWuOBEjSUzTo+47yDnRCM9sk9jb83fJGyAoeLOfk3gj5D4LYWr+1rMVc8z+9N7Cyw== root@sdnvpn-1-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:fe0a:4f90/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-0000007d\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-1-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.60 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:4F:90 \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:4f90/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.11.1 0.0.0.0 UG 0 0 0 eth0\n10.10.11.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.11.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.11.1\nPING 10.10.11.1 (10.10.11.1): 56 data bytes\n\n--- 10.10.11.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.945952] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.105685] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.105687] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.105688] usb 1-1: Product: QEMU USB Tablet\n[ 1.105689] usb 1-1: Manufacturer: QEMU\n[ 1.105690] usb 1-1: SerialNumber: 42\n[ 1.477994] tsc: Refined TSC clocksource calibration: 3491.872 MHz\n[ 1.478001] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\n[ 2.647817] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.681520] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:41:23 cirros kern.info kernel: [ 0.771433] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 13 12:41:23 cirros kern.info kernel: [ 0.784007] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 13 12:41:23 cirros kern.info kernel: [ 0.784008] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 13 12:41:23 cirros kern.info kernel: [ 0.785743] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 13 12:41:23 cirros kern.info kernel: [ 0.788852] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 13 12:41:23 cirros kern.info kernel: [ 0.790940] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 13 12:41:23 cirros kern.info kernel: [ 0.814656] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:41:23 cirros kern.info kernel: [ 0.815321] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:41:23 cirros kern.notice kernel: [ 0.816971] random: blkid urandom read with 2 bits of entropy available\nAug 13 12:41:23 cirros kern.info kernel: [ 0.818713] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:41:23 cirros kern.info kernel: [ 0.822962] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:41:23 cirros kern.info kernel: [ 0.896296] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:41:23 cirros kern.info kernel: [ 0.904332] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:41:23 cirros kern.info kernel: [ 0.945952] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:41:23 cirros kern.info kernel: [ 1.105685] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:41:23 cirros kern.info kernel: [ 1.105687] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:41:23 cirros kern.info kernel: [ 1.105688] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:41:23 cirros kern.info kernel: [ 1.105689] usb 1-1: Manufacturer: QEMU\nAug 13 12:41:23 cirros kern.info kernel: [ 1.105690] usb 1-1: SerialNumber: 42\nAug 13 12:41:24 cirros kern.info kernel: [ 1.477994] tsc: Refined TSC clocksource calibration: 3491.872 MHz\nAug 13 12:41:24 cirros kern.info kernel: [ 1.478001] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325552b52c9, max_idle_ns: 440795254132 ns\nAug 13 12:41:24 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:41:25 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:41:25 cirros kern.info kernel: [ 2.647817] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:41:25 cirros kern.info kernel: [ 2.681520] 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-08-13 11:42:12,616 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-2af57ee0-288f-4ae4-bd43-d99179f0f7bf 2018-08-13 11:42:14,645 - sdnvpn_test_utils - INFO - Waiting for instance a174977e-71d0-47d4-8f67-65cf0e85cbd6 to boot up 2018-08-13 11:42:14,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:14,735 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-77665bf9-2bdd-4a10-ae98-670c10aa72c7 x-compute-request-id: req-77665bf9-2bdd-4a10-ae98-670c10aa72c7 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:14,736 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-77665bf9-2bdd-4a10-ae98-670c10aa72c7 2018-08-13 11:42:16,739 - sdnvpn_test_utils - INFO - Waiting for instance 8380b87e-5a4b-4a54-b583-f7758407125f to boot up 2018-08-13 11:42:16,743 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f2b9618ee7b293467855aaf5798850329021c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:16,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42: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-d16dc161-1ebf-4b9f-a759-2d4ccd4e49ff x-compute-request-id: req-d16dc161-1ebf-4b9f-a759-2d4ccd4e49ff Content-Encoding: gzip Content-Length: 8123 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487181031 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152138] pid_max: default: 32768 minimum: 301\n[ 0.153097] ACPI: Core revision 20150930\n[ 0.154530] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155954] Security Framework initialized\n[ 0.156836] Yama: becoming mindful.\n[ 0.157634] AppArmor: AppArmor initialized\n[ 0.158553] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161383] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162693] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164221] Initializing cgroup subsys io\n[ 0.165100] Initializing cgroup subsys memory\n[ 0.166040] Initializing cgroup subsys devices\n[ 0.166980] Initializing cgroup subsys freezer\n[ 0.167913] Initializing cgroup subsys net_cls\n[ 0.168846] Initializing cgroup subsys perf_event\n[ 0.169837] Initializing cgroup subsys net_prio\n[ 0.170790] Initializing cgroup subsys hugetlb\n[ 0.171725] Initializing cgroup subsys pids\n[ 0.172662] CPU: Physical Processor ID: 0\n[ 0.174246] mce: CPU supports 10 MCE banks\n[ 0.175151] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176231] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192649] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198861] ftrace: allocating 31920 entries in 125 pages\n[ 0.224043] smpboot: Max logical packages: 1\n[ 0.224978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] x2apic enabled\n[ 0.227282] Switched APIC routing to physical x2apic.\n[ 0.229083] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232459] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234398] KVM setup paravirtual spinlock\n[ 0.235768] x86: Booted up 1 node, 1 CPUs\n[ 0.236655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238148] devtmpfs: initialized\n[ 0.239912] evm: security.selinux\n[ 0.240668] evm: security.SMACK64\n[ 0.241405] evm: security.SMACK64EXEC\n[ 0.242209] evm: security.SMACK64TRANSMUTE\n[ 0.243085] evm: security.SMACK64MMAP\n[ 0.243890] evm: security.ima\n[ 0.244577] evm: security.capability\n[ 0.245450] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247468] pinctrl core: initialized pinctrl subsystem\n[ 0.248658] RTC time: 11:41:36, date: 08/13/18\n[ 0.249693] NET: Registered protocol family 16\n[ 0.250749] cpuidle: using governor ladder\n[ 0.251642] cpuidle: using governor menu\n[ 0.252491] PCCT header not found.\n[ 0.253300] ACPI: bus type PCI registered\n[ 0.254173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255879] PCI: Using configuration type 1 for base access\n[ 0.258088] ACPI: Added _OSI(Module Device)\n[ 0.259262] ACPI: Added _OSI(Processor Device)\n[ 0.260466] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261736] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263936] ACPI: Interpreter enabled\n[ 0.265001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275327] ACPI: (supports S0 S5)\n[ 0.276304] ACPI: Using IOAPIC for interrupt routing\n[ 0.277641] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283034] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286387] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288728] acpiphp: Slot [3] registered\n[ 0.289570] acpiphp: Slot [4] registered\n[ 0.290402] acpiphp: Slot [5] registered\n[ 0.291236] acpiphp: Slot [6] registered\n[ 0.292065] acpiphp: Slot [7] registered\n[ 0.292909] acpiphp: Slot [8] registered\n[ 0.293740] acpiphp: Slot [9] registered\n[ 0.294567] acpiphp: Slot [10] registered\n[ 0.295406] acpiphp: Slot [11] registered\n[ 0.296252] acpiphp: Slot [12] registered\n[ 0.297106] acpiphp: Slot [13] registered\n[ 0.297960] acpiphp: Slot [14] registered\n[ 0.298805] acpiphp: Slot [15] registered\n[ 0.310262] acpiphp: Slot [16] registered\n[ 0.311133] acpiphp: Slot [17] registered\n[ 0.311981] acpiphp: Slot [18] registered\n[ 0.312821] acpiphp: Slot [19] registered\n[ 0.313663] acpiphp: Slot [20] registered\n[ 0.314552] acpiphp: Slot [21] registered\n[ 0.315392] acpiphp: Slot [22] registered\n[ 0.316234] acpiphp: Slot [23] registered\n[ 0.317080] acpiphp: Slot [24] registered\n[ 0.317923] acpiphp: Slot [25] registered\n[ 0.318762] acpiphp: Slot [26] registered\n[ 0.319598] acpiphp: Slot [27] registered\n[ 0.320432] acpiphp: Slot [28] registered\n[ 0.321275] acpiphp: Slot [29] registered\n[ 0.322123] acpiphp: Slot [30] registered\n[ 0.322966] acpiphp: Slot [31] registered\n[ 0.323800] PCI host bridge to bus 0000:00\n[ 0.324635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325886] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.330127] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.331644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335165] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336495] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339028] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342699] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344338] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364069] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367515] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371754] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373107] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374202] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375794] vgaarb: loaded\n[ 0.376421] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377701] SCSI subsystem initialized\n[ 0.378646] ACPI: bus type USB registered\n[ 0.379499] usbcore: registered new interface driver usbfs\n[ 0.380568] usbcore: registered new interface driver hub\n[ 0.381609] usbcore: registered new device driver usb\n[ 0.382752] PCI: Using ACPI for IRQ routing\n[ 0.383906] NetLabel: Initializing\n[ 0.384651] NetLabel: domain hash size = 128\n[ 0.385524] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386512] NetLabel: unlabeled traffic allowed by default\n[ 0.387712] clocksource: Switched to clocksource kvm-clock\n[ 0.396223] AppArmor: AppArmor Filesystem Enabled\n[ 0.397229] pnp: PnP ACPI init\n[ 0.398206] pnp: PnP ACPI: found 5 devices\n[ 0.404571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406341] NET: Registered protocol family 2\n[ 0.407422] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408759] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410003] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411241] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413600] NET: Registered protocol family 1\n[ 0.414506] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430923] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445133] Trying to unpack rootfs image as initramfs...\n[ 0.502671] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504411] Scanning for low memory corruption every 60 seconds\n[ 0.505808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507016] audit: initializing netlink subsys (disabled)\n[ 0.508108] audit: type=2000 audit(1534160497.205:1): initialized\n[ 0.509497] Initialise system trusted keyring\n[ 0.510472] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511679] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513846] zbud: loaded\n[ 0.514606] VFS: Disk quotas dquot_6.6.0\n[ 0.515453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517116] fuse init (API version 7.23)\n[ 0.518051] Key type big_key registered\n[ 0.518895] Allocating IMA MOK and blacklist keyrings.\n[ 0.520168] Key type asymmetric registered\n[ 0.521026] Asymmetric key parser 'x509' registered\n[ 0.522018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523562] io scheduler noop registered\n[ 0.524383] io scheduler deadline registered (default)\n[ 0.525425] io scheduler cfq registered\n[ 0.526297] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527377] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530189] ACPI: Power Button [PWRF]\n[ 0.531086] GHES: HEST is not enabled!\n[ 0.544855] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599117] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604125] Linux agpgart interface v0.103\n[ 0.607072] brd: module loaded\n[ 0.608824] loop: module loaded\n[ 0.613930] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615439] GPT:90111 != 2097151\n[ 0.616144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617283] GPT:90111 != 2097151\n[ 0.617995] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619007] vda: vda1 vda15\n[ 0.620534] scsi host0: ata_piix\n[ 0.621358] scsi host1: ata_piix\n[ 0.622109] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.623374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624917] libphy: Fixed MDIO Bus: probed\n[ 0.625769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626757] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629301] PPP generic driver version 2.4.2\n[ 0.630269] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631519] ehci-pci: EHCI PCI platform driver\n[ 0.632439] ehci-platform: EHCI generic platform driver\n[ 0.633484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634679] ohci-pci: OHCI PCI platform driver\n[ 0.635591] ohci-platform: OHCI generic platform driver\n[ 0.636670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650974] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652026] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654607] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.655806] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658558] usb usb1: Product: UHCI Host Controller\n[ 0.659520] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661730] hub 1-0:1.0: USB hub found\n[ 0.662557] hub 1-0:1.0: 2 ports detected\n[ 0.663541] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665794] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666792] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667892] mousedev: PS/2 mouse device common for all mice\n[ 0.669219] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671154] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672349] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673625] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674895] i2c /dev entries driver\n[ 0.675698] device-mapper: uevent: version 1.0.3\n[ 0.676724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678430] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679955] NET: Registered protocol family 10\n[ 0.681134] NET: Registered protocol family 17\n[ 0.682071] Key type dns_resolver registered\n[ 0.683116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684272] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686146] registered taskstats version 1\n[ 0.687039] Loading compiled-in X.509 certificates\n[ 0.688573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690525] zswap: loaded using pool lzo/zbud\n[ 0.692238] Key type trusted registered\n[ 0.694019] Key type encrypted registered\n[ 0.694882] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695980] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697072] evm: HMAC attrs: 0x1\n[ 0.698095] Magic number: 14:287:681\n[ 0.698995] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:36 UTC (1534160496)\n[ 0.700698] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701857] EDD information not available.\n[ 0.780275] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793056] ata1.00: configured for MWDMA2\n[ 0.794493] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797128] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798668] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.800171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.802637] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804515] Write protecting the kernel read-only data: 14336k\n[ 0.806918] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809147] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.868561] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.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 0.35s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:42:16,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action used request id req-d16dc161-1ebf-4b9f-a759-2d4ccd4e49ff 2018-08-13 11:42:18,818 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:19,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42: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-bd8ac4a0-5337-41e8-a63b-64553594ebd7 x-compute-request-id: req-bd8ac4a0-5337-41e8-a63b-64553594ebd7 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:19,047 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-bd8ac4a0-5337-41e8-a63b-64553594ebd7 2018-08-13 11:42:19,048 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.3) to 'sdnvpn-1-2' (10.10.10.28). -->Expected result: can ping. 2018-08-13 11:42:19,051 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:19,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2e72469-1c35-4852-a9ed-1bad00435fe4 x-compute-request-id: req-e2e72469-1c35-4852-a9ed-1bad00435fe4 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:19,117 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-e2e72469-1c35-4852-a9ed-1bad00435fe4 2018-08-13 11:42:19,118 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-2' 2018-08-13 11:42:19,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:19,188 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a99c4994-98b1-4a17-8e7a-55468e7932aa x-compute-request-id: req-a99c4994-98b1-4a17-8e7a-55468e7932aa Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:19,189 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-a99c4994-98b1-4a17-8e7a-55468e7932aa 2018-08-13 11:42:19,190 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.3) to 'sdnvpn-1-3' (10.10.10.7). -->Expected result: can ping. 2018-08-13 11:42:19,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:19,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-18184429-be67-40d6-b7c2-9a17b13e0bde x-compute-request-id: req-18184429-be67-40d6-b7c2-9a17b13e0bde Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:19,260 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-18184429-be67-40d6-b7c2-9a17b13e0bde 2018-08-13 11:42:19,261 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-3' 2018-08-13 11:42:19,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:19,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbed0090-834c-425e-9fcb-182fe76b5ad8 x-compute-request-id: req-bbed0090-834c-425e-9fcb-182fe76b5ad8 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:19,328 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-bbed0090-834c-425e-9fcb-182fe76b5ad8 2018-08-13 11:42:19,329 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.3) to 'sdnvpn-1-4' (10.10.11.12). -->Expected result: cannot ping. 2018-08-13 11:42:19,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:19,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ec2325e-dc5e-4149-ba74-569be82e74a1 x-compute-request-id: req-9ec2325e-dc5e-4149-ba74-569be82e74a1 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:19,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-9ec2325e-dc5e-4149-ba74-569be82e74a1 2018-08-13 11:42:20,408 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:20,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ac4339c8-e97e-46a3-8eaf-929df5e5a423 x-compute-request-id: req-ac4339c8-e97e-46a3-8eaf-929df5e5a423 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:20,466 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-ac4339c8-e97e-46a3-8eaf-929df5e5a423 2018-08-13 11:42:21,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:21,537 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4e1411b-5f90-4319-8eae-23c27307fe2b x-compute-request-id: req-f4e1411b-5f90-4319-8eae-23c27307fe2b Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:21,537 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-f4e1411b-5f90-4319-8eae-23c27307fe2b 2018-08-13 11:42:22,542 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:22,608 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b85734b-bab0-4688-acbc-79d2db65ecd0 x-compute-request-id: req-4b85734b-bab0-4688-acbc-79d2db65ecd0 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:22,608 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-4b85734b-bab0-4688-acbc-79d2db65ecd0 2018-08-13 11:42:23,613 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:23,671 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-828f8d47-9928-46ec-920a-94c5f29d74fb x-compute-request-id: req-828f8d47-9928-46ec-920a-94c5f29d74fb Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:23,672 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-828f8d47-9928-46ec-920a-94c5f29d74fb 2018-08-13 11:42:24,677 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:24,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42: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-a6d3e8eb-5a93-494f-8caa-ac59cde798c6 x-compute-request-id: req-a6d3e8eb-5a93-494f-8caa-ac59cde798c6 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:24,742 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-a6d3e8eb-5a93-494f-8caa-ac59cde798c6 2018-08-13 11:42:25,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:25,812 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fc81449d-fe14-4fc5-b58f-db539ced5f08 x-compute-request-id: req-fc81449d-fe14-4fc5-b58f-db539ced5f08 Content-Encoding: gzip Content-Length: 8117 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:42:25,812 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-fc81449d-fe14-4fc5-b58f-db539ced5f08 2018-08-13 11:42:26,817 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:26,884 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3c14df89-0a7d-466b-9eab-e2d23da70dbb x-compute-request-id: req-3c14df89-0a7d-466b-9eab-e2d23da70dbb Content-Encoding: gzip Content-Length: 8124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 KO\n"} 2018-08-13 11:42:26,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-3c14df89-0a7d-466b-9eab-e2d23da70dbb 2018-08-13 11:42:26,885 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' cannot ping 'sdnvpn-1-4' 2018-08-13 11:42:26,885 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-2-net' to the VPN. 2018-08-13 11:42:26,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"network_association": {"network_id": "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"}}' 2018-08-13 11:42:27,214 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-0d613d3d-adc2-429b-86a0-80ecd0059ec9 Date: Mon, 13 Aug 2018 11:42:27 GMT RESP BODY: {"network_association": {"network_id": "e1cb77ea-9320-40ee-8b85-a1c31b7c5899", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "24a6ed20-a4e3-4f39-920c-961047c5ecf6"}} 2018-08-13 11:42:27,215 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de/network_associations used request id req-0d613d3d-adc2-429b-86a0-80ecd0059ec9 2018-08-13 11:42:27,215 - sdnvpn_test_utils - DEBUG - Waiting for network 5e93ee58-ec08-474f-a9c9-da1354c283de to associate with BGPVPN 0573f84e-9fd8-41f1-beb4-18f7893160e7 2018-08-13 11:42:27,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:42:27,267 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-755e082f-7b19-4495-bc3f-362eb52076a2 Date: Mon, 13 Aug 2018 11:42:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-623109", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["0573f84e-9fd8-41f1-beb4-18f7893160e7", "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "5e93ee58-ec08-474f-a9c9-da1354c283de"}} 2018-08-13 11:42:27,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de used request id req-755e082f-7b19-4495-bc3f-362eb52076a2 2018-08-13 11:42:28,268 - sdnvpn_test_utils - DEBUG - Waiting for network 5e93ee58-ec08-474f-a9c9-da1354c283de to associate with BGPVPN e1cb77ea-9320-40ee-8b85-a1c31b7c5899 2018-08-13 11:42:28,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:42:28,311 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-baf34dda-4540-4376-a1dd-643d680d7dca Date: Mon, 13 Aug 2018 11:42:28 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-623109", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["0573f84e-9fd8-41f1-beb4-18f7893160e7", "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "5e93ee58-ec08-474f-a9c9-da1354c283de"}} 2018-08-13 11:42:28,311 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de used request id req-baf34dda-4540-4376-a1dd-643d680d7dca 2018-08-13 11:42:29,312 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 11:42:59,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f2b9618ee7b293467855aaf5798850329021c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:59,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f211ddac-0b7e-4497-8e17-44cd5beb4616 x-compute-request-id: req-f211ddac-0b7e-4497-8e17-44cd5beb4616 Content-Encoding: gzip Content-Length: 8125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487181031 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152138] pid_max: default: 32768 minimum: 301\n[ 0.153097] ACPI: Core revision 20150930\n[ 0.154530] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155954] Security Framework initialized\n[ 0.156836] Yama: becoming mindful.\n[ 0.157634] AppArmor: AppArmor initialized\n[ 0.158553] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161383] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162693] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164221] Initializing cgroup subsys io\n[ 0.165100] Initializing cgroup subsys memory\n[ 0.166040] Initializing cgroup subsys devices\n[ 0.166980] Initializing cgroup subsys freezer\n[ 0.167913] Initializing cgroup subsys net_cls\n[ 0.168846] Initializing cgroup subsys perf_event\n[ 0.169837] Initializing cgroup subsys net_prio\n[ 0.170790] Initializing cgroup subsys hugetlb\n[ 0.171725] Initializing cgroup subsys pids\n[ 0.172662] CPU: Physical Processor ID: 0\n[ 0.174246] mce: CPU supports 10 MCE banks\n[ 0.175151] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176231] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192649] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198861] ftrace: allocating 31920 entries in 125 pages\n[ 0.224043] smpboot: Max logical packages: 1\n[ 0.224978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] x2apic enabled\n[ 0.227282] Switched APIC routing to physical x2apic.\n[ 0.229083] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232459] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234398] KVM setup paravirtual spinlock\n[ 0.235768] x86: Booted up 1 node, 1 CPUs\n[ 0.236655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238148] devtmpfs: initialized\n[ 0.239912] evm: security.selinux\n[ 0.240668] evm: security.SMACK64\n[ 0.241405] evm: security.SMACK64EXEC\n[ 0.242209] evm: security.SMACK64TRANSMUTE\n[ 0.243085] evm: security.SMACK64MMAP\n[ 0.243890] evm: security.ima\n[ 0.244577] evm: security.capability\n[ 0.245450] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247468] pinctrl core: initialized pinctrl subsystem\n[ 0.248658] RTC time: 11:41:36, date: 08/13/18\n[ 0.249693] NET: Registered protocol family 16\n[ 0.250749] cpuidle: using governor ladder\n[ 0.251642] cpuidle: using governor menu\n[ 0.252491] PCCT header not found.\n[ 0.253300] ACPI: bus type PCI registered\n[ 0.254173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255879] PCI: Using configuration type 1 for base access\n[ 0.258088] ACPI: Added _OSI(Module Device)\n[ 0.259262] ACPI: Added _OSI(Processor Device)\n[ 0.260466] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261736] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263936] ACPI: Interpreter enabled\n[ 0.265001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275327] ACPI: (supports S0 S5)\n[ 0.276304] ACPI: Using IOAPIC for interrupt routing\n[ 0.277641] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283034] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286387] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288728] acpiphp: Slot [3] registered\n[ 0.289570] acpiphp: Slot [4] registered\n[ 0.290402] acpiphp: Slot [5] registered\n[ 0.291236] acpiphp: Slot [6] registered\n[ 0.292065] acpiphp: Slot [7] registered\n[ 0.292909] acpiphp: Slot [8] registered\n[ 0.293740] acpiphp: Slot [9] registered\n[ 0.294567] acpiphp: Slot [10] registered\n[ 0.295406] acpiphp: Slot [11] registered\n[ 0.296252] acpiphp: Slot [12] registered\n[ 0.297106] acpiphp: Slot [13] registered\n[ 0.297960] acpiphp: Slot [14] registered\n[ 0.298805] acpiphp: Slot [15] registered\n[ 0.310262] acpiphp: Slot [16] registered\n[ 0.311133] acpiphp: Slot [17] registered\n[ 0.311981] acpiphp: Slot [18] registered\n[ 0.312821] acpiphp: Slot [19] registered\n[ 0.313663] acpiphp: Slot [20] registered\n[ 0.314552] acpiphp: Slot [21] registered\n[ 0.315392] acpiphp: Slot [22] registered\n[ 0.316234] acpiphp: Slot [23] registered\n[ 0.317080] acpiphp: Slot [24] registered\n[ 0.317923] acpiphp: Slot [25] registered\n[ 0.318762] acpiphp: Slot [26] registered\n[ 0.319598] acpiphp: Slot [27] registered\n[ 0.320432] acpiphp: Slot [28] registered\n[ 0.321275] acpiphp: Slot [29] registered\n[ 0.322123] acpiphp: Slot [30] registered\n[ 0.322966] acpiphp: Slot [31] registered\n[ 0.323800] PCI host bridge to bus 0000:00\n[ 0.324635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325886] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.330127] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.331644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335165] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336495] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339028] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342699] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344338] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364069] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367515] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371754] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373107] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374202] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375794] vgaarb: loaded\n[ 0.376421] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377701] SCSI subsystem initialized\n[ 0.378646] ACPI: bus type USB registered\n[ 0.379499] usbcore: registered new interface driver usbfs\n[ 0.380568] usbcore: registered new interface driver hub\n[ 0.381609] usbcore: registered new device driver usb\n[ 0.382752] PCI: Using ACPI for IRQ routing\n[ 0.383906] NetLabel: Initializing\n[ 0.384651] NetLabel: domain hash size = 128\n[ 0.385524] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386512] NetLabel: unlabeled traffic allowed by default\n[ 0.387712] clocksource: Switched to clocksource kvm-clock\n[ 0.396223] AppArmor: AppArmor Filesystem Enabled\n[ 0.397229] pnp: PnP ACPI init\n[ 0.398206] pnp: PnP ACPI: found 5 devices\n[ 0.404571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406341] NET: Registered protocol family 2\n[ 0.407422] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408759] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410003] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411241] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413600] NET: Registered protocol family 1\n[ 0.414506] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430923] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445133] Trying to unpack rootfs image as initramfs...\n[ 0.502671] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504411] Scanning for low memory corruption every 60 seconds\n[ 0.505808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507016] audit: initializing netlink subsys (disabled)\n[ 0.508108] audit: type=2000 audit(1534160497.205:1): initialized\n[ 0.509497] Initialise system trusted keyring\n[ 0.510472] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511679] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513846] zbud: loaded\n[ 0.514606] VFS: Disk quotas dquot_6.6.0\n[ 0.515453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517116] fuse init (API version 7.23)\n[ 0.518051] Key type big_key registered\n[ 0.518895] Allocating IMA MOK and blacklist keyrings.\n[ 0.520168] Key type asymmetric registered\n[ 0.521026] Asymmetric key parser 'x509' registered\n[ 0.522018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523562] io scheduler noop registered\n[ 0.524383] io scheduler deadline registered (default)\n[ 0.525425] io scheduler cfq registered\n[ 0.526297] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527377] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530189] ACPI: Power Button [PWRF]\n[ 0.531086] GHES: HEST is not enabled!\n[ 0.544855] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599117] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604125] Linux agpgart interface v0.103\n[ 0.607072] brd: module loaded\n[ 0.608824] loop: module loaded\n[ 0.613930] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615439] GPT:90111 != 2097151\n[ 0.616144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617283] GPT:90111 != 2097151\n[ 0.617995] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619007] vda: vda1 vda15\n[ 0.620534] scsi host0: ata_piix\n[ 0.621358] scsi host1: ata_piix\n[ 0.622109] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.623374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624917] libphy: Fixed MDIO Bus: probed\n[ 0.625769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626757] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629301] PPP generic driver version 2.4.2\n[ 0.630269] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631519] ehci-pci: EHCI PCI platform driver\n[ 0.632439] ehci-platform: EHCI generic platform driver\n[ 0.633484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634679] ohci-pci: OHCI PCI platform driver\n[ 0.635591] ohci-platform: OHCI generic platform driver\n[ 0.636670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650974] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652026] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654607] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.655806] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658558] usb usb1: Product: UHCI Host Controller\n[ 0.659520] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661730] hub 1-0:1.0: USB hub found\n[ 0.662557] hub 1-0:1.0: 2 ports detected\n[ 0.663541] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665794] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666792] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667892] mousedev: PS/2 mouse device common for all mice\n[ 0.669219] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671154] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672349] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673625] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674895] i2c /dev entries driver\n[ 0.675698] device-mapper: uevent: version 1.0.3\n[ 0.676724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678430] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679955] NET: Registered protocol family 10\n[ 0.681134] NET: Registered protocol family 17\n[ 0.682071] Key type dns_resolver registered\n[ 0.683116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684272] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686146] registered taskstats version 1\n[ 0.687039] Loading compiled-in X.509 certificates\n[ 0.688573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690525] zswap: loaded using pool lzo/zbud\n[ 0.692238] Key type trusted registered\n[ 0.694019] Key type encrypted registered\n[ 0.694882] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695980] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697072] evm: HMAC attrs: 0x1\n[ 0.698095] Magic number: 14:287:681\n[ 0.698995] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:36 UTC (1534160496)\n[ 0.700698] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701857] EDD information not available.\n[ 0.780275] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793056] ata1.00: configured for MWDMA2\n[ 0.794493] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797128] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798668] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.800171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.802637] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804515] Write protecting the kernel read-only data: 14336k\n[ 0.806918] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809147] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.868561] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.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 0.35s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:42:59,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action used request id req-f211ddac-0b7e-4497-8e17-44cd5beb4616 2018-08-13 11:42:59,414 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-4' (10.10.11.12) to 'sdnvpn-1-5' (10.10.11.8). -->Expected result: can ping. 2018-08-13 11:42:59,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}51f2b9618ee7b293467855aaf5798850329021c2" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:42:59,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:42:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4815f2b4-1815-46b7-8c3f-be3f8a13b08d x-compute-request-id: req-4815f2b4-1815-46b7-8c3f-be3f8a13b08d Content-Encoding: gzip Content-Length: 8125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487181031 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.150358] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152138] pid_max: default: 32768 minimum: 301\n[ 0.153097] ACPI: Core revision 20150930\n[ 0.154530] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155954] Security Framework initialized\n[ 0.156836] Yama: becoming mindful.\n[ 0.157634] AppArmor: AppArmor initialized\n[ 0.158553] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159994] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161383] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162693] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164221] Initializing cgroup subsys io\n[ 0.165100] Initializing cgroup subsys memory\n[ 0.166040] Initializing cgroup subsys devices\n[ 0.166980] Initializing cgroup subsys freezer\n[ 0.167913] Initializing cgroup subsys net_cls\n[ 0.168846] Initializing cgroup subsys perf_event\n[ 0.169837] Initializing cgroup subsys net_prio\n[ 0.170790] Initializing cgroup subsys hugetlb\n[ 0.171725] Initializing cgroup subsys pids\n[ 0.172662] CPU: Physical Processor ID: 0\n[ 0.174246] mce: CPU supports 10 MCE banks\n[ 0.175151] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.176231] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192649] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198861] ftrace: allocating 31920 entries in 125 pages\n[ 0.224043] smpboot: Max logical packages: 1\n[ 0.224978] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226428] x2apic enabled\n[ 0.227282] Switched APIC routing to physical x2apic.\n[ 0.229083] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230294] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.232459] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.234398] KVM setup paravirtual spinlock\n[ 0.235768] x86: Booted up 1 node, 1 CPUs\n[ 0.236655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.238148] devtmpfs: initialized\n[ 0.239912] evm: security.selinux\n[ 0.240668] evm: security.SMACK64\n[ 0.241405] evm: security.SMACK64EXEC\n[ 0.242209] evm: security.SMACK64TRANSMUTE\n[ 0.243085] evm: security.SMACK64MMAP\n[ 0.243890] evm: security.ima\n[ 0.244577] evm: security.capability\n[ 0.245450] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.247468] pinctrl core: initialized pinctrl subsystem\n[ 0.248658] RTC time: 11:41:36, date: 08/13/18\n[ 0.249693] NET: Registered protocol family 16\n[ 0.250749] cpuidle: using governor ladder\n[ 0.251642] cpuidle: using governor menu\n[ 0.252491] PCCT header not found.\n[ 0.253300] ACPI: bus type PCI registered\n[ 0.254173] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.255879] PCI: Using configuration type 1 for base access\n[ 0.258088] ACPI: Added _OSI(Module Device)\n[ 0.259262] ACPI: Added _OSI(Processor Device)\n[ 0.260466] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.261736] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.263936] ACPI: Interpreter enabled\n[ 0.265001] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270105] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272715] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.275327] ACPI: (supports S0 S5)\n[ 0.276304] ACPI: Using IOAPIC for interrupt routing\n[ 0.277641] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281441] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.283034] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284817] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.286387] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.288728] acpiphp: Slot [3] registered\n[ 0.289570] acpiphp: Slot [4] registered\n[ 0.290402] acpiphp: Slot [5] registered\n[ 0.291236] acpiphp: Slot [6] registered\n[ 0.292065] acpiphp: Slot [7] registered\n[ 0.292909] acpiphp: Slot [8] registered\n[ 0.293740] acpiphp: Slot [9] registered\n[ 0.294567] acpiphp: Slot [10] registered\n[ 0.295406] acpiphp: Slot [11] registered\n[ 0.296252] acpiphp: Slot [12] registered\n[ 0.297106] acpiphp: Slot [13] registered\n[ 0.297960] acpiphp: Slot [14] registered\n[ 0.298805] acpiphp: Slot [15] registered\n[ 0.310262] acpiphp: Slot [16] registered\n[ 0.311133] acpiphp: Slot [17] registered\n[ 0.311981] acpiphp: Slot [18] registered\n[ 0.312821] acpiphp: Slot [19] registered\n[ 0.313663] acpiphp: Slot [20] registered\n[ 0.314552] acpiphp: Slot [21] registered\n[ 0.315392] acpiphp: Slot [22] registered\n[ 0.316234] acpiphp: Slot [23] registered\n[ 0.317080] acpiphp: Slot [24] registered\n[ 0.317923] acpiphp: Slot [25] registered\n[ 0.318762] acpiphp: Slot [26] registered\n[ 0.319598] acpiphp: Slot [27] registered\n[ 0.320432] acpiphp: Slot [28] registered\n[ 0.321275] acpiphp: Slot [29] registered\n[ 0.322123] acpiphp: Slot [30] registered\n[ 0.322966] acpiphp: Slot [31] registered\n[ 0.323800] PCI host bridge to bus 0000:00\n[ 0.324635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.325886] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.327140] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.328643] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.330127] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.331644] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.335165] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.336495] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337722] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.339028] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342699] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.344338] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.364069] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.366043] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.367515] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.368988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.370435] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.371754] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.373107] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.374202] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.375794] vgaarb: loaded\n[ 0.376421] vgaarb: bridge control possible 0000:00:02.0\n[ 0.377701] SCSI subsystem initialized\n[ 0.378646] ACPI: bus type USB registered\n[ 0.379499] usbcore: registered new interface driver usbfs\n[ 0.380568] usbcore: registered new interface driver hub\n[ 0.381609] usbcore: registered new device driver usb\n[ 0.382752] PCI: Using ACPI for IRQ routing\n[ 0.383906] NetLabel: Initializing\n[ 0.384651] NetLabel: domain hash size = 128\n[ 0.385524] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386512] NetLabel: unlabeled traffic allowed by default\n[ 0.387712] clocksource: Switched to clocksource kvm-clock\n[ 0.396223] AppArmor: AppArmor Filesystem Enabled\n[ 0.397229] pnp: PnP ACPI init\n[ 0.398206] pnp: PnP ACPI: found 5 devices\n[ 0.404571] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406341] NET: Registered protocol family 2\n[ 0.407422] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408759] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410003] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411241] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413600] NET: Registered protocol family 1\n[ 0.414506] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.415655] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.416761] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.430923] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445133] Trying to unpack rootfs image as initramfs...\n[ 0.502671] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.504411] Scanning for low memory corruption every 60 seconds\n[ 0.505808] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.507016] audit: initializing netlink subsys (disabled)\n[ 0.508108] audit: type=2000 audit(1534160497.205:1): initialized\n[ 0.509497] Initialise system trusted keyring\n[ 0.510472] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.511679] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.513846] zbud: loaded\n[ 0.514606] VFS: Disk quotas dquot_6.6.0\n[ 0.515453] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.517116] fuse init (API version 7.23)\n[ 0.518051] Key type big_key registered\n[ 0.518895] Allocating IMA MOK and blacklist keyrings.\n[ 0.520168] Key type asymmetric registered\n[ 0.521026] Asymmetric key parser 'x509' registered\n[ 0.522018] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523562] io scheduler noop registered\n[ 0.524383] io scheduler deadline registered (default)\n[ 0.525425] io scheduler cfq registered\n[ 0.526297] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527377] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530189] ACPI: Power Button [PWRF]\n[ 0.531086] GHES: HEST is not enabled!\n[ 0.544855] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572984] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.575194] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.599117] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.604125] Linux agpgart interface v0.103\n[ 0.607072] brd: module loaded\n[ 0.608824] loop: module loaded\n[ 0.613930] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615439] GPT:90111 != 2097151\n[ 0.616144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617283] GPT:90111 != 2097151\n[ 0.617995] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619007] vda: vda1 vda15\n[ 0.620534] scsi host0: ata_piix\n[ 0.621358] scsi host1: ata_piix\n[ 0.622109] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.623374] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.624917] libphy: Fixed MDIO Bus: probed\n[ 0.625769] tun: Universal TUN/TAP device driver, 1.6\n[ 0.626757] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.629301] PPP generic driver version 2.4.2\n[ 0.630269] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.631519] ehci-pci: EHCI PCI platform driver\n[ 0.632439] ehci-platform: EHCI generic platform driver\n[ 0.633484] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.634679] ohci-pci: OHCI PCI platform driver\n[ 0.635591] ohci-platform: OHCI generic platform driver\n[ 0.636670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.650974] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.652026] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.653540] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.654607] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.655806] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.657087] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.658558] usb usb1: Product: UHCI Host Controller\n[ 0.659520] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.660706] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.661730] hub 1-0:1.0: USB hub found\n[ 0.662557] hub 1-0:1.0: 2 ports detected\n[ 0.663541] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.665794] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.666792] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667892] mousedev: PS/2 mouse device common for all mice\n[ 0.669219] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671154] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672349] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.673625] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.674895] i2c /dev entries driver\n[ 0.675698] device-mapper: uevent: version 1.0.3\n[ 0.676724] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678430] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.679955] NET: Registered protocol family 10\n[ 0.681134] NET: Registered protocol family 17\n[ 0.682071] Key type dns_resolver registered\n[ 0.683116] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.684272] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.686146] registered taskstats version 1\n[ 0.687039] Loading compiled-in X.509 certificates\n[ 0.688573] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.690525] zswap: loaded using pool lzo/zbud\n[ 0.692238] Key type trusted registered\n[ 0.694019] Key type encrypted registered\n[ 0.694882] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.695980] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697072] evm: HMAC attrs: 0x1\n[ 0.698095] Magic number: 14:287:681\n[ 0.698995] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:36 UTC (1534160496)\n[ 0.700698] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.701857] EDD information not available.\n[ 0.780275] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.793056] ata1.00: configured for MWDMA2\n[ 0.794493] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.797128] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.798668] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.800171] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.802637] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804515] Write protecting the kernel read-only data: 14336k\n[ 0.806918] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809147] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.868561] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.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 0.35s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:42:59,481 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action used request id req-4815f2b4-1815-46b7-8c3f-be3f8a13b08d 2018-08-13 11:42:59,482 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-4' can ping 'sdnvpn-1-5' 2018-08-13 11:42:59,482 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-08-13 11:42:59,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:42:59,885 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-81a6cd64-1e21-4101-b2e1-bac144587a2e Content-Length: 0 Date: Mon, 13 Aug 2018 11:42:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:42:59,885 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/5e93ee58-ec08-474f-a9c9-da1354c283de used request id req-81a6cd64-1e21-4101-b2e1-bac144587a2e 2018-08-13 11:43:29,921 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-623109", "route_distinguishers": "11:11"}}' 2018-08-13 11:43:30,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-8e904233-ee1a-4253-836e-b81b0203aa9f Date: Mon, 13 Aug 2018 11:43:30 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-623109", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "ef66037f-f784-4c62-984a-30740c5fe216"}} 2018-08-13 11:43:30,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-8e904233-ee1a-4253-836e-b81b0203aa9f 2018-08-13 11:43:30,334 - sdnvpn.test.functest.testcase_1 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-623109', u'route_distinguishers': [u'11:11'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'ef66037f-f784-4c62-984a-30740c5fe216', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'route_targets': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'type': u'l3', u'networks': []}} 2018-08-13 11:43:30,334 - sdnvpn-results - INFO - Associate network 'sdnvpn-1-1-net' to the VPN. 2018-08-13 11:43:30,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"network_association": {"network_id": "0573f84e-9fd8-41f1-beb4-18f7893160e7"}}' 2018-08-13 11:43:30,623 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7180d663-9eb0-49d0-8682-4924311b9999 Date: Mon, 13 Aug 2018 11:43:30 GMT RESP BODY: {"network_association": {"network_id": "0573f84e-9fd8-41f1-beb4-18f7893160e7", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f3414bce-5e32-4d26-8a77-5304414d7b22"}} 2018-08-13 11:43:30,624 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216/network_associations used request id req-7180d663-9eb0-49d0-8682-4924311b9999 2018-08-13 11:43:30,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" -d '{"network_association": {"network_id": "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"}}' 2018-08-13 11:43:30,933 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-7e79c75d-44fc-429f-8790-791988d2c20b Date: Mon, 13 Aug 2018 11:43:30 GMT RESP BODY: {"network_association": {"network_id": "e1cb77ea-9320-40ee-8b85-a1c31b7c5899", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "28e83192-5793-43b5-b5a4-0cd06e2fd665"}} 2018-08-13 11:43:30,933 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216/network_associations used request id req-7e79c75d-44fc-429f-8790-791988d2c20b 2018-08-13 11:43:30,934 - sdnvpn_test_utils - DEBUG - Waiting for network ef66037f-f784-4c62-984a-30740c5fe216 to associate with BGPVPN 0573f84e-9fd8-41f1-beb4-18f7893160e7 2018-08-13 11:43:30,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:43:30,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-eb78a506-d422-420a-bca3-02a65a7650e0 Date: Mon, 13 Aug 2018 11:43:30 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-623109", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["0573f84e-9fd8-41f1-beb4-18f7893160e7", "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "ef66037f-f784-4c62-984a-30740c5fe216"}} 2018-08-13 11:43:30,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216 used request id req-eb78a506-d422-420a-bca3-02a65a7650e0 2018-08-13 11:43:31,981 - sdnvpn_test_utils - DEBUG - Waiting for network ef66037f-f784-4c62-984a-30740c5fe216 to associate with BGPVPN e1cb77ea-9320-40ee-8b85-a1c31b7c5899 2018-08-13 11:43:31,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:43:32,302 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 419 X-Openstack-Request-Id: req-fdccd20c-79a3-4773-a5a3-a260f175fbb9 Date: Mon, 13 Aug 2018 11:43:32 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-623109", "route_distinguishers": ["11:11"], "routers": [], "import_targets": ["88:88"], "networks": ["0573f84e-9fd8-41f1-beb4-18f7893160e7", "e1cb77ea-9320-40ee-8b85-a1c31b7c5899"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "ef66037f-f784-4c62-984a-30740c5fe216"}} 2018-08-13 11:43:32,302 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216 used request id req-fdccd20c-79a3-4773-a5a3-a260f175fbb9 2018-08-13 11:43:33,304 - sdnvpn.test.functest.testcase_1 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 11:44:03,337 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:03,407 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3a7f3089-dbc5-421f-b0bd-056be553975b x-compute-request-id: req-3a7f3089-dbc5-421f-b0bd-056be553975b 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 KO\nping 10.10.11.8 OK\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 KO\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:44:03,408 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-3a7f3089-dbc5-421f-b0bd-056be553975b 2018-08-13 11:44:03,409 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.3) to 'sdnvpn-1-4' (10.10.11.12). -->Expected result: can ping. 2018-08-13 11:44:03,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:03,472 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3200cbf2-aeb2-4245-9eaa-b8f2018870fa x-compute-request-id: req-3200cbf2-aeb2-4245-9eaa-b8f2018870fa 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 KO\nping 10.10.11.8 OK\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 KO\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:44:03,473 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-3200cbf2-aeb2-4245-9eaa-b8f2018870fa 2018-08-13 11:44:03,474 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-4' 2018-08-13 11:44:03,477 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:03,535 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-59b09c0a-481e-4cc4-94a1-00ac24c39bdd x-compute-request-id: req-59b09c0a-481e-4cc4-94a1-00ac24c39bdd 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 KO\nping 10.10.11.8 OK\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 KO\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:44:03,535 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-59b09c0a-481e-4cc4-94a1-00ac24c39bdd 2018-08-13 11:44:03,536 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-1-1' (10.10.10.3) to 'sdnvpn-1-5' (10.10.11.8). -->Expected result: can ping. 2018-08-13 11:44:03,539 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0cf914dc1b6b37285e6a5d6d7078d301cf6b156e" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:03,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7a72b19d-f016-4d33-8355-253845d4a381 x-compute-request-id: req-7a72b19d-f016-4d33-8355-253845d4a381 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 476740058 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.143702] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.145436] pid_max: default: 32768 minimum: 301\n[ 0.146378] ACPI: Core revision 20150930\n[ 0.147769] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.149154] Security Framework initialized\n[ 0.150009] Yama: becoming mindful.\n[ 0.150778] AppArmor: AppArmor initialized\n[ 0.151676] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.153092] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.154469] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155765] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.157307] Initializing cgroup subsys io\n[ 0.158169] Initializing cgroup subsys memory\n[ 0.159115] Initializing cgroup subsys devices\n[ 0.160069] Initializing cgroup subsys freezer\n[ 0.160974] Initializing cgroup subsys net_cls\n[ 0.161859] Initializing cgroup subsys perf_event\n[ 0.162828] Initializing cgroup subsys net_prio\n[ 0.163757] Initializing cgroup subsys hugetlb\n[ 0.164669] Initializing cgroup subsys pids\n[ 0.165609] CPU: Physical Processor ID: 0\n[ 0.167191] mce: CPU supports 10 MCE banks\n[ 0.168065] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.169106] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185240] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191405] ftrace: allocating 31920 entries in 125 pages\n[ 0.216462] smpboot: Max logical packages: 1\n[ 0.217386] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218780] x2apic enabled\n[ 0.219612] Switched APIC routing to physical x2apic.\n[ 0.221373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222559] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224627] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226503] KVM setup paravirtual spinlock\n[ 0.227889] x86: Booted up 1 node, 1 CPUs\n[ 0.228752] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230198] devtmpfs: initialized\n[ 0.231924] evm: security.selinux\n[ 0.232672] evm: security.SMACK64\n[ 0.233391] evm: security.SMACK64EXEC\n[ 0.234154] evm: security.SMACK64TRANSMUTE\n[ 0.234998] evm: security.SMACK64MMAP\n[ 0.235774] evm: security.ima\n[ 0.236468] evm: security.capability\n[ 0.237341] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239309] pinctrl core: initialized pinctrl subsystem\n[ 0.240508] RTC time: 11:41:47, date: 08/13/18\n[ 0.241559] NET: Registered protocol family 16\n[ 0.242601] cpuidle: using governor ladder\n[ 0.243498] cpuidle: using governor menu\n[ 0.244357] PCCT header not found.\n[ 0.245143] ACPI: bus type PCI registered\n[ 0.246031] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.247400] PCI: Using configuration type 1 for base access\n[ 0.249286] ACPI: Added _OSI(Module Device)\n[ 0.250178] ACPI: Added _OSI(Processor Device)\n[ 0.251096] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.252071] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.253950] ACPI: Interpreter enabled\n[ 0.254775] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.256760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.258744] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.260720] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.262651] ACPI: (supports S0 S5)\n[ 0.263396] ACPI: Using IOAPIC for interrupt routing\n[ 0.264416] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.267615] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.268830] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270121] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271391] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.273734] acpiphp: Slot [3] registered\n[ 0.274624] acpiphp: Slot [4] registered\n[ 0.275507] acpiphp: Slot [5] registered\n[ 0.276361] acpiphp: Slot [6] registered\n[ 0.277195] acpiphp: Slot [7] registered\n[ 0.278043] acpiphp: Slot [8] registered\n[ 0.278878] acpiphp: Slot [9] registered\n[ 0.279726] acpiphp: Slot [10] registered\n[ 0.280580] acpiphp: Slot [11] registered\n[ 0.281439] acpiphp: Slot [12] registered\n[ 0.282281] acpiphp: Slot [13] registered\n[ 0.283117] acpiphp: Slot [14] registered\n[ 0.283976] acpiphp: Slot [15] registered\n[ 0.294973] acpiphp: Slot [16] registered\n[ 0.295839] acpiphp: Slot [17] registered\n[ 0.296726] acpiphp: Slot [18] registered\n[ 0.297597] acpiphp: Slot [19] registered\n[ 0.298453] acpiphp: Slot [20] registered\n[ 0.299306] acpiphp: Slot [21] registered\n[ 0.300162] acpiphp: Slot [22] registered\n[ 0.301004] acpiphp: Slot [23] registered\n[ 0.301856] acpiphp: Slot [24] registered\n[ 0.302720] acpiphp: Slot [25] registered\n[ 0.303570] acpiphp: Slot [26] registered\n[ 0.304498] acpiphp: Slot [27] registered\n[ 0.305384] acpiphp: Slot [28] registered\n[ 0.306236] acpiphp: Slot [29] registered\n[ 0.307108] acpiphp: Slot [30] registered\n[ 0.307978] acpiphp: Slot [31] registered\n[ 0.308824] PCI host bridge to bus 0000:00\n[ 0.309675] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310953] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.312237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.313760] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.315357] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316895] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.320249] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.321604] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.322844] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.324176] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.327784] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.329471] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.349366] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.351820] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.355252] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.356937] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.358619] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360178] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361286] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.362914] vgaarb: loaded\n[ 0.363546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.364826] SCSI subsystem initialized\n[ 0.365787] ACPI: bus type USB registered\n[ 0.366664] usbcore: registered new interface driver usbfs\n[ 0.367757] usbcore: registered new interface driver hub\n[ 0.368823] usbcore: registered new device driver usb\n[ 0.370001] PCI: Using ACPI for IRQ routing\n[ 0.371222] NetLabel: Initializing\n[ 0.371990] NetLabel: domain hash size = 128\n[ 0.372881] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373889] NetLabel: unlabeled traffic allowed by default\n[ 0.375100] clocksource: Switched to clocksource kvm-clock\n[ 0.383108] AppArmor: AppArmor Filesystem Enabled\n[ 0.384125] pnp: PnP ACPI init\n[ 0.385130] pnp: PnP ACPI: found 5 devices\n[ 0.391558] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393358] NET: Registered protocol family 2\n[ 0.394462] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.395832] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397107] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398370] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399520] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400773] NET: Registered protocol family 1\n[ 0.401701] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402861] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.404011] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432394] Trying to unpack rootfs image as initramfs...\n[ 0.488208] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.489975] Scanning for low memory corruption every 60 seconds\n[ 0.491417] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.492653] audit: initializing netlink subsys (disabled)\n[ 0.493744] audit: type=2000 audit(1534160508.080:1): initialized\n[ 0.495199] Initialise system trusted keyring\n[ 0.496214] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497469] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499678] zbud: loaded\n[ 0.500453] VFS: Disk quotas dquot_6.6.0\n[ 0.501338] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503029] fuse init (API version 7.23)\n[ 0.504002] Key type big_key registered\n[ 0.504859] Allocating IMA MOK and blacklist keyrings.\n[ 0.506195] Key type asymmetric registered\n[ 0.507074] Asymmetric key parser 'x509' registered\n[ 0.508112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509679] io scheduler noop registered\n[ 0.510533] io scheduler deadline registered (default)\n[ 0.511602] io scheduler cfq registered\n[ 0.512507] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513619] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514971] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516528] ACPI: Power Button [PWRF]\n[ 0.517441] GHES: HEST is not enabled!\n[ 0.531191] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.558812] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.561042] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.584762] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587206] Linux agpgart interface v0.103\n[ 0.589985] brd: module loaded\n[ 0.591774] loop: module loaded\n[ 0.595782] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.597328] GPT:90111 != 2097151\n[ 0.598041] GPT:Alternate GPT header not at the end of the disk.\n[ 0.599209] GPT:90111 != 2097151\n[ 0.599926] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600956] vda: vda1 vda15\n[ 0.602304] scsi host0: ata_piix\n[ 0.603140] scsi host1: ata_piix\n[ 0.603901] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.605197] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606747] libphy: Fixed MDIO Bus: probed\n[ 0.610120] tun: Universal TUN/TAP device driver, 1.6\n[ 0.611156] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.614116] PPP generic driver version 2.4.2\n[ 0.615161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.616474] ehci-pci: EHCI PCI platform driver\n[ 0.617421] ehci-platform: EHCI generic platform driver\n[ 0.618496] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.619739] ohci-pci: OHCI PCI platform driver\n[ 0.620690] ohci-platform: OHCI generic platform driver\n[ 0.621779] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.636326] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.637401] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638956] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.640053] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641278] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644085] usb usb1: Product: UHCI Host Controller\n[ 0.645069] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646287] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647326] hub 1-0:1.0: USB hub found\n[ 0.648158] hub 1-0:1.0: 2 ports detected\n[ 0.649154] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.651414] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.652646] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.653777] mousedev: PS/2 mouse device common for all mice\n[ 0.655148] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657127] rtc_cmos 00:00: RTC can wake from S4\n[ 0.658318] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.659594] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.660864] i2c /dev entries driver\n[ 0.661691] device-mapper: uevent: version 1.0.3\n[ 0.662731] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.664466] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666051] NET: Registered protocol family 10\n[ 0.667267] NET: Registered protocol family 17\n[ 0.668223] Key type dns_resolver registered\n[ 0.669304] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670472] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672375] registered taskstats version 1\n[ 0.673272] Loading compiled-in X.509 certificates\n[ 0.674808] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676810] zswap: loaded using pool lzo/zbud\n[ 0.678579] Key type trusted registered\n[ 0.680473] Key type encrypted registered\n[ 0.681363] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682485] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683631] evm: HMAC attrs: 0x1\n[ 0.684709] Magic number: 14:287:681\n[ 0.685652] rtc_cmos 00:00: setting system clock to 2018-08-13 11:41:48 UTC (1534160508)\n[ 0.687441] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688645] EDD information not available.\n[ 0.759666] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771554] ata1.00: configured for MWDMA2\n[ 0.772947] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775312] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776623] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777983] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780289] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781918] Write protecting the kernel read-only data: 14336k\n[ 0.784129] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.786078] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.967635] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.33s]\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 KO\nping 10.10.11.8 OK\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 KO\nping 10.10.10.28 OK\nping 10.10.10.7 OK\nping 10.10.11.12 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:44:03,598 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-7a72b19d-f016-4d33-8355-253845d4a381 2018-08-13 11:44:03,599 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-1-1' can ping 'sdnvpn-1-5' 2018-08-13 11:44:03,602 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"forceDelete": null}' 2018-08-13 11:44:03,745 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ade5ed4-26cd-4771-a0d9-d7fa12ec8e60 x-compute-request-id: req-2ade5ed4-26cd-4771-a0d9-d7fa12ec8e60 Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:03,745 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a174977e-71d0-47d4-8f67-65cf0e85cbd6/action used request id req-2ade5ed4-26cd-4771-a0d9-d7fa12ec8e60 2018-08-13 11:44:03,748 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"forceDelete": null}' 2018-08-13 11:44:03,955 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-a311098e-66c3-4553-94bb-731895c69e28 x-compute-request-id: req-a311098e-66c3-4553-94bb-731895c69e28 Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:03,955 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/cde13fbe-d311-4605-9367-67a0e3983b9b/action used request id req-a311098e-66c3-4553-94bb-731895c69e28 2018-08-13 11:44:03,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"forceDelete": null}' 2018-08-13 11:44:04,157 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5afce908-4db5-45a2-bc9a-c7b4d369e1b0 x-compute-request-id: req-5afce908-4db5-45a2-bc9a-c7b4d369e1b0 Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:04,157 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/6b31556e-ad4c-4a1b-be83-40f5a0a8e6a8/action used request id req-5afce908-4db5-45a2-bc9a-c7b4d369e1b0 2018-08-13 11:44:04,160 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"forceDelete": null}' 2018-08-13 11:44:04,394 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-d5817399-3bf7-4e97-8c1b-b67d2ae23162 x-compute-request-id: req-d5817399-3bf7-4e97-8c1b-b67d2ae23162 Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:04,394 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/8380b87e-5a4b-4a54-b583-f7758407125f/action used request id req-d5817399-3bf7-4e97-8c1b-b67d2ae23162 2018-08-13 11:44:04,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ac6ebb046de3f03d762d3e140c6be5569079bb71" -d '{"forceDelete": null}' 2018-08-13 11:44:04,652 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-c004249f-01d2-4648-94ba-fd13d61e6cb6 x-compute-request-id: req-c004249f-01d2-4648-94ba-fd13d61e6cb6 Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:04,652 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a82f1983-138c-413d-9c1b-c1aebf20adc8/action used request id req-c004249f-01d2-4648-94ba-fd13d61e6cb6 2018-08-13 11:44:04,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}adfeb49e290c02a420a23ddca765eb66b45603fc" 2018-08-13 11:44:05,126 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2d8d2fcd-c8f7-46d0-9323-73b2cef86c77 Date: Mon, 13 Aug 2018 11:44:05 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:44:05,126 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/43d59c2c-4aaa-4637-a8dc-88013e0793fe used request id req-2d8d2fcd-c8f7-46d0-9323-73b2cef86c77 2018-08-13 11:44:05,132 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:44:06,411 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a8dc52b-d075-41ca-a93e-f2b96c02b1cc Content-Length: 0 Date: Mon, 13 Aug 2018 11:44:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:44:06,412 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/ef66037f-f784-4c62-984a-30740c5fe216 used request id req-7a8dc52b-d075-41ca-a93e-f2b96c02b1cc 2018-08-13 11:44:06,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/216fa00f-a428-4a98-97a5-23fa7740d30d -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3345c848d32a2403db1cc61eaa34199beb65bec6" 2018-08-13 11:44:06,951 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-ad34ccd3-9f59-4ae7-af25-ae0dec001947 Date: Mon, 13 Aug 2018 11:44:06 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet 216fa00f-a428-4a98-97a5-23fa7740d30d: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-13 11:44:06,951 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/216fa00f-a428-4a98-97a5-23fa7740d30d used request id req-ad34ccd3-9f59-4ae7-af25-ae0dec001947 2018-08-13 11:44:06,951 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet 216fa00f-a428-4a98-97a5-23fa7740d30d: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-13 11:44:06,952 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, '216fa00f-a428-4a98-97a5-23fa7740d30d')]: Unable to complete operation on subnet 216fa00f-a428-4a98-97a5-23fa7740d30d: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-ad34ccd3-9f59-4ae7-af25-ae0dec001947'] 2018-08-13 11:44:06,952 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id 216fa00f-a428-4a98-97a5-23fa7740d30d was not deleted. 2018-08-13 11:44:06,952 - 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-08-13 11:44:06,952 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-13 11:44:06,953 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_1 2018-08-13 11:44:06,953 - 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-08-13 11:44:06,953 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_2 - Tenant separation' 2018-08-13 11:44:06,953 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================= 2018-08-13 11:44:06,954 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_2 2018-08-13 11:44:07,027 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_2 main method 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:07,027 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:07,028 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:07,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:07,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:07,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:07,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:07,029 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:07,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:07,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:07,030 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:07,031 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:07,032 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 11:44:07,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:07,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:07,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:07,036 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 11:44:07,036 - sdnvpn.test.functest.testcase_2 - DEBUG - Using private key /usr/lib/python2.7/site-packages/sdnvpn/artifacts/id_rsa injected to the VMs. 2018-08-13 11:44:07,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:07,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-260220be-c655-48d4-aadc-c8868e4dc073 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:07,041 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-260220be-c655-48d4-aadc-c8868e4dc073 2018-08-13 11:44:07,042 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:07,532 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["UpVYb2kxRwaRyxSXUiSjTQ"], "issued_at": "2018-08-13T11:44:07.000000Z"}} 2018-08-13 11:44:07,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a4e185a03e14c67df848f667c01e10136cd8447" 2018-08-13 11:44:07,814 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-bff73eff-c671-4c6a-ab1c-df219443def6 Date: Mon, 13 Aug 2018 11:44:07 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 11:44:07,814 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-bff73eff-c671-4c6a-ab1c-df219443def6 2018-08-13 11:44:07,814 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 11:44:07,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a4e185a03e14c67df848f667c01e10136cd8447" 2018-08-13 11:44:07,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-5c97d6f3-3bf5-4ef1-93e6-fd282bc04508 Date: Mon, 13 Aug 2018 11:44:07 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 11:44:07,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-5c97d6f3-3bf5-4ef1-93e6-fd282bc04508 2018-08-13 11:44:07,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}0a4e185a03e14c67df848f667c01e10136cd8447" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 11:44:07,895 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e65aa2b4-165e-4c4b-bf81-110491320e63 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-264f4314-c12a-4c37-bb84-83d56e08edfb Date: Mon, 13 Aug 2018 11:44:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T11:44:07Z", "file": "/v2/images/e65aa2b4-165e-4c4b-bf81-110491320e63/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "size": null, "self": "/v2/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T11:44:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 11:44:07,895 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-264f4314-c12a-4c37-bb84-83d56e08edfb 2018-08-13 11:44:07,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e65aa2b4-165e-4c4b-bf81-110491320e63/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a4e185a03e14c67df848f667c01e10136cd8447" -d '' 2018-08-13 11:44:08,345 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6c833cba-5d5d-40d8-a67d-35f0177c0954 Date: Mon, 13 Aug 2018 11: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-08-13 11:44:08,346 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e65aa2b4-165e-4c4b-bf81-110491320e63/file used request id req-6c833cba-5d5d-40d8-a67d-35f0177c0954 2018-08-13 11:44:08,346 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-1-net 2018-08-13 11:44:08,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:08,353 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68927be8-b20e-446f-8e7c-ae3a4059c9bd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:08,353 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-68927be8-b20e-446f-8e7c-ae3a4059c9bd 2018-08-13 11:44:08,354 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:08,812 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["-rWidzzuSpWYobI5xHV-eA"], "issued_at": "2018-08-13T11:44:08.000000Z"}} 2018-08-13 11:44:08,817 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"network": {"name": "sdnvpn-2-1-net", "admin_state_up": true}}' 2018-08-13 11:44:09,265 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-99e99fa8-cc34-43c4-adfb-cae6a1ab975d Date: Mon, 13 Aug 2018 11:44:09 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"819db2e0-3e60-4429-a1df-14c955be1ccc","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:44:09Z","is_default":false,"provider:segmentation_id":101,"name":"sdnvpn-2-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:44:09Z","mtu":1450}} 2018-08-13 11:44:09,266 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-99e99fa8-cc34-43c4-adfb-cae6a1ab975d 2018-08-13 11:44:09,266 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-1a-subnet in network 819db2e0-3e60-4429-a1df-14c955be1ccc with cidr 10.10.10.0/24 2018-08-13 11:44:09,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"subnets": [{"ip_version": 4, "network_id": "819db2e0-3e60-4429-a1df-14c955be1ccc", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-1a-subnet"}]}' 2018-08-13 11:44:09,981 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-bc2fc64a-c350-4fee-8b38-ff1410a7edbf Date: Mon, 13 Aug 2018 11:44:09 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"819db2e0-3e60-4429-a1df-14c955be1ccc","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:44:09Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:44:09Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"9a981247-b060-4e4c-bed0-8b53ce355fd7","subnetpool_id":null,"name":"sdnvpn-2-1a-subnet"}]} 2018-08-13 11:44:09,982 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-bc2fc64a-c350-4fee-8b38-ff1410a7edbf 2018-08-13 11:44:09,982 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-2-2-net 2018-08-13 11:44:09,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"network": {"name": "sdnvpn-2-2-net", "admin_state_up": true}}' 2018-08-13 11:44:10,191 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-0e4e1a59-2936-4110-8e9c-89b0d08aebab Date: Mon, 13 Aug 2018 11:44:10 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c78327d4-79fa-4d20-864b-20c52c164fdb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:44:10Z","is_default":false,"provider:segmentation_id":96,"name":"sdnvpn-2-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:44:10Z","mtu":1450}} 2018-08-13 11:44:10,191 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-0e4e1a59-2936-4110-8e9c-89b0d08aebab 2018-08-13 11:44:10,192 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-2-2b-subnet in network c78327d4-79fa-4d20-864b-20c52c164fdb with cidr 10.10.10.0/24 2018-08-13 11:44:10,197 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"subnets": [{"ip_version": 4, "network_id": "c78327d4-79fa-4d20-864b-20c52c164fdb", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-2-2b-subnet"}]}' 2018-08-13 11:44:10,887 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-41e899ef-6e0b-4a36-9dc2-1f0dbb86b7ee Date: Mon, 13 Aug 2018 11:44:10 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c78327d4-79fa-4d20-864b-20c52c164fdb","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:44:10Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:44:10Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"58b83240-03b8-4e34-8b5e-478f6e0864e1","subnetpool_id":null,"name":"sdnvpn-2-2b-subnet"}]} 2018-08-13 11:44:10,888 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-41e899ef-6e0b-4a36-9dc2-1f0dbb86b7ee 2018-08-13 11:44:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:44:11,027 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49392 X-Openstack-Request-Id: req-6ad19a5a-5df0-4bf2-bd5a-c350eb00be29 Date: Mon, 13 Aug 2018 11:44:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:40:47Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "213b899d-3fec-4777-af97-92b740597a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "93ca9ece-8652-4644-86a2-157e5e05148c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 4, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 11:44:11,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-6ad19a5a-5df0-4bf2-bd5a-c350eb00be29 2018-08-13 11:44:11,033 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-13 11:44:11,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:11,040 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c4087226-569b-40e0-9ff1-1e2cde380bd1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:11,040 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c4087226-569b-40e0-9ff1-1e2cde380bd1 2018-08-13 11:44:11,041 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:11,529 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["jeZ9gOTYToCtzSF_-VXiYQ"], "issued_at": "2018-08-13T11:44:11.000000Z"}} 2018-08-13 11:44:11,532 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde828e467e15f8be702c8686504c71cf22ca4" 2018-08-13 11:44:11,833 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-62b3b309-3f92-4617-827a-f39eb65fdc5d x-compute-request-id: req-62b3b309-3f92-4617-827a-f39eb65fdc5d Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 145, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 145, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 11:44:11,833 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-62b3b309-3f92-4617-827a-f39eb65fdc5d 2018-08-13 11:44:11,834 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-08-13 11:44:11,834 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-2'... 2018-08-13 11:44:11,835 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-2 flavor=m1.tiny image=e65aa2b4-165e-4c4b-bf81-110491320e63 network=819db2e0-3e60-4429-a1df-14c955be1ccc secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 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-08-13 11:44:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:11,835 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:11,836 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:11,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:11,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:11,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:11,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:11,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:11,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:11,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:11,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:11,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:11,841 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:11,842 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:11,843 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:11,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:11,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ce79bc70-b555-42db-a3f0-12562bce4416 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:11,852 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ce79bc70-b555-42db-a3f0-12562bce4416 2018-08-13 11:44:11,853 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:12,348 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["wMzza2yGQ96dWCFIWRB7PQ"], "issued_at": "2018-08-13T11:44:12.000000Z"}} 2018-08-13 11:44:12,351 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" 2018-08-13 11:44:12,603 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-5a266b73-3346-4588-a8f6-f4e55fa5e4cd x-compute-request-id: req-5a266b73-3346-4588-a8f6-f4e55fa5e4cd Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:44:12,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5a266b73-3346-4588-a8f6-f4e55fa5e4cd 2018-08-13 11:44:12,607 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" 2018-08-13 11:44:12,625 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-597c8ec9-5d58-4c68-bd45-cb1bd18a392a x-compute-request-id: req-597c8ec9-5d58-4c68-bd45-cb1bd18a392a Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:44:12,626 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-597c8ec9-5d58-4c68-bd45-cb1bd18a392a 2018-08-13 11:44:12,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"server": {"name": "sdnvpn-2-2", "imageRef": "e65aa2b4-165e-4c4b-bf81-110491320e63", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnN1ZG8gbWtkaXIgLXAgL2hvbWUvY2lycm9zLy5zc2gvCnN1ZG8gY2hvd24gY2lycm9zOmNpcnJvcyAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy9pZF9yc2EKbXYgL2hvbWUvY2lycm9zL2lkX3JzYSAvaG9tZS9jaXJyb3MvLnNzaC8Kc3VkbyBlY2hvIHNzaC1yc2EgQUFBQUIzTnphQzF5YzJFQUFBQURBUUFCQUFBQWduV3RTUzk4QW01MTZlc3RCc3EwamJ5T0I0ZUxNVVlEZGd6c1VIc254RlFDdEFDd3dBZzkvMnVxM0ZvR1VCVVdlSFpOc1Q2amNLOXNDTUVZaVM0NzlDVUN6YnJ4Y2Q4WGFJbEszOEhFQ2NEVmdsZ0JOd056WC9XRGZNZWpYcEt6Wkc2MXM5OHJVRWxOdlowWURxaGFxWkdxeElWNGVqYWxxTGpZclFrb2x5M1IrMms9IGNpcnJvc0B0ZXN0MT4vaG9tZS9jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMKc3VkbyBjaG93biBjaXJyb3M6Y2lycm9zIC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA3MDAgL2hvbWUvY2lycm9zLy5zc2gKY2htb2QgNjQ0IC9ob21lL2NpcnJvcy8uc3NoL2F1dGhvcml6ZWRfa2V5cwpjaG1vZCA2MDAgL2hvbWUvY2lycm9zLy5zc2gvaWRfcnNhCg==", "max_count": 1, "min_count": 1, "networks": [{"fixed_ip": "10.10.10.12", "uuid": "819db2e0-3e60-4429-a1df-14c955be1ccc"}], "config_drive": true}}' 2018-08-13 11:44:14,935 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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-5d16e8b2-ab33-4120-976b-9fdd43141588 x-compute-request-id: req-5d16e8b2-ab33-4120-976b-9fdd43141588 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "feb76cca-fb4b-4d60-818d-4cf6e33aa889", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "bookmark"}], "adminPass": "kWRNkoMvgz3h"}} 2018-08-13 11:44:14,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-5d16e8b2-ab33-4120-976b-9fdd43141588 2018-08-13 11:44:14,936 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:14,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a02829-1d01-4804-86ae-19ab7a083ced Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:14,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-31a02829-1d01-4804-86ae-19ab7a083ced 2018-08-13 11:44:14,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:15,355 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["QOyA4lUwRCCBR7teL7fd-w"], "issued_at": "2018-08-13T11:44:15.000000Z"}} 2018-08-13 11:44:15,358 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e79d67903714bb8fcdebd43a90ad02db4eef146" 2018-08-13 11:44:15,799 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44: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-8fb619dc-0d05-4ea5-b2d7-150b5512a6e4 x-compute-request-id: req-8fb619dc-0d05-4ea5-b2d7-150b5512a6e4 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.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "feb76cca-fb4b-4d60-818d-4cf6e33aa889", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:44:15Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-2", "created": "2018-08-13T11:44:14Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:15,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 used request id req-8fb619dc-0d05-4ea5-b2d7-150b5512a6e4 2018-08-13 11:44:18,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e79d67903714bb8fcdebd43a90ad02db4eef146" 2018-08-13 11:44:19,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44: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-749675de-466f-4765-b62b-61fce25126a8 x-compute-request-id: req-749675de-466f-4765-b62b-61fce25126a8 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.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000080", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "feb76cca-fb4b-4d60-818d-4cf6e33aa889", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:44:17Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:14Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:19,465 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 used request id req-749675de-466f-4765-b62b-61fce25126a8 2018-08-13 11:44:22,471 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8e79d67903714bb8fcdebd43a90ad02db4eef146" 2018-08-13 11:44:23,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-fc86178d-6ad5-4284-802a-2f0dd799a097 x-compute-request-id: req-fc86178d-6ad5-4284-802a-2f0dd799a097 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:42:2f", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000080", "OS-SRV-USG:launched_at": "2018-08-13T11:44:21.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "feb76cca-fb4b-4d60-818d-4cf6e33aa889", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:44:21Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:14Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:23,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 used request id req-fc86178d-6ad5-4284-802a-2f0dd799a097 2018-08-13 11:44:23,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" 2018-08-13 11:44:23,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e41de66e-7aae-4866-92a0-c25d81c16567 x-compute-request-id: req-e41de66e-7aae-4866-92a0-c25d81c16567 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e9:42:2f", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000080", "OS-SRV-USG:launched_at": "2018-08-13T11:44:21.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "feb76cca-fb4b-4d60-818d-4cf6e33aa889", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:44:21Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:14Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:23,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889 used request id req-e41de66e-7aae-4866-92a0-c25d81c16567 2018-08-13 11:44:23,717 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-2' booted successfully. IP='10.10.10.12'. 2018-08-13 11:44:23,717 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-2' to security group 'sdnvpn-sg'... 2018-08-13 11:44:23,719 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde828e467e15f8be702c8686504c71cf22ca4" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:44:24,787 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8dd9f2fb-3c7f-4560-84df-2daa728f6dcb x-compute-request-id: req-8dd9f2fb-3c7f-4560-84df-2daa728f6dcb Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:24,787 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-8dd9f2fb-3c7f-4560-84df-2daa728f6dcb 2018-08-13 11:44:24,787 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-4'... 2018-08-13 11:44:24,788 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-4 flavor=m1.tiny image=e65aa2b4-165e-4c4b-bf81-110491320e63 network=c78327d4-79fa-4d20-864b-20c52c164fdb secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 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-08-13 11:44:24,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:24,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:24,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:24,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:24,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:24,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:24,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:24,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:24,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:24,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:24,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:24,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:24,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:24,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:24,793 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:24,794 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:24,795 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:24,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:24,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:24,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:24,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:24,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:24,796 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:24,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:24,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8693860b-52b9-47d5-aec9-1f520accd09b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:24,804 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8693860b-52b9-47d5-aec9-1f520accd09b 2018-08-13 11:44:24,805 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:25,200 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["GCYQLMTVSKSK3lTMzN_1-g"], "issued_at": "2018-08-13T11:44:25.000000Z"}} 2018-08-13 11:44:25,203 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d7de8af746e6ca20fbb3965b9bc9a463d5cf9" 2018-08-13 11:44:25,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-5a75fec2-63d0-4550-a320-d24bb8634217 x-compute-request-id: req-5a75fec2-63d0-4550-a320-d24bb8634217 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:44:25,458 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5a75fec2-63d0-4550-a320-d24bb8634217 2018-08-13 11:44:25,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d7de8af746e6ca20fbb3965b9bc9a463d5cf9" 2018-08-13 11:44:25,480 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-56bee4d8-48db-4eff-bc1d-32f466754e40 x-compute-request-id: req-56bee4d8-48db-4eff-bc1d-32f466754e40 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:44:25,480 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-56bee4d8-48db-4eff-bc1d-32f466754e40 2018-08-13 11:44:25,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d7de8af746e6ca20fbb3965b9bc9a463d5cf9" -d '{"server": {"name": "sdnvpn-2-4", "imageRef": "e65aa2b4-165e-4c4b-bf81-110491320e63", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "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": "c78327d4-79fa-4d20-864b-20c52c164fdb"}], "config_drive": true}}' 2018-08-13 11:44:27,035 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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 x-openstack-request-id: req-f8afbcd4-fdf6-4ccd-9a04-67c4d09c552f x-compute-request-id: req-f8afbcd4-fdf6-4ccd-9a04-67c4d09c552f Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "346163d7-7ee6-4996-95e1-7959e9605bb2", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "bookmark"}], "adminPass": "C5co6FtQWuwq"}} 2018-08-13 11:44:27,035 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f8afbcd4-fdf6-4ccd-9a04-67c4d09c552f 2018-08-13 11:44:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:27,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-26de204f-3c03-43ba-a666-a4f1a9e4e386 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:27,042 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-26de204f-3c03-43ba-a666-a4f1a9e4e386 2018-08-13 11:44:27,043 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:27,430 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["WqUS9aPIRVCEZZeTTBlNQQ"], "issued_at": "2018-08-13T11:44:27.000000Z"}} 2018-08-13 11:44:27,433 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c67be7dd30da761bb05d2bce7b417107b516116d" 2018-08-13 11:44:27,900 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44: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-6e67e68c-e750-4fe6-89bc-d28ac7fe42a0 x-compute-request-id: req-6e67e68c-e750-4fe6-89bc-d28ac7fe42a0 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.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "346163d7-7ee6-4996-95e1-7959e9605bb2", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:44:27Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-4", "created": "2018-08-13T11:44:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:27,901 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 used request id req-6e67e68c-e750-4fe6-89bc-d28ac7fe42a0 2018-08-13 11:44:30,907 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c67be7dd30da761bb05d2bce7b417107b516116d" 2018-08-13 11:44:31,296 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-266ce4fe-1a71-466f-8457-bd7d26edb0ef x-compute-request-id: req-266ce4fe-1a71-466f-8457-bd7d26edb0ef Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000081", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "346163d7-7ee6-4996-95e1-7959e9605bb2", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:44:29Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:31,297 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 used request id req-266ce4fe-1a71-466f-8457-bd7d26edb0ef 2018-08-13 11:44:34,303 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c67be7dd30da761bb05d2bce7b417107b516116d" 2018-08-13 11:44:35,357 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-c53a8e5b-99e0-4eb5-8a03-e302cdf911c5 x-compute-request-id: req-c53a8e5b-99e0-4eb5-8a03-e302cdf911c5 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e8:f0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000081", "OS-SRV-USG:launched_at": "2018-08-13T11:44:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "346163d7-7ee6-4996-95e1-7959e9605bb2", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:44:33Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:35,357 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 used request id req-c53a8e5b-99e0-4eb5-8a03-e302cdf911c5 2018-08-13 11:44:35,361 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d7de8af746e6ca20fbb3965b9bc9a463d5cf9" 2018-08-13 11:44:35,885 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ce4a6e48-8704-4b4b-9f93-38cabad39f93 x-compute-request-id: req-ce4a6e48-8704-4b4b-9f93-38cabad39f93 Content-Encoding: gzip Content-Length: 783 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:61:e8:f0", "version": 4, "addr": "10.10.10.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/346163d7-7ee6-4996-95e1-7959e9605bb2", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000081", "OS-SRV-USG:launched_at": "2018-08-13T11:44:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "346163d7-7ee6-4996-95e1-7959e9605bb2", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:44:33Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:35,886 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2 used request id req-ce4a6e48-8704-4b4b-9f93-38cabad39f93 2018-08-13 11:44:35,886 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-4' booted successfully. IP='10.10.10.12'. 2018-08-13 11:44:35,886 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-4' to security group 'sdnvpn-sg'... 2018-08-13 11:44:35,889 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde828e467e15f8be702c8686504c71cf22ca4" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:44:36,641 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-819462d1-6694-4767-89a1-032a5478c65b x-compute-request-id: req-819462d1-6694-4767-89a1-032a5478c65b Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:36,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action used request id req-819462d1-6694-4767-89a1-032a5478c65b 2018-08-13 11:44:36,641 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-2-1'... 2018-08-13 11:44:36,642 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-2-1 flavor=m1.tiny image=e65aa2b4-165e-4c4b-bf81-110491320e63 network=819db2e0-3e60-4429-a1df-14c955be1ccc secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 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-08-13 11:44:36,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:36,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:36,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:36,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:36,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:36,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:36,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:36,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:36,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:44:36,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:44:36,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:44:36,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:44:36,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:36,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6f0d313-da60-49cc-b652-ccb9a4b85935 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:36,659 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-b6f0d313-da60-49cc-b652-ccb9a4b85935 2018-08-13 11:44:36,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:37,064 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["LnpkWRuQSEWce4a7vOVP7Q"], "issued_at": "2018-08-13T11:44:37.000000Z"}} 2018-08-13 11:44:37,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5b74da1dde8bb207ca8aef5db083dd185b2394" 2018-08-13 11:44:37,343 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-98f6a481-30c6-4d49-acd7-8dd2f32c3ed1 x-compute-request-id: req-98f6a481-30c6-4d49-acd7-8dd2f32c3ed1 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:44:37,343 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-98f6a481-30c6-4d49-acd7-8dd2f32c3ed1 2018-08-13 11:44:37,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5b74da1dde8bb207ca8aef5db083dd185b2394" 2018-08-13 11:44:37,365 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-a7e7824e-7b8e-488c-b711-730821645a6c x-compute-request-id: req-a7e7824e-7b8e-488c-b711-730821645a6c Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:44:37,365 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-a7e7824e-7b8e-488c-b711-730821645a6c 2018-08-13 11:44:37,368 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5b74da1dde8bb207ca8aef5db083dd185b2394" -d '{"server": {"name": "sdnvpn-2-1", "imageRef": "e65aa2b4-165e-4c4b-bf81-110491320e63", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "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": "819db2e0-3e60-4429-a1df-14c955be1ccc"}], "config_drive": true}}' 2018-08-13 11:44:38,868 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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 x-openstack-request-id: req-ca6ed69c-b787-45f2-b650-4bfca2f9e595 x-compute-request-id: req-ca6ed69c-b787-45f2-b650-4bfca2f9e595 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "df708fbb-6c85-4032-8630-5fb804a85c0a", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "bookmark"}], "adminPass": "T92BLaVWAApK"}} 2018-08-13 11:44:38,869 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-ca6ed69c-b787-45f2-b650-4bfca2f9e595 2018-08-13 11:44:38,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:44:38,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8eea731d-4092-4f1e-ae58-d030034d4550 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:44:38,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8eea731d-4092-4f1e-ae58-d030034d4550 2018-08-13 11:44:38,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:44:39,274 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:44:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["HiYWoCC7QMmAPuTyay6zmA"], "issued_at": "2018-08-13T11:44:39.000000Z"}} 2018-08-13 11:44:39,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4680b9f1f5643d7d008920eef45a63c4a4e8899" 2018-08-13 11:44:40,033 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-1a9b4e99-e6b2-4ec9-8732-8a889efc88a9 x-compute-request-id: req-1a9b4e99-e6b2-4ec9-8732-8a889efc88a9 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.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "df708fbb-6c85-4032-8630-5fb804a85c0a", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:44:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-2-1", "created": "2018-08-13T11:44:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:40,033 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a used request id req-1a9b4e99-e6b2-4ec9-8732-8a889efc88a9 2018-08-13 11:44:43,039 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4680b9f1f5643d7d008920eef45a63c4a4e8899" 2018-08-13 11:44:43,436 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44: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-2ff86961-4219-46aa-84d0-c71745590540 x-compute-request-id: req-2ff86961-4219-46aa-84d0-c71745590540 Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000082", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "df708fbb-6c85-4032-8630-5fb804a85c0a", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:44:41Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:43,436 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a used request id req-2ff86961-4219-46aa-84d0-c71745590540 2018-08-13 11:44:46,442 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c4680b9f1f5643d7d008920eef45a63c4a4e8899" 2018-08-13 11:44:46,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69bcefbf-1218-4352-b21a-b1800fcb3410 x-compute-request-id: req-69bcefbf-1218-4352-b21a-b1800fcb3410 Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:e0:a0", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000082", "OS-SRV-USG:launched_at": "2018-08-13T11:44:44.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "df708fbb-6c85-4032-8630-5fb804a85c0a", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:44:44Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:46,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a used request id req-69bcefbf-1218-4352-b21a-b1800fcb3410 2018-08-13 11:44:46,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5b74da1dde8bb207ca8aef5db083dd185b2394" 2018-08-13 11:44:47,434 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-47eae8d9-4145-4be8-9db6-5ca5bc67416b x-compute-request-id: req-47eae8d9-4145-4be8-9db6-5ca5bc67416b Content-Encoding: gzip Content-Length: 782 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-2-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b7:e0:a0", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/df708fbb-6c85-4032-8630-5fb804a85c0a", "rel": "bookmark"}], "image": {"id": "e65aa2b4-165e-4c4b-bf81-110491320e63", "links": [{"href": "http://172.30.9.22:8774/images/e65aa2b4-165e-4c4b-bf81-110491320e63", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000082", "OS-SRV-USG:launched_at": "2018-08-13T11:44:44.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "df708fbb-6c85-4032-8630-5fb804a85c0a", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:44:44Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:44:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:44:47,434 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a used request id req-47eae8d9-4145-4be8-9db6-5ca5bc67416b 2018-08-13 11:44:47,434 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-2-1' booted successfully. IP='10.10.10.11'. 2018-08-13 11:44:47,435 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-2-1' to security group 'sdnvpn-sg'... 2018-08-13 11:44:47,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde828e467e15f8be702c8686504c71cf22ca4" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:44:48,313 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:44:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e7fb2f4-82f5-4f6b-91a1-765d97e6634c x-compute-request-id: req-2e7fb2f4-82f5-4f6b-91a1-765d97e6634c Content-Length: 0 Content-Type: application/json 2018-08-13 11:44:48,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action used request id req-2e7fb2f4-82f5-4f6b-91a1-765d97e6634c 2018-08-13 11:44:48,314 - sdnvpn-results - INFO - Create VPN1 with eRT=iRT 2018-08-13 11:44:48,319 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"bgpvpn": {"route_targets": "55:55", "import_targets": "55:55", "export_targets": "55:55", "name": "sdnvpn-1-488862", "route_distinguishers": "111:111"}}' 2018-08-13 11:44:48,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-4fc0f07b-3df3-4731-b6a3-e090ab62a67c Date: Mon, 13 Aug 2018 11:44:48 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-1-488862", "route_distinguishers": ["111:111"], "routers": [], "import_targets": ["55:55"], "networks": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": ["55:55"], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "59c5d72c-1163-48ad-acc0-081c4a36ac8c"}} 2018-08-13 11:44:48,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-4fc0f07b-3df3-4731-b6a3-e090ab62a67c 2018-08-13 11:44:48,660 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN1 created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-1-488862', u'route_distinguishers': [u'111:111'], u'routers': [], u'import_targets': [u'55:55'], u'id': u'59c5d72c-1163-48ad-acc0-081c4a36ac8c', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'route_targets': [u'55:55'], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'type': u'l3', u'networks': []}} 2018-08-13 11:44:48,661 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-1-net' to the VPN. 2018-08-13 11:44:48,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59c5d72c-1163-48ad-acc0-081c4a36ac8c/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"network_association": {"network_id": "819db2e0-3e60-4429-a1df-14c955be1ccc"}}' 2018-08-13 11:44:48,951 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-54919c40-b7bb-4d08-89ff-2e2cf8b277e6 Date: Mon, 13 Aug 2018 11:44:48 GMT RESP BODY: {"network_association": {"network_id": "819db2e0-3e60-4429-a1df-14c955be1ccc", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "6655bc83-022b-4e61-915e-b00bf1e6a13d"}} 2018-08-13 11:44:48,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59c5d72c-1163-48ad-acc0-081c4a36ac8c/network_associations used request id req-54919c40-b7bb-4d08-89ff-2e2cf8b277e6 2018-08-13 11:44:48,951 - sdnvpn_test_utils - INFO - Waiting for instance feb76cca-fb4b-4d60-818d-4cf6e33aa889 to boot up 2018-08-13 11:44:48,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:49,024 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-e2341f45-1b19-47a9-8735-403f275a3982 x-compute-request-id: req-e2341f45-1b19-47a9-8735-403f275a3982 Content-Encoding: gzip Content-Length: 10212 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:44:49,025 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-e2341f45-1b19-47a9-8735-403f275a3982 2018-08-13 11:44:51,045 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:51,112 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa724f2d-e511-437c-a466-9f8e57b28eae x-compute-request-id: req-fa724f2d-e511-437c-a466-9f8e57b28eae Content-Encoding: gzip Content-Length: 10212 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:44:51,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-fa724f2d-e511-437c-a466-9f8e57b28eae 2018-08-13 11:44:53,132 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:53,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:44:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b5fdd889-9479-428f-ac82-95d19cb6714f x-compute-request-id: req-b5fdd889-9479-428f-ac82-95d19cb6714f Content-Encoding: gzip Content-Length: 10212 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:44:53,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-b5fdd889-9479-428f-ac82-95d19cb6714f 2018-08-13 11:44:55,220 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:55,289 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-70ee1c5d-bd48-4527-a478-affbab060ea7 x-compute-request-id: req-70ee1c5d-bd48-4527-a478-affbab060ea7 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:44:55,290 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-70ee1c5d-bd48-4527-a478-affbab060ea7 2018-08-13 11:44:57,310 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:57,367 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-201062b7-1763-410c-b366-828c0e34db21 x-compute-request-id: req-201062b7-1763-410c-b366-828c0e34db21 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:44:57,367 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-201062b7-1763-410c-b366-828c0e34db21 2018-08-13 11:44:59,385 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:44:59,453 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-ff689f30-e2a5-4c6f-90ac-06d07f3ccd35 x-compute-request-id: req-ff689f30-e2a5-4c6f-90ac-06d07f3ccd35 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:44:59,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-ff689f30-e2a5-4c6f-90ac-06d07f3ccd35 2018-08-13 11:45:01,473 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:01,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-a0757755-d5d6-4ac5-b6a0-c9d201e49686 x-compute-request-id: req-a0757755-d5d6-4ac5-b6a0-c9d201e49686 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:45:01,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-a0757755-d5d6-4ac5-b6a0-c9d201e49686 2018-08-13 11:45:03,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:03,629 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:45:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f27dc216-5694-4bac-95f5-bac3a30675a7 x-compute-request-id: req-f27dc216-5694-4bac-95f5-bac3a30675a7 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:45:03,629 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-f27dc216-5694-4bac-95f5-bac3a30675a7 2018-08-13 11:45:05,649 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:05,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-b8f25129-066d-4ff7-8607-80b5a4ceaafa x-compute-request-id: req-b8f25129-066d-4ff7-8607-80b5a4ceaafa Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:45:05,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-b8f25129-066d-4ff7-8607-80b5a4ceaafa 2018-08-13 11:45:07,727 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:07,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:45:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5931572d-e560-46f9-845a-722ac4030096 x-compute-request-id: req-5931572d-e560-46f9-845a-722ac4030096 Content-Encoding: gzip Content-Length: 10231 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:45:07,793 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-5931572d-e560-46f9-845a-722ac4030096 2018-08-13 11:45:09,813 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}fa2afd73e737a9158f88fb7d53dd80f5603ce756" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:09,883 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:45:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8dbb6ca1-3256-44fd-9aea-a589f5aca3ac x-compute-request-id: req-8dbb6ca1-3256-44fd-9aea-a589f5aca3ac Content-Encoding: gzip Content-Length: 11132 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 502391380 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136498] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138174] pid_max: default: 32768 minimum: 301\n[ 0.139077] ACPI: Core revision 20150930\n[ 0.140469] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141797] Security Framework initialized\n[ 0.142619] Yama: becoming mindful.\n[ 0.143354] AppArmor: AppArmor initialized\n[ 0.144227] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145563] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146842] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148061] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149480] Initializing cgroup subsys io\n[ 0.150311] Initializing cgroup subsys memory\n[ 0.151184] Initializing cgroup subsys devices\n[ 0.152074] Initializing cgroup subsys freezer\n[ 0.152950] Initializing cgroup subsys net_cls\n[ 0.153819] Initializing cgroup subsys perf_event\n[ 0.154740] Initializing cgroup subsys net_prio\n[ 0.155643] Initializing cgroup subsys hugetlb\n[ 0.156522] Initializing cgroup subsys pids\n[ 0.157401] CPU: Physical Processor ID: 0\n[ 0.158903] mce: CPU supports 10 MCE banks\n[ 0.159770] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160778] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.176660] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.182795] ftrace: allocating 31920 entries in 125 pages\n[ 0.208004] smpboot: Max logical packages: 1\n[ 0.208875] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.210248] x2apic enabled\n[ 0.211059] Switched APIC routing to physical x2apic.\n[ 0.212808] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.213946] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.215954] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.217754] KVM setup paravirtual spinlock\n[ 0.219072] x86: Booted up 1 node, 1 CPUs\n[ 0.219886] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.221295] devtmpfs: initialized\n[ 0.223019] evm: security.selinux\n[ 0.223726] evm: security.SMACK64\n[ 0.224439] evm: security.SMACK64EXEC\n[ 0.225190] evm: security.SMACK64TRANSMUTE\n[ 0.226003] evm: security.SMACK64MMAP\n[ 0.226749] evm: security.ima\n[ 0.227395] evm: security.capability\n[ 0.228202] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.230083] pinctrl core: initialized pinctrl subsystem\n[ 0.231196] RTC time: 11:44:22, date: 08/13/18\n[ 0.232171] NET: Registered protocol family 16\n[ 0.233167] cpuidle: using governor ladder\n[ 0.234003] cpuidle: using governor menu\n[ 0.234793] PCCT header not found.\n[ 0.235567] ACPI: bus type PCI registered\n[ 0.236382] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.237634] PCI: Using configuration type 1 for base access\n[ 0.239411] ACPI: Added _OSI(Module Device)\n[ 0.240277] ACPI: Added _OSI(Processor Device)\n[ 0.241145] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.242049] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243810] ACPI: Interpreter enabled\n[ 0.244598] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.246453] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.248301] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.250154] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.252000] ACPI: (supports S0 S5)\n[ 0.252704] ACPI: Using IOAPIC for interrupt routing\n[ 0.253652] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256786] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257939] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259180] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260388] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262626] acpiphp: Slot [3] registered\n[ 0.263440] acpiphp: Slot [4] registered\n[ 0.264248] acpiphp: Slot [5] registered\n[ 0.265051] acpiphp: Slot [6] registered\n[ 0.265851] acpiphp: Slot [7] registered\n[ 0.266665] acpiphp: Slot [8] registered\n[ 0.267475] acpiphp: Slot [9] registered\n[ 0.268281] acpiphp: Slot [10] registered\n[ 0.269101] acpiphp: Slot [11] registered\n[ 0.269942] acpiphp: Slot [12] registered\n[ 0.270763] acpiphp: Slot [13] registered\n[ 0.271591] acpiphp: Slot [14] registered\n[ 0.272410] acpiphp: Slot [15] registered\n[ 0.283480] acpiphp: Slot [16] registered\n[ 0.284306] acpiphp: Slot [17] registered\n[ 0.285124] acpiphp: Slot [18] registered\n[ 0.285937] acpiphp: Slot [19] registered\n[ 0.286749] acpiphp: Slot [20] registered\n[ 0.287604] acpiphp: Slot [21] registered\n[ 0.288428] acpiphp: Slot [22] registered\n[ 0.289251] acpiphp: Slot [23] registered\n[ 0.290070] acpiphp: Slot [24] registered\n[ 0.290884] acpiphp: Slot [25] registered\n[ 0.291713] acpiphp: Slot [26] registered\n[ 0.292536] acpiphp: Slot [27] registered\n[ 0.293355] acpiphp: Slot [28] registered\n[ 0.294167] acpiphp: Slot [29] registered\n[ 0.294986] acpiphp: Slot [30] registered\n[ 0.295811] acpiphp: Slot [31] registered\n[ 0.296631] PCI host bridge to bus 0000:00\n[ 0.297454] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.298673] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.299896] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.301357] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.302809] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.304297] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.307725] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.309033] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.310221] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.311499] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.315095] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.316562] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.335527] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.337431] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.338891] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.340325] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.341730] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.343017] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.344327] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.345390] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.346946] vgaarb: loaded\n[ 0.347546] vgaarb: bridge control possible 0000:00:02.0\n[ 0.348772] SCSI subsystem initialized\n[ 0.349697] ACPI: bus type USB registered\n[ 0.350531] usbcore: registered new interface driver usbfs\n[ 0.351573] usbcore: registered new interface driver hub\n[ 0.352590] usbcore: registered new device driver usb\n[ 0.353712] PCI: Using ACPI for IRQ routing\n[ 0.354840] NetLabel: Initializing\n[ 0.355574] NetLabel: domain hash size = 128\n[ 0.356434] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.357410] NetLabel: unlabeled traffic allowed by default\n[ 0.358568] clocksource: Switched to clocksource kvm-clock\n[ 0.366800] AppArmor: AppArmor Filesystem Enabled\n[ 0.367804] pnp: PnP ACPI init\n[ 0.368757] pnp: PnP ACPI: found 5 devices\n[ 0.375083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.376810] NET: Registered protocol family 2\n[ 0.377867] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.379181] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.380410] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.381620] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382720] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383934] NET: Registered protocol family 1\n[ 0.384820] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.385938] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.387020] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.401098] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.415213] Trying to unpack rootfs image as initramfs...\n[ 0.470932] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.472632] Scanning for low memory corruption every 60 seconds\n[ 0.473983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.475167] audit: initializing netlink subsys (disabled)\n[ 0.476204] audit: type=2000 audit(1534160662.661:1): initialized\n[ 0.477550] Initialise system trusted keyring\n[ 0.478521] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.479687] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.481829] zbud: loaded\n[ 0.482579] VFS: Disk quotas dquot_6.6.0\n[ 0.483416] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.485044] fuse init (API version 7.23)\n[ 0.485958] Key type big_key registered\n[ 0.486780] Allocating IMA MOK and blacklist keyrings.\n[ 0.488036] Key type asymmetric registered\n[ 0.488862] Asymmetric key parser 'x509' registered\n[ 0.489824] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.491331] io scheduler noop registered\n[ 0.492131] io scheduler deadline registered (default)\n[ 0.493135] io scheduler cfq registered\n[ 0.493985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.495041] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.496320] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.497783] ACPI: Power Button [PWRF]\n[ 0.498653] GHES: HEST is not enabled!\n[ 0.512324] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.539809] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.541958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.565687] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.568015] Linux agpgart interface v0.103\n[ 0.570668] brd: module loaded\n[ 0.572381] loop: module loaded\n[ 0.575893] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.577401] GPT:90111 != 2097151\n[ 0.578086] GPT:Alternate GPT header not at the end of the disk.\n[ 0.579201] GPT:90111 != 2097151\n[ 0.579892] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580893] vda: vda1 vda15\n[ 0.585082] scsi host0: ata_piix\n[ 0.586108] scsi host1: ata_piix\n[ 0.586850] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.588092] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589686] libphy: Fixed MDIO Bus: probed\n[ 0.590523] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591499] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.594257] PPP generic driver version 2.4.2\n[ 0.595216] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.596451] ehci-pci: EHCI PCI platform driver\n[ 0.597340] ehci-platform: EHCI generic platform driver\n[ 0.598351] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.599511] ohci-pci: OHCI PCI platform driver\n[ 0.600404] ohci-platform: OHCI generic platform driver\n[ 0.601423] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.615749] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.616779] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.618264] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.619311] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.620504] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.621760] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.623211] usb usb1: Product: UHCI Host Controller\n[ 0.624165] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.625326] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.626341] hub 1-0:1.0: USB hub found\n[ 0.627143] hub 1-0:1.0: 2 ports detected\n[ 0.628116] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.630301] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.631282] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.632348] mousedev: PS/2 mouse device common for all mice\n[ 0.633670] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.635718] rtc_cmos 00:00: RTC can wake from S4\n[ 0.636865] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.638108] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.639331] i2c /dev entries driver\n[ 0.640130] device-mapper: uevent: version 1.0.3\n[ 0.641116] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.642783] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.644236] NET: Registered protocol family 10\n[ 0.645406] NET: Registered protocol family 17\n[ 0.646335] Key type dns_resolver registered\n[ 0.647376] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.648501] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.650354] registered taskstats version 1\n[ 0.651227] Loading compiled-in X.509 certificates\n[ 0.652725] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.654641] zswap: loaded using pool lzo/zbud\n[ 0.656323] Key type trusted registered\n[ 0.658105] Key type encrypted registered\n[ 0.658950] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.659997] ima: No TPM chip found, activating TPM-bypass!\n[ 0.661055] evm: HMAC attrs: 0x1\n[ 0.662079] Magic number: 14:837:731\n[ 0.662976] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:22 UTC (1534160662)\n[ 0.664626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.665758] EDD information not available.\n[ 0.743119] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.754829] ata1.00: configured for MWDMA2\n[ 0.756154] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.758395] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.759635] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.760938] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.763206] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.764766] Write protecting the kernel read-only data: 14336k\n[ 0.766927] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.768793] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.827680] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 503808 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-----\n/dev/root resized successfully [took 0.30s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC0rMyX7lYYJjf6buAj5ocOyRNupag8MUZtVKvkbQOCEr5EtWZJZZIH2TnNr9VXZg6FmyM3Bwkb+g/ppTYvqQ0NH+fpxYCSyVxSFOP6Mvi2zxqfCfAguLgxnZHB+tr2kVrJt0oVjUN8X0EpCyG6yrcjKGdeZyAJyHHwZibl3XnU/5qNaDFpptIoAbpf6k1fCMktn+AtdgvAaLFg1WovKa1N8DtQI2h6SBbG5tq4rn/RdEgfnXWedtY4YXkNzq1YRrXFJ6CVTKZJ4J1vH302ewuUKhqamS9rhL9YYOJE2wE5g9peZKcIofrPVcu0rCckv8viqVgDQsaQRdyyOTvDXAG3 root@sdnvpn-2-2\nssh-dss AAAAB3NzaC1kc3MAAACBALBI1OO6kA+NiJAiQKbHhpZy0dqL0jv8yMY+RD7uRHfmMJJZ+V7Vg4t274zsdIaswcqjyWZPfYvP6uSl7+y6WD/EdVIahEag2GtmSZfKkkKA2FOiigLEu2HVHG11j0b7ZflADgYgE8M9phAmAC/g2XlFNxEhKBVzehJ/iSIuoG+DAAAAFQC/YdSFKdXiBcR5RPpkosOq/IuUuwAAAIA84Bqpjzhwwpu8uY5hsSmXjAocqSTP/kgXwLoQNB3Y3DktrUuAONSXFfnhqpdhN0FCTAqcBj2MHz1VoT1NsmTg1NQuRJK3ezQMwoucDSuVKThWgWpd2Tsvoj97fbsftrs1jpnXq2u2N5CDXqEWxHcI7K2DC2+zIPhoD+PiOLUQiAAAAIANU1LDD+Qr6NkXW6uRlrKtX4yaRoH+fs7pjUdratmtBfgeKrMcwy836PCxyoeynrhF7DeOxpup6LIWrh01blDvY5GoRAIZRtc/26bc+EviNTf4C8QWu2zRNjBjuOPGhmi/FCROFivUx57CYiL3tKToI6AUEwtBuvp09HfKz/s9OA== 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:fee9:422f/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.12 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: configdrive local ===\ninstance-id: feb76cca-fb4b-4d60-818d-4cf6e33aa889\nname: sdnvpn-2-2\navailability-zone: nova\nlocal-hostname: sdnvpn-2-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=1.36 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:E9:42:2F \n inet addr:10.10.10.12 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fee9:422f/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:6 errors:0 dropped:0 overruns:0 frame:0\n TX packets:10 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:1114 (1.0 KiB) TX bytes:1234 (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.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.982626] ISO 9660 Extensions: RRIP_1991A\n[ 1.099460] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.099462] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.099463] usb 1-1: Product: QEMU USB Tablet\n[ 1.099464] usb 1-1: Manufacturer: QEMU\n[ 1.099465] usb 1-1: SerialNumber: 42\n[ 1.202256] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 1.239958] EXT4-fs (vda1): resized filesystem to 1039340\n[ 1.470647] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.470651] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n### tail -n 25 /var/log/messages\nAug 13 12:45:04 cirros authpriv.info dropbear[523]: Exit (cirros): Exited normally\nAug 13 12:45:05 cirros authpriv.info dropbear[526]: Child connection from 10.10.10.11:49134\nAug 13 12:45:05 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:49134\nAug 13 12:45:05 cirros authpriv.info dropbear[526]: Exit (cirros): Exited normally\nAug 13 12:45:05 cirros authpriv.info dropbear[529]: Child connection from 10.10.10.11:49136\nAug 13 12:45:05 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:49136\nAug 13 12:45:05 cirros authpriv.info dropbear[529]: Exit (cirros): Exited normally\nAug 13 12:45:06 cirros authpriv.info dropbear[532]: Child connection from 10.10.10.11:49138\nAug 13 12:45:06 cirros authpriv.notice dropbear[532]: 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:49138\nAug 13 12:45:06 cirros authpriv.info dropbear[532]: Exit (cirros): Exited normally\nAug 13 12:45:06 cirros authpriv.info dropbear[535]: Child connection from 10.10.10.11:49140\nAug 13 12:45:06 cirros authpriv.notice dropbear[535]: 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:49140\nAug 13 12:45:06 cirros authpriv.info dropbear[535]: Exit (cirros): Exited normally\nAug 13 12:45:07 cirros authpriv.info dropbear[538]: Child connection from 10.10.10.11:49142\nAug 13 12:45:07 cirros authpriv.notice dropbear[538]: 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:49142\nAug 13 12:45:07 cirros authpriv.info dropbear[538]: Exit (cirros): Exited normally\nAug 13 12:45:07 cirros authpriv.info dropbear[541]: Child connection from 10.10.10.11:49144\nAug 13 12:45:07 cirros authpriv.notice dropbear[541]: 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:49144\nAug 13 12:45:07 cirros authpriv.info dropbear[541]: Exit (cirros): Exited normally\nAug 13 12:45:08 cirros authpriv.info dropbear[544]: Child connection from 10.10.10.11:49146\nAug 13 12:45:08 cirros authpriv.notice dropbear[544]: 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:49146\nAug 13 12:45:08 cirros authpriv.info dropbear[544]: Exit (cirros): Exited normally\nAug 13 12:45:08 cirros authpriv.info dropbear[547]: Child connection from 10.10.10.11:49148\nAug 13 12:45:08 cirros authpriv.notice dropbear[547]: 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:49148\nAug 13 12:45:08 cirros authpriv.info dropbear[547]: 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-08-13 11:45:09,884 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-8dbb6ca1-3256-44fd-9aea-a589f5aca3ac 2018-08-13 11:45:11,921 - sdnvpn_test_utils - INFO - Waiting for instance df708fbb-6c85-4032-8630-5fb804a85c0a to boot up 2018-08-13 11:45:11,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5b74da1dde8bb207ca8aef5db083dd185b2394" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:11,988 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:45: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-d36d5956-6960-43f7-beb6-16802e3e329b x-compute-request-id: req-d36d5956-6960-43f7-beb6-16802e3e329b Content-Encoding: gzip Content-Length: 8121 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480682507 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149583] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151248] pid_max: default: 32768 minimum: 301\n[ 0.152149] ACPI: Core revision 20150930\n[ 0.153553] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154858] Security Framework initialized\n[ 0.155730] Yama: becoming mindful.\n[ 0.156478] AppArmor: AppArmor initialized\n[ 0.157369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158716] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162707] Initializing cgroup subsys io\n[ 0.163530] Initializing cgroup subsys memory\n[ 0.164405] Initializing cgroup subsys devices\n[ 0.165300] Initializing cgroup subsys freezer\n[ 0.166187] Initializing cgroup subsys net_cls\n[ 0.167063] Initializing cgroup subsys perf_event\n[ 0.167987] Initializing cgroup subsys net_prio\n[ 0.168918] Initializing cgroup subsys hugetlb\n[ 0.169799] Initializing cgroup subsys pids\n[ 0.170682] CPU: Physical Processor ID: 0\n[ 0.172193] mce: CPU supports 10 MCE banks\n[ 0.173070] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189008] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195409] ftrace: allocating 31920 entries in 125 pages\n[ 0.221843] smpboot: Max logical packages: 1\n[ 0.222700] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224054] x2apic enabled\n[ 0.224872] Switched APIC routing to physical x2apic.\n[ 0.226612] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231652] KVM setup paravirtual spinlock\n[ 0.232990] x86: Booted up 1 node, 1 CPUs\n[ 0.233815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235213] devtmpfs: initialized\n[ 0.236952] evm: security.selinux\n[ 0.237658] evm: security.SMACK64\n[ 0.238350] evm: security.SMACK64EXEC\n[ 0.239094] evm: security.SMACK64TRANSMUTE\n[ 0.239902] evm: security.SMACK64MMAP\n[ 0.240650] evm: security.ima\n[ 0.241288] evm: security.capability\n[ 0.242104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243990] pinctrl core: initialized pinctrl subsystem\n[ 0.245104] RTC time: 11:44:44, date: 08/13/18\n[ 0.246079] NET: Registered protocol family 16\n[ 0.247072] cpuidle: using governor ladder\n[ 0.247901] cpuidle: using governor menu\n[ 0.248687] PCCT header not found.\n[ 0.249451] ACPI: bus type PCI registered\n[ 0.250250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251497] PCI: Using configuration type 1 for base access\n[ 0.253279] ACPI: Added _OSI(Module Device)\n[ 0.254130] ACPI: Added _OSI(Processor Device)\n[ 0.254995] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255897] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257647] ACPI: Interpreter enabled\n[ 0.258424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260275] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.263981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265832] ACPI: (supports S0 S5)\n[ 0.266542] ACPI: Using IOAPIC for interrupt routing\n[ 0.267493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.270649] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271865] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274314] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276565] acpiphp: Slot [3] registered\n[ 0.277386] acpiphp: Slot [4] registered\n[ 0.278189] acpiphp: Slot [5] registered\n[ 0.278996] acpiphp: Slot [6] registered\n[ 0.279804] acpiphp: Slot [7] registered\n[ 0.280657] acpiphp: Slot [8] registered\n[ 0.281473] acpiphp: Slot [9] registered\n[ 0.282273] acpiphp: Slot [10] registered\n[ 0.283104] acpiphp: Slot [11] registered\n[ 0.283931] acpiphp: Slot [12] registered\n[ 0.284760] acpiphp: Slot [13] registered\n[ 0.285580] acpiphp: Slot [14] registered\n[ 0.286401] acpiphp: Slot [15] registered\n[ 0.297227] acpiphp: Slot [16] registered\n[ 0.298064] acpiphp: Slot [17] registered\n[ 0.298885] acpiphp: Slot [18] registered\n[ 0.299703] acpiphp: Slot [19] registered\n[ 0.300523] acpiphp: Slot [20] registered\n[ 0.301348] acpiphp: Slot [21] registered\n[ 0.302166] acpiphp: Slot [22] registered\n[ 0.302986] acpiphp: Slot [23] registered\n[ 0.303808] acpiphp: Slot [24] registered\n[ 0.304628] acpiphp: Slot [25] registered\n[ 0.305449] acpiphp: Slot [26] registered\n[ 0.306267] acpiphp: Slot [27] registered\n[ 0.307102] acpiphp: Slot [28] registered\n[ 0.308085] acpiphp: Slot [29] registered\n[ 0.308909] acpiphp: Slot [30] registered\n[ 0.309738] acpiphp: Slot [31] registered\n[ 0.310558] PCI host bridge to bus 0000:00\n[ 0.311375] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313819] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315281] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316735] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.318338] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321880] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323330] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329734] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331847] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351525] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353801] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355231] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358070] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359353] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360701] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363318] vgaarb: loaded\n[ 0.363928] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.366127] ACPI: bus type USB registered\n[ 0.366973] usbcore: registered new interface driver usbfs\n[ 0.368011] usbcore: registered new interface driver hub\n[ 0.369024] usbcore: registered new device driver usb\n[ 0.370145] PCI: Using ACPI for IRQ routing\n[ 0.371287] NetLabel: Initializing\n[ 0.372012] NetLabel: domain hash size = 128\n[ 0.372862] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373821] NetLabel: unlabeled traffic allowed by default\n[ 0.375002] clocksource: Switched to clocksource kvm-clock\n[ 0.383643] AppArmor: AppArmor Filesystem Enabled\n[ 0.384639] pnp: PnP ACPI init\n[ 0.385611] pnp: PnP ACPI: found 5 devices\n[ 0.391950] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393681] NET: Registered protocol family 2\n[ 0.394761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396087] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397325] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400872] NET: Registered protocol family 1\n[ 0.401775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402897] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403997] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432315] Trying to unpack rootfs image as initramfs...\n[ 0.488828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490560] Scanning for low memory corruption every 60 seconds\n[ 0.491983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493176] audit: initializing netlink subsys (disabled)\n[ 0.494227] audit: type=2000 audit(1534160685.319:1): initialized\n[ 0.495638] Initialise system trusted keyring\n[ 0.496627] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499987] zbud: loaded\n[ 0.500742] VFS: Disk quotas dquot_6.6.0\n[ 0.501588] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503255] fuse init (API version 7.23)\n[ 0.504194] Key type big_key registered\n[ 0.505021] Allocating IMA MOK and blacklist keyrings.\n[ 0.506290] Key type asymmetric registered\n[ 0.507153] Asymmetric key parser 'x509' registered\n[ 0.508143] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509652] io scheduler noop registered\n[ 0.510467] io scheduler deadline registered (default)\n[ 0.511688] io scheduler cfq registered\n[ 0.512738] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515138] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516946] ACPI: Power Button [PWRF]\n[ 0.518000] GHES: HEST is not enabled!\n[ 0.531890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562098] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586375] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589022] Linux agpgart interface v0.103\n[ 0.591869] brd: module loaded\n[ 0.593744] loop: module loaded\n[ 0.597599] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599430] GPT:90111 != 2097151\n[ 0.600250] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601621] GPT:90111 != 2097151\n[ 0.602441] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603633] vda: vda1 vda15\n[ 0.605060] scsi host0: ata_piix\n[ 0.606016] scsi host1: ata_piix\n[ 0.606911] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.608468] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.614304] libphy: Fixed MDIO Bus: probed\n[ 0.615370] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616577] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620214] PPP generic driver version 2.4.2\n[ 0.621492] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623070] ehci-pci: EHCI PCI platform driver\n[ 0.624196] ehci-platform: EHCI generic platform driver\n[ 0.625462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626922] ohci-pci: OHCI PCI platform driver\n[ 0.628040] ohci-platform: OHCI generic platform driver\n[ 0.629316] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644225] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645540] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648676] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653573] usb usb1: Product: UHCI Host Controller\n[ 0.654791] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656553] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657823] hub 1-0:1.0: USB hub found\n[ 0.658828] hub 1-0:1.0: 2 ports detected\n[ 0.660100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662714] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663947] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665289] mousedev: PS/2 mouse device common for all mice\n[ 0.666904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669262] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670686] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672318] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673948] i2c /dev entries driver\n[ 0.675047] device-mapper: uevent: version 1.0.3\n[ 0.676394] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678629] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680825] NET: Registered protocol family 10\n[ 0.682535] NET: Registered protocol family 17\n[ 0.683800] Key type dns_resolver registered\n[ 0.685326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686826] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689282] registered taskstats version 1\n[ 0.690449] Loading compiled-in X.509 certificates\n[ 0.692364] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694910] zswap: loaded using pool lzo/zbud\n[ 0.697334] Key type trusted registered\n[ 0.699453] Key type encrypted registered\n[ 0.700556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701971] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703399] evm: HMAC attrs: 0x1\n[ 0.704682] Magic number: 14:837:731\n[ 0.705896] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:45 UTC (1534160685)\n[ 0.708095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709594] EDD information not available.\n[ 0.768032] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779947] ata1.00: configured for MWDMA2\n[ 0.781743] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784427] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786097] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787758] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793405] Write protecting the kernel read-only data: 14336k\n[ 0.797321] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799811] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.970783] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.32s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-08-13 11:45:11,989 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action used request id req-d36d5956-6960-43f7-beb6-16802e3e329b 2018-08-13 11:45:13,992 - sdnvpn_test_utils - INFO - Waiting for instance 346163d7-7ee6-4996-95e1-7959e9605bb2 to boot up 2018-08-13 11:45:13,996 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d7de8af746e6ca20fbb3965b9bc9a463d5cf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:14,066 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:45: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-5c69a46e-f230-48d0-a79e-4643e0f3d9e3 x-compute-request-id: req-5c69a46e-f230-48d0-a79e-4643e0f3d9e3 Content-Encoding: gzip Content-Length: 8123 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 506716910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.154163] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156086] pid_max: default: 32768 minimum: 301\n[ 0.157137] ACPI: Core revision 20150930\n[ 0.158619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160131] Security Framework initialized\n[ 0.161082] Yama: becoming mindful.\n[ 0.161909] AppArmor: AppArmor initialized\n[ 0.162890] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164418] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167317] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168946] Initializing cgroup subsys io\n[ 0.169891] Initializing cgroup subsys memory\n[ 0.170888] Initializing cgroup subsys devices\n[ 0.171898] Initializing cgroup subsys freezer\n[ 0.172907] Initializing cgroup subsys net_cls\n[ 0.173928] Initializing cgroup subsys perf_event\n[ 0.174994] Initializing cgroup subsys net_prio\n[ 0.176032] Initializing cgroup subsys hugetlb\n[ 0.177036] Initializing cgroup subsys pids\n[ 0.178046] CPU: Physical Processor ID: 0\n[ 0.179703] mce: CPU supports 10 MCE banks\n[ 0.180703] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181901] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198219] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204558] ftrace: allocating 31920 entries in 125 pages\n[ 0.230120] smpboot: Max logical packages: 1\n[ 0.231133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232732] x2apic enabled\n[ 0.233646] Switched APIC routing to physical x2apic.\n[ 0.235594] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236952] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239233] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.241289] KVM setup paravirtual spinlock\n[ 0.242719] x86: Booted up 1 node, 1 CPUs\n[ 0.243640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.245227] devtmpfs: initialized\n[ 0.247046] evm: security.selinux\n[ 0.247844] evm: security.SMACK64\n[ 0.248624] evm: security.SMACK64EXEC\n[ 0.249479] evm: security.SMACK64TRANSMUTE\n[ 0.250423] evm: security.SMACK64MMAP\n[ 0.251283] evm: security.ima\n[ 0.252006] evm: security.capability\n[ 0.252920] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255068] pinctrl core: initialized pinctrl subsystem\n[ 0.256302] RTC time: 11:44:33, date: 08/13/18\n[ 0.257405] NET: Registered protocol family 16\n[ 0.258521] cpuidle: using governor ladder\n[ 0.259464] cpuidle: using governor menu\n[ 0.260377] PCCT header not found.\n[ 0.261241] ACPI: bus type PCI registered\n[ 0.262178] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263616] PCI: Using configuration type 1 for base access\n[ 0.265569] ACPI: Added _OSI(Module Device)\n[ 0.266544] ACPI: Added _OSI(Processor Device)\n[ 0.267551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268604] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270571] ACPI: Interpreter enabled\n[ 0.271479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280181] ACPI: (supports S0 S5)\n[ 0.281013] ACPI: Using IOAPIC for interrupt routing\n[ 0.282131] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.285545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286865] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.288300] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289692] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.292266] acpiphp: Slot [3] registered\n[ 0.293182] acpiphp: Slot [4] registered\n[ 0.294105] acpiphp: Slot [5] registered\n[ 0.295024] acpiphp: Slot [6] registered\n[ 0.295918] acpiphp: Slot [7] registered\n[ 0.296833] acpiphp: Slot [8] registered\n[ 0.297744] acpiphp: Slot [9] registered\n[ 0.298637] acpiphp: Slot [10] registered\n[ 0.299563] acpiphp: Slot [11] registered\n[ 0.300494] acpiphp: Slot [12] registered\n[ 0.301426] acpiphp: Slot [13] registered\n[ 0.302352] acpiphp: Slot [14] registered\n[ 0.303291] acpiphp: Slot [15] registered\n[ 0.314382] acpiphp: Slot [16] registered\n[ 0.315276] acpiphp: Slot [17] registered\n[ 0.316229] acpiphp: Slot [18] registered\n[ 0.317184] acpiphp: Slot [19] registered\n[ 0.318141] acpiphp: Slot [20] registered\n[ 0.319102] acpiphp: Slot [21] registered\n[ 0.320041] acpiphp: Slot [22] registered\n[ 0.320971] acpiphp: Slot [23] registered\n[ 0.321915] acpiphp: Slot [24] registered\n[ 0.322874] acpiphp: Slot [25] registered\n[ 0.323816] acpiphp: Slot [26] registered\n[ 0.324773] acpiphp: Slot [27] registered\n[ 0.325730] acpiphp: Slot [28] registered\n[ 0.326686] acpiphp: Slot [29] registered\n[ 0.327629] acpiphp: Slot [30] registered\n[ 0.328567] acpiphp: Slot [31] registered\n[ 0.329499] PCI host bridge to bus 0000:00\n[ 0.330427] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334923] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336561] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.338238] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.341678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.351602] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372931] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374418] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375884] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378694] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380044] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381141] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382762] vgaarb: loaded\n[ 0.383384] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384669] SCSI subsystem initialized\n[ 0.385617] ACPI: bus type USB registered\n[ 0.386480] usbcore: registered new interface driver usbfs\n[ 0.387563] usbcore: registered new interface driver hub\n[ 0.388613] usbcore: registered new device driver usb\n[ 0.389782] PCI: Using ACPI for IRQ routing\n[ 0.390940] NetLabel: Initializing\n[ 0.391689] NetLabel: domain hash size = 128\n[ 0.392567] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393565] NetLabel: unlabeled traffic allowed by default\n[ 0.394774] clocksource: Switched to clocksource kvm-clock\n[ 0.403036] AppArmor: AppArmor Filesystem Enabled\n[ 0.404052] pnp: PnP ACPI init\n[ 0.405034] pnp: PnP ACPI: found 5 devices\n[ 0.411488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413289] NET: Registered protocol family 2\n[ 0.414377] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416985] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418228] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420596] NET: Registered protocol family 1\n[ 0.421518] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437949] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451936] Trying to unpack rootfs image as initramfs...\n[ 0.510114] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511906] Scanning for low memory corruption every 60 seconds\n[ 0.513337] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514569] audit: initializing netlink subsys (disabled)\n[ 0.515683] audit: type=2000 audit(1534160674.410:1): initialized\n[ 0.517090] Initialise system trusted keyring\n[ 0.518075] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519291] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521491] zbud: loaded\n[ 0.522259] VFS: Disk quotas dquot_6.6.0\n[ 0.523129] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524793] fuse init (API version 7.23)\n[ 0.525749] Key type big_key registered\n[ 0.526596] Allocating IMA MOK and blacklist keyrings.\n[ 0.527905] Key type asymmetric registered\n[ 0.528780] Asymmetric key parser 'x509' registered\n[ 0.529796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531376] io scheduler noop registered\n[ 0.532221] io scheduler deadline registered (default)\n[ 0.533277] io scheduler cfq registered\n[ 0.534169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535269] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538108] ACPI: Power Button [PWRF]\n[ 0.539011] GHES: HEST is not enabled!\n[ 0.552782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580865] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611829] Linux agpgart interface v0.103\n[ 0.614915] brd: module loaded\n[ 0.616681] loop: module loaded\n[ 0.621868] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623402] GPT:90111 != 2097151\n[ 0.624116] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625255] GPT:90111 != 2097151\n[ 0.625955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626965] vda: vda1 vda15\n[ 0.628506] scsi host0: ata_piix\n[ 0.629340] scsi host1: ata_piix\n[ 0.630094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.631360] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.632908] libphy: Fixed MDIO Bus: probed\n[ 0.633759] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634753] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637249] PPP generic driver version 2.4.2\n[ 0.638206] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639453] ehci-pci: EHCI PCI platform driver\n[ 0.640378] ehci-platform: EHCI generic platform driver\n[ 0.641408] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642606] ohci-pci: OHCI PCI platform driver\n[ 0.643528] ohci-platform: OHCI generic platform driver\n[ 0.644567] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658937] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661505] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662586] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.663779] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666539] usb usb1: Product: UHCI Host Controller\n[ 0.667517] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668709] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669747] hub 1-0:1.0: USB hub found\n[ 0.670562] hub 1-0:1.0: 2 ports detected\n[ 0.671577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673808] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674805] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675899] mousedev: PS/2 mouse device common for all mice\n[ 0.677262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681748] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683010] i2c /dev entries driver\n[ 0.683817] device-mapper: uevent: version 1.0.3\n[ 0.684836] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686567] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688092] NET: Registered protocol family 10\n[ 0.689287] NET: Registered protocol family 17\n[ 0.690233] Key type dns_resolver registered\n[ 0.691275] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694321] registered taskstats version 1\n[ 0.695221] Loading compiled-in X.509 certificates\n[ 0.696738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698732] zswap: loaded using pool lzo/zbud\n[ 0.700468] Key type trusted registered\n[ 0.702352] Key type encrypted registered\n[ 0.703235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704342] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705450] evm: HMAC attrs: 0x1\n[ 0.706480] Magic number: 14:837:731\n[ 0.707397] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:33 UTC (1534160673)\n[ 0.709128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710301] EDD information not available.\n[ 0.787325] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799036] ata1.00: configured for MWDMA2\n[ 0.800339] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802642] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803939] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805278] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807573] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809186] Write protecting the kernel read-only data: 14336k\n[ 0.811377] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813306] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.872675] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 0.15s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-08-13 11:45:14,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action used request id req-5c69a46e-f230-48d0-a79e-4643e0f3d9e3 2018-08-13 11:45:16,069 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 11:45:46,103 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5b74da1dde8bb207ca8aef5db083dd185b2394" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:46,172 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:45:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d6d1d948-8773-4640-968b-44cf0dee452c x-compute-request-id: req-d6d1d948-8773-4640-968b-44cf0dee452c Content-Encoding: gzip Content-Length: 8137 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480682507 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149583] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151248] pid_max: default: 32768 minimum: 301\n[ 0.152149] ACPI: Core revision 20150930\n[ 0.153553] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154858] Security Framework initialized\n[ 0.155730] Yama: becoming mindful.\n[ 0.156478] AppArmor: AppArmor initialized\n[ 0.157369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158716] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162707] Initializing cgroup subsys io\n[ 0.163530] Initializing cgroup subsys memory\n[ 0.164405] Initializing cgroup subsys devices\n[ 0.165300] Initializing cgroup subsys freezer\n[ 0.166187] Initializing cgroup subsys net_cls\n[ 0.167063] Initializing cgroup subsys perf_event\n[ 0.167987] Initializing cgroup subsys net_prio\n[ 0.168918] Initializing cgroup subsys hugetlb\n[ 0.169799] Initializing cgroup subsys pids\n[ 0.170682] CPU: Physical Processor ID: 0\n[ 0.172193] mce: CPU supports 10 MCE banks\n[ 0.173070] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189008] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195409] ftrace: allocating 31920 entries in 125 pages\n[ 0.221843] smpboot: Max logical packages: 1\n[ 0.222700] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224054] x2apic enabled\n[ 0.224872] Switched APIC routing to physical x2apic.\n[ 0.226612] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231652] KVM setup paravirtual spinlock\n[ 0.232990] x86: Booted up 1 node, 1 CPUs\n[ 0.233815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235213] devtmpfs: initialized\n[ 0.236952] evm: security.selinux\n[ 0.237658] evm: security.SMACK64\n[ 0.238350] evm: security.SMACK64EXEC\n[ 0.239094] evm: security.SMACK64TRANSMUTE\n[ 0.239902] evm: security.SMACK64MMAP\n[ 0.240650] evm: security.ima\n[ 0.241288] evm: security.capability\n[ 0.242104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243990] pinctrl core: initialized pinctrl subsystem\n[ 0.245104] RTC time: 11:44:44, date: 08/13/18\n[ 0.246079] NET: Registered protocol family 16\n[ 0.247072] cpuidle: using governor ladder\n[ 0.247901] cpuidle: using governor menu\n[ 0.248687] PCCT header not found.\n[ 0.249451] ACPI: bus type PCI registered\n[ 0.250250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251497] PCI: Using configuration type 1 for base access\n[ 0.253279] ACPI: Added _OSI(Module Device)\n[ 0.254130] ACPI: Added _OSI(Processor Device)\n[ 0.254995] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255897] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257647] ACPI: Interpreter enabled\n[ 0.258424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260275] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.263981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265832] ACPI: (supports S0 S5)\n[ 0.266542] ACPI: Using IOAPIC for interrupt routing\n[ 0.267493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.270649] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271865] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274314] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276565] acpiphp: Slot [3] registered\n[ 0.277386] acpiphp: Slot [4] registered\n[ 0.278189] acpiphp: Slot [5] registered\n[ 0.278996] acpiphp: Slot [6] registered\n[ 0.279804] acpiphp: Slot [7] registered\n[ 0.280657] acpiphp: Slot [8] registered\n[ 0.281473] acpiphp: Slot [9] registered\n[ 0.282273] acpiphp: Slot [10] registered\n[ 0.283104] acpiphp: Slot [11] registered\n[ 0.283931] acpiphp: Slot [12] registered\n[ 0.284760] acpiphp: Slot [13] registered\n[ 0.285580] acpiphp: Slot [14] registered\n[ 0.286401] acpiphp: Slot [15] registered\n[ 0.297227] acpiphp: Slot [16] registered\n[ 0.298064] acpiphp: Slot [17] registered\n[ 0.298885] acpiphp: Slot [18] registered\n[ 0.299703] acpiphp: Slot [19] registered\n[ 0.300523] acpiphp: Slot [20] registered\n[ 0.301348] acpiphp: Slot [21] registered\n[ 0.302166] acpiphp: Slot [22] registered\n[ 0.302986] acpiphp: Slot [23] registered\n[ 0.303808] acpiphp: Slot [24] registered\n[ 0.304628] acpiphp: Slot [25] registered\n[ 0.305449] acpiphp: Slot [26] registered\n[ 0.306267] acpiphp: Slot [27] registered\n[ 0.307102] acpiphp: Slot [28] registered\n[ 0.308085] acpiphp: Slot [29] registered\n[ 0.308909] acpiphp: Slot [30] registered\n[ 0.309738] acpiphp: Slot [31] registered\n[ 0.310558] PCI host bridge to bus 0000:00\n[ 0.311375] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313819] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315281] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316735] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.318338] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321880] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323330] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329734] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331847] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351525] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353801] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355231] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358070] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359353] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360701] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363318] vgaarb: loaded\n[ 0.363928] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.366127] ACPI: bus type USB registered\n[ 0.366973] usbcore: registered new interface driver usbfs\n[ 0.368011] usbcore: registered new interface driver hub\n[ 0.369024] usbcore: registered new device driver usb\n[ 0.370145] PCI: Using ACPI for IRQ routing\n[ 0.371287] NetLabel: Initializing\n[ 0.372012] NetLabel: domain hash size = 128\n[ 0.372862] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373821] NetLabel: unlabeled traffic allowed by default\n[ 0.375002] clocksource: Switched to clocksource kvm-clock\n[ 0.383643] AppArmor: AppArmor Filesystem Enabled\n[ 0.384639] pnp: PnP ACPI init\n[ 0.385611] pnp: PnP ACPI: found 5 devices\n[ 0.391950] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393681] NET: Registered protocol family 2\n[ 0.394761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396087] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397325] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400872] NET: Registered protocol family 1\n[ 0.401775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402897] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403997] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432315] Trying to unpack rootfs image as initramfs...\n[ 0.488828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490560] Scanning for low memory corruption every 60 seconds\n[ 0.491983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493176] audit: initializing netlink subsys (disabled)\n[ 0.494227] audit: type=2000 audit(1534160685.319:1): initialized\n[ 0.495638] Initialise system trusted keyring\n[ 0.496627] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499987] zbud: loaded\n[ 0.500742] VFS: Disk quotas dquot_6.6.0\n[ 0.501588] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503255] fuse init (API version 7.23)\n[ 0.504194] Key type big_key registered\n[ 0.505021] Allocating IMA MOK and blacklist keyrings.\n[ 0.506290] Key type asymmetric registered\n[ 0.507153] Asymmetric key parser 'x509' registered\n[ 0.508143] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509652] io scheduler noop registered\n[ 0.510467] io scheduler deadline registered (default)\n[ 0.511688] io scheduler cfq registered\n[ 0.512738] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515138] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516946] ACPI: Power Button [PWRF]\n[ 0.518000] GHES: HEST is not enabled!\n[ 0.531890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562098] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586375] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589022] Linux agpgart interface v0.103\n[ 0.591869] brd: module loaded\n[ 0.593744] loop: module loaded\n[ 0.597599] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599430] GPT:90111 != 2097151\n[ 0.600250] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601621] GPT:90111 != 2097151\n[ 0.602441] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603633] vda: vda1 vda15\n[ 0.605060] scsi host0: ata_piix\n[ 0.606016] scsi host1: ata_piix\n[ 0.606911] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.608468] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.614304] libphy: Fixed MDIO Bus: probed\n[ 0.615370] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616577] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620214] PPP generic driver version 2.4.2\n[ 0.621492] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623070] ehci-pci: EHCI PCI platform driver\n[ 0.624196] ehci-platform: EHCI generic platform driver\n[ 0.625462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626922] ohci-pci: OHCI PCI platform driver\n[ 0.628040] ohci-platform: OHCI generic platform driver\n[ 0.629316] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644225] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645540] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648676] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653573] usb usb1: Product: UHCI Host Controller\n[ 0.654791] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656553] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657823] hub 1-0:1.0: USB hub found\n[ 0.658828] hub 1-0:1.0: 2 ports detected\n[ 0.660100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662714] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663947] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665289] mousedev: PS/2 mouse device common for all mice\n[ 0.666904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669262] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670686] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672318] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673948] i2c /dev entries driver\n[ 0.675047] device-mapper: uevent: version 1.0.3\n[ 0.676394] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678629] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680825] NET: Registered protocol family 10\n[ 0.682535] NET: Registered protocol family 17\n[ 0.683800] Key type dns_resolver registered\n[ 0.685326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686826] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689282] registered taskstats version 1\n[ 0.690449] Loading compiled-in X.509 certificates\n[ 0.692364] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694910] zswap: loaded using pool lzo/zbud\n[ 0.697334] Key type trusted registered\n[ 0.699453] Key type encrypted registered\n[ 0.700556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701971] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703399] evm: HMAC attrs: 0x1\n[ 0.704682] Magic number: 14:837:731\n[ 0.705896] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:45 UTC (1534160685)\n[ 0.708095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709594] EDD information not available.\n[ 0.768032] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779947] ata1.00: configured for MWDMA2\n[ 0.781743] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784427] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786097] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787758] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793405] Write protecting the kernel read-only data: 14336k\n[ 0.797321] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799811] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.970783] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.32s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-08-13 11:45:46,172 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action used request id req-d6d1d948-8773-4640-968b-44cf0dee452c 2018-08-13 11:45:46,173 - 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-08-13 11:45:46,176 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3c5b74da1dde8bb207ca8aef5db083dd185b2394" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:45:46,242 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:45:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ded374e6-933c-44ca-9dcd-e23a0251f771 x-compute-request-id: req-ded374e6-933c-44ca-9dcd-e23a0251f771 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 480682507 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149583] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151248] pid_max: default: 32768 minimum: 301\n[ 0.152149] ACPI: Core revision 20150930\n[ 0.153553] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.154858] Security Framework initialized\n[ 0.155730] Yama: becoming mindful.\n[ 0.156478] AppArmor: AppArmor initialized\n[ 0.157369] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.158716] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.160012] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.161238] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162707] Initializing cgroup subsys io\n[ 0.163530] Initializing cgroup subsys memory\n[ 0.164405] Initializing cgroup subsys devices\n[ 0.165300] Initializing cgroup subsys freezer\n[ 0.166187] Initializing cgroup subsys net_cls\n[ 0.167063] Initializing cgroup subsys perf_event\n[ 0.167987] Initializing cgroup subsys net_prio\n[ 0.168918] Initializing cgroup subsys hugetlb\n[ 0.169799] Initializing cgroup subsys pids\n[ 0.170682] CPU: Physical Processor ID: 0\n[ 0.172193] mce: CPU supports 10 MCE banks\n[ 0.173070] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.174102] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.189008] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.195409] ftrace: allocating 31920 entries in 125 pages\n[ 0.221843] smpboot: Max logical packages: 1\n[ 0.222700] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.224054] x2apic enabled\n[ 0.224872] Switched APIC routing to physical x2apic.\n[ 0.226612] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.227779] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.229865] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.231652] KVM setup paravirtual spinlock\n[ 0.232990] x86: Booted up 1 node, 1 CPUs\n[ 0.233815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.235213] devtmpfs: initialized\n[ 0.236952] evm: security.selinux\n[ 0.237658] evm: security.SMACK64\n[ 0.238350] evm: security.SMACK64EXEC\n[ 0.239094] evm: security.SMACK64TRANSMUTE\n[ 0.239902] evm: security.SMACK64MMAP\n[ 0.240650] evm: security.ima\n[ 0.241288] evm: security.capability\n[ 0.242104] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.243990] pinctrl core: initialized pinctrl subsystem\n[ 0.245104] RTC time: 11:44:44, date: 08/13/18\n[ 0.246079] NET: Registered protocol family 16\n[ 0.247072] cpuidle: using governor ladder\n[ 0.247901] cpuidle: using governor menu\n[ 0.248687] PCCT header not found.\n[ 0.249451] ACPI: bus type PCI registered\n[ 0.250250] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.251497] PCI: Using configuration type 1 for base access\n[ 0.253279] ACPI: Added _OSI(Module Device)\n[ 0.254130] ACPI: Added _OSI(Processor Device)\n[ 0.254995] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.255897] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.257647] ACPI: Interpreter enabled\n[ 0.258424] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.260275] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.262121] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.263981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.265832] ACPI: (supports S0 S5)\n[ 0.266542] ACPI: Using IOAPIC for interrupt routing\n[ 0.267493] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.270649] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271865] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.273111] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.274314] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276565] acpiphp: Slot [3] registered\n[ 0.277386] acpiphp: Slot [4] registered\n[ 0.278189] acpiphp: Slot [5] registered\n[ 0.278996] acpiphp: Slot [6] registered\n[ 0.279804] acpiphp: Slot [7] registered\n[ 0.280657] acpiphp: Slot [8] registered\n[ 0.281473] acpiphp: Slot [9] registered\n[ 0.282273] acpiphp: Slot [10] registered\n[ 0.283104] acpiphp: Slot [11] registered\n[ 0.283931] acpiphp: Slot [12] registered\n[ 0.284760] acpiphp: Slot [13] registered\n[ 0.285580] acpiphp: Slot [14] registered\n[ 0.286401] acpiphp: Slot [15] registered\n[ 0.297227] acpiphp: Slot [16] registered\n[ 0.298064] acpiphp: Slot [17] registered\n[ 0.298885] acpiphp: Slot [18] registered\n[ 0.299703] acpiphp: Slot [19] registered\n[ 0.300523] acpiphp: Slot [20] registered\n[ 0.301348] acpiphp: Slot [21] registered\n[ 0.302166] acpiphp: Slot [22] registered\n[ 0.302986] acpiphp: Slot [23] registered\n[ 0.303808] acpiphp: Slot [24] registered\n[ 0.304628] acpiphp: Slot [25] registered\n[ 0.305449] acpiphp: Slot [26] registered\n[ 0.306267] acpiphp: Slot [27] registered\n[ 0.307102] acpiphp: Slot [28] registered\n[ 0.308085] acpiphp: Slot [29] registered\n[ 0.308909] acpiphp: Slot [30] registered\n[ 0.309738] acpiphp: Slot [31] registered\n[ 0.310558] PCI host bridge to bus 0000:00\n[ 0.311375] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.312594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.313819] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315281] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.316735] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.318338] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.321880] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323330] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.324639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326049] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.329734] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.331847] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351525] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353801] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355231] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356657] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358070] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359353] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360701] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.361756] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363318] vgaarb: loaded\n[ 0.363928] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365176] SCSI subsystem initialized\n[ 0.366127] ACPI: bus type USB registered\n[ 0.366973] usbcore: registered new interface driver usbfs\n[ 0.368011] usbcore: registered new interface driver hub\n[ 0.369024] usbcore: registered new device driver usb\n[ 0.370145] PCI: Using ACPI for IRQ routing\n[ 0.371287] NetLabel: Initializing\n[ 0.372012] NetLabel: domain hash size = 128\n[ 0.372862] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.373821] NetLabel: unlabeled traffic allowed by default\n[ 0.375002] clocksource: Switched to clocksource kvm-clock\n[ 0.383643] AppArmor: AppArmor Filesystem Enabled\n[ 0.384639] pnp: PnP ACPI init\n[ 0.385611] pnp: PnP ACPI: found 5 devices\n[ 0.391950] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.393681] NET: Registered protocol family 2\n[ 0.394761] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.396087] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.397325] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.398548] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.399659] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400872] NET: Registered protocol family 1\n[ 0.401775] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.402897] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.403997] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.418148] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.432315] Trying to unpack rootfs image as initramfs...\n[ 0.488828] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.490560] Scanning for low memory corruption every 60 seconds\n[ 0.491983] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.493176] audit: initializing netlink subsys (disabled)\n[ 0.494227] audit: type=2000 audit(1534160685.319:1): initialized\n[ 0.495638] Initialise system trusted keyring\n[ 0.496627] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.497820] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499987] zbud: loaded\n[ 0.500742] VFS: Disk quotas dquot_6.6.0\n[ 0.501588] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.503255] fuse init (API version 7.23)\n[ 0.504194] Key type big_key registered\n[ 0.505021] Allocating IMA MOK and blacklist keyrings.\n[ 0.506290] Key type asymmetric registered\n[ 0.507153] Asymmetric key parser 'x509' registered\n[ 0.508143] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.509652] io scheduler noop registered\n[ 0.510467] io scheduler deadline registered (default)\n[ 0.511688] io scheduler cfq registered\n[ 0.512738] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513819] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.515138] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.516946] ACPI: Power Button [PWRF]\n[ 0.518000] GHES: HEST is not enabled!\n[ 0.531890] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.559761] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562098] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586375] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589022] Linux agpgart interface v0.103\n[ 0.591869] brd: module loaded\n[ 0.593744] loop: module loaded\n[ 0.597599] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599430] GPT:90111 != 2097151\n[ 0.600250] GPT:Alternate GPT header not at the end of the disk.\n[ 0.601621] GPT:90111 != 2097151\n[ 0.602441] GPT: Use GNU Parted to correct GPT errors.\n[ 0.603633] vda: vda1 vda15\n[ 0.605060] scsi host0: ata_piix\n[ 0.606016] scsi host1: ata_piix\n[ 0.606911] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.608468] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.614304] libphy: Fixed MDIO Bus: probed\n[ 0.615370] tun: Universal TUN/TAP device driver, 1.6\n[ 0.616577] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.620214] PPP generic driver version 2.4.2\n[ 0.621492] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.623070] ehci-pci: EHCI PCI platform driver\n[ 0.624196] ehci-platform: EHCI generic platform driver\n[ 0.625462] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.626922] ohci-pci: OHCI PCI platform driver\n[ 0.628040] ohci-platform: OHCI generic platform driver\n[ 0.629316] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.644225] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.645540] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647398] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648676] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650206] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651790] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653573] usb usb1: Product: UHCI Host Controller\n[ 0.654791] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.656553] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.657823] hub 1-0:1.0: USB hub found\n[ 0.658828] hub 1-0:1.0: 2 ports detected\n[ 0.660100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.662714] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.663947] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.665289] mousedev: PS/2 mouse device common for all mice\n[ 0.666904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.669262] rtc_cmos 00:00: RTC can wake from S4\n[ 0.670686] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.672318] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.673948] i2c /dev entries driver\n[ 0.675047] device-mapper: uevent: version 1.0.3\n[ 0.676394] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.678629] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680825] NET: Registered protocol family 10\n[ 0.682535] NET: Registered protocol family 17\n[ 0.683800] Key type dns_resolver registered\n[ 0.685326] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686826] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.689282] registered taskstats version 1\n[ 0.690449] Loading compiled-in X.509 certificates\n[ 0.692364] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.694910] zswap: loaded using pool lzo/zbud\n[ 0.697334] Key type trusted registered\n[ 0.699453] Key type encrypted registered\n[ 0.700556] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.701971] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703399] evm: HMAC attrs: 0x1\n[ 0.704682] Magic number: 14:837:731\n[ 0.705896] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:45 UTC (1534160685)\n[ 0.708095] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709594] EDD information not available.\n[ 0.768032] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.779947] ata1.00: configured for MWDMA2\n[ 0.781743] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784427] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.786097] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787758] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.791287] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.793405] Write protecting the kernel read-only data: 14336k\n[ 0.797321] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.799811] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.970783] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.11...\nLease of 10.10.10.11 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n/dev/root resized successfully [took 0.32s]\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 sdnvpn-2-2\n10.10.10.12 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-08-13 11:45:46,243 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action used request id req-ded374e6-933c-44ca-9dcd-e23a0251f771 2018-08-13 11:45:46,244 - sdnvpn-results - DEBUG - [PASS] [10.10.10.12] returns 'I am sdnvpn-2-2' to 'sdnvpn-2-1'[10.10.10.11] 2018-08-13 11:45:46,245 - sdnvpn-results - INFO - Create VPN2 with eRT=iRT 2018-08-13 11:45:46,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"bgpvpn": {"route_targets": "88:88", "import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-2-384519", "route_distinguishers": "222:222"}}' 2018-08-13 11:45:46,690 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 352 X-Openstack-Request-Id: req-2fcd0b74-5144-4bde-82b3-af3b2741d164 Date: Mon, 13 Aug 2018 11:45:46 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-2-384519", "route_distinguishers": ["222:222"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": ["88:88"], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "b06b4607-4f7f-4839-b666-f9152b333378"}} 2018-08-13 11:45:46,690 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-2fcd0b74-5144-4bde-82b3-af3b2741d164 2018-08-13 11:45:46,690 - sdnvpn.test.functest.testcase_2 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-2-384519', u'route_distinguishers': [u'222:222'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'b06b4607-4f7f-4839-b666-f9152b333378', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'route_targets': [u'88:88'], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'type': u'l3', u'networks': []}} 2018-08-13 11:45:46,691 - sdnvpn-results - INFO - Associate network 'sdnvpn-2-2-net' to the VPN2. 2018-08-13 11:45:46,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/b06b4607-4f7f-4839-b666-f9152b333378/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" -d '{"network_association": {"network_id": "c78327d4-79fa-4d20-864b-20c52c164fdb"}}' 2018-08-13 11:45:46,999 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-d006b908-01c1-43bf-863f-114f26ce6515 Date: Mon, 13 Aug 2018 11:45:46 GMT RESP BODY: {"network_association": {"network_id": "c78327d4-79fa-4d20-864b-20c52c164fdb", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "ea0cc3e6-a0f3-4449-95f5-3ce4736de252"}} 2018-08-13 11:45:47,000 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/b06b4607-4f7f-4839-b666-f9152b333378/network_associations used request id req-d006b908-01c1-43bf-863f-114f26ce6515 2018-08-13 11:45:47,000 - sdnvpn_test_utils - DEBUG - Waiting for network 59c5d72c-1163-48ad-acc0-081c4a36ac8c to associate with BGPVPN 819db2e0-3e60-4429-a1df-14c955be1ccc 2018-08-13 11:45:47,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59c5d72c-1163-48ad-acc0-081c4a36ac8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:45:47,327 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-0f70d22b-55ba-4eab-97c2-8c2b4e196ad3 Date: Mon, 13 Aug 2018 11:45:47 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-1-488862", "route_distinguishers": ["111:111"], "routers": [], "import_targets": ["55:55"], "networks": ["819db2e0-3e60-4429-a1df-14c955be1ccc"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": ["55:55"], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "59c5d72c-1163-48ad-acc0-081c4a36ac8c"}} 2018-08-13 11:45:47,327 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59c5d72c-1163-48ad-acc0-081c4a36ac8c used request id req-0f70d22b-55ba-4eab-97c2-8c2b4e196ad3 2018-08-13 11:45:48,328 - sdnvpn_test_utils - DEBUG - Waiting for network b06b4607-4f7f-4839-b666-f9152b333378 to associate with BGPVPN c78327d4-79fa-4d20-864b-20c52c164fdb 2018-08-13 11:45:48,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/b06b4607-4f7f-4839-b666-f9152b333378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:45:48,382 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 390 X-Openstack-Request-Id: req-438c5c5b-a4d6-455d-a75a-68bb04a70e15 Date: Mon, 13 Aug 2018 11:45:48 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-2-384519", "route_distinguishers": ["222:222"], "routers": [], "import_targets": ["88:88"], "networks": ["c78327d4-79fa-4d20-864b-20c52c164fdb"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": ["88:88"], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "b06b4607-4f7f-4839-b666-f9152b333378"}} 2018-08-13 11:45:48,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/b06b4607-4f7f-4839-b666-f9152b333378 used request id req-438c5c5b-a4d6-455d-a75a-68bb04a70e15 2018-08-13 11:45:49,384 - sdnvpn.test.functest.testcase_2 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 11:46:19,403 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d7de8af746e6ca20fbb3965b9bc9a463d5cf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:46:19,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46: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-1fb6bc87-6e55-4361-a45c-dc2b45e59e99 x-compute-request-id: req-1fb6bc87-6e55-4361-a45c-dc2b45e59e99 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 506716910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.154163] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156086] pid_max: default: 32768 minimum: 301\n[ 0.157137] ACPI: Core revision 20150930\n[ 0.158619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160131] Security Framework initialized\n[ 0.161082] Yama: becoming mindful.\n[ 0.161909] AppArmor: AppArmor initialized\n[ 0.162890] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164418] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167317] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168946] Initializing cgroup subsys io\n[ 0.169891] Initializing cgroup subsys memory\n[ 0.170888] Initializing cgroup subsys devices\n[ 0.171898] Initializing cgroup subsys freezer\n[ 0.172907] Initializing cgroup subsys net_cls\n[ 0.173928] Initializing cgroup subsys perf_event\n[ 0.174994] Initializing cgroup subsys net_prio\n[ 0.176032] Initializing cgroup subsys hugetlb\n[ 0.177036] Initializing cgroup subsys pids\n[ 0.178046] CPU: Physical Processor ID: 0\n[ 0.179703] mce: CPU supports 10 MCE banks\n[ 0.180703] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181901] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198219] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204558] ftrace: allocating 31920 entries in 125 pages\n[ 0.230120] smpboot: Max logical packages: 1\n[ 0.231133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232732] x2apic enabled\n[ 0.233646] Switched APIC routing to physical x2apic.\n[ 0.235594] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236952] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239233] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.241289] KVM setup paravirtual spinlock\n[ 0.242719] x86: Booted up 1 node, 1 CPUs\n[ 0.243640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.245227] devtmpfs: initialized\n[ 0.247046] evm: security.selinux\n[ 0.247844] evm: security.SMACK64\n[ 0.248624] evm: security.SMACK64EXEC\n[ 0.249479] evm: security.SMACK64TRANSMUTE\n[ 0.250423] evm: security.SMACK64MMAP\n[ 0.251283] evm: security.ima\n[ 0.252006] evm: security.capability\n[ 0.252920] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255068] pinctrl core: initialized pinctrl subsystem\n[ 0.256302] RTC time: 11:44:33, date: 08/13/18\n[ 0.257405] NET: Registered protocol family 16\n[ 0.258521] cpuidle: using governor ladder\n[ 0.259464] cpuidle: using governor menu\n[ 0.260377] PCCT header not found.\n[ 0.261241] ACPI: bus type PCI registered\n[ 0.262178] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263616] PCI: Using configuration type 1 for base access\n[ 0.265569] ACPI: Added _OSI(Module Device)\n[ 0.266544] ACPI: Added _OSI(Processor Device)\n[ 0.267551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268604] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270571] ACPI: Interpreter enabled\n[ 0.271479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280181] ACPI: (supports S0 S5)\n[ 0.281013] ACPI: Using IOAPIC for interrupt routing\n[ 0.282131] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.285545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286865] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.288300] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289692] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.292266] acpiphp: Slot [3] registered\n[ 0.293182] acpiphp: Slot [4] registered\n[ 0.294105] acpiphp: Slot [5] registered\n[ 0.295024] acpiphp: Slot [6] registered\n[ 0.295918] acpiphp: Slot [7] registered\n[ 0.296833] acpiphp: Slot [8] registered\n[ 0.297744] acpiphp: Slot [9] registered\n[ 0.298637] acpiphp: Slot [10] registered\n[ 0.299563] acpiphp: Slot [11] registered\n[ 0.300494] acpiphp: Slot [12] registered\n[ 0.301426] acpiphp: Slot [13] registered\n[ 0.302352] acpiphp: Slot [14] registered\n[ 0.303291] acpiphp: Slot [15] registered\n[ 0.314382] acpiphp: Slot [16] registered\n[ 0.315276] acpiphp: Slot [17] registered\n[ 0.316229] acpiphp: Slot [18] registered\n[ 0.317184] acpiphp: Slot [19] registered\n[ 0.318141] acpiphp: Slot [20] registered\n[ 0.319102] acpiphp: Slot [21] registered\n[ 0.320041] acpiphp: Slot [22] registered\n[ 0.320971] acpiphp: Slot [23] registered\n[ 0.321915] acpiphp: Slot [24] registered\n[ 0.322874] acpiphp: Slot [25] registered\n[ 0.323816] acpiphp: Slot [26] registered\n[ 0.324773] acpiphp: Slot [27] registered\n[ 0.325730] acpiphp: Slot [28] registered\n[ 0.326686] acpiphp: Slot [29] registered\n[ 0.327629] acpiphp: Slot [30] registered\n[ 0.328567] acpiphp: Slot [31] registered\n[ 0.329499] PCI host bridge to bus 0000:00\n[ 0.330427] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334923] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336561] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.338238] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.341678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.351602] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372931] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374418] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375884] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378694] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380044] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381141] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382762] vgaarb: loaded\n[ 0.383384] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384669] SCSI subsystem initialized\n[ 0.385617] ACPI: bus type USB registered\n[ 0.386480] usbcore: registered new interface driver usbfs\n[ 0.387563] usbcore: registered new interface driver hub\n[ 0.388613] usbcore: registered new device driver usb\n[ 0.389782] PCI: Using ACPI for IRQ routing\n[ 0.390940] NetLabel: Initializing\n[ 0.391689] NetLabel: domain hash size = 128\n[ 0.392567] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393565] NetLabel: unlabeled traffic allowed by default\n[ 0.394774] clocksource: Switched to clocksource kvm-clock\n[ 0.403036] AppArmor: AppArmor Filesystem Enabled\n[ 0.404052] pnp: PnP ACPI init\n[ 0.405034] pnp: PnP ACPI: found 5 devices\n[ 0.411488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413289] NET: Registered protocol family 2\n[ 0.414377] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416985] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418228] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420596] NET: Registered protocol family 1\n[ 0.421518] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437949] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451936] Trying to unpack rootfs image as initramfs...\n[ 0.510114] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511906] Scanning for low memory corruption every 60 seconds\n[ 0.513337] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514569] audit: initializing netlink subsys (disabled)\n[ 0.515683] audit: type=2000 audit(1534160674.410:1): initialized\n[ 0.517090] Initialise system trusted keyring\n[ 0.518075] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519291] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521491] zbud: loaded\n[ 0.522259] VFS: Disk quotas dquot_6.6.0\n[ 0.523129] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524793] fuse init (API version 7.23)\n[ 0.525749] Key type big_key registered\n[ 0.526596] Allocating IMA MOK and blacklist keyrings.\n[ 0.527905] Key type asymmetric registered\n[ 0.528780] Asymmetric key parser 'x509' registered\n[ 0.529796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531376] io scheduler noop registered\n[ 0.532221] io scheduler deadline registered (default)\n[ 0.533277] io scheduler cfq registered\n[ 0.534169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535269] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538108] ACPI: Power Button [PWRF]\n[ 0.539011] GHES: HEST is not enabled!\n[ 0.552782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580865] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611829] Linux agpgart interface v0.103\n[ 0.614915] brd: module loaded\n[ 0.616681] loop: module loaded\n[ 0.621868] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623402] GPT:90111 != 2097151\n[ 0.624116] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625255] GPT:90111 != 2097151\n[ 0.625955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626965] vda: vda1 vda15\n[ 0.628506] scsi host0: ata_piix\n[ 0.629340] scsi host1: ata_piix\n[ 0.630094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.631360] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.632908] libphy: Fixed MDIO Bus: probed\n[ 0.633759] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634753] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637249] PPP generic driver version 2.4.2\n[ 0.638206] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639453] ehci-pci: EHCI PCI platform driver\n[ 0.640378] ehci-platform: EHCI generic platform driver\n[ 0.641408] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642606] ohci-pci: OHCI PCI platform driver\n[ 0.643528] ohci-platform: OHCI generic platform driver\n[ 0.644567] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658937] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661505] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662586] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.663779] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666539] usb usb1: Product: UHCI Host Controller\n[ 0.667517] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668709] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669747] hub 1-0:1.0: USB hub found\n[ 0.670562] hub 1-0:1.0: 2 ports detected\n[ 0.671577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673808] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674805] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675899] mousedev: PS/2 mouse device common for all mice\n[ 0.677262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681748] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683010] i2c /dev entries driver\n[ 0.683817] device-mapper: uevent: version 1.0.3\n[ 0.684836] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686567] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688092] NET: Registered protocol family 10\n[ 0.689287] NET: Registered protocol family 17\n[ 0.690233] Key type dns_resolver registered\n[ 0.691275] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694321] registered taskstats version 1\n[ 0.695221] Loading compiled-in X.509 certificates\n[ 0.696738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698732] zswap: loaded using pool lzo/zbud\n[ 0.700468] Key type trusted registered\n[ 0.702352] Key type encrypted registered\n[ 0.703235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704342] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705450] evm: HMAC attrs: 0x1\n[ 0.706480] Magic number: 14:837:731\n[ 0.707397] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:33 UTC (1534160673)\n[ 0.709128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710301] EDD information not available.\n[ 0.787325] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799036] ata1.00: configured for MWDMA2\n[ 0.800339] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802642] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803939] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805278] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807573] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809186] Write protecting the kernel read-only data: 14336k\n[ 0.811377] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813306] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.872675] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 0.15s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-08-13 11:46:19,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action used request id req-1fb6bc87-6e55-4361-a45c-dc2b45e59e99 2018-08-13 11:46:19,472 - 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-08-13 11:46:19,474 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}c82d7de8af746e6ca20fbb3965b9bc9a463d5cf9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:46:19,533 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46: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-1ed21586-d40f-4250-b16a-fcac554cde37 x-compute-request-id: req-1ed21586-d40f-4250-b16a-fcac554cde37 Content-Encoding: gzip Content-Length: 8131 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 506716910 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.154163] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.156086] pid_max: default: 32768 minimum: 301\n[ 0.157137] ACPI: Core revision 20150930\n[ 0.158619] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.160131] Security Framework initialized\n[ 0.161082] Yama: becoming mindful.\n[ 0.161909] AppArmor: AppArmor initialized\n[ 0.162890] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.164418] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.165913] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.167317] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168946] Initializing cgroup subsys io\n[ 0.169891] Initializing cgroup subsys memory\n[ 0.170888] Initializing cgroup subsys devices\n[ 0.171898] Initializing cgroup subsys freezer\n[ 0.172907] Initializing cgroup subsys net_cls\n[ 0.173928] Initializing cgroup subsys perf_event\n[ 0.174994] Initializing cgroup subsys net_prio\n[ 0.176032] Initializing cgroup subsys hugetlb\n[ 0.177036] Initializing cgroup subsys pids\n[ 0.178046] CPU: Physical Processor ID: 0\n[ 0.179703] mce: CPU supports 10 MCE banks\n[ 0.180703] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181901] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198219] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204558] ftrace: allocating 31920 entries in 125 pages\n[ 0.230120] smpboot: Max logical packages: 1\n[ 0.231133] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232732] x2apic enabled\n[ 0.233646] Switched APIC routing to physical x2apic.\n[ 0.235594] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236952] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239233] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.241289] KVM setup paravirtual spinlock\n[ 0.242719] x86: Booted up 1 node, 1 CPUs\n[ 0.243640] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.245227] devtmpfs: initialized\n[ 0.247046] evm: security.selinux\n[ 0.247844] evm: security.SMACK64\n[ 0.248624] evm: security.SMACK64EXEC\n[ 0.249479] evm: security.SMACK64TRANSMUTE\n[ 0.250423] evm: security.SMACK64MMAP\n[ 0.251283] evm: security.ima\n[ 0.252006] evm: security.capability\n[ 0.252920] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255068] pinctrl core: initialized pinctrl subsystem\n[ 0.256302] RTC time: 11:44:33, date: 08/13/18\n[ 0.257405] NET: Registered protocol family 16\n[ 0.258521] cpuidle: using governor ladder\n[ 0.259464] cpuidle: using governor menu\n[ 0.260377] PCCT header not found.\n[ 0.261241] ACPI: bus type PCI registered\n[ 0.262178] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263616] PCI: Using configuration type 1 for base access\n[ 0.265569] ACPI: Added _OSI(Module Device)\n[ 0.266544] ACPI: Added _OSI(Processor Device)\n[ 0.267551] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268604] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270571] ACPI: Interpreter enabled\n[ 0.271479] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273650] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.278005] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.280181] ACPI: (supports S0 S5)\n[ 0.281013] ACPI: Using IOAPIC for interrupt routing\n[ 0.282131] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.285545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286865] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.288300] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.289692] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.292266] acpiphp: Slot [3] registered\n[ 0.293182] acpiphp: Slot [4] registered\n[ 0.294105] acpiphp: Slot [5] registered\n[ 0.295024] acpiphp: Slot [6] registered\n[ 0.295918] acpiphp: Slot [7] registered\n[ 0.296833] acpiphp: Slot [8] registered\n[ 0.297744] acpiphp: Slot [9] registered\n[ 0.298637] acpiphp: Slot [10] registered\n[ 0.299563] acpiphp: Slot [11] registered\n[ 0.300494] acpiphp: Slot [12] registered\n[ 0.301426] acpiphp: Slot [13] registered\n[ 0.302352] acpiphp: Slot [14] registered\n[ 0.303291] acpiphp: Slot [15] registered\n[ 0.314382] acpiphp: Slot [16] registered\n[ 0.315276] acpiphp: Slot [17] registered\n[ 0.316229] acpiphp: Slot [18] registered\n[ 0.317184] acpiphp: Slot [19] registered\n[ 0.318141] acpiphp: Slot [20] registered\n[ 0.319102] acpiphp: Slot [21] registered\n[ 0.320041] acpiphp: Slot [22] registered\n[ 0.320971] acpiphp: Slot [23] registered\n[ 0.321915] acpiphp: Slot [24] registered\n[ 0.322874] acpiphp: Slot [25] registered\n[ 0.323816] acpiphp: Slot [26] registered\n[ 0.324773] acpiphp: Slot [27] registered\n[ 0.325730] acpiphp: Slot [28] registered\n[ 0.326686] acpiphp: Slot [29] registered\n[ 0.327629] acpiphp: Slot [30] registered\n[ 0.328567] acpiphp: Slot [31] registered\n[ 0.329499] PCI host bridge to bus 0000:00\n[ 0.330427] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331843] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.333237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334923] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.336561] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.338238] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.341678] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.343183] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.344533] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.346019] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.349791] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.351602] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.370823] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.372931] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.374418] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.375884] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.377366] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.378694] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.380044] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.381141] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.382762] vgaarb: loaded\n[ 0.383384] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384669] SCSI subsystem initialized\n[ 0.385617] ACPI: bus type USB registered\n[ 0.386480] usbcore: registered new interface driver usbfs\n[ 0.387563] usbcore: registered new interface driver hub\n[ 0.388613] usbcore: registered new device driver usb\n[ 0.389782] PCI: Using ACPI for IRQ routing\n[ 0.390940] NetLabel: Initializing\n[ 0.391689] NetLabel: domain hash size = 128\n[ 0.392567] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393565] NetLabel: unlabeled traffic allowed by default\n[ 0.394774] clocksource: Switched to clocksource kvm-clock\n[ 0.403036] AppArmor: AppArmor Filesystem Enabled\n[ 0.404052] pnp: PnP ACPI init\n[ 0.405034] pnp: PnP ACPI: found 5 devices\n[ 0.411488] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413289] NET: Registered protocol family 2\n[ 0.414377] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415735] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416985] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418228] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419360] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420596] NET: Registered protocol family 1\n[ 0.421518] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437949] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451936] Trying to unpack rootfs image as initramfs...\n[ 0.510114] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511906] Scanning for low memory corruption every 60 seconds\n[ 0.513337] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514569] audit: initializing netlink subsys (disabled)\n[ 0.515683] audit: type=2000 audit(1534160674.410:1): initialized\n[ 0.517090] Initialise system trusted keyring\n[ 0.518075] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519291] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.521491] zbud: loaded\n[ 0.522259] VFS: Disk quotas dquot_6.6.0\n[ 0.523129] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.524793] fuse init (API version 7.23)\n[ 0.525749] Key type big_key registered\n[ 0.526596] Allocating IMA MOK and blacklist keyrings.\n[ 0.527905] Key type asymmetric registered\n[ 0.528780] Asymmetric key parser 'x509' registered\n[ 0.529796] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.531376] io scheduler noop registered\n[ 0.532221] io scheduler deadline registered (default)\n[ 0.533277] io scheduler cfq registered\n[ 0.534169] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.535269] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.536605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.538108] ACPI: Power Button [PWRF]\n[ 0.539011] GHES: HEST is not enabled!\n[ 0.552782] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.580865] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.583111] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.608897] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.611829] Linux agpgart interface v0.103\n[ 0.614915] brd: module loaded\n[ 0.616681] loop: module loaded\n[ 0.621868] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623402] GPT:90111 != 2097151\n[ 0.624116] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625255] GPT:90111 != 2097151\n[ 0.625955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626965] vda: vda1 vda15\n[ 0.628506] scsi host0: ata_piix\n[ 0.629340] scsi host1: ata_piix\n[ 0.630094] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.631360] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.632908] libphy: Fixed MDIO Bus: probed\n[ 0.633759] tun: Universal TUN/TAP device driver, 1.6\n[ 0.634753] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.637249] PPP generic driver version 2.4.2\n[ 0.638206] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.639453] ehci-pci: EHCI PCI platform driver\n[ 0.640378] ehci-platform: EHCI generic platform driver\n[ 0.641408] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642606] ohci-pci: OHCI PCI platform driver\n[ 0.643528] ohci-platform: OHCI generic platform driver\n[ 0.644567] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.658937] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.659985] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.661505] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.662586] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.663779] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.666539] usb usb1: Product: UHCI Host Controller\n[ 0.667517] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.668709] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.669747] hub 1-0:1.0: USB hub found\n[ 0.670562] hub 1-0:1.0: 2 ports detected\n[ 0.671577] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.673808] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.674805] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.675899] mousedev: PS/2 mouse device common for all mice\n[ 0.677262] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.679314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.680493] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.681748] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683010] i2c /dev entries driver\n[ 0.683817] device-mapper: uevent: version 1.0.3\n[ 0.684836] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.686567] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.688092] NET: Registered protocol family 10\n[ 0.689287] NET: Registered protocol family 17\n[ 0.690233] Key type dns_resolver registered\n[ 0.691275] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.692439] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.694321] registered taskstats version 1\n[ 0.695221] Loading compiled-in X.509 certificates\n[ 0.696738] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.698732] zswap: loaded using pool lzo/zbud\n[ 0.700468] Key type trusted registered\n[ 0.702352] Key type encrypted registered\n[ 0.703235] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.704342] ima: No TPM chip found, activating TPM-bypass!\n[ 0.705450] evm: HMAC attrs: 0x1\n[ 0.706480] Magic number: 14:837:731\n[ 0.707397] rtc_cmos 00:00: setting system clock to 2018-08-13 11:44:33 UTC (1534160673)\n[ 0.709128] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.710301] EDD information not available.\n[ 0.787325] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.799036] ata1.00: configured for MWDMA2\n[ 0.800339] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.802642] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.803939] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.805278] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.807573] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809186] Write protecting the kernel read-only data: 14336k\n[ 0.811377] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.813306] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.872675] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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 0.15s]\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\n10.10.10.11 not reachable\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-08-13 11:46:19,533 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action used request id req-1ed21586-d40f-4250-b16a-fcac554cde37 2018-08-13 11:46:19,534 - sdnvpn-results - DEBUG - [PASS] [10.10.10.11] returns 'I am not reachable' to 'sdnvpn-2-4'[10.10.10.12] 2018-08-13 11:46:19,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde828e467e15f8be702c8686504c71cf22ca4" -d '{"forceDelete": null}' 2018-08-13 11:46:19,686 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:46: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-e375d604-c4fd-49bf-8881-69fedd6fecb6 x-compute-request-id: req-e375d604-c4fd-49bf-8881-69fedd6fecb6 Content-Length: 0 Content-Type: application/json 2018-08-13 11:46:19,686 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/df708fbb-6c85-4032-8630-5fb804a85c0a/action used request id req-e375d604-c4fd-49bf-8881-69fedd6fecb6 2018-08-13 11:46:19,689 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde828e467e15f8be702c8686504c71cf22ca4" -d '{"forceDelete": null}' 2018-08-13 11:46:19,860 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:46: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-dc80a902-9bbd-4665-a8bc-c12b37458033 x-compute-request-id: req-dc80a902-9bbd-4665-a8bc-c12b37458033 Content-Length: 0 Content-Type: application/json 2018-08-13 11:46:19,860 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/feb76cca-fb4b-4d60-818d-4cf6e33aa889/action used request id req-dc80a902-9bbd-4665-a8bc-c12b37458033 2018-08-13 11:46:19,863 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b7dde828e467e15f8be702c8686504c71cf22ca4" -d '{"forceDelete": null}' 2018-08-13 11:46:20,317 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:46: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-2be7757f-4869-4d6a-ad22-0522ed6cd924 x-compute-request-id: req-2be7757f-4869-4d6a-ad22-0522ed6cd924 Content-Length: 0 Content-Type: application/json 2018-08-13 11:46:20,318 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/346163d7-7ee6-4996-95e1-7959e9605bb2/action used request id req-2be7757f-4869-4d6a-ad22-0522ed6cd924 2018-08-13 11:46:20,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e65aa2b4-165e-4c4b-bf81-110491320e63 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}0a4e185a03e14c67df848f667c01e10136cd8447" 2018-08-13 11:46:20,891 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c1d5a54b-180e-4b00-963e-70efd5fbef8f Date: Mon, 13 Aug 2018 11:46:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:46:20,892 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e65aa2b4-165e-4c4b-bf81-110491320e63 used request id req-c1d5a54b-180e-4b00-963e-70efd5fbef8f 2018-08-13 11:46:20,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59c5d72c-1163-48ad-acc0-081c4a36ac8c -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:46:21,620 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f289a8d7-3e68-40c9-bb10-ee1abf93ab10 Content-Length: 0 Date: Mon, 13 Aug 2018 11:46:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:46:21,620 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/59c5d72c-1163-48ad-acc0-081c4a36ac8c used request id req-f289a8d7-3e68-40c9-bb10-ee1abf93ab10 2018-08-13 11:46:21,625 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/b06b4607-4f7f-4839-b666-f9152b333378 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:46:22,185 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-8d4c5e7c-d233-4c98-a0c4-882a4792d2ac Content-Length: 0 Date: Mon, 13 Aug 2018 11:46:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:46:22,185 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/b06b4607-4f7f-4839-b666-f9152b333378 used request id req-8d4c5e7c-d233-4c98-a0c4-882a4792d2ac 2018-08-13 11:46:22,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/9a981247-b060-4e4c-bed0-8b53ce355fd7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:46:23,487 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2ddce5b9-516d-471f-8b5b-76290232e394 Date: Mon, 13 Aug 2018 11:46:23 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:46:23,487 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/9a981247-b060-4e4c-bed0-8b53ce355fd7 used request id req-2ddce5b9-516d-471f-8b5b-76290232e394 2018-08-13 11:46:23,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/58b83240-03b8-4e34-8b5e-478f6e0864e1 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:46:24,524 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-eb42b290-b9d6-4627-8837-eebaba637795 Date: Mon, 13 Aug 2018 11:46:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:46:24,524 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/58b83240-03b8-4e34-8b5e-478f6e0864e1 used request id req-eb42b290-b9d6-4627-8837-eebaba637795 2018-08-13 11:46:24,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/819db2e0-3e60-4429-a1df-14c955be1ccc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:46:25,207 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3d7846bc-7b34-45ff-a6f5-fb271d3bcd54 Date: Mon, 13 Aug 2018 11:46:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:46:25,207 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/819db2e0-3e60-4429-a1df-14c955be1ccc used request id req-3d7846bc-7b34-45ff-a6f5-fb271d3bcd54 2018-08-13 11:46:25,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/c78327d4-79fa-4d20-864b-20c52c164fdb -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cf61bab4c6bde3a1d571746220c2354bbcf345df" 2018-08-13 11:46:26,151 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-80585990-4ec7-4c84-8e93-b72d0d83d03d Date: Mon, 13 Aug 2018 11:46:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:46:26,151 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/c78327d4-79fa-4d20-864b-20c52c164fdb used request id req-80585990-4ec7-4c84-8e93-b72d0d83d03d 2018-08-13 11:46:26,151 - 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-08-13 11:46:26,152 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-13 11:46:26,152 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_2 2018-08-13 11:46:26,152 - 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-08-13 11:46:26,152 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_3 - Data center gateway integration' 2018-08-13 11:46:26,153 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - =========================================================================== 2018-08-13 11:46:26,153 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_3 2018-08-13 11:46:26,225 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_3 main method 2018-08-13 11:46:26,228 - paramiko.transport - DEBUG - starting thread (client mode): 0xaa6fc690L 2018-08-13 11:46:26,228 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:46:26,257 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:46:26,257 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:46:26,263 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:46:26,263 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:46:26,263 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:46:26,263 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:46:26,263 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:46:26,264 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:46:26,272 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:46:26,273 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:46:26,292 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.202: 35d60d2783116041637172b99354acae 2018-08-13 11:46:26,293 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:46:26,313 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:46:26,412 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:46:26,426 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:46:26,703 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:46:26,704 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:46:26,742 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:46:26,743 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:46:26,767 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:46:32,900 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:46:32,902 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:46:32,904 - paramiko.transport - DEBUG - starting thread (client mode): 0xa693df50L 2018-08-13 11:46:32,905 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:46:32,916 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:46:32,916 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:46:32,919 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:46:32,919 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:46:32,919 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:46:32,919 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:46:32,919 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:46:32,920 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:46:32,924 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:46:32,925 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:46:32,936 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:46:32,937 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:46:32,964 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:46:32,977 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:46:33,001 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:46:33,120 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:46:33,120 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:46:33,159 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:46:33,160 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:46:33,169 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:46:33,181 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:46:33,182 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:46:33,183 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:46:33,183 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:46:33,183 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:46:33,224 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:46:33,251 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:46:33,252 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:46:33,252 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:46:33,253 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:46:33,254 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:46:33,294 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:46:33,303 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:46:33,305 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:46:33,306 - paramiko.transport - DEBUG - starting thread (client mode): 0xa6625250L 2018-08-13 11:46:33,306 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:46:33,321 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:46:33,322 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:46:33,325 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:46:33,325 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:46:33,325 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:46:33,325 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:46:33,325 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:46:33,326 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:46:33,331 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:46:33,331 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:46:33,338 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:46:33,338 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:46:33,371 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:46:33,384 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:46:33,402 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:46:33,539 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:46:33,540 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:46:33,579 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:46:33,580 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:46:33,606 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:46:33,617 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:46:33,618 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:46:33,619 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:46:33,619 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:46:33,619 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:46:33,660 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:46:33,684 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:46:33,686 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:46:33,686 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:46:33,687 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:46:33,687 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:46:33,728 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:46:33,739 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:46:33,740 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:46:33,742 - paramiko.transport - DEBUG - starting thread (client mode): 0xa65e85d0L 2018-08-13 11:46:33,742 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:46:33,782 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:46:33,782 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:46:33,784 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:46:33,784 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:46:33,785 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:46:33,785 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:46:33,785 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:46:33,785 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:46:33,790 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:46:33,791 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:46:33,806 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:46:33,806 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:46:33,830 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:46:33,860 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:46:33,871 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:46:34,029 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:46:34,029 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:46:34,068 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:46:34,069 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:46:34,075 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:46:34,095 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:46:34,096 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:46:34,097 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:46:34,098 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:46:34,098 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:46:34,140 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:46:34,177 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:46:34,178 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:46:34,179 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:46:34,180 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:46:34,180 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:46:34,221 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:46:34,275 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:46:34,275 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:46:34,276 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:46:34,277 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:46:34,278 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:46:34,283 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:46:38,210 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:46:38,212 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:46:38,214 - paramiko.transport - DEBUG - starting thread (client mode): 0xa667fa50L 2018-08-13 11:46:38,214 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:46:38,225 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:46:38,225 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:46:38,229 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:46:38,229 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:46:38,229 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:46:38,229 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:46:38,229 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:46:38,229 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:46:38,234 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:46:38,234 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:46:38,246 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:46:38,246 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:46:38,274 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:46:38,287 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:46:38,310 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:46:38,438 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:46:38,438 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:46:38,477 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:46:38,478 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:46:38,514 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:46:38,527 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:46:38,528 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:46:38,528 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:46:38,529 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:46:38,529 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:46:38,570 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:46:38,586 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:46:38,588 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:46:38,588 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:46:38,628 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:46:38,628 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:46:38,654 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:46:38,667 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:46:38,669 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:46:38,670 - paramiko.transport - DEBUG - starting thread (client mode): 0xa6591a90L 2018-08-13 11:46:38,671 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:46:38,678 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:46:38,678 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:46:38,681 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:46:38,681 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:46:38,681 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:46:38,681 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:46:38,681 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:46:38,681 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:46:38,686 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:46:38,686 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:46:38,702 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:46:38,703 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:46:38,726 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:46:38,740 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:46:38,767 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:46:38,864 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:46:38,865 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:46:38,904 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:46:38,905 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:46:38,935 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:46:38,947 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:46:38,948 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:46:38,949 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:46:38,949 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:46:38,949 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:46:38,990 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:46:39,005 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:46:39,006 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:46:39,007 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:46:39,008 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:46:39,008 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:46:39,049 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:46:39,059 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:46:39,060 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:46:39,062 - paramiko.transport - DEBUG - starting thread (client mode): 0xa6508650L 2018-08-13 11:46:39,062 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:46:39,071 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:46:39,071 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:46:39,073 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:46:39,073 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:46:39,074 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:46:39,074 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:46:39,074 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:46:39,074 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:46:39,078 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:46:39,078 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:46:39,094 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:46:39,094 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:46:39,118 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:46:39,131 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:46:39,159 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:46:39,265 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:46:39,265 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:46:39,305 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:46:39,305 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:46:39,328 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:46:39,343 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:46:39,343 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:46:39,344 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:46:39,345 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:46:39,345 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:46:39,386 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:46:39,403 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:46:39,404 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:46:39,404 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:46:39,405 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:46:39,406 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:46:39,446 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:46:39,457 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:46:39,458 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 11:46:39,458 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:46:39,459 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 11:46:39,460 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 11:46:39,464 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 11:46:39,488 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-13 11:46:39,489 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 11:46:39,489 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_3: argument of type 'NoneType' is not iterable Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_3.py", line 48, in main node.run_cmd("sudo systemctl status opendaylight")] TypeError: argument of type 'NoneType' is not iterable 2018-08-13 11:46:39,490 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_3 failed 2018-08-13 11:46:39,490 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_4 - VPN provides connectivity between subnets using router association' 2018-08-13 11:46:39,490 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ============================================================================================================== 2018-08-13 11:46:39,490 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_4 2018-08-13 11:46:39,565 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_4 main method 2018-08-13 11:46:39,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:46:39,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:46:39,565 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:46:39,566 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:46:39,567 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:46:39,569 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:46:39,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:46:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:46:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:46:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:46:39,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:46:39,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:46:39,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:46:39,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:46:39,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:46:39,574 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:46:39,574 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 11:46:39,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:46:39,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9455432-583a-4efe-84c5-d34f69b74831 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:46:39,581 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a9455432-583a-4efe-84c5-d34f69b74831 2018-08-13 11:46:39,581 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:46:39,971 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:46:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["ZYM8YmF3QcqEhf_KQc87UQ"], "issued_at": "2018-08-13T11:46:39.000000Z"}} 2018-08-13 11:46:39,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aafa55d255dda408ece588b5ac1098555468e6f2" 2018-08-13 11:46:40,312 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-3df95543-3101-4499-bc55-afb5101c00c4 Date: Mon, 13 Aug 2018 11:46:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 11:46:40,312 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-3df95543-3101-4499-bc55-afb5101c00c4 2018-08-13 11:46:40,312 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 11:46:40,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aafa55d255dda408ece588b5ac1098555468e6f2" 2018-08-13 11:46:40,323 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-6ccf74fc-c8cc-432a-b131-14d19fd4cc3c Date: Mon, 13 Aug 2018 11:46:40 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 11:46:40,324 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6ccf74fc-c8cc-432a-b131-14d19fd4cc3c 2018-08-13 11:46:40,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}aafa55d255dda408ece588b5ac1098555468e6f2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 11:46:40,408 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-de255992-73e8-41de-a008-edc042558b4f Date: Mon, 13 Aug 2018 11:46:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T11:46:40Z", "file": "/v2/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "size": null, "self": "/v2/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T11:46:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 11:46:40,409 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-de255992-73e8-41de-a008-edc042558b4f 2018-08-13 11:46:40,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aafa55d255dda408ece588b5ac1098555468e6f2" -d '' 2018-08-13 11:46:40,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ce02279c-3813-45f4-9a37-333f5e04f5ba Date: Mon, 13 Aug 2018 11:46:40 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:46:40,764 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8/file used request id req-ce02279c-3813-45f4-9a37-333f5e04f5ba 2018-08-13 11:46:40,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:46:40,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7724e895-12c3-4d8c-8fc4-3ae749a85694 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:46:40,771 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7724e895-12c3-4d8c-8fc4-3ae749a85694 2018-08-13 11:46:40,772 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:46:41,279 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:46:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["LIqyp4NHR0OUcxn-j3oaOw"], "issued_at": "2018-08-13T11:46:41.000000Z"}} 2018-08-13 11:46:41,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:46:41,638 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9432 X-Openstack-Request-Id: req-380ba7b9-ed5e-4164-bfde-c6fb4a8f64b6 Date: Mon, 13 Aug 2018 11:46:41 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 11:46:41,639 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-380ba7b9-ed5e-4164-bfde-c6fb4a8f64b6 2018-08-13 11:46:41,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:46:41,725 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3133 X-Openstack-Request-Id: req-a36b2b71-a099-4a56-a26a-d136c413a6d8 Date: Mon, 13 Aug 2018 11:46:41 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"gateway_ip":"10.10.11.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.11.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"149bca8e-af59-4676-86fe-b94656d26b46","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:45Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"216fa00f-a428-4a98-97a5-23fa7740d30d","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:29:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"7032a297-0d02-48a8-878d-a09f30b216fb","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:30:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-13 11:46:41,725 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-a36b2b71-a099-4a56-a26a-d136c413a6d8 2018-08-13 11:46:41,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:46:41,841 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-6bea8e98-9a04-4ef9-8399-9d3266ead649 Date: Mon, 13 Aug 2018 11:46:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:58:42Z", "revision_number": 7, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:59:35Z", "revision_number": 0, "routes": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "name": ""}]} 2018-08-13 11:46:41,841 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-6bea8e98-9a04-4ef9-8399-9d3266ead649 2018-08-13 11:46:41,842 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-4-1-net... 2018-08-13 11:46:41,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"network": {"name": "sdnvpn-4-1-net", "admin_state_up": true}}' 2018-08-13 11:46:42,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-32ae31a2-6613-4022-9e7e-150343c13aa2 Date: Mon, 13 Aug 2018 11:46:42 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"dddd1775-5bc2-4d87-a0a0-e56180407787","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:46:41Z","is_default":false,"provider:segmentation_id":97,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:46:41Z","mtu":1450}} 2018-08-13 11:46:42,114 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-32ae31a2-6613-4022-9e7e-150343c13aa2 2018-08-13 11:46:42,114 - sdnvpn.lib.openstack_utils - DEBUG - Network 'dddd1775-5bc2-4d87-a0a0-e56180407787' created successfully 2018-08-13 11:46:42,114 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-13 11:46:42,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"subnets": [{"ip_version": 4, "network_id": "dddd1775-5bc2-4d87-a0a0-e56180407787", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-1-subnet"}]}' 2018-08-13 11:46:42,596 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-5a116966-3ab1-415e-957a-b222dd113625 Date: Mon, 13 Aug 2018 11:46:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"dddd1775-5bc2-4d87-a0a0-e56180407787","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:46:42Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:46:42Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"57f30f81-54e8-430a-9133-fe2990ba7950","subnetpool_id":null,"name":"sdnvpn-4-1-subnet"}]} 2018-08-13 11:46:42,596 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-5a116966-3ab1-415e-957a-b222dd113625 2018-08-13 11:46:42,596 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '57f30f81-54e8-430a-9133-fe2990ba7950' created successfully 2018-08-13 11:46:42,596 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-13 11:46:42,601 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"router": {"name": "sdnvpn-4-1-router", "admin_state_up": true}}' 2018-08-13 11:46:42,752 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-a47b7e30-0d87-45e7-b9bf-2d80591afa41 Date: Mon, 13 Aug 2018 11:46:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:46:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:46:42Z", "revision_number": 0, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "45b125bc-2471-47d8-87eb-31c8c01ff80e", "name": "sdnvpn-4-1-router"}} 2018-08-13 11:46:42,752 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-a47b7e30-0d87-45e7-b9bf-2d80591afa41 2018-08-13 11:46:42,753 - sdnvpn.lib.openstack_utils - DEBUG - Router '45b125bc-2471-47d8-87eb-31c8c01ff80e' created successfully 2018-08-13 11:46:42,753 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-13 11:46:42,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"subnet_id": "57f30f81-54e8-430a-9133-fe2990ba7950"}' 2018-08-13 11:46:44,436 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e8d6c967-b015-4611-a7e9-911d291f405d Date: Mon, 13 Aug 2018 11:46:44 GMT RESP BODY: {"network_id": "dddd1775-5bc2-4d87-a0a0-e56180407787", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "57f30f81-54e8-430a-9133-fe2990ba7950", "subnet_ids": ["57f30f81-54e8-430a-9133-fe2990ba7950"], "port_id": "593a1441-08d2-48f9-a1b0-efd1635b0d9a", "id": "45b125bc-2471-47d8-87eb-31c8c01ff80e"} 2018-08-13 11:46:44,436 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e/add_router_interface used request id req-e8d6c967-b015-4611-a7e9-911d291f405d 2018-08-13 11:46:44,436 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-13 11:46:44,437 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-13 11:46:44,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:46:44,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10092 X-Openstack-Request-Id: req-f48e1149-f503-48de-9e3e-0fd7318052ca Date: Mon, 13 Aug 2018 11:46:44 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"dddd1775-5bc2-4d87-a0a0-e56180407787","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["57f30f81-54e8-430a-9133-fe2990ba7950"],"description":"","tags":[],"updated_at":"2018-08-13T11:46:42Z","provider:segmentation_id":97,"name":"sdnvpn-4-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:46:41Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 11:46:44,560 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-f48e1149-f503-48de-9e3e-0fd7318052ca 2018-08-13 11:46:44,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}}' 2018-08-13 11:46:46,086 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-08e65997-7628-4a0c-b4fb-53a874a04702 Date: Mon, 13 Aug 2018 11:46:46 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.212"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:46:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:46:45Z", "revision_number": 3, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "45b125bc-2471-47d8-87eb-31c8c01ff80e", "name": "sdnvpn-4-1-router"}} 2018-08-13 11:46:46,086 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e used request id req-08e65997-7628-4a0c-b4fb-53a874a04702 2018-08-13 11:46:46,086 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-13 11:46:46,087 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-4-2-net 2018-08-13 11:46:46,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"network": {"name": "sdnvpn-4-2-net", "admin_state_up": true}}' 2018-08-13 11:46:46,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 646 X-Openstack-Request-Id: req-a881d6a7-7cba-44f9-829e-6889db8ec506 Date: Mon, 13 Aug 2018 11:46:46 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9cdc1a05-fad1-45c5-9d9e-f611821f08a4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:46:46Z","is_default":false,"provider:segmentation_id":69,"name":"sdnvpn-4-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:46:46Z","mtu":1450}} 2018-08-13 11:46:46,342 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-a881d6a7-7cba-44f9-829e-6889db8ec506 2018-08-13 11:46:46,343 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-4-2-subnet in network 9cdc1a05-fad1-45c5-9d9e-f611821f08a4 with cidr 10.10.11.0/24 2018-08-13 11:46:46,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"subnets": [{"ip_version": 4, "network_id": "9cdc1a05-fad1-45c5-9d9e-f611821f08a4", "cidr": "10.10.11.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-4-2-subnet"}]}' 2018-08-13 11:46:46,812 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1bbe47cd-61d1-4977-9f61-f6ad99259804 Date: Mon, 13 Aug 2018 11:46:46 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"9cdc1a05-fad1-45c5-9d9e-f611821f08a4","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:46:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:46:46Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"b331a65d-6dc2-4798-9629-5b0f0bb38660","subnetpool_id":null,"name":"sdnvpn-4-2-subnet"}]} 2018-08-13 11:46:46,812 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-1bbe47cd-61d1-4977-9f61-f6ad99259804 2018-08-13 11:46:46,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:46:46,963 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49392 X-Openstack-Request-Id: req-97b3e702-2222-49a2-9f11-873b8899d01c Date: Mon, 13 Aug 2018 11:46:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:40:47Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "213b899d-3fec-4777-af97-92b740597a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "93ca9ece-8652-4644-86a2-157e5e05148c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 4, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 11:46:46,964 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-97b3e702-2222-49a2-9f11-873b8899d01c 2018-08-13 11:46:46,970 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-13 11:46:46,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:46:46,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba2f9baf-efe7-4d83-98a0-25b97ed08bd5 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:46:46,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ba2f9baf-efe7-4d83-98a0-25b97ed08bd5 2018-08-13 11:46:46,977 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:46:47,381 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:46:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["ePfWu9AvRaWEBsYzcs0_yQ"], "issued_at": "2018-08-13T11:46:47.000000Z"}} 2018-08-13 11:46:47,384 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" 2018-08-13 11:46:47,695 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46: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-72e54c00-f5f8-406e-8c2e-62a6ec6f0722 x-compute-request-id: req-72e54c00-f5f8-406e-8c2e-62a6ec6f0722 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 11:46:47,695 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-72e54c00-f5f8-406e-8c2e-62a6ec6f0722 2018-08-13 11:46:47,696 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-08-13 11:46:47,697 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-2'... 2018-08-13 11:46:47,697 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-2 flavor=m1.tiny image=ee0ffb32-1836-4f8b-9369-2387cbaab4e8 network=dddd1775-5bc2-4d87-a0a0-e56180407787 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:46:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:46:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:46:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:46:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:46:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:46:47,697 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:46:47,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:46:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:46:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:46:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:46:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:46:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:46:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:46:47,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:46:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:46:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:46:47,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:46:47,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:46:47,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:46:47,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:46:47,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:46:47,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:46:47,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:46:47,702 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:46:47,703 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:46:47,704 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:46:47,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:46:47,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-394e1244-aaf7-420f-8f5f-b093c1ce1a1f Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:46:47,713 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-394e1244-aaf7-420f-8f5f-b093c1ce1a1f 2018-08-13 11:46:47,714 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:46:48,105 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:46:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["xl6B0LCSSBy8Y5uoIz4IgA"], "issued_at": "2018-08-13T11:46:48.000000Z"}} 2018-08-13 11:46:48,108 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7736ff1391d0d5386ac8423edf6f20f9f3784bf0" 2018-08-13 11:46:48,373 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad0637d3-2788-46a6-9449-4bcafa4fd1c8 x-compute-request-id: req-ad0637d3-2788-46a6-9449-4bcafa4fd1c8 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:46:48,373 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-ad0637d3-2788-46a6-9449-4bcafa4fd1c8 2018-08-13 11:46:48,376 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7736ff1391d0d5386ac8423edf6f20f9f3784bf0" 2018-08-13 11:46:48,393 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4ffa2e76-657d-40e0-b9bb-b7b1743bdc67 x-compute-request-id: req-4ffa2e76-657d-40e0-b9bb-b7b1743bdc67 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:46:48,393 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-4ffa2e76-657d-40e0-b9bb-b7b1743bdc67 2018-08-13 11:46:48,396 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7736ff1391d0d5386ac8423edf6f20f9f3784bf0" -d '{"server": {"name": "sdnvpn-4-2", "imageRef": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dddd1775-5bc2-4d87-a0a0-e56180407787"}]}}' 2018-08-13 11:46:50,925 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:46:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-474e74ad-5c5c-4bee-aaba-633cde0026aa x-compute-request-id: req-474e74ad-5c5c-4bee-aaba-633cde0026aa Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "bookmark"}], "adminPass": "S3iHQau4n8NU"}} 2018-08-13 11:46:50,926 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-474e74ad-5c5c-4bee-aaba-633cde0026aa 2018-08-13 11:46:50,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:46:50,933 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ebe1653d-3d56-47bf-80e3-f48f73863068 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:46:50,933 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-ebe1653d-3d56-47bf-80e3-f48f73863068 2018-08-13 11:46:50,934 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:46:51,327 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:46:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["cf3EiMnzQOe2GTjNr61-0Q"], "issued_at": "2018-08-13T11:46:51.000000Z"}} 2018-08-13 11:46:51,331 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0419cd14a71b28e04812cceb017de37b8560f28b" 2018-08-13 11:46:52,217 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-29a1feae-e5f3-44bb-89f5-298982c59ebe x-compute-request-id: req-29a1feae-e5f3-44bb-89f5-298982c59ebe Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:46:51Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-2", "created": "2018-08-13T11:46:50Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:46:52,217 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf used request id req-29a1feae-e5f3-44bb-89f5-298982c59ebe 2018-08-13 11:46:55,223 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0419cd14a71b28e04812cceb017de37b8560f28b" 2018-08-13 11:46:55,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46: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-044a631d-f036-4999-bf15-04d7ba9218b4 x-compute-request-id: req-044a631d-f036-4999-bf15-04d7ba9218b4 Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000083", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:46:53Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:46:50Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:46:55,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf used request id req-044a631d-f036-4999-bf15-04d7ba9218b4 2018-08-13 11:46:58,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0419cd14a71b28e04812cceb017de37b8560f28b" 2018-08-13 11:46:59,414 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46: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-af70b1ef-af84-41c2-987e-79078b266197 x-compute-request-id: req-af70b1ef-af84-41c2-987e-79078b266197 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:43:b5:f5", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000083", "OS-SRV-USG:launched_at": "2018-08-13T11:46:58.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:46:58Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:46:50Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:46:59,415 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf used request id req-af70b1ef-af84-41c2-987e-79078b266197 2018-08-13 11:46:59,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7736ff1391d0d5386ac8423edf6f20f9f3784bf0" 2018-08-13 11:46:59,786 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:46: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-44ee1bde-a802-4f48-bece-ebbd298ff583 x-compute-request-id: req-44ee1bde-a802-4f48-bece-ebbd298ff583 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:43:b5:f5", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000083", "OS-SRV-USG:launched_at": "2018-08-13T11:46:58.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:46:58Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:46:50Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:46:59,786 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf used request id req-44ee1bde-a802-4f48-bece-ebbd298ff583 2018-08-13 11:46:59,787 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-2' booted successfully. IP='10.10.10.6'. 2018-08-13 11:46:59,787 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-2' to security group 'sdnvpn-sg'... 2018-08-13 11:46:59,790 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:47:01,014 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:46: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-f34e7ee2-f6c5-4d92-888c-14b504204e7a x-compute-request-id: req-f34e7ee2-f6c5-4d92-888c-14b504204e7a Content-Length: 0 Content-Type: application/json 2018-08-13 11:47:01,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf/action used request id req-f34e7ee2-f6c5-4d92-888c-14b504204e7a 2018-08-13 11:47:01,015 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-3'... 2018-08-13 11:47:01,015 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-3 flavor=m1.tiny image=ee0ffb32-1836-4f8b-9369-2387cbaab4e8 network=dddd1775-5bc2-4d87-a0a0-e56180407787 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:01,015 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:01,016 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:01,017 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:01,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:01,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:01,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:01,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:01,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:01,018 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:01,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:01,020 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:01,021 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:01,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:01,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:01,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:01,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:01,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:01,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:01,022 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:01,023 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:01,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:01,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-37dafcaa-9d51-4eb3-bba6-c5aac59a652d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:01,033 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-37dafcaa-9d51-4eb3-bba6-c5aac59a652d 2018-08-13 11:47:01,034 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:01,429 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["SUO_PPZeS5yJ0h24U3LcHA"], "issued_at": "2018-08-13T11:47:01.000000Z"}} 2018-08-13 11:47:01,432 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982b95ea47c6e6b53b8c26777daffe31362f67eb" 2018-08-13 11:47:01,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-16121d09-82ce-4e66-807f-dc407417edfd x-compute-request-id: req-16121d09-82ce-4e66-807f-dc407417edfd Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:47:01,692 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-16121d09-82ce-4e66-807f-dc407417edfd 2018-08-13 11:47:01,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982b95ea47c6e6b53b8c26777daffe31362f67eb" 2018-08-13 11:47:01,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-21b3b655-74af-43bf-8b42-280a999c5cd9 x-compute-request-id: req-21b3b655-74af-43bf-8b42-280a999c5cd9 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:47:01,713 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-21b3b655-74af-43bf-8b42-280a999c5cd9 2018-08-13 11:47:01,715 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982b95ea47c6e6b53b8c26777daffe31362f67eb" -d '{"server": {"name": "sdnvpn-4-3", "imageRef": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dddd1775-5bc2-4d87-a0a0-e56180407787"}]}}' 2018-08-13 11:47:03,613 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47: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-e7384ce3-c375-4d1b-849e-73c16e66715a x-compute-request-id: req-e7384ce3-c375-4d1b-849e-73c16e66715a Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "a7c4a19b-9546-416d-9209-c4b11e092846", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "bookmark"}], "adminPass": "JamG7gZS2Tej"}} 2018-08-13 11:47:03,613 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e7384ce3-c375-4d1b-849e-73c16e66715a 2018-08-13 11:47:03,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:03,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8a1d9648-92cb-45b6-80e6-096ec678e923 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:03,620 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8a1d9648-92cb-45b6-80e6-096ec678e923 2018-08-13 11:47:03,621 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:04,018 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["TLai4Nr3Rfi1wPfrpsoz5w"], "issued_at": "2018-08-13T11:47:03.000000Z"}} 2018-08-13 11:47:04,021 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab955018c24ca8f461ca378d5448d92724c767d" 2018-08-13 11:47:04,680 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-96c21f17-fab2-4738-b07c-d744d2def14c x-compute-request-id: req-96c21f17-fab2-4738-b07c-d744d2def14c Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7c4a19b-9546-416d-9209-c4b11e092846", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:04Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-3", "created": "2018-08-13T11:47:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:04,680 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 used request id req-96c21f17-fab2-4738-b07c-d744d2def14c 2018-08-13 11:47:07,687 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab955018c24ca8f461ca378d5448d92724c767d" 2018-08-13 11:47:08,305 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e32575df-d6ff-4445-845e-2bbcd496a8f5 x-compute-request-id: req-e32575df-d6ff-4445-845e-2bbcd496a8f5 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.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000084", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7c4a19b-9546-416d-9209-c4b11e092846", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:06Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:47:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:08,305 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 used request id req-e32575df-d6ff-4445-845e-2bbcd496a8f5 2018-08-13 11:47:11,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7ab955018c24ca8f461ca378d5448d92724c767d" 2018-08-13 11:47:11,933 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-9ad3078d-f881-4190-ad33-0dc6fdcfd910 x-compute-request-id: req-9ad3078d-f881-4190-ad33-0dc6fdcfd910 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:3b:f9", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000084", "OS-SRV-USG:launched_at": "2018-08-13T11:47:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7c4a19b-9546-416d-9209-c4b11e092846", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:47:09Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:47:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:11,933 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 used request id req-9ad3078d-f881-4190-ad33-0dc6fdcfd910 2018-08-13 11:47:11,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982b95ea47c6e6b53b8c26777daffe31362f67eb" 2018-08-13 11:47:12,449 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-a998520c-d0ea-45ac-9bad-2bab3b248888 x-compute-request-id: req-a998520c-d0ea-45ac-9bad-2bab3b248888 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:0f:3b:f9", "version": 4, "addr": "10.10.10.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/a7c4a19b-9546-416d-9209-c4b11e092846", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000084", "OS-SRV-USG:launched_at": "2018-08-13T11:47:09.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "a7c4a19b-9546-416d-9209-c4b11e092846", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:47:09Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:47:03Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:12,449 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846 used request id req-a998520c-d0ea-45ac-9bad-2bab3b248888 2018-08-13 11:47:12,450 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-3' booted successfully. IP='10.10.10.7'. 2018-08-13 11:47:12,450 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-3' to security group 'sdnvpn-sg'... 2018-08-13 11:47:12,452 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:47:13,569 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47: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-db7efe43-6542-4aa0-88fd-84f386dc6872 x-compute-request-id: req-db7efe43-6542-4aa0-88fd-84f386dc6872 Content-Length: 0 Content-Type: application/json 2018-08-13 11:47:13,570 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846/action used request id req-db7efe43-6542-4aa0-88fd-84f386dc6872 2018-08-13 11:47:13,570 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-5'... 2018-08-13 11:47:13,570 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-5 flavor=m1.tiny image=ee0ffb32-1836-4f8b-9369-2387cbaab4e8 network=9cdc1a05-fad1-45c5-9d9e-f611821f08a4 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:47:13,570 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:13,571 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:13,572 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:13,573 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:13,575 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:13,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:13,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:13,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:13,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:13,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:13,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:13,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:13,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:13,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:13,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:13,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:13,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31a9f290-5a15-47c1-9c38-0020a6dec050 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:13,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-31a9f290-5a15-47c1-9c38-0020a6dec050 2018-08-13 11:47:13,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:13,984 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["qlLcXOBeSAq-RSx4LYyd0g"], "issued_at": "2018-08-13T11:47:13.000000Z"}} 2018-08-13 11:47:13,987 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" 2018-08-13 11:47:14,236 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a3735186-04c5-44ba-9629-7524bcbf530e x-compute-request-id: req-a3735186-04c5-44ba-9629-7524bcbf530e Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:47:14,236 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a3735186-04c5-44ba-9629-7524bcbf530e 2018-08-13 11:47:14,239 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" 2018-08-13 11:47:14,257 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-b0480430-ee21-4cb7-8c1a-aafcd5fecb95 x-compute-request-id: req-b0480430-ee21-4cb7-8c1a-aafcd5fecb95 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:47:14,257 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-b0480430-ee21-4cb7-8c1a-aafcd5fecb95 2018-08-13 11:47:14,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"server": {"name": "sdnvpn-4-5", "imageRef": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9cdc1a05-fad1-45c5-9d9e-f611821f08a4"}]}}' 2018-08-13 11:47:15,929 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47: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-642cc129-4280-44be-8b97-3d5d87ebc9ad x-compute-request-id: req-642cc129-4280-44be-8b97-3d5d87ebc9ad Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3f440952-340e-40cb-9829-a3a5086b479b", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "bookmark"}], "adminPass": "nFqvPKa6qQBv"}} 2018-08-13 11:47:15,930 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-642cc129-4280-44be-8b97-3d5d87ebc9ad 2018-08-13 11:47:15,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:15,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:15 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d43a38dd-9fae-4b00-ba04-0d0cf1a26ea3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:15,937 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-d43a38dd-9fae-4b00-ba04-0d0cf1a26ea3 2018-08-13 11:47:15,937 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:16,354 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["6HvyAv6fSv-LVFk3wjVAMA"], "issued_at": "2018-08-13T11:47:16.000000Z"}} 2018-08-13 11:47:16,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b3aabc4509140f31068e8b308b08bcf1976a79c" 2018-08-13 11:47:17,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e478d0cd-56d0-4142-9414-8fc433d5b762 x-compute-request-id: req-e478d0cd-56d0-4142-9414-8fc433d5b762 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.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3f440952-340e-40cb-9829-a3a5086b479b", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:16Z", "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-08-13T11:47:15Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:17,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b used request id req-e478d0cd-56d0-4142-9414-8fc433d5b762 2018-08-13 11:47:20,100 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b3aabc4509140f31068e8b308b08bcf1976a79c" 2018-08-13 11:47:20,712 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-df9b7dbe-3b07-4278-a8c8-d7d4d513181a x-compute-request-id: req-df9b7dbe-3b07-4278-a8c8-d7d4d513181a Content-Encoding: gzip Content-Length: 707 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000085", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3f440952-340e-40cb-9829-a3a5086b479b", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:18Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:47:15Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:20,712 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b used request id req-df9b7dbe-3b07-4278-a8c8-d7d4d513181a 2018-08-13 11:47:23,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}5b3aabc4509140f31068e8b308b08bcf1976a79c" 2018-08-13 11:47:23,871 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-dcbdb67c-e36d-4622-b0ad-38ab990073ed x-compute-request-id: req-dcbdb67c-e36d-4622-b0ad-38ab990073ed Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:50:dc", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000085", "OS-SRV-USG:launched_at": "2018-08-13T11:47:22.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3f440952-340e-40cb-9829-a3a5086b479b", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:47:22Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:47:15Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:23,871 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b used request id req-dcbdb67c-e36d-4622-b0ad-38ab990073ed 2018-08-13 11:47:23,874 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" 2018-08-13 11:47:24,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-a455d560-0dfd-4b1e-92ce-883a6c45df82 x-compute-request-id: req-a455d560-0dfd-4b1e-92ce-883a6c45df82 Content-Encoding: gzip Content-Length: 781 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-4-2-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bd:50:dc", "version": 4, "addr": "10.10.11.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3f440952-340e-40cb-9829-a3a5086b479b", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000085", "OS-SRV-USG:launched_at": "2018-08-13T11:47:22.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3f440952-340e-40cb-9829-a3a5086b479b", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:47:22Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:47:15Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:24,014 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b used request id req-a455d560-0dfd-4b1e-92ce-883a6c45df82 2018-08-13 11:47:24,015 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-5' booted successfully. IP='10.10.11.8'. 2018-08-13 11:47:24,015 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-5' to security group 'sdnvpn-sg'... 2018-08-13 11:47:24,017 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:47:25,083 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47: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-ff1eee93-7818-4088-bcda-c9e4b1c44830 x-compute-request-id: req-ff1eee93-7818-4088-bcda-c9e4b1c44830 Content-Length: 0 Content-Type: application/json 2018-08-13 11:47:25,083 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-ff1eee93-7818-4088-bcda-c9e4b1c44830 2018-08-13 11:47:25,083 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-4'... 2018-08-13 11:47:25,083 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-4 flavor=m1.tiny image=ee0ffb32-1836-4f8b-9369-2387cbaab4e8 network=9cdc1a05-fad1-45c5-9d9e-f611821f08a4 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-13 11:47:25,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:25,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:25,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:25,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:25,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:25,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:25,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:25,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:25,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:25,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:25,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:25,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:25,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:25,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:25,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:25,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:25,087 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:25,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:25,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:25,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:25,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:25,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:25,089 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:25,090 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:25,091 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:25,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:25,092 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:25,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:25,101 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-92e6a0f5-fdfa-4a44-b098-be7d67d535ff Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:25,101 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-92e6a0f5-fdfa-4a44-b098-be7d67d535ff 2018-08-13 11:47:25,102 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:25,505 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["hg_PjiFNSzuKgHD2hXAPZw"], "issued_at": "2018-08-13T11:47:25.000000Z"}} 2018-08-13 11:47:25,508 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea64b36640c1435868deaf357cd231bd7d65e6" 2018-08-13 11:47:25,763 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d67bd90-2eaa-4b52-8706-f80a54658e33 x-compute-request-id: req-9d67bd90-2eaa-4b52-8706-f80a54658e33 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:47:25,763 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9d67bd90-2eaa-4b52-8706-f80a54658e33 2018-08-13 11:47:25,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea64b36640c1435868deaf357cd231bd7d65e6" 2018-08-13 11:47:25,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-149c8ae1-563e-4ac0-b12a-05249f8ef3f9 x-compute-request-id: req-149c8ae1-563e-4ac0-b12a-05249f8ef3f9 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:47:25,784 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-149c8ae1-563e-4ac0-b12a-05249f8ef3f9 2018-08-13 11:47:25,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea64b36640c1435868deaf357cd231bd7d65e6" -d '{"server": {"name": "sdnvpn-4-4", "imageRef": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMS44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "9cdc1a05-fad1-45c5-9d9e-f611821f08a4"}], "config_drive": true}}' 2018-08-13 11:47:27,031 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2e0b0fff-a59b-4b2f-919f-bf9e9c1cbb53 x-compute-request-id: req-2e0b0fff-a59b-4b2f-919f-bf9e9c1cbb53 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e8c16348-5095-47f0-b707-5297a906ecec", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "bookmark"}], "adminPass": "wG4Hx5vvkgdR"}} 2018-08-13 11:47:27,031 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-2e0b0fff-a59b-4b2f-919f-bf9e9c1cbb53 2018-08-13 11:47:27,032 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:27,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cdeb0ba2-7502-4603-a73d-6a6e47a9f83c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:27,038 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cdeb0ba2-7502-4603-a73d-6a6e47a9f83c 2018-08-13 11:47:27,038 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:27,436 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["rP-qcdBhQyS17pnjiVsSSQ"], "issued_at": "2018-08-13T11:47:27.000000Z"}} 2018-08-13 11:47:27,439 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1004713a897f6451675016c511cffc6bb8665c16" 2018-08-13 11:47:27,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a6197697-0553-4ca4-ae01-30993cf807de x-compute-request-id: req-a6197697-0553-4ca4-ae01-30993cf807de 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.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8c16348-5095-47f0-b707-5297a906ecec", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:47:27Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-4", "created": "2018-08-13T11:47:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:27,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec used request id req-a6197697-0553-4ca4-ae01-30993cf807de 2018-08-13 11:47:30,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1004713a897f6451675016c511cffc6bb8665c16" 2018-08-13 11:47:31,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-395d3295-46f4-4432-a7c1-174438281abe x-compute-request-id: req-395d3295-46f4-4432-a7c1-174438281abe 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.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000086", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8c16348-5095-47f0-b707-5297a906ecec", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:47:29Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:47:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:31,492 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec used request id req-395d3295-46f4-4432-a7c1-174438281abe 2018-08-13 11:47:34,499 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1004713a897f6451675016c511cffc6bb8665c16" 2018-08-13 11:47:35,062 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f040063f-a8ac-4c12-8045-00bc96f71178 x-compute-request-id: req-f040063f-a8ac-4c12-8045-00bc96f71178 Content-Encoding: gzip Content-Length: 786 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:dc:b8:63", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000086", "OS-SRV-USG:launched_at": "2018-08-13T11:47:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8c16348-5095-47f0-b707-5297a906ecec", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:33Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:47:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:35,063 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec used request id req-f040063f-a8ac-4c12-8045-00bc96f71178 2018-08-13 11:47:35,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea64b36640c1435868deaf357cd231bd7d65e6" 2018-08-13 11:47:35,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9ae9e89b-7dd8-4ea6-ada5-ca3ffbd5ef01 x-compute-request-id: req-9ae9e89b-7dd8-4ea6-ada5-ca3ffbd5ef01 Content-Encoding: gzip Content-Length: 786 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:dc:b8:63", "version": 4, "addr": "10.10.11.7", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e8c16348-5095-47f0-b707-5297a906ecec", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000086", "OS-SRV-USG:launched_at": "2018-08-13T11:47:33.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e8c16348-5095-47f0-b707-5297a906ecec", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:33Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:47:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:35,624 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec used request id req-9ae9e89b-7dd8-4ea6-ada5-ca3ffbd5ef01 2018-08-13 11:47:35,625 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-4' booted successfully. IP='10.10.11.7'. 2018-08-13 11:47:35,625 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-4' to security group 'sdnvpn-sg'... 2018-08-13 11:47:35,628 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:47:36,440 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-60f3296c-5435-4e24-b294-d327187cf419 x-compute-request-id: req-60f3296c-5435-4e24-b294-d327187cf419 Content-Length: 0 Content-Type: application/json 2018-08-13 11:47:36,440 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action used request id req-60f3296c-5435-4e24-b294-d327187cf419 2018-08-13 11:47:36,440 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-4-1'... 2018-08-13 11:47:36,440 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-4-1 flavor=m1.tiny image=ee0ffb32-1836-4f8b-9369-2387cbaab4e8 network=dddd1775-5bc2-4d87-a0a0-e56180407787 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.6 10.10.10.7 10.10.11.7 10.10.11.8 while true; do for i do ip=$i ping -c 10 $ip 2>&1 >/dev/null RES=$? if [ "Z$RES" = "Z0" ] ; then echo ping $ip OK else echo ping $ip KO fi done sleep 1 done 2018-08-13 11:47:36,440 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:36,441 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:36,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:36,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:47:36,446 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:47:36,447 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:47:36,448 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:47:36,449 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:47:36,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:36,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-34afc25a-92d3-4af0-a0cb-2922e62debc2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:36,458 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-34afc25a-92d3-4af0-a0cb-2922e62debc2 2018-08-13 11:47:36,458 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:36,857 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["3_OtI0MRTCqHVRkM91b2tA"], "issued_at": "2018-08-13T11:47:36.000000Z"}} 2018-08-13 11:47:36,860 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" 2018-08-13 11:47:37,141 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-8cf64712-363f-4670-8cb3-27c976eb94f4 x-compute-request-id: req-8cf64712-363f-4670-8cb3-27c976eb94f4 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:47:37,142 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8cf64712-363f-4670-8cb3-27c976eb94f4 2018-08-13 11:47:37,144 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" 2018-08-13 11:47:37,161 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eef971ed-e29c-4d1c-9391-8f9fe944cfaa x-compute-request-id: req-eef971ed-e29c-4d1c-9391-8f9fe944cfaa Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:47:37,161 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-eef971ed-e29c-4d1c-9391-8f9fe944cfaa 2018-08-13 11:47:37,164 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"server": {"name": "sdnvpn-4-1", "imageRef": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC42IDEwLjEwLjEwLjcgMTAuMTAuMTEuNyAxMC4xMC4xMS44CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "dddd1775-5bc2-4d87-a0a0-e56180407787"}], "config_drive": true}}' 2018-08-13 11:47:39,116 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-902f62a6-e8d0-4b59-938a-0536ed75d8d7 x-compute-request-id: req-902f62a6-e8d0-4b59-938a-0536ed75d8d7 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9e633f8a-adc5-4275-9691-99e2fd8b78f9", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "bookmark"}], "adminPass": "yrYsgmahw4U5"}} 2018-08-13 11:47:39,116 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-902f62a6-e8d0-4b59-938a-0536ed75d8d7 2018-08-13 11:47:39,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:47:39,123 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-071a4ce8-b1c7-41c5-afaa-9e8f10d7790c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:47:39,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-071a4ce8-b1c7-41c5-afaa-9e8f10d7790c 2018-08-13 11:47:39,124 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:47:39,527 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:47:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["7w5SJ7wISgy2giqwLhI8wg"], "issued_at": "2018-08-13T11:47:39.000000Z"}} 2018-08-13 11:47:39,529 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a75ef4a67b9d851ba149675b08b5807d935f58a2" 2018-08-13 11:47:40,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fa22338c-4861-4925-9d0f-b200684e663a x-compute-request-id: req-fa22338c-4861-4925-9d0f-b200684e663a Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9e633f8a-adc5-4275-9691-99e2fd8b78f9", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:47:39Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-4-1", "created": "2018-08-13T11:47:39Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:40,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 used request id req-fa22338c-4861-4925-9d0f-b200684e663a 2018-08-13 11:47:43,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a75ef4a67b9d851ba149675b08b5807d935f58a2" 2018-08-13 11:47:43,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-933cffd2-e9ba-4ce1-a696-4bf309151c27 x-compute-request-id: req-933cffd2-e9ba-4ce1-a696-4bf309151c27 Content-Encoding: gzip Content-Length: 782 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:5c:34:14", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000087", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9e633f8a-adc5-4275-9691-99e2fd8b78f9", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:47:40Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:47:39Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:43,555 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 used request id req-933cffd2-e9ba-4ce1-a696-4bf309151c27 2018-08-13 11:47:46,560 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}a75ef4a67b9d851ba149675b08b5807d935f58a2" 2018-08-13 11:47:47,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-eebda76e-cdc0-4a91-a2fc-a5d79f5ea2d4 x-compute-request-id: req-eebda76e-cdc0-4a91-a2fc-a5d79f5ea2d4 Content-Encoding: gzip Content-Length: 783 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:5c:34:14", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000087", "OS-SRV-USG:launched_at": "2018-08-13T11:47:44.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9e633f8a-adc5-4275-9691-99e2fd8b78f9", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:44Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:47:39Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:47,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 used request id req-eebda76e-cdc0-4a91-a2fc-a5d79f5ea2d4 2018-08-13 11:47:47,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" 2018-08-13 11:47:47,522 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c16f9b8d-e0e0-4530-8aaa-ab03335fac87 x-compute-request-id: req-c16f9b8d-e0e0-4530-8aaa-ab03335fac87 Content-Encoding: gzip Content-Length: 783 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:5c:34:14", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9", "rel": "bookmark"}], "image": {"id": "ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "links": [{"href": "http://172.30.9.22:8774/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000087", "OS-SRV-USG:launched_at": "2018-08-13T11:47:44.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "9e633f8a-adc5-4275-9691-99e2fd8b78f9", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:47:44Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:47:39Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:47:47,522 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9 used request id req-c16f9b8d-e0e0-4530-8aaa-ab03335fac87 2018-08-13 11:47:47,522 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-4-1' booted successfully. IP='10.10.10.3'. 2018-08-13 11:47:47,523 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-4-1' to security group 'sdnvpn-sg'... 2018-08-13 11:47:47,525 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:47:48,310 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:47:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8b7c4901-a5c3-4256-98bd-6c1a13656941 x-compute-request-id: req-8b7c4901-a5c3-4256-98bd-6c1a13656941 Content-Length: 0 Content-Type: application/json 2018-08-13 11:47:48,310 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-8b7c4901-a5c3-4256-98bd-6c1a13656941 2018-08-13 11:47:48,310 - sdnvpn-results - INFO - Create VPN with eRT<>iRT 2018-08-13 11:47:48,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "55:55", "name": "sdnvpn-651836", "route_distinguishers": "12:12"}}' 2018-08-13 11:47:48,660 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-e7c1b136-d32a-4c3c-9655-0a712d7ae431 Date: Mon, 13 Aug 2018 11:47:48 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-651836", "route_distinguishers": ["12:12"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "efe3d938-2ace-4102-8aff-b4a18b02bd9a"}} 2018-08-13 11:47:48,660 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-e7c1b136-d32a-4c3c-9655-0a712d7ae431 2018-08-13 11:47:48,661 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'55:55'], u'name': u'sdnvpn-651836', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'efe3d938-2ace-4102-8aff-b4a18b02bd9a', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'route_targets': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'type': u'l3', u'networks': []}} 2018-08-13 11:47:48,661 - sdnvpn-results - INFO - Associate router 'sdnvpn-4-1-router' to the VPN. 2018-08-13 11:47:48,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"router_association": {"router_id": "45b125bc-2471-47d8-87eb-31c8c01ff80e"}}' 2018-08-13 11:47:49,101 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-001969f0-4ce4-47ef-9380-03853906dc80 Date: Mon, 13 Aug 2018 11:47:49 GMT RESP BODY: {"router_association": {"router_id": "45b125bc-2471-47d8-87eb-31c8c01ff80e", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "a15290f9-4cc6-4079-852b-822448b441ed"}} 2018-08-13 11:47:49,101 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a/router_associations used request id req-001969f0-4ce4-47ef-9380-03853906dc80 2018-08-13 11:47:49,102 - sdnvpn_test_utils - INFO - Waiting for instance 72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf to boot up 2018-08-13 11:47:49,105 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7736ff1391d0d5386ac8423edf6f20f9f3784bf0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:47:49,185 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-2659df7f-7ec8-40d2-bbb5-01f741de27a4 x-compute-request-id: req-2659df7f-7ec8-40d2-bbb5-01f741de27a4 Content-Encoding: gzip Content-Length: 9552 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468189040 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155891] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157643] pid_max: default: 32768 minimum: 301\n[ 0.158591] ACPI: Core revision 20150930\n[ 0.160038] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161427] Security Framework initialized\n[ 0.162292] Yama: becoming mindful.\n[ 0.163076] AppArmor: AppArmor initialized\n[ 0.163990] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165401] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.166755] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168032] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169552] Initializing cgroup subsys io\n[ 0.170421] Initializing cgroup subsys memory\n[ 0.171340] Initializing cgroup subsys devices\n[ 0.172258] Initializing cgroup subsys freezer\n[ 0.173169] Initializing cgroup subsys net_cls\n[ 0.174080] Initializing cgroup subsys perf_event\n[ 0.175052] Initializing cgroup subsys net_prio\n[ 0.175983] Initializing cgroup subsys hugetlb\n[ 0.176891] Initializing cgroup subsys pids\n[ 0.177803] CPU: Physical Processor ID: 0\n[ 0.179371] mce: CPU supports 10 MCE banks\n[ 0.180280] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.181342] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198066] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.204451] ftrace: allocating 31920 entries in 125 pages\n[ 0.230621] smpboot: Max logical packages: 1\n[ 0.231540] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.232976] x2apic enabled\n[ 0.233805] Switched APIC routing to physical x2apic.\n[ 0.235608] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236787] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238890] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240777] KVM setup paravirtual spinlock\n[ 0.242293] x86: Booted up 1 node, 1 CPUs\n[ 0.243149] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244623] devtmpfs: initialized\n[ 0.246399] evm: security.selinux\n[ 0.247136] evm: security.SMACK64\n[ 0.247868] evm: security.SMACK64EXEC\n[ 0.248644] evm: security.SMACK64TRANSMUTE\n[ 0.249493] evm: security.SMACK64MMAP\n[ 0.250275] evm: security.ima\n[ 0.250950] evm: security.capability\n[ 0.251804] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253787] pinctrl core: initialized pinctrl subsystem\n[ 0.254968] RTC time: 11:46:58, date: 08/13/18\n[ 0.255988] NET: Registered protocol family 16\n[ 0.257041] cpuidle: using governor ladder\n[ 0.257911] cpuidle: using governor menu\n[ 0.258739] PCCT header not found.\n[ 0.259546] ACPI: bus type PCI registered\n[ 0.260398] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261714] PCI: Using configuration type 1 for base access\n[ 0.263588] ACPI: Added _OSI(Module Device)\n[ 0.264482] ACPI: Added _OSI(Processor Device)\n[ 0.265392] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266340] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268213] ACPI: Interpreter enabled\n[ 0.269016] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.270958] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.272906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.274840] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.276782] ACPI: (supports S0 S5)\n[ 0.277523] ACPI: Using IOAPIC for interrupt routing\n[ 0.278519] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.281771] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.282978] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.284280] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.285539] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.287900] acpiphp: Slot [3] registered\n[ 0.288741] acpiphp: Slot [4] registered\n[ 0.289594] acpiphp: Slot [5] registered\n[ 0.290440] acpiphp: Slot [6] registered\n[ 0.291284] acpiphp: Slot [7] registered\n[ 0.292147] acpiphp: Slot [8] registered\n[ 0.292989] acpiphp: Slot [9] registered\n[ 0.293828] acpiphp: Slot [10] registered\n[ 0.294684] acpiphp: Slot [11] registered\n[ 0.295543] acpiphp: Slot [12] registered\n[ 0.296399] acpiphp: Slot [13] registered\n[ 0.297252] acpiphp: Slot [14] registered\n[ 0.298109] acpiphp: Slot [15] registered\n[ 0.308903] acpiphp: Slot [16] registered\n[ 0.309758] acpiphp: Slot [17] registered\n[ 0.310620] acpiphp: Slot [18] registered\n[ 0.311471] acpiphp: Slot [19] registered\n[ 0.312324] acpiphp: Slot [20] registered\n[ 0.313183] acpiphp: Slot [21] registered\n[ 0.314038] acpiphp: Slot [22] registered\n[ 0.314893] acpiphp: Slot [23] registered\n[ 0.315744] acpiphp: Slot [24] registered\n[ 0.316597] acpiphp: Slot [25] registered\n[ 0.317453] acpiphp: Slot [26] registered\n[ 0.318313] acpiphp: Slot [27] registered\n[ 0.319244] acpiphp: Slot [28] registered\n[ 0.320095] acpiphp: Slot [29] registered\n[ 0.320947] acpiphp: Slot [30] registered\n[ 0.321802] acpiphp: Slot [31] registered\n[ 0.322653] PCI host bridge to bus 0000:00\n[ 0.323506] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324784] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.326072] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327602] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329129] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.330684] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334115] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.335465] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.336705] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338040] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.341837] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343684] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.366085] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367622] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370616] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.372070] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373410] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374883] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375998] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377625] vgaarb: loaded\n[ 0.378260] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379564] SCSI subsystem initialized\n[ 0.380535] ACPI: bus type USB registered\n[ 0.381409] usbcore: registered new interface driver usbfs\n[ 0.382497] usbcore: registered new interface driver hub\n[ 0.383563] usbcore: registered new device driver usb\n[ 0.384744] PCI: Using ACPI for IRQ routing\n[ 0.385925] NetLabel: Initializing\n[ 0.386679] NetLabel: domain hash size = 128\n[ 0.387574] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388578] NetLabel: unlabeled traffic allowed by default\n[ 0.389802] clocksource: Switched to clocksource kvm-clock\n[ 0.398497] AppArmor: AppArmor Filesystem Enabled\n[ 0.399531] pnp: PnP ACPI init\n[ 0.400535] pnp: PnP ACPI: found 5 devices\n[ 0.407020] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.408829] NET: Registered protocol family 2\n[ 0.409956] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.411330] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.412606] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.413901] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415047] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.416290] NET: Registered protocol family 1\n[ 0.417217] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.418382] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.419515] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.433703] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.447946] Trying to unpack rootfs image as initramfs...\n[ 0.505834] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.507651] Scanning for low memory corruption every 60 seconds\n[ 0.509107] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.510347] audit: initializing netlink subsys (disabled)\n[ 0.511445] audit: type=2000 audit(1534160819.192:1): initialized\n[ 0.512861] Initialise system trusted keyring\n[ 0.513902] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.515128] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517315] zbud: loaded\n[ 0.518093] VFS: Disk quotas dquot_6.6.0\n[ 0.518966] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.520666] fuse init (API version 7.23)\n[ 0.521626] Key type big_key registered\n[ 0.522484] Allocating IMA MOK and blacklist keyrings.\n[ 0.523820] Key type asymmetric registered\n[ 0.524693] Asymmetric key parser 'x509' registered\n[ 0.525710] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.527271] io scheduler noop registered\n[ 0.528105] io scheduler deadline registered (default)\n[ 0.529157] io scheduler cfq registered\n[ 0.530059] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.531165] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.532506] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.534041] ACPI: Power Button [PWRF]\n[ 0.534947] GHES: HEST is not enabled!\n[ 0.548716] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.576794] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.579033] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.602721] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.610015] Linux agpgart interface v0.103\n[ 0.614166] brd: module loaded\n[ 0.616128] loop: module loaded\n[ 0.621302] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.622908] GPT:90111 != 2097151\n[ 0.623643] GPT:Alternate GPT header not at the end of the disk.\n[ 0.624841] GPT:90111 != 2097151\n[ 0.625577] GPT: Use GNU Parted to correct GPT errors.\n[ 0.626657] vda: vda1 vda15\n[ 0.628630] scsi host0: ata_piix\n[ 0.629522] scsi host1: ata_piix\n[ 0.630337] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.631681] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.633384] libphy: Fixed MDIO Bus: probed\n[ 0.634471] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635528] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638372] PPP generic driver version 2.4.2\n[ 0.639445] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640774] ehci-pci: EHCI PCI platform driver\n[ 0.641753] ehci-platform: EHCI generic platform driver\n[ 0.642851] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.644120] ohci-pci: OHCI PCI platform driver\n[ 0.645091] ohci-platform: OHCI generic platform driver\n[ 0.646207] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.660940] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.662087] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.663713] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.664841] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.666187] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667541] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669090] usb usb1: Product: UHCI Host Controller\n[ 0.670119] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671367] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.672440] hub 1-0:1.0: USB hub found\n[ 0.673288] hub 1-0:1.0: 2 ports detected\n[ 0.674422] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.676760] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.677817] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.679123] mousedev: PS/2 mouse device common for all mice\n[ 0.680562] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.682605] rtc_cmos 00:00: RTC can wake from S4\n[ 0.683833] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.685120] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.686408] i2c /dev entries driver\n[ 0.687304] device-mapper: uevent: version 1.0.3\n[ 0.688385] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.690184] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692051] NET: Registered protocol family 10\n[ 0.693559] NET: Registered protocol family 17\n[ 0.694596] Key type dns_resolver registered\n[ 0.695871] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697073] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.699110] registered taskstats version 1\n[ 0.700075] Loading compiled-in X.509 certificates\n[ 0.701739] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703872] zswap: loaded using pool lzo/zbud\n[ 0.706117] Key type trusted registered\n[ 0.708083] Key type encrypted registered\n[ 0.709011] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.710190] ima: No TPM chip found, activating TPM-bypass!\n[ 0.711371] evm: HMAC attrs: 0x1\n[ 0.712504] Magic number: 14:390:782\n[ 0.713458] rtc_cmos 00:00: setting system clock to 2018-08-13 11:46:59 UTC (1534160819)\n[ 0.715286] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.716515] EDD information not available.\n[ 0.792323] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.804128] Write protecting the kernel read-only data: 14336k\n[ 0.808168] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.810317] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.984414] random: dd urandom read with 5 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.6...\nLease of 10.10.10.6 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.87. iid=i-00000083\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwpUG6+g7jjScewZntY2/48ggtFsBAd2bSGxImmZLx8HQmtKyTq2ePuyjMk/+XxmUPVo1OWrGuyNA/ZIXoLZZU1lYzsKkTUq7aun3iWxRQLuptBlo81ETY1Wwmp9R9Y9pY0ayy5t48gOiJOOc0q0DOGPon8sDXzjVnwUsB9xLy51BvzEHlfb335TRBCXIfedPAD9WoOk56sfmexc1KGtIMsdenzPAu7sml85MFudAgRJfkCP4tw737L40uPMf9Z5P/d52En19POrbXnztB9FZtAl7Nq62BVDmftrKC28X/q2Dfg/e4IRVvEjAp617HRZgz4L+p47uHt20Wa0sXCuav root@sdnvpn-4-2\nssh-dss AAAAB3NzaC1kc3MAAACBAM1TUcklgamdkpIxV8g6w+xbnCy9qrAg8L6tosRfsEF5jiUGMHhxVzAsYsP1B0kKunRK1/lmVVoQ6pTFQYfatWoKH5PS2l8LpwS1gxK5sdV3k9I1D1Uo3xen+W+rDJRwdc/wjaMg0HJ1nNBe3kcJJGVR47a4DSMRfZ8LLBnjBEZ9AAAAFQDxHlI+5f6yr7yUqeX3ZD4bjl3gfwAAAIBidEACPaKdKzBzGYSpvwaVAy+ZRnhfQFMnZoVeP2SbC/JWAePooMAvEnDVileO883lxJpXQ+YrPE8CEE1NV6hvCC/3RVMAPI1JrIr9COb3/es7y6p78QPgOkJokou/IVojVKas/SIjpVy54cNyp48+wjWsOzIBLuBxdPgQaMXHHwAAAIEAip1LQRT3NUBScApfzrD54F2fXKlWqUkSCoKPK7nFOnDGpCZLZkklD/NZIEMDycvNtYeGCjzGISBMjypyn+Oib4YQeXotEm1Y/PBWt3QATrufFX3676dIOhcUG4Q5/FDsvaLc3rQieqV4Oa7p4ohSXwOt7Pb2lBQJgNQ4F0wSprU= root@sdnvpn-4-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.26s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.6,24,fe80::f816:3eff:fe43:b5f5/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.6 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000083\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.96 ===\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-08-13 11:47:49,186 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf/action used request id req-2659df7f-7ec8-40d2-bbb5-01f741de27a4 2018-08-13 11:47:51,216 - sdnvpn_test_utils - INFO - Waiting for instance a7c4a19b-9546-416d-9209-c4b11e092846 to boot up 2018-08-13 11:47:51,219 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}982b95ea47c6e6b53b8c26777daffe31362f67eb" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:47:51,287 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4df9e85f-0d11-44cc-bc17-e9b37db698b3 x-compute-request-id: req-4df9e85f-0d11-44cc-bc17-e9b37db698b3 Content-Encoding: gzip Content-Length: 9567 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 468313993 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155273] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157206] pid_max: default: 32768 minimum: 301\n[ 0.158277] ACPI: Core revision 20150930\n[ 0.159740] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.161245] Security Framework initialized\n[ 0.162217] Yama: becoming mindful.\n[ 0.163044] AppArmor: AppArmor initialized\n[ 0.164000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165519] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167021] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.168414] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170055] Initializing cgroup subsys io\n[ 0.170990] Initializing cgroup subsys memory\n[ 0.171996] Initializing cgroup subsys devices\n[ 0.173014] Initializing cgroup subsys freezer\n[ 0.173966] Initializing cgroup subsys net_cls\n[ 0.174863] Initializing cgroup subsys perf_event\n[ 0.175934] Initializing cgroup subsys net_prio\n[ 0.176968] Initializing cgroup subsys hugetlb\n[ 0.177982] Initializing cgroup subsys pids\n[ 0.178992] CPU: Physical Processor ID: 0\n[ 0.180613] mce: CPU supports 10 MCE banks\n[ 0.181596] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.182759] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198661] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.205133] ftrace: allocating 31920 entries in 125 pages\n[ 0.230999] smpboot: Max logical packages: 1\n[ 0.231981] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.233526] x2apic enabled\n[ 0.234424] Switched APIC routing to physical x2apic.\n[ 0.236330] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.237622] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.239879] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.241921] KVM setup paravirtual spinlock\n[ 0.243333] x86: Booted up 1 node, 1 CPUs\n[ 0.244270] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.245820] devtmpfs: initialized\n[ 0.247625] evm: security.selinux\n[ 0.248427] evm: security.SMACK64\n[ 0.249206] evm: security.SMACK64EXEC\n[ 0.250061] evm: security.SMACK64TRANSMUTE\n[ 0.250975] evm: security.SMACK64MMAP\n[ 0.251801] evm: security.ima\n[ 0.252506] evm: security.capability\n[ 0.253412] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.255505] pinctrl core: initialized pinctrl subsystem\n[ 0.256733] RTC time: 11:47:09, date: 08/13/18\n[ 0.257846] NET: Registered protocol family 16\n[ 0.258951] cpuidle: using governor ladder\n[ 0.259878] cpuidle: using governor menu\n[ 0.260757] PCCT header not found.\n[ 0.261577] ACPI: bus type PCI registered\n[ 0.262464] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.263824] PCI: Using configuration type 1 for base access\n[ 0.265692] ACPI: Added _OSI(Module Device)\n[ 0.266629] ACPI: Added _OSI(Processor Device)\n[ 0.267599] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.268614] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.270466] ACPI: Interpreter enabled\n[ 0.271323] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.273415] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.275528] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277622] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279688] ACPI: (supports S0 S5)\n[ 0.280467] ACPI: Using IOAPIC for interrupt routing\n[ 0.281508] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286175] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287583] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288958] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291518] acpiphp: Slot [3] registered\n[ 0.292430] acpiphp: Slot [4] registered\n[ 0.293369] acpiphp: Slot [5] registered\n[ 0.294274] acpiphp: Slot [6] registered\n[ 0.295186] acpiphp: Slot [7] registered\n[ 0.296094] acpiphp: Slot [8] registered\n[ 0.297005] acpiphp: Slot [9] registered\n[ 0.297908] acpiphp: Slot [10] registered\n[ 0.298822] acpiphp: Slot [11] registered\n[ 0.299740] acpiphp: Slot [12] registered\n[ 0.300663] acpiphp: Slot [13] registered\n[ 0.301584] acpiphp: Slot [14] registered\n[ 0.302480] acpiphp: Slot [15] registered\n[ 0.313587] acpiphp: Slot [16] registered\n[ 0.314508] acpiphp: Slot [17] registered\n[ 0.315431] acpiphp: Slot [18] registered\n[ 0.316345] acpiphp: Slot [19] registered\n[ 0.317258] acpiphp: Slot [20] registered\n[ 0.318187] acpiphp: Slot [21] registered\n[ 0.319073] acpiphp: Slot [22] registered\n[ 0.319977] acpiphp: Slot [23] registered\n[ 0.320888] acpiphp: Slot [24] registered\n[ 0.321797] acpiphp: Slot [25] registered\n[ 0.322706] acpiphp: Slot [26] registered\n[ 0.323631] acpiphp: Slot [27] registered\n[ 0.324553] acpiphp: Slot [28] registered\n[ 0.325470] acpiphp: Slot [29] registered\n[ 0.326389] acpiphp: Slot [30] registered\n[ 0.327304] acpiphp: Slot [31] registered\n[ 0.328223] PCI host bridge to bus 0000:00\n[ 0.329127] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.330520] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.331932] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.333545] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.335142] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.336772] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340189] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.341643] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.342989] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344441] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348176] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349998] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.369863] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.371525] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.373096] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374678] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.376239] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377574] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378985] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380211] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381967] vgaarb: loaded\n[ 0.382638] vgaarb: bridge control possible 0000:00:02.0\n[ 0.384022] SCSI subsystem initialized\n[ 0.385050] ACPI: bus type USB registered\n[ 0.385991] usbcore: registered new interface driver usbfs\n[ 0.387172] usbcore: registered new interface driver hub\n[ 0.388329] usbcore: registered new device driver usb\n[ 0.389568] PCI: Using ACPI for IRQ routing\n[ 0.390807] NetLabel: Initializing\n[ 0.391605] NetLabel: domain hash size = 128\n[ 0.392569] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.393692] NetLabel: unlabeled traffic allowed by default\n[ 0.394917] clocksource: Switched to clocksource kvm-clock\n[ 0.403248] AppArmor: AppArmor Filesystem Enabled\n[ 0.404253] pnp: PnP ACPI init\n[ 0.405215] pnp: PnP ACPI: found 5 devices\n[ 0.411572] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.413342] NET: Registered protocol family 2\n[ 0.414427] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415773] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.417020] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.418267] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419392] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.420611] NET: Registered protocol family 1\n[ 0.421519] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.422650] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423993] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.438382] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.452804] Trying to unpack rootfs image as initramfs...\n[ 0.509277] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.511287] Scanning for low memory corruption every 60 seconds\n[ 0.512909] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.514353] audit: initializing netlink subsys (disabled)\n[ 0.515654] audit: type=2000 audit(1534160830.601:1): initialized\n[ 0.517288] Initialise system trusted keyring\n[ 0.518432] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.519879] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.522287] zbud: loaded\n[ 0.523147] VFS: Disk quotas dquot_6.6.0\n[ 0.524178] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.526104] fuse init (API version 7.23)\n[ 0.527206] Key type big_key registered\n[ 0.528184] Allocating IMA MOK and blacklist keyrings.\n[ 0.529615] Key type asymmetric registered\n[ 0.530624] Asymmetric key parser 'x509' registered\n[ 0.531805] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.533610] io scheduler noop registered\n[ 0.534609] io scheduler deadline registered (default)\n[ 0.535866] io scheduler cfq registered\n[ 0.536885] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.538160] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.539722] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.541494] ACPI: Power Button [PWRF]\n[ 0.542530] GHES: HEST is not enabled!\n[ 0.556112] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583936] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.586355] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.612991] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.615852] Linux agpgart interface v0.103\n[ 0.618796] brd: module loaded\n[ 0.620511] loop: module loaded\n[ 0.625176] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.626676] GPT:90111 != 2097151\n[ 0.627379] GPT:Alternate GPT header not at the end of the disk.\n[ 0.628509] GPT:90111 != 2097151\n[ 0.629205] GPT: Use GNU Parted to correct GPT errors.\n[ 0.630202] vda: vda1 vda15\n[ 0.631712] scsi host0: ata_piix\n[ 0.632525] scsi host1: ata_piix\n[ 0.633272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.634523] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.636049] libphy: Fixed MDIO Bus: probed\n[ 0.636899] tun: Universal TUN/TAP device driver, 1.6\n[ 0.637883] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.640448] PPP generic driver version 2.4.2\n[ 0.641403] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.642600] ehci-pci: EHCI PCI platform driver\n[ 0.643505] ehci-platform: EHCI generic platform driver\n[ 0.644529] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.645694] ohci-pci: OHCI PCI platform driver\n[ 0.646630] ohci-platform: OHCI generic platform driver\n[ 0.647662] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.661967] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.663023] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.664521] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.665576] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.666765] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.667945] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.669295] usb usb1: Product: UHCI Host Controller\n[ 0.670350] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.671952] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.673312] hub 1-0:1.0: USB hub found\n[ 0.674574] hub 1-0:1.0: 2 ports detected\n[ 0.675682] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.677933] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.678943] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.680199] mousedev: PS/2 mouse device common for all mice\n[ 0.681876] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.683834] rtc_cmos 00:00: RTC can wake from S4\n[ 0.685006] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.686246] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.687487] i2c /dev entries driver\n[ 0.688313] device-mapper: uevent: version 1.0.3\n[ 0.689311] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.691021] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.692688] NET: Registered protocol family 10\n[ 0.693891] NET: Registered protocol family 17\n[ 0.694823] Key type dns_resolver registered\n[ 0.695875] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.697003] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.698876] registered taskstats version 1\n[ 0.699748] Loading compiled-in X.509 certificates\n[ 0.701267] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.703212] zswap: loaded using pool lzo/zbud\n[ 0.704922] Key type trusted registered\n[ 0.706706] Key type encrypted registered\n[ 0.707577] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.708658] ima: No TPM chip found, activating TPM-bypass!\n[ 0.709747] evm: HMAC attrs: 0x1\n[ 0.710783] Magic number: 14:390:782\n[ 0.711747] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:09 UTC (1534160829)\n[ 0.713582] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.714739] EDD information not available.\n[ 0.796438] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.809258] Write protecting the kernel read-only data: 14336k\n[ 0.811892] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.814342] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.861689] random: blkid urandom read with 2 bits 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.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.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 0.86. iid=i-00000084\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDfCVlVWy5KTTGVnDDwLUBbnXbzjweSsk9BnF+hGx4BPdi5RfyEhZ/hDKkbXs2MI0PMkqg0+JntNUUZLADQD7//wL2E6DdeWTT7Gqtwnqxtxczs5Xq8ZCKmc5uFYnJoSQAdeWa+4j0HyfIL05f0y/bmjh07svfijUIpHVwrwowo7iS4dj0xp7VZft4/vBBISQyORd5pi72pofoXw8H91ohy6egzEAgwwJYBDtXPkCevdOwVZCJikiFtZY/B+SjLq+XB3ZfM1mZoaHmoDblTNnNUxdgO5R9O5UwN++CUu1F5FD406sYzR0mCBWtWqBUKVm0WPJGzG+FuU8Uruqda2p59 root@sdnvpn-4-3\nssh-dss AAAAB3NzaC1kc3MAAACBAOrAZie3ZmYUhZVQdSiJX1iDIJFFXbLk7ycWY0ACRNxLDRym8j+mIiM+sBOExw7mc1Qm+cduyASbwn5/TrUWkYWXm/s2DW9mKpHaMT24MGp836ositRfE9CjLMKtnjDa5+a5rfNsbqOTnqmZaVTJ0JYuOZ9kAtZthhD1ETfh8eljAAAAFQDJLzhw7ntIFm/xFZkZR0bskBK5SwAAAIAjZilCUSLG765NVSJRkQZ59dnXCxjkEktMXRKo77jHRYYCmJ2O4RUNh1wVihQLe9mRz7GYCwLtE14ANAfYeAE8DCDQnF9rbbQTYPRnPgEqMvL74RBv60ae6ttwG6OpTViZwgvS1wCMyL+37N0KgVYpR2DGJfbl/hSghPeF/+PzQAAAAIEA2/ukrRMkXxcGj/NLyQydHXTiF6QKJ4oLQ/2DYBU77i7eTuFZ4huYWQ8AOUBoE8bonDpzdNNdof5RsjKD04AncKgOhDcudrThIXOO7FlGLHKljSoLEpB0QMVKlCxMKcRXxShlv5Hoz8RCb5eCnf7G2pu8U7r53wXgok6EqYB4uxI= root@sdnvpn-4-3\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.52s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.7,24,fe80::f816:3eff:fe0f:3bf9/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-00000084\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-3\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.38 ===\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-08-13 11:47:51,287 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846/action used request id req-4df9e85f-0d11-44cc-bc17-e9b37db698b3 2018-08-13 11:47:53,318 - sdnvpn_test_utils - INFO - Waiting for instance 3f440952-340e-40cb-9829-a3a5086b479b to boot up 2018-08-13 11:47:53,321 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:47:53,389 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-81561417-e1d6-4bec-9bcb-0dfcc6e31360 x-compute-request-id: req-81561417-e1d6-4bec-9bcb-0dfcc6e31360 Content-Encoding: gzip Content-Length: 10079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:47:53,390 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-81561417-e1d6-4bec-9bcb-0dfcc6e31360 2018-08-13 11:47:55,409 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:47:55,470 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47: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-7b8fd773-d1c7-43e8-84cb-4e64c68361c6 x-compute-request-id: req-7b8fd773-d1c7-43e8-84cb-4e64c68361c6 Content-Encoding: gzip Content-Length: 10079 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:47:55,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-7b8fd773-d1c7-43e8-84cb-4e64c68361c6 2018-08-13 11:47:57,491 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:47:57,558 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-fdf98d1d-32df-45f0-b3de-7a9fb38be3b3 x-compute-request-id: req-fdf98d1d-32df-45f0-b3de-7a9fb38be3b3 Content-Encoding: gzip Content-Length: 10097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:47:57,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-fdf98d1d-32df-45f0-b3de-7a9fb38be3b3 2018-08-13 11:47:59,579 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:47:59,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:47:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f48a25e3-0d8f-46b0-9767-b13e0638ffa3 x-compute-request-id: req-f48a25e3-0d8f-46b0-9767-b13e0638ffa3 Content-Encoding: gzip Content-Length: 10097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:47:59,649 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-f48a25e3-0d8f-46b0-9767-b13e0638ffa3 2018-08-13 11:48:01,670 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:01,727 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-53463faf-c184-4ef3-8e0a-eff920c13b03 x-compute-request-id: req-53463faf-c184-4ef3-8e0a-eff920c13b03 Content-Encoding: gzip Content-Length: 10097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:48:01,727 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-53463faf-c184-4ef3-8e0a-eff920c13b03 2018-08-13 11:48:03,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:03,814 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cdbae59-a54b-4fa6-8d1a-45989f6ec567 x-compute-request-id: req-5cdbae59-a54b-4fa6-8d1a-45989f6ec567 Content-Encoding: gzip Content-Length: 10097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:48:03,815 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-5cdbae59-a54b-4fa6-8d1a-45989f6ec567 2018-08-13 11:48:05,834 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:05,907 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-49c1bff9-9aa4-4db8-8c67-ae98f53238fb x-compute-request-id: req-49c1bff9-9aa4-4db8-8c67-ae98f53238fb Content-Encoding: gzip Content-Length: 10097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:48:05,907 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-49c1bff9-9aa4-4db8-8c67-ae98f53238fb 2018-08-13 11:48:07,927 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:07,991 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6720286a-e921-4f95-a5f0-f2fab4ab7634 x-compute-request-id: req-6720286a-e921-4f95-a5f0-f2fab4ab7634 Content-Encoding: gzip Content-Length: 10097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:48:07,992 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-6720286a-e921-4f95-a5f0-f2fab4ab7634 2018-08-13 11:48:10,006 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:10,074 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-60626cb6-ada3-403d-b912-600c5b5de43b x-compute-request-id: req-60626cb6-ada3-403d-b912-600c5b5de43b Content-Encoding: gzip Content-Length: 10097 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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-08-13 11:48:10,074 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-60626cb6-ada3-403d-b912-600c5b5de43b 2018-08-13 11:48:12,094 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d0b5e473a89425845c30e6a6aa0ca7c49a850e36" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:12,200 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-543ea0e5-020f-4c49-93ee-fb1e25cb413d x-compute-request-id: req-543ea0e5-020f-4c49-93ee-fb1e25cb413d Content-Encoding: gzip Content-Length: 11160 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 474928494 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.158180] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.159940] pid_max: default: 32768 minimum: 301\n[ 0.160918] ACPI: Core revision 20150930\n[ 0.162349] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.163747] Security Framework initialized\n[ 0.164622] Yama: becoming mindful.\n[ 0.165410] AppArmor: AppArmor initialized\n[ 0.166321] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.167742] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.169122] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.170402] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171914] Initializing cgroup subsys io\n[ 0.172792] Initializing cgroup subsys memory\n[ 0.173723] Initializing cgroup subsys devices\n[ 0.174659] Initializing cgroup subsys freezer\n[ 0.175622] Initializing cgroup subsys net_cls\n[ 0.176554] Initializing cgroup subsys perf_event\n[ 0.177530] Initializing cgroup subsys net_prio\n[ 0.178488] Initializing cgroup subsys hugetlb\n[ 0.179422] Initializing cgroup subsys pids\n[ 0.180391] CPU: Physical Processor ID: 0\n[ 0.181980] mce: CPU supports 10 MCE banks\n[ 0.182934] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200771] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207302] ftrace: allocating 31920 entries in 125 pages\n[ 0.233559] smpboot: Max logical packages: 1\n[ 0.234502] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235943] x2apic enabled\n[ 0.236807] Switched APIC routing to physical x2apic.\n[ 0.238640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239825] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241938] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243835] KVM setup paravirtual spinlock\n[ 0.245270] x86: Booted up 1 node, 1 CPUs\n[ 0.246130] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247615] devtmpfs: initialized\n[ 0.249377] evm: security.selinux\n[ 0.250125] evm: security.SMACK64\n[ 0.250860] evm: security.SMACK64EXEC\n[ 0.251651] evm: security.SMACK64TRANSMUTE\n[ 0.252519] evm: security.SMACK64MMAP\n[ 0.253313] evm: security.ima\n[ 0.253995] evm: security.capability\n[ 0.254855] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.256855] pinctrl core: initialized pinctrl subsystem\n[ 0.258018] RTC time: 11:47:22, date: 08/13/18\n[ 0.259044] NET: Registered protocol family 16\n[ 0.260107] cpuidle: using governor ladder\n[ 0.260986] cpuidle: using governor menu\n[ 0.261833] PCCT header not found.\n[ 0.262635] ACPI: bus type PCI registered\n[ 0.263489] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.264812] PCI: Using configuration type 1 for base access\n[ 0.266664] ACPI: Added _OSI(Module Device)\n[ 0.267562] ACPI: Added _OSI(Processor Device)\n[ 0.268482] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.269446] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.271288] ACPI: Interpreter enabled\n[ 0.272092] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.274056] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.276035] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.277995] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.279966] ACPI: (supports S0 S5)\n[ 0.280766] ACPI: Using IOAPIC for interrupt routing\n[ 0.281772] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.284985] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.286192] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.287485] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.288733] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.291047] acpiphp: Slot [3] registered\n[ 0.291889] acpiphp: Slot [4] registered\n[ 0.292735] acpiphp: Slot [5] registered\n[ 0.293579] acpiphp: Slot [6] registered\n[ 0.294420] acpiphp: Slot [7] registered\n[ 0.295265] acpiphp: Slot [8] registered\n[ 0.296090] acpiphp: Slot [9] registered\n[ 0.296933] acpiphp: Slot [10] registered\n[ 0.297788] acpiphp: Slot [11] registered\n[ 0.298650] acpiphp: Slot [12] registered\n[ 0.299503] acpiphp: Slot [13] registered\n[ 0.300351] acpiphp: Slot [14] registered\n[ 0.301196] acpiphp: Slot [15] registered\n[ 0.312231] acpiphp: Slot [16] registered\n[ 0.313084] acpiphp: Slot [17] registered\n[ 0.313936] acpiphp: Slot [18] registered\n[ 0.314786] acpiphp: Slot [19] registered\n[ 0.315630] acpiphp: Slot [20] registered\n[ 0.316480] acpiphp: Slot [21] registered\n[ 0.317318] acpiphp: Slot [22] registered\n[ 0.318171] acpiphp: Slot [23] registered\n[ 0.319014] acpiphp: Slot [24] registered\n[ 0.319867] acpiphp: Slot [25] registered\n[ 0.320715] acpiphp: Slot [26] registered\n[ 0.321559] acpiphp: Slot [27] registered\n[ 0.322400] acpiphp: Slot [28] registered\n[ 0.323253] acpiphp: Slot [29] registered\n[ 0.324096] acpiphp: Slot [30] registered\n[ 0.324954] acpiphp: Slot [31] registered\n[ 0.325810] PCI host bridge to bus 0000:00\n[ 0.326656] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.327919] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.329184] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.330700] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.332218] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.333751] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.337078] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.338413] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.339639] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.340961] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.344622] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.346096] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.365572] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.367542] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.369033] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.370518] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.371957] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.373284] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.374631] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.375741] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.377357] vgaarb: loaded\n[ 0.377974] vgaarb: bridge control possible 0000:00:02.0\n[ 0.379263] SCSI subsystem initialized\n[ 0.380209] ACPI: bus type USB registered\n[ 0.381068] usbcore: registered new interface driver usbfs\n[ 0.382152] usbcore: registered new interface driver hub\n[ 0.383214] usbcore: registered new device driver usb\n[ 0.384381] PCI: Using ACPI for IRQ routing\n[ 0.385538] NetLabel: Initializing\n[ 0.386284] NetLabel: domain hash size = 128\n[ 0.387170] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.388174] NetLabel: unlabeled traffic allowed by default\n[ 0.389393] clocksource: Switched to clocksource kvm-clock\n[ 0.397707] AppArmor: AppArmor Filesystem Enabled\n[ 0.398728] pnp: PnP ACPI init\n[ 0.399705] pnp: PnP ACPI: found 5 devices\n[ 0.406074] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.407874] NET: Registered protocol family 2\n[ 0.408963] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.410322] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.411580] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.412835] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413973] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.415213] NET: Registered protocol family 1\n[ 0.416133] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.417279] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.418401] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.432645] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.446957] Trying to unpack rootfs image as initramfs...\n[ 0.504404] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.506130] Scanning for low memory corruption every 60 seconds\n[ 0.507527] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.508743] audit: initializing netlink subsys (disabled)\n[ 0.509857] audit: type=2000 audit(1534160842.756:1): initialized\n[ 0.511258] Initialise system trusted keyring\n[ 0.512250] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.513480] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.515682] zbud: loaded\n[ 0.516448] VFS: Disk quotas dquot_6.6.0\n[ 0.517315] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.519000] fuse init (API version 7.23)\n[ 0.519952] Key type big_key registered\n[ 0.520786] Allocating IMA MOK and blacklist keyrings.\n[ 0.522068] Key type asymmetric registered\n[ 0.522933] Asymmetric key parser 'x509' registered\n[ 0.523935] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.525500] io scheduler noop registered\n[ 0.526339] io scheduler deadline registered (default)\n[ 0.527383] io scheduler cfq registered\n[ 0.528273] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.529371] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.532230] ACPI: Power Button [PWRF]\n[ 0.533143] GHES: HEST is not enabled!\n[ 0.547470] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.575635] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.577823] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.604038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.606846] Linux agpgart interface v0.103\n[ 0.609811] brd: module loaded\n[ 0.611555] loop: module loaded\n[ 0.616140] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.617667] GPT:90111 != 2097151\n[ 0.618389] GPT:Alternate GPT header not at the end of the disk.\n[ 0.619535] GPT:90111 != 2097151\n[ 0.620246] GPT: Use GNU Parted to correct GPT errors.\n[ 0.621262] vda: vda1 vda15\n[ 0.622673] scsi host0: ata_piix\n[ 0.623501] scsi host1: ata_piix\n[ 0.624260] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.625543] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.627101] libphy: Fixed MDIO Bus: probed\n[ 0.627945] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628939] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631326] PPP generic driver version 2.4.2\n[ 0.632284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633542] ehci-pci: EHCI PCI platform driver\n[ 0.634471] ehci-platform: EHCI generic platform driver\n[ 0.635517] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636698] ohci-pci: OHCI PCI platform driver\n[ 0.637623] ohci-platform: OHCI generic platform driver\n[ 0.638670] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.653045] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.654108] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655648] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656696] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.659201] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.660679] usb usb1: Product: UHCI Host Controller\n[ 0.661656] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662848] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663883] hub 1-0:1.0: USB hub found\n[ 0.664706] hub 1-0:1.0: 2 ports detected\n[ 0.665709] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667929] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668938] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.670037] mousedev: PS/2 mouse device common for all mice\n[ 0.671358] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.673290] rtc_cmos 00:00: RTC can wake from S4\n[ 0.674474] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.675729] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676975] i2c /dev entries driver\n[ 0.677788] device-mapper: uevent: version 1.0.3\n[ 0.678798] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680506] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682004] NET: Registered protocol family 10\n[ 0.683191] NET: Registered protocol family 17\n[ 0.684138] Key type dns_resolver registered\n[ 0.685197] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.686362] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.688232] registered taskstats version 1\n[ 0.689124] Loading compiled-in X.509 certificates\n[ 0.690648] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.692600] zswap: loaded using pool lzo/zbud\n[ 0.694302] Key type trusted registered\n[ 0.696118] Key type encrypted registered\n[ 0.696976] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.698076] ima: No TPM chip found, activating TPM-bypass!\n[ 0.699185] evm: HMAC attrs: 0x1\n[ 0.700178] Magic number: 14:390:782\n[ 0.701066] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:22 UTC (1534160842)\n[ 0.702768] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.703934] EDD information not available.\n[ 0.786749] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798673] Write protecting the kernel read-only data: 14336k\n[ 0.800889] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.848525] random: blkid urandom read with 2 bits 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.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.8...\nLease of 10.10.11.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.82. iid=i-00000085\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWKIYSI54vqHVRSeYhVU/AztiDc7AGf+Nxxqxo9n48k9lK5yjxOrVWQ7qliwrQ4irQO6JclPFDGmIfBl3y3KYKF0J/wJqvrX92ZIZZMRMHpEBNr7CuJANrtRKSnHPu7/j4lXYqTPl5Y+ASTl0GmGK/FdcQDEA5OhuN4OEPGyzDg7pglaR9aNuHYg43gEiwz5YY6z4aztWA8Wv7x+fQt0WsRxX+9F31FGq2Hz4JcDuS3teHaYp76U+rnAs1YDJNJxDK2B8FbqSwTu2DJAuYMB7wV4lEe210Q0Se6/ntfVmSNgfilrUOIl+QiYBgr7Qx1YGJEUN8ufujJZAFEG7AFdx3 root@sdnvpn-4-5\nssh-dss AAAAB3NzaC1kc3MAAACBAKQrpvDOc2LgDH/1Sva60zgfnccjYzOzhCo3aOqmbJciGBX1WP9hx+VdxsX6C3ty8NZRTJnmhQtVCqfoHNv+bNMmIcy7OVH4gcCrJCXYdvbAPf08fd4P6dboufYCIbG60HEFDzIsMrivXkgrst5qSFqSNGUJuTaIGjCfb13M3X3DAAAAFQDCjONszPzmN+V4kTn5lLfm7w2WRQAAAIBbhsgQoZtwUnNaiuGl5ZiSR4JEKXAQiyvCtUW23gUGSaZe7cydsnKpSmy5xaZr4HUfBWRPslwep0d+Y0d7QQ2PZXw+Y+0BsDsFPrerg1yWUJf7IdAtwEoZ+NRv2IuJ87Dv5yl4sR+MwQnXRdpU6tEOLVCwopCJKy+WlzQhrzG5mAAAAIBrumd3p3I6gY1kMUiOVk8NxOBF4GnsJADBguBSaZicus5Ia4qp2Htv/QxRkRG0FL2EF11eQPlZhkFlaxM5rhvs4kBfmrOYa+JzNh5gNzFlniB0Ar/mtoQP8yLzCsIxqKhXWlsILoooBOKk+bQ2qVv/SJuUpplj0yhsT5KX5QoeVA== root@sdnvpn-4-5\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.61s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.11.8,24,fe80::f816:3eff:febd:50dc/64,\nip-route:default via 10.10.11.1 dev eth0 \nip-route:10.10.11.0/24 dev eth0 src 10.10.11.8 \nip-route:169.254.169.254 via 10.10.11.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-00000085\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-4-5\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.74 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:BD:50:DC \n inet addr:10.10.11.8 Bcast:10.10.11.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:febd:50dc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7396 (7.2 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.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[ 0.977422] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.138351] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.138353] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.138355] usb 1-1: Product: QEMU USB Tablet\n[ 1.138356] usb 1-1: Manufacturer: QEMU\n[ 1.138357] usb 1-1: SerialNumber: 42\n[ 1.505458] tsc: Refined TSC clocksource calibration: 3491.876 MHz\n[ 1.505463] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255566b372, max_idle_ns: 440795337712 ns\n[ 3.316713] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.351913] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:47:22 cirros kern.info kernel: [ 0.802816] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 13 12:47:22 cirros kern.info kernel: [ 0.815068] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 13 12:47:22 cirros kern.info kernel: [ 0.815070] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 13 12:47:22 cirros kern.info kernel: [ 0.816806] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 13 12:47:22 cirros kern.info kernel: [ 0.819955] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 13 12:47:22 cirros kern.info kernel: [ 0.822065] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 13 12:47:22 cirros kern.info kernel: [ 0.846211] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:47:22 cirros kern.info kernel: [ 0.846934] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:47:22 cirros kern.notice kernel: [ 0.848525] random: blkid urandom read with 2 bits of entropy available\nAug 13 12:47:22 cirros kern.info kernel: [ 0.850252] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:47:22 cirros kern.info kernel: [ 0.854588] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:47:22 cirros kern.info kernel: [ 0.924953] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:47:22 cirros kern.info kernel: [ 0.932988] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:47:22 cirros kern.info kernel: [ 0.977422] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:47:22 cirros kern.info kernel: [ 1.138351] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:47:22 cirros kern.info kernel: [ 1.138353] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:47:22 cirros kern.info kernel: [ 1.138355] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:47:22 cirros kern.info kernel: [ 1.138356] usb 1-1: Manufacturer: QEMU\nAug 13 12:47:22 cirros kern.info kernel: [ 1.138357] usb 1-1: SerialNumber: 42\nAug 13 12:47:23 cirros kern.info kernel: [ 1.505458] tsc: Refined TSC clocksource calibration: 3491.876 MHz\nAug 13 12:47:23 cirros kern.info kernel: [ 1.505463] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255566b372, max_idle_ns: 440795337712 ns\nAug 13 12:47:24 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:47:25 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:47:25 cirros kern.info kernel: [ 3.316713] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:47:25 cirros kern.info kernel: [ 3.351913] 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-08-13 11:48:12,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-543ea0e5-020f-4c49-93ee-fb1e25cb413d 2018-08-13 11:48:14,216 - sdnvpn_test_utils - INFO - Waiting for instance 9e633f8a-adc5-4275-9691-99e2fd8b78f9 to boot up 2018-08-13 11:48:14,218 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:14,285 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1130713c-30b9-455a-a696-45c7bbbde9ff x-compute-request-id: req-1130713c-30b9-455a-a696-45c7bbbde9ff 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:14,286 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-1130713c-30b9-455a-a696-45c7bbbde9ff 2018-08-13 11:48:16,288 - sdnvpn_test_utils - INFO - Waiting for instance e8c16348-5095-47f0-b707-5297a906ecec to boot up 2018-08-13 11:48:16,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea64b36640c1435868deaf357cd231bd7d65e6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:16,351 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cd3ef91b-81b6-4854-9454-3d8e9e6f804e x-compute-request-id: req-cd3ef91b-81b6-4854-9454-3d8e9e6f804e Content-Encoding: gzip Content-Length: 8133 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481907847 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137487] pid_max: default: 32768 minimum: 301\n[ 0.138389] ACPI: Core revision 20150930\n[ 0.139782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141103] Security Framework initialized\n[ 0.141922] Yama: becoming mindful.\n[ 0.142653] AppArmor: AppArmor initialized\n[ 0.143522] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144857] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146133] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148753] Initializing cgroup subsys io\n[ 0.149571] Initializing cgroup subsys memory\n[ 0.150526] Initializing cgroup subsys devices\n[ 0.151452] Initializing cgroup subsys freezer\n[ 0.152422] Initializing cgroup subsys net_cls\n[ 0.153344] Initializing cgroup subsys perf_event\n[ 0.154337] Initializing cgroup subsys net_prio\n[ 0.155292] Initializing cgroup subsys hugetlb\n[ 0.156226] Initializing cgroup subsys pids\n[ 0.157154] CPU: Physical Processor ID: 0\n[ 0.158694] mce: CPU supports 10 MCE banks\n[ 0.159602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175023] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181194] ftrace: allocating 31920 entries in 125 pages\n[ 0.206369] smpboot: Max logical packages: 1\n[ 0.207265] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208666] x2apic enabled\n[ 0.209506] Switched APIC routing to physical x2apic.\n[ 0.211300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212513] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214623] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216467] KVM setup paravirtual spinlock\n[ 0.217787] x86: Booted up 1 node, 1 CPUs\n[ 0.218627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220086] devtmpfs: initialized\n[ 0.221798] evm: security.selinux\n[ 0.222530] evm: security.SMACK64\n[ 0.223242] evm: security.SMACK64EXEC\n[ 0.224022] evm: security.SMACK64TRANSMUTE\n[ 0.224853] evm: security.SMACK64MMAP\n[ 0.225646] evm: security.ima\n[ 0.226348] evm: security.capability\n[ 0.227174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229099] pinctrl core: initialized pinctrl subsystem\n[ 0.230235] RTC time: 11:47:34, date: 08/13/18\n[ 0.231227] NET: Registered protocol family 16\n[ 0.232296] cpuidle: using governor ladder\n[ 0.233160] cpuidle: using governor menu\n[ 0.233972] PCCT header not found.\n[ 0.234747] ACPI: bus type PCI registered\n[ 0.235573] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236873] PCI: Using configuration type 1 for base access\n[ 0.238653] ACPI: Added _OSI(Module Device)\n[ 0.239525] ACPI: Added _OSI(Processor Device)\n[ 0.240425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243162] ACPI: Interpreter enabled\n[ 0.243959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251730] ACPI: (supports S0 S5)\n[ 0.252486] ACPI: Using IOAPIC for interrupt routing\n[ 0.253490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256719] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259218] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262845] acpiphp: Slot [3] registered\n[ 0.263684] acpiphp: Slot [4] registered\n[ 0.264558] acpiphp: Slot [5] registered\n[ 0.265415] acpiphp: Slot [6] registered\n[ 0.266266] acpiphp: Slot [7] registered\n[ 0.267128] acpiphp: Slot [8] registered\n[ 0.267960] acpiphp: Slot [9] registered\n[ 0.268782] acpiphp: Slot [10] registered\n[ 0.269614] acpiphp: Slot [11] registered\n[ 0.270479] acpiphp: Slot [12] registered\n[ 0.271320] acpiphp: Slot [13] registered\n[ 0.272153] acpiphp: Slot [14] registered\n[ 0.273001] acpiphp: Slot [15] registered\n[ 0.283602] acpiphp: Slot [16] registered\n[ 0.284467] acpiphp: Slot [17] registered\n[ 0.285321] acpiphp: Slot [18] registered\n[ 0.286163] acpiphp: Slot [19] registered\n[ 0.287010] acpiphp: Slot [20] registered\n[ 0.287858] acpiphp: Slot [21] registered\n[ 0.288693] acpiphp: Slot [22] registered\n[ 0.289530] acpiphp: Slot [23] registered\n[ 0.290365] acpiphp: Slot [24] registered\n[ 0.291196] acpiphp: Slot [25] registered\n[ 0.292044] acpiphp: Slot [26] registered\n[ 0.292881] acpiphp: Slot [27] registered\n[ 0.293771] acpiphp: Slot [28] registered\n[ 0.294623] acpiphp: Slot [29] registered\n[ 0.295465] acpiphp: Slot [30] registered\n[ 0.296347] acpiphp: Slot [31] registered\n[ 0.297226] PCI host bridge to bus 0000:00\n[ 0.298064] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300589] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302118] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303639] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305257] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308671] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311330] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312687] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316209] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339266] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340769] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342249] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343682] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344987] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346352] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347448] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349056] vgaarb: loaded\n[ 0.349672] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350935] SCSI subsystem initialized\n[ 0.351884] ACPI: bus type USB registered\n[ 0.352740] usbcore: registered new interface driver usbfs\n[ 0.353851] usbcore: registered new interface driver hub\n[ 0.354932] usbcore: registered new device driver usb\n[ 0.356093] PCI: Using ACPI for IRQ routing\n[ 0.357237] NetLabel: Initializing\n[ 0.357991] NetLabel: domain hash size = 128\n[ 0.358919] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359940] NetLabel: unlabeled traffic allowed by default\n[ 0.361165] clocksource: Switched to clocksource kvm-clock\n[ 0.369336] AppArmor: AppArmor Filesystem Enabled\n[ 0.370380] pnp: PnP ACPI init\n[ 0.371356] pnp: PnP ACPI: found 5 devices\n[ 0.377726] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379530] NET: Registered protocol family 2\n[ 0.380631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382018] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383315] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.384578] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385777] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387031] NET: Registered protocol family 1\n[ 0.387955] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389119] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390282] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.418829] Trying to unpack rootfs image as initramfs...\n[ 0.475619] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.477502] Scanning for low memory corruption every 60 seconds\n[ 0.479018] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.480284] audit: initializing netlink subsys (disabled)\n[ 0.481410] audit: type=2000 audit(1534160854.593:1): initialized\n[ 0.482898] Initialise system trusted keyring\n[ 0.483948] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.485235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.487491] zbud: loaded\n[ 0.488283] VFS: Disk quotas dquot_6.6.0\n[ 0.489185] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.490927] fuse init (API version 7.23)\n[ 0.491903] Key type big_key registered\n[ 0.492778] Allocating IMA MOK and blacklist keyrings.\n[ 0.494092] Key type asymmetric registered\n[ 0.494986] Asymmetric key parser 'x509' registered\n[ 0.496019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.497607] io scheduler noop registered\n[ 0.498457] io scheduler deadline registered (default)\n[ 0.499527] io scheduler cfq registered\n[ 0.500435] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.501561] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.502921] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504483] ACPI: Power Button [PWRF]\n[ 0.505419] GHES: HEST is not enabled!\n[ 0.519422] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.574855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577262] Linux agpgart interface v0.103\n[ 0.579947] brd: module loaded\n[ 0.581679] loop: module loaded\n[ 0.585694] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587368] GPT:90111 != 2097151\n[ 0.588144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589834] GPT:90111 != 2097151\n[ 0.590812] GPT: Use GNU Parted to correct GPT errors.\n[ 0.592273] vda: vda1 vda15\n[ 0.593816] scsi host0: ata_piix\n[ 0.594911] scsi host1: ata_piix\n[ 0.595945] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.597552] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.599050] libphy: Fixed MDIO Bus: probed\n[ 0.599885] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603072] PPP generic driver version 2.4.2\n[ 0.606239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607536] ehci-pci: EHCI PCI platform driver\n[ 0.608452] ehci-platform: EHCI generic platform driver\n[ 0.609485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.610654] ohci-pci: OHCI PCI platform driver\n[ 0.611547] ohci-platform: OHCI generic platform driver\n[ 0.612583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627020] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628051] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629558] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630606] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.631803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633083] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634532] usb usb1: Product: UHCI Host Controller\n[ 0.635487] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636651] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637676] hub 1-0:1.0: USB hub found\n[ 0.638501] hub 1-0:1.0: 2 ports detected\n[ 0.639498] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641723] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642711] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643804] mousedev: PS/2 mouse device common for all mice\n[ 0.645408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648485] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650962] i2c /dev entries driver\n[ 0.651764] device-mapper: uevent: version 1.0.3\n[ 0.652779] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654483] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656060] NET: Registered protocol family 10\n[ 0.657274] NET: Registered protocol family 17\n[ 0.658208] Key type dns_resolver registered\n[ 0.659262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662252] registered taskstats version 1\n[ 0.663130] Loading compiled-in X.509 certificates\n[ 0.664623] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666556] zswap: loaded using pool lzo/zbud\n[ 0.668272] Key type trusted registered\n[ 0.670097] Key type encrypted registered\n[ 0.670962] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673103] evm: HMAC attrs: 0x1\n[ 0.674110] Magic number: 14:390:782\n[ 0.675021] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:34 UTC (1534160854)\n[ 0.676689] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677845] EDD information not available.\n[ 0.753776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.765621] ata1.00: configured for MWDMA2\n[ 0.766944] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769207] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.770472] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.771808] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774083] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775671] Write protecting the kernel read-only data: 14336k\n[ 0.777824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779722] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840589] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.13s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:48:16,352 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action used request id req-cd3ef91b-81b6-4854-9454-3d8e9e6f804e 2018-08-13 11:48:18,357 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:18,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-585254ef-b567-48a0-afb4-061e0d2f82b9 x-compute-request-id: req-585254ef-b567-48a0-afb4-061e0d2f82b9 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:18,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-585254ef-b567-48a0-afb4-061e0d2f82b9 2018-08-13 11:48:18,430 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.3) to 'sdnvpn-4-2' (10.10.10.6). -->Expected result: can ping. 2018-08-13 11:48:18,431 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:18,492 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-dcf3b5d2-d38f-4401-b791-271a7ddce50a x-compute-request-id: req-dcf3b5d2-d38f-4401-b791-271a7ddce50a 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:18,493 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-dcf3b5d2-d38f-4401-b791-271a7ddce50a 2018-08-13 11:48:18,494 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-2' 2018-08-13 11:48:18,497 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:18,557 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-edd89342-8999-45d4-96ef-556893b1cacb x-compute-request-id: req-edd89342-8999-45d4-96ef-556893b1cacb 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:18,557 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-edd89342-8999-45d4-96ef-556893b1cacb 2018-08-13 11:48:18,558 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.3) to 'sdnvpn-4-3' (10.10.10.7). -->Expected result: can ping. 2018-08-13 11:48:18,561 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:18,623 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-e84338f1-19af-4dfc-95cb-5081c5af8825 x-compute-request-id: req-e84338f1-19af-4dfc-95cb-5081c5af8825 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:18,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-e84338f1-19af-4dfc-95cb-5081c5af8825 2018-08-13 11:48:18,625 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' can ping 'sdnvpn-4-3' 2018-08-13 11:48:18,627 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:18,690 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-896574b2-88fd-4cbf-850a-0c58b37256d5 x-compute-request-id: req-896574b2-88fd-4cbf-850a-0c58b37256d5 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:18,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-896574b2-88fd-4cbf-850a-0c58b37256d5 2018-08-13 11:48:18,692 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-1' (10.10.10.3) to 'sdnvpn-4-4' (10.10.11.7). -->Expected result: cannot ping. 2018-08-13 11:48:18,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:18,751 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-7d5e6d13-3a47-4b74-9e14-810e3d389425 x-compute-request-id: req-7d5e6d13-3a47-4b74-9e14-810e3d389425 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:18,752 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-7d5e6d13-3a47-4b74-9e14-810e3d389425 2018-08-13 11:48:19,757 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:19,815 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-58ed5e4d-b86a-4346-81e6-4951798bdade x-compute-request-id: req-58ed5e4d-b86a-4346-81e6-4951798bdade 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:19,816 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-58ed5e4d-b86a-4346-81e6-4951798bdade 2018-08-13 11:48:20,821 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:20,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-7e1f5e5d-cbfd-40cb-8835-8b9b0faaac6f x-compute-request-id: req-7e1f5e5d-cbfd-40cb-8835-8b9b0faaac6f 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:20,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-7e1f5e5d-cbfd-40cb-8835-8b9b0faaac6f 2018-08-13 11:48:21,896 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:22,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-72c94ab2-b620-4e0c-b9eb-16c40a082677 x-compute-request-id: req-72c94ab2-b620-4e0c-b9eb-16c40a082677 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\n"} 2018-08-13 11:48:22,182 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-72c94ab2-b620-4e0c-b9eb-16c40a082677 2018-08-13 11:48:23,187 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}37926261b626ba129f0e274693602b183cfa9459" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:23,244 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-523b0071-d982-4695-beed-515f2e5d6042 x-compute-request-id: req-523b0071-d982-4695-beed-515f2e5d6042 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 464351448 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.141728] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143406] pid_max: default: 32768 minimum: 301\n[ 0.144306] ACPI: Core revision 20150930\n[ 0.145689] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147004] Security Framework initialized\n[ 0.147816] Yama: becoming mindful.\n[ 0.148549] AppArmor: AppArmor initialized\n[ 0.149417] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.150748] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152047] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.153260] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154687] Initializing cgroup subsys io\n[ 0.155506] Initializing cgroup subsys memory\n[ 0.156369] Initializing cgroup subsys devices\n[ 0.157256] Initializing cgroup subsys freezer\n[ 0.158131] Initializing cgroup subsys net_cls\n[ 0.159006] Initializing cgroup subsys perf_event\n[ 0.159918] Initializing cgroup subsys net_prio\n[ 0.160816] Initializing cgroup subsys hugetlb\n[ 0.161691] Initializing cgroup subsys pids\n[ 0.162566] CPU: Physical Processor ID: 0\n[ 0.164063] mce: CPU supports 10 MCE banks\n[ 0.164924] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.165934] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.180453] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.186578] ftrace: allocating 31920 entries in 125 pages\n[ 0.211879] smpboot: Max logical packages: 1\n[ 0.212743] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.214096] x2apic enabled\n[ 0.214902] Switched APIC routing to physical x2apic.\n[ 0.216647] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.217771] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.219780] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.221580] KVM setup paravirtual spinlock\n[ 0.222941] x86: Booted up 1 node, 1 CPUs\n[ 0.223767] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.225179] devtmpfs: initialized\n[ 0.226905] evm: security.selinux\n[ 0.227621] evm: security.SMACK64\n[ 0.228316] evm: security.SMACK64EXEC\n[ 0.229065] evm: security.SMACK64TRANSMUTE\n[ 0.229875] evm: security.SMACK64MMAP\n[ 0.230624] evm: security.ima\n[ 0.231275] evm: security.capability\n[ 0.232091] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.233961] pinctrl core: initialized pinctrl subsystem\n[ 0.235083] RTC time: 11:47:44, date: 08/13/18\n[ 0.236069] NET: Registered protocol family 16\n[ 0.237068] cpuidle: using governor ladder\n[ 0.237894] cpuidle: using governor menu\n[ 0.238689] PCCT header not found.\n[ 0.239467] ACPI: bus type PCI registered\n[ 0.240279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.241546] PCI: Using configuration type 1 for base access\n[ 0.243334] ACPI: Added _OSI(Module Device)\n[ 0.244185] ACPI: Added _OSI(Processor Device)\n[ 0.245058] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.245960] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.247730] ACPI: Interpreter enabled\n[ 0.248509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.250372] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.252227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.254085] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.255943] ACPI: (supports S0 S5)\n[ 0.256654] ACPI: Using IOAPIC for interrupt routing\n[ 0.257605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.260744] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.261913] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.263163] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.264364] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.266855] acpiphp: Slot [3] registered\n[ 0.267681] acpiphp: Slot [4] registered\n[ 0.268540] acpiphp: Slot [5] registered\n[ 0.269389] acpiphp: Slot [6] registered\n[ 0.270231] acpiphp: Slot [7] registered\n[ 0.271081] acpiphp: Slot [8] registered\n[ 0.271923] acpiphp: Slot [9] registered\n[ 0.272797] acpiphp: Slot [10] registered\n[ 0.273660] acpiphp: Slot [11] registered\n[ 0.274565] acpiphp: Slot [12] registered\n[ 0.275452] acpiphp: Slot [13] registered\n[ 0.276310] acpiphp: Slot [14] registered\n[ 0.277178] acpiphp: Slot [15] registered\n[ 0.287926] acpiphp: Slot [16] registered\n[ 0.288809] acpiphp: Slot [17] registered\n[ 0.289675] acpiphp: Slot [18] registered\n[ 0.290563] acpiphp: Slot [19] registered\n[ 0.291409] acpiphp: Slot [20] registered\n[ 0.292269] acpiphp: Slot [21] registered\n[ 0.293122] acpiphp: Slot [22] registered\n[ 0.293982] acpiphp: Slot [23] registered\n[ 0.294842] acpiphp: Slot [24] registered\n[ 0.295722] acpiphp: Slot [25] registered\n[ 0.296582] acpiphp: Slot [26] registered\n[ 0.297446] acpiphp: Slot [27] registered\n[ 0.298356] acpiphp: Slot [28] registered\n[ 0.299214] acpiphp: Slot [29] registered\n[ 0.300061] acpiphp: Slot [30] registered\n[ 0.300915] acpiphp: Slot [31] registered\n[ 0.301767] PCI host bridge to bus 0000:00\n[ 0.302635] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.303930] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.305252] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.306798] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.308346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.309929] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.313334] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.314744] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.316048] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.317453] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.321229] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.323112] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.342475] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.344821] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.346340] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.347856] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.349357] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.350697] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.352081] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.353210] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.354864] vgaarb: loaded\n[ 0.355540] vgaarb: bridge control possible 0000:00:02.0\n[ 0.356828] SCSI subsystem initialized\n[ 0.357793] ACPI: bus type USB registered\n[ 0.358703] usbcore: registered new interface driver usbfs\n[ 0.359859] usbcore: registered new interface driver hub\n[ 0.360964] usbcore: registered new device driver usb\n[ 0.362187] PCI: Using ACPI for IRQ routing\n[ 0.363418] NetLabel: Initializing\n[ 0.364204] NetLabel: domain hash size = 128\n[ 0.365142] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.366195] NetLabel: unlabeled traffic allowed by default\n[ 0.367462] clocksource: Switched to clocksource kvm-clock\n[ 0.375698] AppArmor: AppArmor Filesystem Enabled\n[ 0.376733] pnp: PnP ACPI init\n[ 0.377735] pnp: PnP ACPI: found 5 devices\n[ 0.384102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.385928] NET: Registered protocol family 2\n[ 0.387049] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.388459] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.389765] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391051] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392227] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393523] NET: Registered protocol family 1\n[ 0.394464] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395641] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396791] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.411242] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.425721] Trying to unpack rootfs image as initramfs...\n[ 0.483046] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.485227] Scanning for low memory corruption every 60 seconds\n[ 0.486689] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.487957] audit: initializing netlink subsys (disabled)\n[ 0.489112] audit: type=2000 audit(1534160865.021:1): initialized\n[ 0.490552] Initialise system trusted keyring\n[ 0.491603] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.492888] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.495154] zbud: loaded\n[ 0.495928] VFS: Disk quotas dquot_6.6.0\n[ 0.496833] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.498626] fuse init (API version 7.23)\n[ 0.499619] Key type big_key registered\n[ 0.500534] Allocating IMA MOK and blacklist keyrings.\n[ 0.501913] Key type asymmetric registered\n[ 0.502844] Asymmetric key parser 'x509' registered\n[ 0.503920] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.505555] io scheduler noop registered\n[ 0.506440] io scheduler deadline registered (default)\n[ 0.507567] io scheduler cfq registered\n[ 0.508537] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.509696] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511108] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.512685] ACPI: Power Button [PWRF]\n[ 0.513607] GHES: HEST is not enabled!\n[ 0.527433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.555531] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.558010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.582579] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.585406] Linux agpgart interface v0.103\n[ 0.588284] brd: module loaded\n[ 0.590171] loop: module loaded\n[ 0.594361] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.596058] GPT:90111 != 2097151\n[ 0.596867] GPT:Alternate GPT header not at the end of the disk.\n[ 0.598175] GPT:90111 != 2097151\n[ 0.598955] GPT: Use GNU Parted to correct GPT errors.\n[ 0.600084] vda: vda1 vda15\n[ 0.601421] scsi host0: ata_piix\n[ 0.602297] scsi host1: ata_piix\n[ 0.603092] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.604492] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.606176] libphy: Fixed MDIO Bus: probed\n[ 0.607084] tun: Universal TUN/TAP device driver, 1.6\n[ 0.608129] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.610459] PPP generic driver version 2.4.2\n[ 0.611504] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.612879] ehci-pci: EHCI PCI platform driver\n[ 0.613902] ehci-platform: EHCI generic platform driver\n[ 0.615067] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.616417] ohci-pci: OHCI PCI platform driver\n[ 0.617530] ohci-platform: OHCI generic platform driver\n[ 0.618693] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.635592] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636884] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638561] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639810] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641160] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642583] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644211] usb usb1: Product: UHCI Host Controller\n[ 0.645317] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.646640] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.647836] hub 1-0:1.0: USB hub found\n[ 0.648733] hub 1-0:1.0: 2 ports detected\n[ 0.649874] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.652449] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.653457] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.654659] mousedev: PS/2 mouse device common for all mice\n[ 0.656066] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.657978] rtc_cmos 00:00: RTC can wake from S4\n[ 0.659118] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.660349] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.661573] i2c /dev entries driver\n[ 0.662368] device-mapper: uevent: version 1.0.3\n[ 0.663351] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.665028] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.666565] NET: Registered protocol family 10\n[ 0.667754] NET: Registered protocol family 17\n[ 0.668680] Key type dns_resolver registered\n[ 0.669726] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.670847] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.672702] registered taskstats version 1\n[ 0.673567] Loading compiled-in X.509 certificates\n[ 0.675066] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.676987] zswap: loaded using pool lzo/zbud\n[ 0.678682] Key type trusted registered\n[ 0.680485] Key type encrypted registered\n[ 0.681325] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.682394] ima: No TPM chip found, activating TPM-bypass!\n[ 0.683476] evm: HMAC attrs: 0x1\n[ 0.684524] Magic number: 14:390:782\n[ 0.685416] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:45 UTC (1534160865)\n[ 0.687067] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.688202] EDD information not available.\n[ 0.760069] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.771738] ata1.00: configured for MWDMA2\n[ 0.773084] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.775346] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.776590] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.777881] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.780158] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.781721] Write protecting the kernel read-only data: 14336k\n[ 0.783873] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.785752] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.951672] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.31s]\nping 10.10.10.6 OK\nping 10.10.10.7 OK\nping 10.10.11.7 KO\n"} 2018-08-13 11:48:23,245 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-523b0071-d982-4695-beed-515f2e5d6042 2018-08-13 11:48:23,246 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-1' cannot ping 'sdnvpn-4-4' 2018-08-13 11:48:23,246 - sdnvpn-results - INFO - Associate network 'sdnvpn-4-2-net' to the VPN. 2018-08-13 11:48:23,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"network_association": {"network_id": "9cdc1a05-fad1-45c5-9d9e-f611821f08a4"}}' 2018-08-13 11:48:24,078 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-9304e69a-45e4-405f-8703-083a07abdf97 Date: Mon, 13 Aug 2018 11:48:24 GMT RESP BODY: {"network_association": {"network_id": "9cdc1a05-fad1-45c5-9d9e-f611821f08a4", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "cec2d1cc-6e4e-4069-a803-4dae7b8fe7d8"}} 2018-08-13 11:48:24,078 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a/network_associations used request id req-9304e69a-45e4-405f-8703-083a07abdf97 2018-08-13 11:48:24,079 - sdnvpn_test_utils - DEBUG - Waiting for router efe3d938-2ace-4102-8aff-b4a18b02bd9a to associate with BGPVPN 45b125bc-2471-47d8-87eb-31c8c01ff80e 2018-08-13 11:48:24,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:48:24,150 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-f2855ab2-fea9-4539-a623-b06ac3d9f286 Date: Mon, 13 Aug 2018 11:48:24 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-651836", "route_distinguishers": ["12:12"], "routers": ["45b125bc-2471-47d8-87eb-31c8c01ff80e"], "import_targets": ["88:88"], "networks": ["9cdc1a05-fad1-45c5-9d9e-f611821f08a4"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "efe3d938-2ace-4102-8aff-b4a18b02bd9a"}} 2018-08-13 11:48:24,150 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a used request id req-f2855ab2-fea9-4539-a623-b06ac3d9f286 2018-08-13 11:48:25,152 - sdnvpn_test_utils - DEBUG - Waiting for network efe3d938-2ace-4102-8aff-b4a18b02bd9a to associate with BGPVPN 9cdc1a05-fad1-45c5-9d9e-f611821f08a4 2018-08-13 11:48:25,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:48:25,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-fa828706-5c2a-4690-b24c-92c6cdd7fd8f Date: Mon, 13 Aug 2018 11:48:25 GMT RESP BODY: {"bgpvpn": {"export_targets": ["55:55"], "name": "sdnvpn-651836", "route_distinguishers": ["12:12"], "routers": ["45b125bc-2471-47d8-87eb-31c8c01ff80e"], "import_targets": ["88:88"], "networks": ["9cdc1a05-fad1-45c5-9d9e-f611821f08a4"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "efe3d938-2ace-4102-8aff-b4a18b02bd9a"}} 2018-08-13 11:48:25,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a used request id req-fa828706-5c2a-4690-b24c-92c6cdd7fd8f 2018-08-13 11:48:26,211 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 11:48:56,245 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea64b36640c1435868deaf357cd231bd7d65e6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:56,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-ba4f65e3-4768-456c-a6b5-e1facbcd3dd6 x-compute-request-id: req-ba4f65e3-4768-456c-a6b5-e1facbcd3dd6 Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481907847 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137487] pid_max: default: 32768 minimum: 301\n[ 0.138389] ACPI: Core revision 20150930\n[ 0.139782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141103] Security Framework initialized\n[ 0.141922] Yama: becoming mindful.\n[ 0.142653] AppArmor: AppArmor initialized\n[ 0.143522] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144857] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146133] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148753] Initializing cgroup subsys io\n[ 0.149571] Initializing cgroup subsys memory\n[ 0.150526] Initializing cgroup subsys devices\n[ 0.151452] Initializing cgroup subsys freezer\n[ 0.152422] Initializing cgroup subsys net_cls\n[ 0.153344] Initializing cgroup subsys perf_event\n[ 0.154337] Initializing cgroup subsys net_prio\n[ 0.155292] Initializing cgroup subsys hugetlb\n[ 0.156226] Initializing cgroup subsys pids\n[ 0.157154] CPU: Physical Processor ID: 0\n[ 0.158694] mce: CPU supports 10 MCE banks\n[ 0.159602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175023] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181194] ftrace: allocating 31920 entries in 125 pages\n[ 0.206369] smpboot: Max logical packages: 1\n[ 0.207265] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208666] x2apic enabled\n[ 0.209506] Switched APIC routing to physical x2apic.\n[ 0.211300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212513] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214623] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216467] KVM setup paravirtual spinlock\n[ 0.217787] x86: Booted up 1 node, 1 CPUs\n[ 0.218627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220086] devtmpfs: initialized\n[ 0.221798] evm: security.selinux\n[ 0.222530] evm: security.SMACK64\n[ 0.223242] evm: security.SMACK64EXEC\n[ 0.224022] evm: security.SMACK64TRANSMUTE\n[ 0.224853] evm: security.SMACK64MMAP\n[ 0.225646] evm: security.ima\n[ 0.226348] evm: security.capability\n[ 0.227174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229099] pinctrl core: initialized pinctrl subsystem\n[ 0.230235] RTC time: 11:47:34, date: 08/13/18\n[ 0.231227] NET: Registered protocol family 16\n[ 0.232296] cpuidle: using governor ladder\n[ 0.233160] cpuidle: using governor menu\n[ 0.233972] PCCT header not found.\n[ 0.234747] ACPI: bus type PCI registered\n[ 0.235573] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236873] PCI: Using configuration type 1 for base access\n[ 0.238653] ACPI: Added _OSI(Module Device)\n[ 0.239525] ACPI: Added _OSI(Processor Device)\n[ 0.240425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243162] ACPI: Interpreter enabled\n[ 0.243959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251730] ACPI: (supports S0 S5)\n[ 0.252486] ACPI: Using IOAPIC for interrupt routing\n[ 0.253490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256719] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259218] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262845] acpiphp: Slot [3] registered\n[ 0.263684] acpiphp: Slot [4] registered\n[ 0.264558] acpiphp: Slot [5] registered\n[ 0.265415] acpiphp: Slot [6] registered\n[ 0.266266] acpiphp: Slot [7] registered\n[ 0.267128] acpiphp: Slot [8] registered\n[ 0.267960] acpiphp: Slot [9] registered\n[ 0.268782] acpiphp: Slot [10] registered\n[ 0.269614] acpiphp: Slot [11] registered\n[ 0.270479] acpiphp: Slot [12] registered\n[ 0.271320] acpiphp: Slot [13] registered\n[ 0.272153] acpiphp: Slot [14] registered\n[ 0.273001] acpiphp: Slot [15] registered\n[ 0.283602] acpiphp: Slot [16] registered\n[ 0.284467] acpiphp: Slot [17] registered\n[ 0.285321] acpiphp: Slot [18] registered\n[ 0.286163] acpiphp: Slot [19] registered\n[ 0.287010] acpiphp: Slot [20] registered\n[ 0.287858] acpiphp: Slot [21] registered\n[ 0.288693] acpiphp: Slot [22] registered\n[ 0.289530] acpiphp: Slot [23] registered\n[ 0.290365] acpiphp: Slot [24] registered\n[ 0.291196] acpiphp: Slot [25] registered\n[ 0.292044] acpiphp: Slot [26] registered\n[ 0.292881] acpiphp: Slot [27] registered\n[ 0.293771] acpiphp: Slot [28] registered\n[ 0.294623] acpiphp: Slot [29] registered\n[ 0.295465] acpiphp: Slot [30] registered\n[ 0.296347] acpiphp: Slot [31] registered\n[ 0.297226] PCI host bridge to bus 0000:00\n[ 0.298064] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300589] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302118] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303639] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305257] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308671] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311330] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312687] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316209] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339266] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340769] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342249] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343682] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344987] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346352] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347448] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349056] vgaarb: loaded\n[ 0.349672] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350935] SCSI subsystem initialized\n[ 0.351884] ACPI: bus type USB registered\n[ 0.352740] usbcore: registered new interface driver usbfs\n[ 0.353851] usbcore: registered new interface driver hub\n[ 0.354932] usbcore: registered new device driver usb\n[ 0.356093] PCI: Using ACPI for IRQ routing\n[ 0.357237] NetLabel: Initializing\n[ 0.357991] NetLabel: domain hash size = 128\n[ 0.358919] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359940] NetLabel: unlabeled traffic allowed by default\n[ 0.361165] clocksource: Switched to clocksource kvm-clock\n[ 0.369336] AppArmor: AppArmor Filesystem Enabled\n[ 0.370380] pnp: PnP ACPI init\n[ 0.371356] pnp: PnP ACPI: found 5 devices\n[ 0.377726] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379530] NET: Registered protocol family 2\n[ 0.380631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382018] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383315] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.384578] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385777] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387031] NET: Registered protocol family 1\n[ 0.387955] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389119] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390282] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.418829] Trying to unpack rootfs image as initramfs...\n[ 0.475619] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.477502] Scanning for low memory corruption every 60 seconds\n[ 0.479018] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.480284] audit: initializing netlink subsys (disabled)\n[ 0.481410] audit: type=2000 audit(1534160854.593:1): initialized\n[ 0.482898] Initialise system trusted keyring\n[ 0.483948] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.485235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.487491] zbud: loaded\n[ 0.488283] VFS: Disk quotas dquot_6.6.0\n[ 0.489185] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.490927] fuse init (API version 7.23)\n[ 0.491903] Key type big_key registered\n[ 0.492778] Allocating IMA MOK and blacklist keyrings.\n[ 0.494092] Key type asymmetric registered\n[ 0.494986] Asymmetric key parser 'x509' registered\n[ 0.496019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.497607] io scheduler noop registered\n[ 0.498457] io scheduler deadline registered (default)\n[ 0.499527] io scheduler cfq registered\n[ 0.500435] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.501561] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.502921] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504483] ACPI: Power Button [PWRF]\n[ 0.505419] GHES: HEST is not enabled!\n[ 0.519422] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.574855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577262] Linux agpgart interface v0.103\n[ 0.579947] brd: module loaded\n[ 0.581679] loop: module loaded\n[ 0.585694] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587368] GPT:90111 != 2097151\n[ 0.588144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589834] GPT:90111 != 2097151\n[ 0.590812] GPT: Use GNU Parted to correct GPT errors.\n[ 0.592273] vda: vda1 vda15\n[ 0.593816] scsi host0: ata_piix\n[ 0.594911] scsi host1: ata_piix\n[ 0.595945] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.597552] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.599050] libphy: Fixed MDIO Bus: probed\n[ 0.599885] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603072] PPP generic driver version 2.4.2\n[ 0.606239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607536] ehci-pci: EHCI PCI platform driver\n[ 0.608452] ehci-platform: EHCI generic platform driver\n[ 0.609485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.610654] ohci-pci: OHCI PCI platform driver\n[ 0.611547] ohci-platform: OHCI generic platform driver\n[ 0.612583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627020] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628051] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629558] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630606] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.631803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633083] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634532] usb usb1: Product: UHCI Host Controller\n[ 0.635487] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636651] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637676] hub 1-0:1.0: USB hub found\n[ 0.638501] hub 1-0:1.0: 2 ports detected\n[ 0.639498] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641723] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642711] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643804] mousedev: PS/2 mouse device common for all mice\n[ 0.645408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648485] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650962] i2c /dev entries driver\n[ 0.651764] device-mapper: uevent: version 1.0.3\n[ 0.652779] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654483] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656060] NET: Registered protocol family 10\n[ 0.657274] NET: Registered protocol family 17\n[ 0.658208] Key type dns_resolver registered\n[ 0.659262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662252] registered taskstats version 1\n[ 0.663130] Loading compiled-in X.509 certificates\n[ 0.664623] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666556] zswap: loaded using pool lzo/zbud\n[ 0.668272] Key type trusted registered\n[ 0.670097] Key type encrypted registered\n[ 0.670962] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673103] evm: HMAC attrs: 0x1\n[ 0.674110] Magic number: 14:390:782\n[ 0.675021] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:34 UTC (1534160854)\n[ 0.676689] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677845] EDD information not available.\n[ 0.753776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.765621] ata1.00: configured for MWDMA2\n[ 0.766944] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769207] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.770472] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.771808] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774083] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775671] Write protecting the kernel read-only data: 14336k\n[ 0.777824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779722] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840589] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.13s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:48:56,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action used request id req-ba4f65e3-4768-456c-a6b5-e1facbcd3dd6 2018-08-13 11:48:56,313 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-4-4' (10.10.11.7) to 'sdnvpn-4-5' (10.10.11.8). -->Expected result: can ping. 2018-08-13 11:48:56,316 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eeea64b36640c1435868deaf357cd231bd7d65e6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:48:56,381 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:48: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-a0e318ba-953e-4ae5-8b30-f249bc86cb85 x-compute-request-id: req-a0e318ba-953e-4ae5-8b30-f249bc86cb85 Content-Encoding: gzip Content-Length: 8136 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 481907847 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.135824] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137487] pid_max: default: 32768 minimum: 301\n[ 0.138389] ACPI: Core revision 20150930\n[ 0.139782] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141103] Security Framework initialized\n[ 0.141922] Yama: becoming mindful.\n[ 0.142653] AppArmor: AppArmor initialized\n[ 0.143522] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.144857] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146133] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147342] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148753] Initializing cgroup subsys io\n[ 0.149571] Initializing cgroup subsys memory\n[ 0.150526] Initializing cgroup subsys devices\n[ 0.151452] Initializing cgroup subsys freezer\n[ 0.152422] Initializing cgroup subsys net_cls\n[ 0.153344] Initializing cgroup subsys perf_event\n[ 0.154337] Initializing cgroup subsys net_prio\n[ 0.155292] Initializing cgroup subsys hugetlb\n[ 0.156226] Initializing cgroup subsys pids\n[ 0.157154] CPU: Physical Processor ID: 0\n[ 0.158694] mce: CPU supports 10 MCE banks\n[ 0.159602] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160672] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.175023] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.181194] ftrace: allocating 31920 entries in 125 pages\n[ 0.206369] smpboot: Max logical packages: 1\n[ 0.207265] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208666] x2apic enabled\n[ 0.209506] Switched APIC routing to physical x2apic.\n[ 0.211300] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.212513] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.214623] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.216467] KVM setup paravirtual spinlock\n[ 0.217787] x86: Booted up 1 node, 1 CPUs\n[ 0.218627] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.220086] devtmpfs: initialized\n[ 0.221798] evm: security.selinux\n[ 0.222530] evm: security.SMACK64\n[ 0.223242] evm: security.SMACK64EXEC\n[ 0.224022] evm: security.SMACK64TRANSMUTE\n[ 0.224853] evm: security.SMACK64MMAP\n[ 0.225646] evm: security.ima\n[ 0.226348] evm: security.capability\n[ 0.227174] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.229099] pinctrl core: initialized pinctrl subsystem\n[ 0.230235] RTC time: 11:47:34, date: 08/13/18\n[ 0.231227] NET: Registered protocol family 16\n[ 0.232296] cpuidle: using governor ladder\n[ 0.233160] cpuidle: using governor menu\n[ 0.233972] PCCT header not found.\n[ 0.234747] ACPI: bus type PCI registered\n[ 0.235573] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.236873] PCI: Using configuration type 1 for base access\n[ 0.238653] ACPI: Added _OSI(Module Device)\n[ 0.239525] ACPI: Added _OSI(Processor Device)\n[ 0.240425] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.241355] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.243162] ACPI: Interpreter enabled\n[ 0.243959] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.245897] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.247868] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.249813] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.251730] ACPI: (supports S0 S5)\n[ 0.252486] ACPI: Using IOAPIC for interrupt routing\n[ 0.253490] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.256719] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.257917] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.259218] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.260462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.262845] acpiphp: Slot [3] registered\n[ 0.263684] acpiphp: Slot [4] registered\n[ 0.264558] acpiphp: Slot [5] registered\n[ 0.265415] acpiphp: Slot [6] registered\n[ 0.266266] acpiphp: Slot [7] registered\n[ 0.267128] acpiphp: Slot [8] registered\n[ 0.267960] acpiphp: Slot [9] registered\n[ 0.268782] acpiphp: Slot [10] registered\n[ 0.269614] acpiphp: Slot [11] registered\n[ 0.270479] acpiphp: Slot [12] registered\n[ 0.271320] acpiphp: Slot [13] registered\n[ 0.272153] acpiphp: Slot [14] registered\n[ 0.273001] acpiphp: Slot [15] registered\n[ 0.283602] acpiphp: Slot [16] registered\n[ 0.284467] acpiphp: Slot [17] registered\n[ 0.285321] acpiphp: Slot [18] registered\n[ 0.286163] acpiphp: Slot [19] registered\n[ 0.287010] acpiphp: Slot [20] registered\n[ 0.287858] acpiphp: Slot [21] registered\n[ 0.288693] acpiphp: Slot [22] registered\n[ 0.289530] acpiphp: Slot [23] registered\n[ 0.290365] acpiphp: Slot [24] registered\n[ 0.291196] acpiphp: Slot [25] registered\n[ 0.292044] acpiphp: Slot [26] registered\n[ 0.292881] acpiphp: Slot [27] registered\n[ 0.293771] acpiphp: Slot [28] registered\n[ 0.294623] acpiphp: Slot [29] registered\n[ 0.295465] acpiphp: Slot [30] registered\n[ 0.296347] acpiphp: Slot [31] registered\n[ 0.297226] PCI host bridge to bus 0000:00\n[ 0.298064] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.299324] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.300589] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302118] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.303639] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305257] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.308671] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310060] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311330] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312687] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316209] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.317999] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336974] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339266] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340769] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342249] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343682] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344987] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346352] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347448] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349056] vgaarb: loaded\n[ 0.349672] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350935] SCSI subsystem initialized\n[ 0.351884] ACPI: bus type USB registered\n[ 0.352740] usbcore: registered new interface driver usbfs\n[ 0.353851] usbcore: registered new interface driver hub\n[ 0.354932] usbcore: registered new device driver usb\n[ 0.356093] PCI: Using ACPI for IRQ routing\n[ 0.357237] NetLabel: Initializing\n[ 0.357991] NetLabel: domain hash size = 128\n[ 0.358919] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359940] NetLabel: unlabeled traffic allowed by default\n[ 0.361165] clocksource: Switched to clocksource kvm-clock\n[ 0.369336] AppArmor: AppArmor Filesystem Enabled\n[ 0.370380] pnp: PnP ACPI init\n[ 0.371356] pnp: PnP ACPI: found 5 devices\n[ 0.377726] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379530] NET: Registered protocol family 2\n[ 0.380631] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.382018] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.383315] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.384578] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385777] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.387031] NET: Registered protocol family 1\n[ 0.387955] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.389119] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.390282] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.404484] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.418829] Trying to unpack rootfs image as initramfs...\n[ 0.475619] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.477502] Scanning for low memory corruption every 60 seconds\n[ 0.479018] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.480284] audit: initializing netlink subsys (disabled)\n[ 0.481410] audit: type=2000 audit(1534160854.593:1): initialized\n[ 0.482898] Initialise system trusted keyring\n[ 0.483948] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.485235] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.487491] zbud: loaded\n[ 0.488283] VFS: Disk quotas dquot_6.6.0\n[ 0.489185] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.490927] fuse init (API version 7.23)\n[ 0.491903] Key type big_key registered\n[ 0.492778] Allocating IMA MOK and blacklist keyrings.\n[ 0.494092] Key type asymmetric registered\n[ 0.494986] Asymmetric key parser 'x509' registered\n[ 0.496019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.497607] io scheduler noop registered\n[ 0.498457] io scheduler deadline registered (default)\n[ 0.499527] io scheduler cfq registered\n[ 0.500435] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.501561] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.502921] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.504483] ACPI: Power Button [PWRF]\n[ 0.505419] GHES: HEST is not enabled!\n[ 0.519422] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.547801] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.550040] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.574855] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.577262] Linux agpgart interface v0.103\n[ 0.579947] brd: module loaded\n[ 0.581679] loop: module loaded\n[ 0.585694] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587368] GPT:90111 != 2097151\n[ 0.588144] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589834] GPT:90111 != 2097151\n[ 0.590812] GPT: Use GNU Parted to correct GPT errors.\n[ 0.592273] vda: vda1 vda15\n[ 0.593816] scsi host0: ata_piix\n[ 0.594911] scsi host1: ata_piix\n[ 0.595945] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.597552] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.599050] libphy: Fixed MDIO Bus: probed\n[ 0.599885] tun: Universal TUN/TAP device driver, 1.6\n[ 0.600854] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.603072] PPP generic driver version 2.4.2\n[ 0.606239] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.607536] ehci-pci: EHCI PCI platform driver\n[ 0.608452] ehci-platform: EHCI generic platform driver\n[ 0.609485] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.610654] ohci-pci: OHCI PCI platform driver\n[ 0.611547] ohci-platform: OHCI generic platform driver\n[ 0.612583] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.627020] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.628051] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629558] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630606] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.631803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633083] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.634532] usb usb1: Product: UHCI Host Controller\n[ 0.635487] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.636651] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.637676] hub 1-0:1.0: USB hub found\n[ 0.638501] hub 1-0:1.0: 2 ports detected\n[ 0.639498] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.641723] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.642711] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.643804] mousedev: PS/2 mouse device common for all mice\n[ 0.645408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.647314] rtc_cmos 00:00: RTC can wake from S4\n[ 0.648485] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.649720] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.650962] i2c /dev entries driver\n[ 0.651764] device-mapper: uevent: version 1.0.3\n[ 0.652779] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.654483] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.656060] NET: Registered protocol family 10\n[ 0.657274] NET: Registered protocol family 17\n[ 0.658208] Key type dns_resolver registered\n[ 0.659262] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.660398] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.662252] registered taskstats version 1\n[ 0.663130] Loading compiled-in X.509 certificates\n[ 0.664623] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.666556] zswap: loaded using pool lzo/zbud\n[ 0.668272] Key type trusted registered\n[ 0.670097] Key type encrypted registered\n[ 0.670962] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.672022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.673103] evm: HMAC attrs: 0x1\n[ 0.674110] Magic number: 14:390:782\n[ 0.675021] rtc_cmos 00:00: setting system clock to 2018-08-13 11:47:34 UTC (1534160854)\n[ 0.676689] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.677845] EDD information not available.\n[ 0.753776] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.765621] ata1.00: configured for MWDMA2\n[ 0.766944] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.769207] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.770472] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.771808] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.774083] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.775671] Write protecting the kernel read-only data: 14336k\n[ 0.777824] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.779722] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.840589] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.11.7...\nLease of 10.10.11.7 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.11.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.13s]\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\nping 10.10.11.8 OK\n"} 2018-08-13 11:48:56,382 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action used request id req-a0e318ba-953e-4ae5-8b30-f249bc86cb85 2018-08-13 11:48:56,383 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-4-4' can ping 'sdnvpn-4-5' 2018-08-13 11:48:56,383 - sdnvpn-results - INFO - Update VPN with eRT=iRT ... 2018-08-13 11:48:56,388 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:48:56,613 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ce838497-27a5-49ac-864e-0519122b722f Content-Length: 0 Date: Mon, 13 Aug 2018 11:48:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:48:56,613 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/efe3d938-2ace-4102-8aff-b4a18b02bd9a used request id req-ce838497-27a5-49ac-864e-0519122b722f 2018-08-13 11:49:26,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-651836", "route_distinguishers": "12:12"}}' 2018-08-13 11:49:27,031 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 341 X-Openstack-Request-Id: req-487a7241-1d9c-4a78-b83e-b0af4c8f2918 Date: Mon, 13 Aug 2018 11:49:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-651836", "route_distinguishers": ["12:12"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "49f78ef2-b30f-4e21-9c59-ba8a97a48154"}} 2018-08-13 11:49:27,031 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-487a7241-1d9c-4a78-b83e-b0af4c8f2918 2018-08-13 11:49:27,031 - sdnvpn.test.functest.testcase_4 - DEBUG - VPN re-created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-651836', u'route_distinguishers': [u'12:12'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'49f78ef2-b30f-4e21-9c59-ba8a97a48154', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'route_targets': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'type': u'l3', u'networks': []}} 2018-08-13 11:49:27,031 - sdnvpn-results - INFO - Associate again network 'sdnvpn-4-2-net' and router 'sdnvpn-4-1-router 'to the VPN. 2018-08-13 11:49:27,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"router_association": {"router_id": "45b125bc-2471-47d8-87eb-31c8c01ff80e"}}' 2018-08-13 11:49:27,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-eff7a3c9-be7d-4049-984f-2f0d76bfa3e6 Date: Mon, 13 Aug 2018 11:49:27 GMT RESP BODY: {"router_association": {"router_id": "45b125bc-2471-47d8-87eb-31c8c01ff80e", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "5d8ec95c-2dc9-4823-868f-9b71d8bc877c"}} 2018-08-13 11:49:27,535 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154/router_associations used request id req-eff7a3c9-be7d-4049-984f-2f0d76bfa3e6 2018-08-13 11:49:27,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154/network_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"network_association": {"network_id": "9cdc1a05-fad1-45c5-9d9e-f611821f08a4"}}' 2018-08-13 11:49:27,874 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 224 X-Openstack-Request-Id: req-6c60e8d7-13b6-40db-a4cb-d7b9554fcb91 Date: Mon, 13 Aug 2018 11:49:27 GMT RESP BODY: {"network_association": {"network_id": "9cdc1a05-fad1-45c5-9d9e-f611821f08a4", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f2787aca-8e08-43aa-9e9e-b02c73b08e0b"}} 2018-08-13 11:49:27,874 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154/network_associations used request id req-6c60e8d7-13b6-40db-a4cb-d7b9554fcb91 2018-08-13 11:49:27,875 - sdnvpn_test_utils - DEBUG - Waiting for router 49f78ef2-b30f-4e21-9c59-ba8a97a48154 to associate with BGPVPN 45b125bc-2471-47d8-87eb-31c8c01ff80e 2018-08-13 11:49:27,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:49:27,942 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-231c53f3-76a6-4dfe-8ccc-4c0e272c3e4b Date: Mon, 13 Aug 2018 11:49:27 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-651836", "route_distinguishers": ["12:12"], "routers": ["45b125bc-2471-47d8-87eb-31c8c01ff80e"], "import_targets": ["88:88"], "networks": ["9cdc1a05-fad1-45c5-9d9e-f611821f08a4"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "49f78ef2-b30f-4e21-9c59-ba8a97a48154"}} 2018-08-13 11:49:27,942 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154 used request id req-231c53f3-76a6-4dfe-8ccc-4c0e272c3e4b 2018-08-13 11:49:28,944 - sdnvpn_test_utils - DEBUG - Waiting for network 49f78ef2-b30f-4e21-9c59-ba8a97a48154 to associate with BGPVPN 9cdc1a05-fad1-45c5-9d9e-f611821f08a4 2018-08-13 11:49:28,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:49:29,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 417 X-Openstack-Request-Id: req-4d67d807-6ec0-4301-b666-3132770ce224 Date: Mon, 13 Aug 2018 11:49:29 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-651836", "route_distinguishers": ["12:12"], "routers": ["45b125bc-2471-47d8-87eb-31c8c01ff80e"], "import_targets": ["88:88"], "networks": ["9cdc1a05-fad1-45c5-9d9e-f611821f08a4"], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "49f78ef2-b30f-4e21-9c59-ba8a97a48154"}} 2018-08-13 11:49:29,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154 used request id req-4d67d807-6ec0-4301-b666-3132770ce224 2018-08-13 11:49:30,013 - sdnvpn.test.functest.testcase_4 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 11:50:00,044 - 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-08-13 11:50:00,047 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"forceDelete": null}' 2018-08-13 11:50:00,197 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2eec3173-d75b-4d82-b86a-72f2a6f4c8a6 x-compute-request-id: req-2eec3173-d75b-4d82-b86a-72f2a6f4c8a6 Content-Length: 0 Content-Type: application/json 2018-08-13 11:50:00,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9e633f8a-adc5-4275-9691-99e2fd8b78f9/action used request id req-2eec3173-d75b-4d82-b86a-72f2a6f4c8a6 2018-08-13 11:50:00,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"forceDelete": null}' 2018-08-13 11:50:00,410 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-76eba9da-7ceb-43ef-8fe5-cebc0ec47f8d x-compute-request-id: req-76eba9da-7ceb-43ef-8fe5-cebc0ec47f8d Content-Length: 0 Content-Type: application/json 2018-08-13 11:50:00,411 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/72249bb1-1d89-4bd5-a4ef-7b8b8905fbbf/action used request id req-76eba9da-7ceb-43ef-8fe5-cebc0ec47f8d 2018-08-13 11:50:00,413 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"forceDelete": null}' 2018-08-13 11:50:00,617 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38ca5d52-dafa-4d16-8d80-701ecafab89e x-compute-request-id: req-38ca5d52-dafa-4d16-8d80-701ecafab89e Content-Length: 0 Content-Type: application/json 2018-08-13 11:50:00,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/a7c4a19b-9546-416d-9209-c4b11e092846/action used request id req-38ca5d52-dafa-4d16-8d80-701ecafab89e 2018-08-13 11:50:00,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"forceDelete": null}' 2018-08-13 11:50:00,842 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-7fe2f9a7-271c-406a-ae15-40a198f8fea1 x-compute-request-id: req-7fe2f9a7-271c-406a-ae15-40a198f8fea1 Content-Length: 0 Content-Type: application/json 2018-08-13 11:50:00,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e8c16348-5095-47f0-b707-5297a906ecec/action used request id req-7fe2f9a7-271c-406a-ae15-40a198f8fea1 2018-08-13 11:50:00,845 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d516845cd5c9b38af2f8f6d77d7845a34c594561" -d '{"forceDelete": null}' 2018-08-13 11:50:01,120 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2a1ec137-76fa-4371-81f9-17911a9cf550 x-compute-request-id: req-2a1ec137-76fa-4371-81f9-17911a9cf550 Content-Length: 0 Content-Type: application/json 2018-08-13 11:50:01,120 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3f440952-340e-40cb-9829-a3a5086b479b/action used request id req-2a1ec137-76fa-4371-81f9-17911a9cf550 2018-08-13 11:50:01,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}aafa55d255dda408ece588b5ac1098555468e6f2" 2018-08-13 11:50:02,671 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9e26937b-2b08-4328-9c40-0d50ca71d246 Date: Mon, 13 Aug 2018 11:50:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:50:02,671 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/ee0ffb32-1836-4f8b-9369-2387cbaab4e8 used request id req-9e26937b-2b08-4328-9c40-0d50ca71d246 2018-08-13 11:50:02,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:50:04,145 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-97164c17-b478-4968-88af-422095161103 Content-Length: 0 Date: Mon, 13 Aug 2018 11:50:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:50:04,145 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/49f78ef2-b30f-4e21-9c59-ba8a97a48154 used request id req-97164c17-b478-4968-88af-422095161103 2018-08-13 11:50:04,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"subnet_id": "57f30f81-54e8-430a-9133-fe2990ba7950"}' 2018-08-13 11:50:06,013 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-4111f41a-ebb7-48dc-a2a8-b0fe60ea7295 Date: Mon, 13 Aug 2018 11:50:06 GMT RESP BODY: {"network_id": "dddd1775-5bc2-4d87-a0a0-e56180407787", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "57f30f81-54e8-430a-9133-fe2990ba7950", "subnet_ids": ["57f30f81-54e8-430a-9133-fe2990ba7950"], "port_id": "593a1441-08d2-48f9-a1b0-efd1635b0d9a", "id": "45b125bc-2471-47d8-87eb-31c8c01ff80e"} 2018-08-13 11:50:06,013 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e/remove_router_interface used request id req-4111f41a-ebb7-48dc-a2a8-b0fe60ea7295 2018-08-13 11:50:06,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" -d '{"router": {"external_gateway_info": {}}}' 2018-08-13 11:50:07,474 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-fcfde9c5-947e-4cab-9965-613a87e4603a Date: Mon, 13 Aug 2018 11:50:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:46:42Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:50:06Z", "revision_number": 7, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "45b125bc-2471-47d8-87eb-31c8c01ff80e", "name": "sdnvpn-4-1-router"}} 2018-08-13 11:50:07,474 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e used request id req-fcfde9c5-947e-4cab-9965-613a87e4603a 2018-08-13 11:50:07,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/57f30f81-54e8-430a-9133-fe2990ba7950 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:50:08,764 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-dcfe90ca-50cf-4060-a787-53f5dd5bbb57 Date: Mon, 13 Aug 2018 11:50:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:50:08,764 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/57f30f81-54e8-430a-9133-fe2990ba7950 used request id req-dcfe90ca-50cf-4060-a787-53f5dd5bbb57 2018-08-13 11:50:08,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/b331a65d-6dc2-4798-9629-5b0f0bb38660 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:50:09,663 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-48f37844-c688-41c7-902d-ce4f96cff083 Date: Mon, 13 Aug 2018 11:50:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:50:09,663 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/b331a65d-6dc2-4798-9629-5b0f0bb38660 used request id req-48f37844-c688-41c7-902d-ce4f96cff083 2018-08-13 11:50:09,668 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:50:10,446 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-03241f51-7eb1-4aae-94d9-f27bdcc8984f Content-Length: 0 Date: Mon, 13 Aug 2018 11:50:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:50:10,446 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/45b125bc-2471-47d8-87eb-31c8c01ff80e used request id req-03241f51-7eb1-4aae-94d9-f27bdcc8984f 2018-08-13 11:50:10,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/dddd1775-5bc2-4d87-a0a0-e56180407787 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:50:11,098 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4a079c40-bddc-47a0-98d5-0c27e169255f Date: Mon, 13 Aug 2018 11:50:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:50:11,098 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/dddd1775-5bc2-4d87-a0a0-e56180407787 used request id req-4a079c40-bddc-47a0-98d5-0c27e169255f 2018-08-13 11:50:11,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/9cdc1a05-fad1-45c5-9d9e-f611821f08a4 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46c340ed0fd5cc4f4c95ab5cf6959c81a016ee01" 2018-08-13 11:50:11,704 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-93ae73de-eaed-4918-8d3c-532627079fe9 Date: Mon, 13 Aug 2018 11:50:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:50:11,704 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/9cdc1a05-fad1-45c5-9d9e-f611821f08a4 used request id req-93ae73de-eaed-4918-8d3c-532627079fe9 2018-08-13 11:50:11,705 - 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-08-13 11:50:11,705 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-13 11:50:11,705 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_4 2018-08-13 11:50:11,706 - 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-08-13 11:50:11,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_8 - Test floating IP and router assoc coexistence' 2018-08-13 11:50:11,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ========================================================================================= 2018-08-13 11:50:11,706 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_8 2018-08-13 11:50:11,783 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_8 main method 2018-08-13 11:50:11,783 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:50:11,784 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:50:11,785 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:50:11,787 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:50:11,788 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:50:11,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:50:11,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:50:11,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:50:11,789 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:50:11,790 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:50:11,791 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:50:11,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:50:11,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:50:11,792 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:50:11,792 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 11:50:11,793 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:50:11,798 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a397d08-b68a-49f0-a84c-6f9a346b8b8b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:50:11,798 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-5a397d08-b68a-49f0-a84c-6f9a346b8b8b 2018-08-13 11:50:11,798 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:50:12,199 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:50:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["JPcvgd1uShmQYqBug4GT7w"], "issued_at": "2018-08-13T11:50:12.000000Z"}} 2018-08-13 11:50:12,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e31f527d3f54ffcb2196d83ae4a96259f443011" 2018-08-13 11:50:12,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-da65120b-4a9c-48a6-a09f-ac0a39455302 Date: Mon, 13 Aug 2018 11:50:12 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 11:50:12,462 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-da65120b-4a9c-48a6-a09f-ac0a39455302 2018-08-13 11:50:12,462 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 11:50:12,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e31f527d3f54ffcb2196d83ae4a96259f443011" 2018-08-13 11:50:12,472 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-f8d6b868-71fb-4cd7-b30e-f52f4e746f18 Date: Mon, 13 Aug 2018 11:50:12 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 11:50:12,472 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-f8d6b868-71fb-4cd7-b30e-f52f4e746f18 2018-08-13 11:50:12,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}9e31f527d3f54ffcb2196d83ae4a96259f443011" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 11:50:12,562 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/44432221-fd36-4803-ada2-4299c86a8bff Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6448fcb0-6f6c-4dea-9f73-c09dd3b50fc7 Date: Mon, 13 Aug 2018 11:50:12 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T11:50:12Z", "file": "/v2/images/44432221-fd36-4803-ada2-4299c86a8bff/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "44432221-fd36-4803-ada2-4299c86a8bff", "size": null, "self": "/v2/images/44432221-fd36-4803-ada2-4299c86a8bff", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T11:50:12Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 11:50:12,562 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-6448fcb0-6f6c-4dea-9f73-c09dd3b50fc7 2018-08-13 11:50:12,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/44432221-fd36-4803-ada2-4299c86a8bff/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e31f527d3f54ffcb2196d83ae4a96259f443011" -d '' 2018-08-13 11:50:12,968 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5b19bb65-3728-418a-a917-17c88d7bf46a Date: Mon, 13 Aug 2018 11:50:12 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:50:12,968 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/44432221-fd36-4803-ada2-4299c86a8bff/file used request id req-5b19bb65-3728-418a-a917-17c88d7bf46a 2018-08-13 11:50:12,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:50:12,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4a362e0-a968-474a-b6cf-2088c817e79b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:50:12,976 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-f4a362e0-a968-474a-b6cf-2088c817e79b 2018-08-13 11:50:12,976 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:50:13,397 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:50:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["xu5dbseATaa31Tby--XAhQ"], "issued_at": "2018-08-13T11:50:13.000000Z"}} 2018-08-13 11:50:13,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:14,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 9432 X-Openstack-Request-Id: req-626f0c82-5253-4a74-a041-85f597edf077 Date: Mon, 13 Aug 2018 11:50:14 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 11:50:14,034 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-626f0c82-5253-4a74-a041-85f597edf077 2018-08-13 11:50:14,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:14,104 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3133 X-Openstack-Request-Id: req-0ea45418-985b-497b-8e85-8d84fef0876f Date: Mon, 13 Aug 2018 11:50:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"gateway_ip":"10.10.11.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.11.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"149bca8e-af59-4676-86fe-b94656d26b46","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:45Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"216fa00f-a428-4a98-97a5-23fa7740d30d","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:29:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"7032a297-0d02-48a8-878d-a09f30b216fb","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:30:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-13 11:50:14,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-0ea45418-985b-497b-8e85-8d84fef0876f 2018-08-13 11:50:14,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:14,208 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-b5e6a0a4-90d0-4424-a08c-6a2677d39c0a Date: Mon, 13 Aug 2018 11:50:14 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:58:42Z", "revision_number": 7, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:59:35Z", "revision_number": 0, "routes": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "name": ""}]} 2018-08-13 11:50:14,208 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-b5e6a0a4-90d0-4424-a08c-6a2677d39c0a 2018-08-13 11:50:14,208 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-1... 2018-08-13 11:50:14,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"network": {"name": "sdnvpn-8-1", "admin_state_up": true}}' 2018-08-13 11:50:14,481 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-842f340d-fe2f-4287-943d-9b25952062ff Date: Mon, 13 Aug 2018 11:50:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:50:14Z","is_default":false,"provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:14Z","mtu":1450}} 2018-08-13 11:50:14,481 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-842f340d-fe2f-4287-943d-9b25952062ff 2018-08-13 11:50:14,481 - sdnvpn.lib.openstack_utils - DEBUG - Network 'c9711b35-9d67-49c2-bb2f-38bd54f82e14' created successfully 2018-08-13 11:50:14,481 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-13 11:50:14,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"subnets": [{"ip_version": 4, "network_id": "c9711b35-9d67-49c2-bb2f-38bd54f82e14", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-1-subnet"}]}' 2018-08-13 11:50:14,876 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-2ebea50c-7682-49f2-b9d3-8749fe790866 Date: Mon, 13 Aug 2018 11:50:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:50:14Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"4bc10172-094f-4016-a5cc-4dfda864dfaa","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"}]} 2018-08-13 11:50:14,877 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-2ebea50c-7682-49f2-b9d3-8749fe790866 2018-08-13 11:50:14,877 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '4bc10172-094f-4016-a5cc-4dfda864dfaa' created successfully 2018-08-13 11:50:14,877 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-13 11:50:14,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"router": {"name": "sdnvpn-8-1-router", "admin_state_up": true}}' 2018-08-13 11:50:15,016 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 426 X-Openstack-Request-Id: req-0d630670-22d8-416b-9b66-f161df4902db Date: Mon, 13 Aug 2018 11:50:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:50:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:50:14Z", "revision_number": 0, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd", "name": "sdnvpn-8-1-router"}} 2018-08-13 11:50:15,016 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-0d630670-22d8-416b-9b66-f161df4902db 2018-08-13 11:50:15,017 - sdnvpn.lib.openstack_utils - DEBUG - Router '3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd' created successfully 2018-08-13 11:50:15,017 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-13 11:50:15,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"subnet_id": "4bc10172-094f-4016-a5cc-4dfda864dfaa"}' 2018-08-13 11:50:16,710 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-229a97fd-5005-45aa-b54e-30b548e2f966 Date: Mon, 13 Aug 2018 11:50:16 GMT RESP BODY: {"network_id": "c9711b35-9d67-49c2-bb2f-38bd54f82e14", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "4bc10172-094f-4016-a5cc-4dfda864dfaa", "subnet_ids": ["4bc10172-094f-4016-a5cc-4dfda864dfaa"], "port_id": "3dacf8ab-d06b-461a-bdcf-5782e7a61b1d", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd"} 2018-08-13 11:50:16,710 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/add_router_interface used request id req-229a97fd-5005-45aa-b54e-30b548e2f966 2018-08-13 11:50:16,711 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-13 11:50:16,711 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-13 11:50:16,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:16,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10088 X-Openstack-Request-Id: req-261f544d-b1ea-4a7c-8b7c-f8ed54f1b118 Date: Mon, 13 Aug 2018 11:50:16 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["4bc10172-094f-4016-a5cc-4dfda864dfaa"],"description":"","tags":[],"updated_at":"2018-08-13T11:50:14Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 11:50:16,836 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-261f544d-b1ea-4a7c-8b7c-f8ed54f1b118 2018-08-13 11:50:16,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}}' 2018-08-13 11:50:18,667 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-c91249fe-ffcd-4133-baa1-ce2b87545208 Date: Mon, 13 Aug 2018 11:50:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:50:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:50:18Z", "revision_number": 3, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd", "name": "sdnvpn-8-1-router"}} 2018-08-13 11:50:18,667 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd used request id req-c91249fe-ffcd-4133-baa1-ce2b87545208 2018-08-13 11:50:18,667 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-13 11:50:18,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:18,778 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10088 X-Openstack-Request-Id: req-a7a3d017-a9ab-4eeb-a4e1-fbd21285106b Date: Mon, 13 Aug 2018 11:50:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["4bc10172-094f-4016-a5cc-4dfda864dfaa"],"description":"","tags":[],"updated_at":"2018-08-13T11:50:14Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 11:50:18,778 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-a7a3d017-a9ab-4eeb-a4e1-fbd21285106b 2018-08-13 11:50:18,785 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:18,867 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3762 X-Openstack-Request-Id: req-f3680ff6-6cd7-4b18-800c-0f73203ea485 Date: Mon, 13 Aug 2018 11:50:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"gateway_ip":"10.10.11.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.11.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"149bca8e-af59-4676-86fe-b94656d26b46","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:45Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"216fa00f-a428-4a98-97a5-23fa7740d30d","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:14Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:50:14Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"4bc10172-094f-4016-a5cc-4dfda864dfaa","subnetpool_id":null,"name":"sdnvpn-8-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:29:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"7032a297-0d02-48a8-878d-a09f30b216fb","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:30:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-13 11:50:18,867 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-f3680ff6-6cd7-4b18-800c-0f73203ea485 2018-08-13 11:50:18,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:18,989 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1455 X-Openstack-Request-Id: req-0a1b6244-a2f4-45dd-a0d4-1388551899e5 Date: Mon, 13 Aug 2018 11:50:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:58:42Z", "revision_number": 7, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:50:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:50:18Z", "revision_number": 3, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd", "name": "sdnvpn-8-1-router"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:59:35Z", "revision_number": 0, "routes": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "name": ""}]} 2018-08-13 11:50:18,989 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-0a1b6244-a2f4-45dd-a0d4-1388551899e5 2018-08-13 11:50:18,990 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-8-2... 2018-08-13 11:50:18,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"network": {"name": "sdnvpn-8-2", "admin_state_up": true}}' 2018-08-13 11:50:19,177 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b20edb57-d3a7-4aaf-9148-91ae397e70bf Date: Mon, 13 Aug 2018 11:50:19 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"589a6808-6b53-4313-81c5-48ca86f61407","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:50:19Z","is_default":false,"provider:segmentation_id":27,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:19Z","mtu":1450}} 2018-08-13 11:50:19,177 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-b20edb57-d3a7-4aaf-9148-91ae397e70bf 2018-08-13 11:50:19,178 - sdnvpn.lib.openstack_utils - DEBUG - Network '589a6808-6b53-4313-81c5-48ca86f61407' created successfully 2018-08-13 11:50:19,178 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-13 11:50:19,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"subnets": [{"ip_version": 4, "network_id": "589a6808-6b53-4313-81c5-48ca86f61407", "cidr": "10.10.20.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-8-2-subnet"}]}' 2018-08-13 11:50:19,611 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-81f5a0f0-a98d-4b93-81db-31833076cca7 Date: Mon, 13 Aug 2018 11:50:19 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"589a6808-6b53-4313-81c5-48ca86f61407","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:19Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:50:19Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"ba1c96fc-7756-4042-aefb-106dd6518ecc","subnetpool_id":null,"name":"sdnvpn-8-2-subnet"}]} 2018-08-13 11:50:19,611 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-81f5a0f0-a98d-4b93-81db-31833076cca7 2018-08-13 11:50:19,611 - sdnvpn.lib.openstack_utils - DEBUG - Subnet 'ba1c96fc-7756-4042-aefb-106dd6518ecc' created successfully 2018-08-13 11:50:19,612 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-13 11:50:19,612 - sdnvpn.lib.openstack_utils - DEBUG - Router '3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd' created successfully 2018-08-13 11:50:19,612 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-13 11:50:19,617 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"subnet_id": "ba1c96fc-7756-4042-aefb-106dd6518ecc"}' 2018-08-13 11:50:21,663 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fb8e23fe-0306-42de-8b85-357a8326c096 Date: Mon, 13 Aug 2018 11:50:21 GMT RESP BODY: {"network_id": "589a6808-6b53-4313-81c5-48ca86f61407", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "ba1c96fc-7756-4042-aefb-106dd6518ecc", "subnet_ids": ["ba1c96fc-7756-4042-aefb-106dd6518ecc"], "port_id": "e8029e99-d19a-433c-8999-3e56bda297c7", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd"} 2018-08-13 11:50:21,663 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/add_router_interface used request id req-fb8e23fe-0306-42de-8b85-357a8326c096 2018-08-13 11:50:21,664 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-13 11:50:21,664 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-13 11:50:21,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:21,796 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10744 X-Openstack-Request-Id: req-4ee7ea32-5aa4-456f-9c0a-993ae41b7361 Date: Mon, 13 Aug 2018 11:50:21 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"589a6808-6b53-4313-81c5-48ca86f61407","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["ba1c96fc-7756-4042-aefb-106dd6518ecc"],"description":"","tags":[],"updated_at":"2018-08-13T11:50:19Z","provider:segmentation_id":27,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["4bc10172-094f-4016-a5cc-4dfda864dfaa"],"description":"","tags":[],"updated_at":"2018-08-13T11:50:14Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 11:50:21,797 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-4ee7ea32-5aa4-456f-9c0a-993ae41b7361 2018-08-13 11:50:21,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}}' 2018-08-13 11:50:22,743 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 606 X-Openstack-Request-Id: req-a7b84a6c-1e49-4dfb-a4ec-4b2d6053e39a Date: Mon, 13 Aug 2018 11:50:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.200"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:50:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:50:22Z", "revision_number": 5, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd", "name": "sdnvpn-8-1-router"}} 2018-08-13 11:50:22,743 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd used request id req-a7b84a6c-1e49-4dfb-a4ec-4b2d6053e39a 2018-08-13 11:50:22,744 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-13 11:50:22,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:22,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49392 X-Openstack-Request-Id: req-240973e6-1050-4dd5-8818-ac5242ea8b3f Date: Mon, 13 Aug 2018 11:50:22 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:40:47Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "213b899d-3fec-4777-af97-92b740597a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "93ca9ece-8652-4644-86a2-157e5e05148c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 4, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 11:50:22,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-240973e6-1050-4dd5-8818-ac5242ea8b3f 2018-08-13 11:50:22,900 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-13 11:50:22,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:23,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 41551 X-Openstack-Request-Id: req-1fb6d63e-0118-44d7-8c68-cc0980326dd2 Date: Mon, 13 Aug 2018 11:50:23 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-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "04fe4367-9879-461f-b110-82bf2241495c"}, {"remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "054a9128-36a5-49d0-a6a6-63b94903413c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": 22, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c"}, {"remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a"}, {"remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "07ff7170-2602-4780-835a-b5b6970a10bf"}, {"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-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "095c9896-ca83-4106-b97e-aebb3acb044c"}, {"remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "0f882446-8b1d-444c-a743-3b806e37ab78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "1d01a278-353b-4783-a2c9-13362e9dc681"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "213b899d-3fec-4777-af97-92b740597a95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "21671b27-3904-4811-b359-a93391a90c46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a"}, {"remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "24894c89-14fd-4b07-8957-1dda5fb209ac"}, {"remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d"}, {"remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0"}, {"remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c"}, {"remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c"}, {"remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "3efa80df-de29-4d89-b4da-36ae929e94a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "491de832-d4ab-4942-a13a-e9c645a74118"}, {"remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "516168fd-9524-4b18-a416-77f1b73ddb76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "516d5c94-d278-4c99-9376-ca5544c3321f"}, {"remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "5256d969-2939-4b3a-acec-3666fdfe48df"}, {"remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "528caa9c-daeb-43df-b187-3be58b71b07c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": 5001, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:05Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "55254f18-5233-4f61-bde1-5c46de97c17a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "55421c26-f979-4f42-b174-1fa4aae09d99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795"}, {"remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a"}, {"remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "6ba78081-eb7e-45e0-a869-4a50c509190e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1"}, {"remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2"}, {"remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "75aa7be5-a067-4e80-93d3-004412d061d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef"}, {"remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "79114b3a-96ed-4e6f-a90e-347dc997b774"}, {"remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae"}, {"remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "881f1963-209e-44b3-9032-1c789cad6058"}, {"remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69"}, {"remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "8e6299c2-e426-4214-89a8-41a9962f55d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "93070b89-f718-4484-82ce-efde70b6a438"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": 22, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "93ca9ece-8652-4644-86a2-157e5e05148c"}, {"remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "96707803-a897-405a-9718-40b87f93f8b1"}, {"remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9d102752-0511-4dc0-925e-3292009bd9c9"}, {"remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "a1f59f74-a921-4f42-bf7e-173518008b57"}, {"remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "a560af33-c210-4fc2-92ca-c9520f445f32"}, {"remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "a56f4603-859a-4181-82bb-ec6f573ab62f"}, {"remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d"}, {"remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff"}, {"remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "b5036f0d-cf03-40a6-98ea-75d98e500916"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "c05c588c-ace6-4224-8069-69dffbbcaea9"}, {"remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": 22, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:05Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "c0b928da-65ef-44db-af64-3413b9862626"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "c5a91012-322b-441e-9c51-2af7f25721a8"}, {"remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "c7162fa2-8c76-4440-97fa-7cf58b578840"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "c9967f88-60b8-4287-b80f-f0b2191f130b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "udp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": 5001, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:05Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "e6304915-9099-4d5f-9017-5aabdebed523"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335"}, {"remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13"}, {"remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "eb119588-b76e-416f-8c13-078863ef8b10"}, {"remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "ec0cc695-ad58-439a-9c14-18af4fce8454"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "ec5af992-bd91-47ff-8677-c5a760bae766"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f5511880-784b-4971-a720-80df8de6865f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7"}, {"remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "fa838e25-36f4-4730-98ec-e71346ad8a12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247"}]} 2018-08-13 11:50:23,051 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-1fb6d63e-0118-44d7-8c68-cc0980326dd2 2018-08-13 11:50:23,056 - sdnvpn_test_utils - INFO - This rule exists for security group: adb76e46-106d-4b05-a433-ab53fdff7564 2018-08-13 11:50:23,060 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-group-rules -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:50:23,138 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 41551 X-Openstack-Request-Id: req-cb357167-f45d-4f07-9d57-913bcc1cfabe Date: Mon, 13 Aug 2018 11:50:23 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-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "04fe4367-9879-461f-b110-82bf2241495c"}, {"remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "054a9128-36a5-49d0-a6a6-63b94903413c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": 22, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c"}, {"remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a"}, {"remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "07ff7170-2602-4780-835a-b5b6970a10bf"}, {"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-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "095c9896-ca83-4106-b97e-aebb3acb044c"}, {"remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "0f882446-8b1d-444c-a743-3b806e37ab78"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "1d01a278-353b-4783-a2c9-13362e9dc681"}, {"remote_group_id": null, "direction": "ingress", "protocol": "icmp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "213b899d-3fec-4777-af97-92b740597a95"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "21671b27-3904-4811-b359-a93391a90c46"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a"}, {"remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "24894c89-14fd-4b07-8957-1dda5fb209ac"}, {"remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d"}, {"remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0"}, {"remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c"}, {"remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c"}, {"remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "3efa80df-de29-4d89-b4da-36ae929e94a9"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "491de832-d4ab-4942-a13a-e9c645a74118"}, {"remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "516168fd-9524-4b18-a416-77f1b73ddb76"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "516d5c94-d278-4c99-9376-ca5544c3321f"}, {"remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "5256d969-2939-4b3a-acec-3666fdfe48df"}, {"remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "528caa9c-daeb-43df-b187-3be58b71b07c"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": 5001, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:05Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "55254f18-5233-4f61-bde1-5c46de97c17a"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "55421c26-f979-4f42-b174-1fa4aae09d99"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795"}, {"remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a"}, {"remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "6ba78081-eb7e-45e0-a869-4a50c509190e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1"}, {"remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2"}, {"remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "75aa7be5-a067-4e80-93d3-004412d061d7"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef"}, {"remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "79114b3a-96ed-4e6f-a90e-347dc997b774"}, {"remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "port_range_min": null, "revision_number": 0, "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae"}, {"remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "881f1963-209e-44b3-9032-1c789cad6058"}, {"remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69"}, {"remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "port_range_min": null, "revision_number": 0, "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "8e6299c2-e426-4214-89a8-41a9962f55d6"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "93070b89-f718-4484-82ce-efde70b6a438"}, {"remote_group_id": null, "direction": "egress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": 22, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:47Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "93ca9ece-8652-4644-86a2-157e5e05148c"}, {"remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "96707803-a897-405a-9718-40b87f93f8b1"}, {"remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "port_range_min": null, "revision_number": 0, "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "9d102752-0511-4dc0-925e-3292009bd9c9"}, {"remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "a1f59f74-a921-4f42-bf7e-173518008b57"}, {"remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "port_range_min": null, "revision_number": 0, "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "project_id": "92509c4905524fceab6209530b0610fb", "id": "a560af33-c210-4fc2-92ca-c9520f445f32"}, {"remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "port_range_min": null, "revision_number": 0, "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "a56f4603-859a-4181-82bb-ec6f573ab62f"}, {"remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "port_range_min": null, "revision_number": 0, "tenant_id": "", "created_at": "2018-08-13T05:39:58Z", "project_id": "", "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d"}, {"remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff"}, {"remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "b5036f0d-cf03-40a6-98ea-75d98e500916"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "port_range_min": null, "revision_number": 0, "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "port_range_min": null, "revision_number": 0, "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "c05c588c-ace6-4224-8069-69dffbbcaea9"}, {"remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea"}, {"remote_group_id": null, "direction": "ingress", "protocol": "tcp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": 22, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:05Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "c0b928da-65ef-44db-af64-3413b9862626"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "c5a91012-322b-441e-9c51-2af7f25721a8"}, {"remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "c7162fa2-8c76-4440-97fa-7cf58b578840"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "c9967f88-60b8-4287-b80f-f0b2191f130b"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "port_range_min": null, "revision_number": 0, "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9"}, {"remote_group_id": null, "direction": "ingress", "protocol": "udp", "description": "", "ethertype": "IPv4", "remote_ip_prefix": "0.0.0.0/0", "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": 5001, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:05Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "e6304915-9099-4d5f-9017-5aabdebed523"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "port_range_min": null, "revision_number": 0, "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335"}, {"remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "port_range_min": null, "revision_number": 0, "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13"}, {"remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "eb119588-b76e-416f-8c13-078863ef8b10"}, {"remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "ec0cc695-ad58-439a-9c14-18af4fce8454"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "port_range_min": null, "revision_number": 0, "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "ec5af992-bd91-47ff-8677-c5a760bae766"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "port_range_min": null, "revision_number": 0, "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv4", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "port_range_min": null, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "f5511880-784b-4971-a720-80df8de6865f"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "port_range_min": null, "revision_number": 0, "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7"}, {"remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "direction": "ingress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "port_range_min": null, "revision_number": 0, "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "fa838e25-36f4-4730-98ec-e71346ad8a12"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "port_range_min": null, "revision_number": 0, "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff"}, {"remote_group_id": null, "direction": "egress", "protocol": null, "description": null, "ethertype": "IPv6", "remote_ip_prefix": null, "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "port_range_min": null, "revision_number": 0, "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247"}]} 2018-08-13 11:50:23,139 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-cb357167-f45d-4f07-9d57-913bcc1cfabe 2018-08-13 11:50:23,144 - sdnvpn.lib.openstack_utils - DEBUG - Security_group format set (port range included) 2018-08-13 11:50:23,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22: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}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"security_group_rule": {"port_range_min": 80, "direction": "ingress", "protocol": "tcp", "port_range_max": 80, "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:50:23,342 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-40980bb3-2c15-4b3c-9895-2348d538412c Date: Mon, 13 Aug 2018 11:50:23 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-08-13T11:50:23Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "port_range_min": 80, "revision_number": 0, "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:50:23Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "03e4b763-3e02-4dff-bf96-c789b6d82ea3"}} 2018-08-13 11:50:23,343 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/security-group-rules used request id req-40980bb3-2c15-4b3c-9895-2348d538412c 2018-08-13 11:50:23,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:50:23,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cb34322c-d058-4254-9cc4-a3c624f363ab Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:50:23,349 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cb34322c-d058-4254-9cc4-a3c624f363ab 2018-08-13 11:50:23,350 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:50:23,748 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:50:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["ttqoedGzQ9eATTB75oW_BQ"], "issued_at": "2018-08-13T11:50:23.000000Z"}} 2018-08-13 11:50:23,751 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb504d9134abeea1a1d90ca8375f7c9ac48d74fd" 2018-08-13 11:50:24,035 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbc23b16-4585-4a42-84b0-dc6a0d48fc8f x-compute-request-id: req-bbc23b16-4585-4a42-84b0-dc6a0d48fc8f Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 145, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 145, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 11:50:24,036 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-bbc23b16-4585-4a42-84b0-dc6a0d48fc8f 2018-08-13 11:50:24,037 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-08-13 11:50:24,037 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-2'... 2018-08-13 11:50:24,037 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-2 flavor=m1.tiny image=44432221-fd36-4803-ada2-4299c86a8bff network=589a6808-6b53-4313-81c5-48ca86f61407 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:50:24,037 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:50:24,038 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:50:24,039 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:50:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:50:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:50:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:50:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:50:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:50:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:50:24,040 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:50:24,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:50:24,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:50:24,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:50:24,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:50:24,043 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:50:24,044 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:50:24,045 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:50:24,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:50:24,046 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:50:24,048 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:50:24,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e25162-e6df-4c97-801f-8130c4f00eb9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:50:24,054 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e3e25162-e6df-4c97-801f-8130c4f00eb9 2018-08-13 11:50:24,055 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:50:24,455 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:50:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["aZSHMN3RSkijLTjA0Oj3ig"], "issued_at": "2018-08-13T11:50:24.000000Z"}} 2018-08-13 11:50:24,458 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3c42b2117bd61df5e8ae2e3240eaa95c17a9c8" 2018-08-13 11:50:24,716 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c58d4091-a4d6-4ee1-b0d6-c6c9205adc47 x-compute-request-id: req-c58d4091-a4d6-4ee1-b0d6-c6c9205adc47 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:50:24,716 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c58d4091-a4d6-4ee1-b0d6-c6c9205adc47 2018-08-13 11:50:24,720 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3c42b2117bd61df5e8ae2e3240eaa95c17a9c8" 2018-08-13 11:50:24,736 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7ba4b432-c5f5-49c9-b1c8-05db67b62ded x-compute-request-id: req-7ba4b432-c5f5-49c9-b1c8-05db67b62ded Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:50:24,737 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-7ba4b432-c5f5-49c9-b1c8-05db67b62ded 2018-08-13 11:50:24,740 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3c42b2117bd61df5e8ae2e3240eaa95c17a9c8" -d '{"server": {"name": "sdnvpn-8-2", "imageRef": "44432221-fd36-4803-ada2-4299c86a8bff", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "589a6808-6b53-4313-81c5-48ca86f61407"}]}}' 2018-08-13 11:50:26,104 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f3b49ca5-2398-4393-9645-325c30a9c187 x-compute-request-id: req-f3b49ca5-2398-4393-9645-325c30a9c187 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "3c84d202-0020-4d9e-b5e3-62ca8fae2265", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "bookmark"}], "adminPass": "rsFRMrE8sCSK"}} 2018-08-13 11:50:26,105 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-f3b49ca5-2398-4393-9645-325c30a9c187 2018-08-13 11:50:26,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:50:26,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da0f12db-3def-4ea1-b712-5a3b710001df Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:50:26,111 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-da0f12db-3def-4ea1-b712-5a3b710001df 2018-08-13 11:50:26,112 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:50:26,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:50:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["e9wMVd01TW6bc9f7uW82jA"], "issued_at": "2018-08-13T11:50:26.000000Z"}} 2018-08-13 11:50:26,518 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628d91832367cf0637a6772a3d8d592cf2d1a56e" 2018-08-13 11:50:27,326 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-00b9586e-c5d7-457c-acdd-a916fad07ab1 x-compute-request-id: req-00b9586e-c5d7-457c-acdd-a916fad07ab1 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.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3c84d202-0020-4d9e-b5e3-62ca8fae2265", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:50:26Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-8-2", "created": "2018-08-13T11:50:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:27,326 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 used request id req-00b9586e-c5d7-457c-acdd-a916fad07ab1 2018-08-13 11:50:30,332 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628d91832367cf0637a6772a3d8d592cf2d1a56e" 2018-08-13 11:50:31,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50: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-4546d20c-9a78-461d-9b2d-00b7c6cde1ad x-compute-request-id: req-4546d20c-9a78-461d-9b2d-00b7c6cde1ad Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-8-2": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:f2:67", "version": 4, "addr": "10.10.20.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000088", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3c84d202-0020-4d9e-b5e3-62ca8fae2265", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:50:27Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:50:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:31,223 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 used request id req-4546d20c-9a78-461d-9b2d-00b7c6cde1ad 2018-08-13 11:50:34,230 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}628d91832367cf0637a6772a3d8d592cf2d1a56e" 2018-08-13 11:50:34,820 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b4d4d2ee-42dc-48d8-8ac0-fc3555a74006 x-compute-request-id: req-b4d4d2ee-42dc-48d8-8ac0-fc3555a74006 Content-Encoding: gzip Content-Length: 778 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:e7:f2:67", "version": 4, "addr": "10.10.20.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000088", "OS-SRV-USG:launched_at": "2018-08-13T11:50:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3c84d202-0020-4d9e-b5e3-62ca8fae2265", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:50:31Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:50:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:34,820 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 used request id req-b4d4d2ee-42dc-48d8-8ac0-fc3555a74006 2018-08-13 11:50:34,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3c42b2117bd61df5e8ae2e3240eaa95c17a9c8" 2018-08-13 11:50:35,473 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c3e9fa6f-8f8a-411c-bc29-7007dcc2f2aa x-compute-request-id: req-c3e9fa6f-8f8a-411c-bc29-7007dcc2f2aa Content-Encoding: gzip Content-Length: 778 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:e7:f2:67", "version": 4, "addr": "10.10.20.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000088", "OS-SRV-USG:launched_at": "2018-08-13T11:50:31.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "3c84d202-0020-4d9e-b5e3-62ca8fae2265", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:50:31Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:50:26Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:35,474 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265 used request id req-c3e9fa6f-8f8a-411c-bc29-7007dcc2f2aa 2018-08-13 11:50:35,474 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-2' booted successfully. IP='10.10.20.4'. 2018-08-13 11:50:35,474 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-2' to security group 'sdnvpn-sg'... 2018-08-13 11:50:35,478 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb504d9134abeea1a1d90ca8375f7c9ac48d74fd" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:50:36,502 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9dde2ee6-ffa2-4e21-81ef-c2d6dbd6097b x-compute-request-id: req-9dde2ee6-ffa2-4e21-81ef-c2d6dbd6097b Content-Length: 0 Content-Type: application/json 2018-08-13 11:50:36,502 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265/action used request id req-9dde2ee6-ffa2-4e21-81ef-c2d6dbd6097b 2018-08-13 11:50:36,503 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-8-1'... 2018-08-13 11:50:36,503 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-8-1 flavor=m1.tiny image=44432221-fd36-4803-ada2-4299c86a8bff network=c9711b35-9d67-49c2-bb2f-38bd54f82e14 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.20.4 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-08-13 11:50:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:50:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:50:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:50:36,503 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:50:36,504 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:50:36,505 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:50:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:50:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:50:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:50:36,506 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:50:36,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:50:36,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:50:36,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:50:36,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:50:36,508 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:50:36,509 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:50:36,510 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:50:36,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:50:36,511 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:50:36,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:50:36,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c3e02a6f-fc7b-47b6-9074-1c109910dc5a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:50:36,521 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c3e02a6f-fc7b-47b6-9074-1c109910dc5a 2018-08-13 11:50:36,522 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:50:36,934 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:50:36.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["AdJR7YanTjCiyhhs0V1uAA"], "issued_at": "2018-08-13T11:50:36.000000Z"}} 2018-08-13 11:50:36,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966888902a5bb15e245b902ef1d65eb8e12acedc" 2018-08-13 11:50:37,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95494e2d-6b5f-458c-a129-da32ab476df5 x-compute-request-id: req-95494e2d-6b5f-458c-a129-da32ab476df5 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:50:37,206 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-95494e2d-6b5f-458c-a129-da32ab476df5 2018-08-13 11:50:37,209 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966888902a5bb15e245b902ef1d65eb8e12acedc" 2018-08-13 11:50:37,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a37f538-cc0a-41b5-a1cb-a217c8d5ab01 x-compute-request-id: req-8a37f538-cc0a-41b5-a1cb-a217c8d5ab01 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:50:37,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-8a37f538-cc0a-41b5-a1cb-a217c8d5ab01 2018-08-13 11:50:37,229 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966888902a5bb15e245b902ef1d65eb8e12acedc" -d '{"server": {"name": "sdnvpn-8-1", "imageRef": "44432221-fd36-4803-ada2-4299c86a8bff", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4yMC40CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "c9711b35-9d67-49c2-bb2f-38bd54f82e14"}], "config_drive": true}}' 2018-08-13 11:50:38,850 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-dc0905ea-bebe-4ad1-81e0-2850cb997dd5 x-compute-request-id: req-dc0905ea-bebe-4ad1-81e0-2850cb997dd5 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "88c9cf2a-0e98-4742-8823-a51b49af4c19", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "bookmark"}], "adminPass": "NiBgNjVyLyp7"}} 2018-08-13 11:50:38,851 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-dc0905ea-bebe-4ad1-81e0-2850cb997dd5 2018-08-13 11:50:38,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:50:38,858 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75601de3-3e79-4af5-b9fd-5051e411984c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:50:38,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75601de3-3e79-4af5-b9fd-5051e411984c 2018-08-13 11:50:38,859 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:50:39,285 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:50:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["naZAKGBFQ2ulIugnnsEd7w"], "issued_at": "2018-08-13T11:50:39.000000Z"}} 2018-08-13 11:50:39,289 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16f96d8c284f27576ece21702496d8a78ceceaf4" 2018-08-13 11:50:39,834 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-74cdc74b-45a0-4943-8752-8079ca78073e x-compute-request-id: req-74cdc74b-45a0-4943-8752-8079ca78073e Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "88c9cf2a-0e98-4742-8823-a51b49af4c19", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:50: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-8-1", "created": "2018-08-13T11:50:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:39,834 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 used request id req-74cdc74b-45a0-4943-8752-8079ca78073e 2018-08-13 11:50:42,841 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16f96d8c284f27576ece21702496d8a78ceceaf4" 2018-08-13 11:50:43,225 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3dc979bf-2e45-4e40-bc71-f83b00f1132a x-compute-request-id: req-3dc979bf-2e45-4e40-bc71-f83b00f1132a 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:e8:7f:75", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000089", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "88c9cf2a-0e98-4742-8823-a51b49af4c19", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:50:40Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:50:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:43,225 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 used request id req-3dc979bf-2e45-4e40-bc71-f83b00f1132a 2018-08-13 11:50:46,231 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}16f96d8c284f27576ece21702496d8a78ceceaf4" 2018-08-13 11:50:46,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50: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-2cd9c6a8-ebc4-4cfd-a03e-ea3c1e0496fc x-compute-request-id: req-2cd9c6a8-ebc4-4cfd-a03e-ea3c1e0496fc 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:e8:7f:75", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000089", "OS-SRV-USG:launched_at": "2018-08-13T11:50:45.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "88c9cf2a-0e98-4742-8823-a51b49af4c19", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:50:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:50:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:46,793 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 used request id req-2cd9c6a8-ebc4-4cfd-a03e-ea3c1e0496fc 2018-08-13 11:50:46,797 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966888902a5bb15e245b902ef1d65eb8e12acedc" 2018-08-13 11:50:46,932 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50: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-f44fe452-40fc-46c9-a1c2-cbfb1570069c x-compute-request-id: req-f44fe452-40fc-46c9-a1c2-cbfb1570069c 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:e8:7f:75", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19", "rel": "bookmark"}], "image": {"id": "44432221-fd36-4803-ada2-4299c86a8bff", "links": [{"href": "http://172.30.9.22:8774/images/44432221-fd36-4803-ada2-4299c86a8bff", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000089", "OS-SRV-USG:launched_at": "2018-08-13T11:50:45.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "88c9cf2a-0e98-4742-8823-a51b49af4c19", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:50:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:50:38Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:50:46,932 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19 used request id req-f44fe452-40fc-46c9-a1c2-cbfb1570069c 2018-08-13 11:50:46,933 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-8-1' booted successfully. IP='10.10.10.19'. 2018-08-13 11:50:46,933 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-8-1' to security group 'sdnvpn-sg'... 2018-08-13 11:50:46,936 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb504d9134abeea1a1d90ca8375f7c9ac48d74fd" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:50:47,921 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:50: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-118e2ba1-74ea-493e-8859-5dfa0fd0f3dd x-compute-request-id: req-118e2ba1-74ea-493e-8859-5dfa0fd0f3dd Content-Length: 0 Content-Type: application/json 2018-08-13 11:50:47,921 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action used request id req-118e2ba1-74ea-493e-8859-5dfa0fd0f3dd 2018-08-13 11:50:47,922 - sdnvpn_test_utils - INFO - Waiting for instance 3c84d202-0020-4d9e-b5e3-62ca8fae2265 to boot up 2018-08-13 11:50:47,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9b3c42b2117bd61df5e8ae2e3240eaa95c17a9c8" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:50:47,998 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-b89dbea4-225e-4742-bdc8-c127dd3dfb7b x-compute-request-id: req-b89dbea4-225e-4742-bdc8-c127dd3dfb7b 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 507695597 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.167023] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.168714] pid_max: default: 32768 minimum: 301\n[ 0.169628] ACPI: Core revision 20150930\n[ 0.171026] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.172377] Security Framework initialized\n[ 0.173211] Yama: becoming mindful.\n[ 0.173955] AppArmor: AppArmor initialized\n[ 0.174838] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.176205] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.177507] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.178756] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.180206] Initializing cgroup subsys io\n[ 0.181030] Initializing cgroup subsys memory\n[ 0.181904] Initializing cgroup subsys devices\n[ 0.182800] Initializing cgroup subsys freezer\n[ 0.183688] Initializing cgroup subsys net_cls\n[ 0.184577] Initializing cgroup subsys perf_event\n[ 0.185503] Initializing cgroup subsys net_prio\n[ 0.186409] Initializing cgroup subsys hugetlb\n[ 0.187306] Initializing cgroup subsys pids\n[ 0.188191] CPU: Physical Processor ID: 0\n[ 0.189706] mce: CPU supports 10 MCE banks\n[ 0.190582] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.191607] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.206216] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.212457] ftrace: allocating 31920 entries in 125 pages\n[ 0.238133] smpboot: Max logical packages: 1\n[ 0.239007] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.240383] x2apic enabled\n[ 0.241200] Switched APIC routing to physical x2apic.\n[ 0.242959] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.244100] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.246138] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.247962] KVM setup paravirtual spinlock\n[ 0.249305] x86: Booted up 1 node, 1 CPUs\n[ 0.250127] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.251549] devtmpfs: initialized\n[ 0.253279] evm: security.selinux\n[ 0.253993] evm: security.SMACK64\n[ 0.254713] evm: security.SMACK64EXEC\n[ 0.255477] evm: security.SMACK64TRANSMUTE\n[ 0.256304] evm: security.SMACK64MMAP\n[ 0.257066] evm: security.ima\n[ 0.257722] evm: security.capability\n[ 0.258540] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.260454] pinctrl core: initialized pinctrl subsystem\n[ 0.261589] RTC time: 11:50:31, date: 08/13/18\n[ 0.262582] NET: Registered protocol family 16\n[ 0.263595] cpuidle: using governor ladder\n[ 0.264435] cpuidle: using governor menu\n[ 0.265243] PCCT header not found.\n[ 0.266014] ACPI: bus type PCI registered\n[ 0.266840] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.268115] PCI: Using configuration type 1 for base access\n[ 0.269907] ACPI: Added _OSI(Module Device)\n[ 0.270864] ACPI: Added _OSI(Processor Device)\n[ 0.271783] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.272745] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.274568] ACPI: Interpreter enabled\n[ 0.275419] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.277364] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.279283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.281213] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283154] ACPI: (supports S0 S5)\n[ 0.283891] ACPI: Using IOAPIC for interrupt routing\n[ 0.284924] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288109] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289339] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.290634] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.291916] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.294310] acpiphp: Slot [3] registered\n[ 0.295263] acpiphp: Slot [4] registered\n[ 0.296113] acpiphp: Slot [5] registered\n[ 0.296964] acpiphp: Slot [6] registered\n[ 0.297801] acpiphp: Slot [7] registered\n[ 0.298652] acpiphp: Slot [8] registered\n[ 0.299504] acpiphp: Slot [9] registered\n[ 0.300339] acpiphp: Slot [10] registered\n[ 0.301180] acpiphp: Slot [11] registered\n[ 0.302038] acpiphp: Slot [12] registered\n[ 0.302917] acpiphp: Slot [13] registered\n[ 0.303785] acpiphp: Slot [14] registered\n[ 0.304657] acpiphp: Slot [15] registered\n[ 0.315339] acpiphp: Slot [16] registered\n[ 0.316215] acpiphp: Slot [17] registered\n[ 0.317058] acpiphp: Slot [18] registered\n[ 0.317939] acpiphp: Slot [19] registered\n[ 0.318787] acpiphp: Slot [20] registered\n[ 0.319635] acpiphp: Slot [21] registered\n[ 0.320480] acpiphp: Slot [22] registered\n[ 0.321324] acpiphp: Slot [23] registered\n[ 0.322219] acpiphp: Slot [24] registered\n[ 0.323077] acpiphp: Slot [25] registered\n[ 0.323926] acpiphp: Slot [26] registered\n[ 0.324771] acpiphp: Slot [27] registered\n[ 0.325730] acpiphp: Slot [28] registered\n[ 0.326575] acpiphp: Slot [29] registered\n[ 0.327419] acpiphp: Slot [30] registered\n[ 0.328277] acpiphp: Slot [31] registered\n[ 0.329115] PCI host bridge to bus 0000:00\n[ 0.329964] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.331265] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.332542] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.334065] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.335650] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.337189] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.340466] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.341809] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.343042] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.344374] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.348043] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.349757] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.368883] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.370922] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.372830] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.374390] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.375949] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.377380] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.378859] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.380026] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.381774] vgaarb: loaded\n[ 0.382459] vgaarb: bridge control possible 0000:00:02.0\n[ 0.383889] SCSI subsystem initialized\n[ 0.384861] ACPI: bus type USB registered\n[ 0.385712] usbcore: registered new interface driver usbfs\n[ 0.386769] usbcore: registered new interface driver hub\n[ 0.387803] usbcore: registered new device driver usb\n[ 0.388949] PCI: Using ACPI for IRQ routing\n[ 0.390112] NetLabel: Initializing\n[ 0.390853] NetLabel: domain hash size = 128\n[ 0.391724] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.392703] NetLabel: unlabeled traffic allowed by default\n[ 0.393907] clocksource: Switched to clocksource kvm-clock\n[ 0.402689] AppArmor: AppArmor Filesystem Enabled\n[ 0.403685] pnp: PnP ACPI init\n[ 0.404669] pnp: PnP ACPI: found 5 devices\n[ 0.411031] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.412786] NET: Registered protocol family 2\n[ 0.413872] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.415188] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.416421] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.417639] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.418743] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.419950] NET: Registered protocol family 1\n[ 0.420850] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.421974] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.423069] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.437204] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.451421] Trying to unpack rootfs image as initramfs...\n[ 0.508850] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.510556] Scanning for low memory corruption every 60 seconds\n[ 0.511939] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.513117] audit: initializing netlink subsys (disabled)\n[ 0.514205] audit: type=2000 audit(1534161032.384:1): initialized\n[ 0.515568] Initialise system trusted keyring\n[ 0.516529] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.517706] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.519864] zbud: loaded\n[ 0.520609] VFS: Disk quotas dquot_6.6.0\n[ 0.521443] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523068] fuse init (API version 7.23)\n[ 0.523989] Key type big_key registered\n[ 0.524805] Allocating IMA MOK and blacklist keyrings.\n[ 0.526064] Key type asymmetric registered\n[ 0.526900] Asymmetric key parser 'x509' registered\n[ 0.527869] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.529370] io scheduler noop registered\n[ 0.530177] io scheduler deadline registered (default)\n[ 0.531192] io scheduler cfq registered\n[ 0.532050] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.533103] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.534406] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.535874] ACPI: Power Button [PWRF]\n[ 0.536730] GHES: HEST is not enabled!\n[ 0.550477] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.582626] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.585857] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.610016] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612739] Linux agpgart interface v0.103\n[ 0.616186] brd: module loaded\n[ 0.618019] loop: module loaded\n[ 0.622473] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.623950] GPT:90111 != 2097151\n[ 0.624638] GPT:Alternate GPT header not at the end of the disk.\n[ 0.625754] GPT:90111 != 2097151\n[ 0.626453] GPT: Use GNU Parted to correct GPT errors.\n[ 0.627453] vda: vda1 vda15\n[ 0.629075] scsi host0: ata_piix\n[ 0.629931] scsi host1: ata_piix\n[ 0.630688] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.631933] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.633532] libphy: Fixed MDIO Bus: probed\n[ 0.634390] tun: Universal TUN/TAP device driver, 1.6\n[ 0.635368] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.638034] PPP generic driver version 2.4.2\n[ 0.639043] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.640303] ehci-pci: EHCI PCI platform driver\n[ 0.641211] ehci-platform: EHCI generic platform driver\n[ 0.642254] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.643456] ohci-pci: OHCI PCI platform driver\n[ 0.644369] ohci-platform: OHCI generic platform driver\n[ 0.645408] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.659617] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.660714] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.662248] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.663287] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.664542] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.665806] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.667261] usb usb1: Product: UHCI Host Controller\n[ 0.668225] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.669396] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.670433] hub 1-0:1.0: USB hub found\n[ 0.671275] hub 1-0:1.0: 2 ports detected\n[ 0.672339] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.674590] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.675594] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.676680] mousedev: PS/2 mouse device common for all mice\n[ 0.678038] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.680070] rtc_cmos 00:00: RTC can wake from S4\n[ 0.681273] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.682522] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.683765] i2c /dev entries driver\n[ 0.684613] device-mapper: uevent: version 1.0.3\n[ 0.685627] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.687361] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.689178] NET: Registered protocol family 10\n[ 0.690618] NET: Registered protocol family 17\n[ 0.691585] Key type dns_resolver registered\n[ 0.692814] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.693987] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.695943] registered taskstats version 1\n[ 0.696856] Loading compiled-in X.509 certificates\n[ 0.698492] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.700476] zswap: loaded using pool lzo/zbud\n[ 0.702575] Key type trusted registered\n[ 0.704428] Key type encrypted registered\n[ 0.705302] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.706415] ima: No TPM chip found, activating TPM-bypass!\n[ 0.707521] evm: HMAC attrs: 0x1\n[ 0.708576] Magic number: 14:940:832\n[ 0.709495] rtc_cmos 00:00: setting system clock to 2018-08-13 11:50:32 UTC (1534161032)\n[ 0.711238] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.712392] EDD information not available.\n[ 0.792267] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.803897] Write protecting the kernel read-only data: 14336k\n[ 0.807626] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.809676] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.971736] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.20.4...\nLease of 10.10.20.4 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 0.83. iid=i-00000088\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCoI1/TjSI3W/53CXDFXXCqV/458oMAvED2PmfSKZP3LoLd67XfWijhT/XcswHVlcbLb7T+ZobDcbcDaQUcGmpDPDSh3JZw9RvWmkmZs4z2tYY85ETP7MZaJDnLqq3ylCwVCi1TLM4RQh39JIyAfE+bvUc+lN6ia7Qf3YBo+vh8zGdUMQBf64kEpWnB+MLoAEvUa23KuLliBUxo4ku3GeAMKh1Av86U5/k1IpxrD4PjYtqJGioglC2yBrNMd5A+1K6E/IY5wmPsqYk/jXL0VAdpGhGjuqlQOD1SLpnfJjBykYJuuOkeyxSjNG2dXTiva3B8tudKevRM6j4HsEUrakK1 root@sdnvpn-8-2\nssh-dss AAAAB3NzaC1kc3MAAACBAJ82yZkfagluJTNHaDFJzYV1Ien7NMakySQiepbd9dEKAmdiAxd6emR2UBMjynTsF/xYfnazqPPtr0F9ya89NjcRDWKOOS+B5d8uFYKHH88KQyWfXzLGDAKUcLqQx+lcCo6iDwIbpXjFALa1vaJjTZ4JGRQy3qHSIQKa8MwI24g1AAAAFQDMTKgN83NjBmgEgNC96ndwIFFtnQAAAIBndQl9MaZXiA1UaJ0ReFVki1swnIQurqFpEuT6ig7J0M4OBgZ+Vpq2c0vHuCDt2el+B7Y9xezw21j31GQpM/BarumjUfDla1juZsep9lzXynTjHAYv/Lh9ild0cnaYlegC3sbMA6qoQzoLT95I2LuGoDpgD9DZeCbtCoqVUujrWAAAAIAXsRohraLttNnCrY5FeJfuMrHGQQjTUalpCmEV+7o5eQCi/HFNsYbXobGHpnpM1iildHHQRH0XAGEQ3ToG6QaxPtKXkTKNZCfMaJgjSHc1My1fb8/zmNL1UmuH1pDIlVqYnqtJw3DxTkR6JNk3Uj+hPG/btJeHx/Ss7VFLFyC/OA== 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.4,24,fe80::f816:3eff:fee7:f267/64,\nip-route:default via 10.10.20.1 dev eth0 \nip-route:10.10.20.0/24 dev eth0 src 10.10.20.4 \nip-route:169.254.169.254 via 10.10.20.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000088\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-8-2\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=2.43 ===\n/dev/root resized successfully [took 0.13s]\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsdnvpn-8-2 login: "} 2018-08-13 11:50:47,998 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265/action used request id req-b89dbea4-225e-4742-bdc8-c127dd3dfb7b 2018-08-13 11:50:50,028 - sdnvpn_test_utils - INFO - Waiting for instance 88c9cf2a-0e98-4742-8823-a51b49af4c19 to boot up 2018-08-13 11:50:50,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966888902a5bb15e245b902ef1d65eb8e12acedc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:50:50,101 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:50:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9779e750-d032-40b0-9cb5-6f5881aa5b0f x-compute-request-id: req-9779e750-d032-40b0-9cb5-6f5881aa5b0f Content-Encoding: gzip Content-Length: 8111 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503833904 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142737] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144484] pid_max: default: 32768 minimum: 301\n[ 0.145423] ACPI: Core revision 20150930\n[ 0.146859] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148235] Security Framework initialized\n[ 0.149091] Yama: becoming mindful.\n[ 0.149868] AppArmor: AppArmor initialized\n[ 0.150765] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154807] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156306] Initializing cgroup subsys io\n[ 0.157164] Initializing cgroup subsys memory\n[ 0.158080] Initializing cgroup subsys devices\n[ 0.159001] Initializing cgroup subsys freezer\n[ 0.159909] Initializing cgroup subsys net_cls\n[ 0.160818] Initializing cgroup subsys perf_event\n[ 0.161777] Initializing cgroup subsys net_prio\n[ 0.162708] Initializing cgroup subsys hugetlb\n[ 0.163619] Initializing cgroup subsys pids\n[ 0.164532] CPU: Physical Processor ID: 0\n[ 0.166101] mce: CPU supports 10 MCE banks\n[ 0.166987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168045] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190580] ftrace: allocating 31920 entries in 125 pages\n[ 0.215703] smpboot: Max logical packages: 1\n[ 0.216613] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218038] x2apic enabled\n[ 0.218872] Switched APIC routing to physical x2apic.\n[ 0.220640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221834] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223935] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225846] KVM setup paravirtual spinlock\n[ 0.227191] x86: Booted up 1 node, 1 CPUs\n[ 0.228046] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229515] devtmpfs: initialized\n[ 0.231271] evm: security.selinux\n[ 0.232013] evm: security.SMACK64\n[ 0.232737] evm: security.SMACK64EXEC\n[ 0.233525] evm: security.SMACK64TRANSMUTE\n[ 0.234388] evm: security.SMACK64MMAP\n[ 0.235179] evm: security.ima\n[ 0.235851] evm: security.capability\n[ 0.236694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238660] pinctrl core: initialized pinctrl subsystem\n[ 0.239828] RTC time: 11:50:45, date: 08/13/18\n[ 0.240841] NET: Registered protocol family 16\n[ 0.241877] cpuidle: using governor ladder\n[ 0.242746] cpuidle: using governor menu\n[ 0.243583] PCCT header not found.\n[ 0.244380] ACPI: bus type PCI registered\n[ 0.245229] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246544] PCI: Using configuration type 1 for base access\n[ 0.248392] ACPI: Added _OSI(Module Device)\n[ 0.249283] ACPI: Added _OSI(Processor Device)\n[ 0.250192] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251145] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252963] ACPI: Interpreter enabled\n[ 0.253777] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257718] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261626] ACPI: (supports S0 S5)\n[ 0.262374] ACPI: Using IOAPIC for interrupt routing\n[ 0.263372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266620] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267838] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269140] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272741] acpiphp: Slot [3] registered\n[ 0.273588] acpiphp: Slot [4] registered\n[ 0.274439] acpiphp: Slot [5] registered\n[ 0.275289] acpiphp: Slot [6] registered\n[ 0.276138] acpiphp: Slot [7] registered\n[ 0.276984] acpiphp: Slot [8] registered\n[ 0.277834] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279565] acpiphp: Slot [11] registered\n[ 0.280435] acpiphp: Slot [12] registered\n[ 0.281304] acpiphp: Slot [13] registered\n[ 0.282173] acpiphp: Slot [14] registered\n[ 0.283047] acpiphp: Slot [15] registered\n[ 0.294143] acpiphp: Slot [16] registered\n[ 0.295017] acpiphp: Slot [17] registered\n[ 0.295890] acpiphp: Slot [18] registered\n[ 0.296756] acpiphp: Slot [19] registered\n[ 0.297632] acpiphp: Slot [20] registered\n[ 0.298511] acpiphp: Slot [21] registered\n[ 0.299386] acpiphp: Slot [22] registered\n[ 0.300256] acpiphp: Slot [23] registered\n[ 0.301134] acpiphp: Slot [24] registered\n[ 0.302005] acpiphp: Slot [25] registered\n[ 0.302877] acpiphp: Slot [26] registered\n[ 0.303765] acpiphp: Slot [27] registered\n[ 0.304626] acpiphp: Slot [28] registered\n[ 0.305483] acpiphp: Slot [29] registered\n[ 0.306336] acpiphp: Slot [30] registered\n[ 0.307200] acpiphp: Slot [31] registered\n[ 0.308055] PCI host bridge to bus 0000:00\n[ 0.308909] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310192] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314520] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316077] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319337] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321943] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323286] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326907] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328398] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347124] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348657] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353555] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354899] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356286] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357406] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359032] vgaarb: loaded\n[ 0.359657] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360939] SCSI subsystem initialized\n[ 0.361897] ACPI: bus type USB registered\n[ 0.362771] usbcore: registered new interface driver usbfs\n[ 0.363865] usbcore: registered new interface driver hub\n[ 0.364929] usbcore: registered new device driver usb\n[ 0.366090] PCI: Using ACPI for IRQ routing\n[ 0.367255] NetLabel: Initializing\n[ 0.368015] NetLabel: domain hash size = 128\n[ 0.368913] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369922] NetLabel: unlabeled traffic allowed by default\n[ 0.371140] clocksource: Switched to clocksource kvm-clock\n[ 0.379347] AppArmor: AppArmor Filesystem Enabled\n[ 0.380364] pnp: PnP ACPI init\n[ 0.381348] pnp: PnP ACPI: found 5 devices\n[ 0.387816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389609] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392071] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393359] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394621] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395770] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397027] NET: Registered protocol family 1\n[ 0.397954] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399120] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414400] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428594] Trying to unpack rootfs image as initramfs...\n[ 0.485133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486910] Scanning for low memory corruption every 60 seconds\n[ 0.488370] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489607] audit: initializing netlink subsys (disabled)\n[ 0.490705] audit: type=2000 audit(1534161045.855:1): initialized\n[ 0.492170] Initialise system trusted keyring\n[ 0.493180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494410] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496620] zbud: loaded\n[ 0.497411] VFS: Disk quotas dquot_6.6.0\n[ 0.498309] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500012] fuse init (API version 7.23)\n[ 0.500977] Key type big_key registered\n[ 0.501835] Allocating IMA MOK and blacklist keyrings.\n[ 0.503177] Key type asymmetric registered\n[ 0.504061] Asymmetric key parser 'x509' registered\n[ 0.505084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506665] io scheduler noop registered\n[ 0.507529] io scheduler deadline registered (default)\n[ 0.508597] io scheduler cfq registered\n[ 0.509512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510621] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513548] ACPI: Power Button [PWRF]\n[ 0.514472] GHES: HEST is not enabled!\n[ 0.528646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557087] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585030] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587915] Linux agpgart interface v0.103\n[ 0.590958] brd: module loaded\n[ 0.592753] loop: module loaded\n[ 0.596678] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598303] GPT:90111 != 2097151\n[ 0.598989] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600211] GPT:90111 != 2097151\n[ 0.600944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601996] vda: vda1 vda15\n[ 0.603442] scsi host0: ata_piix\n[ 0.604285] scsi host1: ata_piix\n[ 0.605061] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.606384] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.607971] libphy: Fixed MDIO Bus: probed\n[ 0.608861] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609884] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612311] PPP generic driver version 2.4.2\n[ 0.613351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614475] ehci-pci: EHCI PCI platform driver\n[ 0.615327] ehci-platform: EHCI generic platform driver\n[ 0.616370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617896] ohci-pci: OHCI PCI platform driver\n[ 0.619044] ohci-platform: OHCI generic platform driver\n[ 0.620370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634989] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636351] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638281] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639587] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641113] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644681] usb usb1: Product: UHCI Host Controller\n[ 0.645940] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647490] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648785] hub 1-0:1.0: USB hub found\n[ 0.649827] hub 1-0:1.0: 2 ports detected\n[ 0.651041] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655062] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656452] mousedev: PS/2 mouse device common for all mice\n[ 0.658102] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660535] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661976] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665220] i2c /dev entries driver\n[ 0.666227] device-mapper: uevent: version 1.0.3\n[ 0.667514] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669715] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671571] NET: Registered protocol family 10\n[ 0.673025] NET: Registered protocol family 17\n[ 0.674232] Key type dns_resolver registered\n[ 0.675539] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677034] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679451] registered taskstats version 1\n[ 0.680574] Loading compiled-in X.509 certificates\n[ 0.682374] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684920] zswap: loaded using pool lzo/zbud\n[ 0.686867] Key type trusted registered\n[ 0.688919] Key type encrypted registered\n[ 0.690021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691444] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692876] evm: HMAC attrs: 0x1\n[ 0.694058] Magic number: 14:940:832\n[ 0.695195] rtc_cmos 00:00: setting system clock to 2018-08-13 11:50:46 UTC (1534161046)\n[ 0.697383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698905] EDD information not available.\n[ 0.763688] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775897] ata1.00: configured for MWDMA2\n[ 0.777417] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780187] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781863] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783495] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786121] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788174] Write protecting the kernel read-only data: 14336k\n[ 0.790698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.963643] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.19s]\n"} 2018-08-13 11:50:50,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action used request id req-9779e750-d032-40b0-9cb5-6f5881aa5b0f 2018-08-13 11:50:52,104 - sdnvpn.test.functest.testcase_8 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 11:51:22,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966888902a5bb15e245b902ef1d65eb8e12acedc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:51:22,206 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-6f6ab90e-f4ab-4c34-ad88-bfb32086f4db x-compute-request-id: req-6f6ab90e-f4ab-4c34-ad88-bfb32086f4db Content-Encoding: gzip Content-Length: 8124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503833904 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142737] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144484] pid_max: default: 32768 minimum: 301\n[ 0.145423] ACPI: Core revision 20150930\n[ 0.146859] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148235] Security Framework initialized\n[ 0.149091] Yama: becoming mindful.\n[ 0.149868] AppArmor: AppArmor initialized\n[ 0.150765] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154807] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156306] Initializing cgroup subsys io\n[ 0.157164] Initializing cgroup subsys memory\n[ 0.158080] Initializing cgroup subsys devices\n[ 0.159001] Initializing cgroup subsys freezer\n[ 0.159909] Initializing cgroup subsys net_cls\n[ 0.160818] Initializing cgroup subsys perf_event\n[ 0.161777] Initializing cgroup subsys net_prio\n[ 0.162708] Initializing cgroup subsys hugetlb\n[ 0.163619] Initializing cgroup subsys pids\n[ 0.164532] CPU: Physical Processor ID: 0\n[ 0.166101] mce: CPU supports 10 MCE banks\n[ 0.166987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168045] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190580] ftrace: allocating 31920 entries in 125 pages\n[ 0.215703] smpboot: Max logical packages: 1\n[ 0.216613] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218038] x2apic enabled\n[ 0.218872] Switched APIC routing to physical x2apic.\n[ 0.220640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221834] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223935] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225846] KVM setup paravirtual spinlock\n[ 0.227191] x86: Booted up 1 node, 1 CPUs\n[ 0.228046] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229515] devtmpfs: initialized\n[ 0.231271] evm: security.selinux\n[ 0.232013] evm: security.SMACK64\n[ 0.232737] evm: security.SMACK64EXEC\n[ 0.233525] evm: security.SMACK64TRANSMUTE\n[ 0.234388] evm: security.SMACK64MMAP\n[ 0.235179] evm: security.ima\n[ 0.235851] evm: security.capability\n[ 0.236694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238660] pinctrl core: initialized pinctrl subsystem\n[ 0.239828] RTC time: 11:50:45, date: 08/13/18\n[ 0.240841] NET: Registered protocol family 16\n[ 0.241877] cpuidle: using governor ladder\n[ 0.242746] cpuidle: using governor menu\n[ 0.243583] PCCT header not found.\n[ 0.244380] ACPI: bus type PCI registered\n[ 0.245229] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246544] PCI: Using configuration type 1 for base access\n[ 0.248392] ACPI: Added _OSI(Module Device)\n[ 0.249283] ACPI: Added _OSI(Processor Device)\n[ 0.250192] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251145] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252963] ACPI: Interpreter enabled\n[ 0.253777] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257718] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261626] ACPI: (supports S0 S5)\n[ 0.262374] ACPI: Using IOAPIC for interrupt routing\n[ 0.263372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266620] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267838] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269140] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272741] acpiphp: Slot [3] registered\n[ 0.273588] acpiphp: Slot [4] registered\n[ 0.274439] acpiphp: Slot [5] registered\n[ 0.275289] acpiphp: Slot [6] registered\n[ 0.276138] acpiphp: Slot [7] registered\n[ 0.276984] acpiphp: Slot [8] registered\n[ 0.277834] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279565] acpiphp: Slot [11] registered\n[ 0.280435] acpiphp: Slot [12] registered\n[ 0.281304] acpiphp: Slot [13] registered\n[ 0.282173] acpiphp: Slot [14] registered\n[ 0.283047] acpiphp: Slot [15] registered\n[ 0.294143] acpiphp: Slot [16] registered\n[ 0.295017] acpiphp: Slot [17] registered\n[ 0.295890] acpiphp: Slot [18] registered\n[ 0.296756] acpiphp: Slot [19] registered\n[ 0.297632] acpiphp: Slot [20] registered\n[ 0.298511] acpiphp: Slot [21] registered\n[ 0.299386] acpiphp: Slot [22] registered\n[ 0.300256] acpiphp: Slot [23] registered\n[ 0.301134] acpiphp: Slot [24] registered\n[ 0.302005] acpiphp: Slot [25] registered\n[ 0.302877] acpiphp: Slot [26] registered\n[ 0.303765] acpiphp: Slot [27] registered\n[ 0.304626] acpiphp: Slot [28] registered\n[ 0.305483] acpiphp: Slot [29] registered\n[ 0.306336] acpiphp: Slot [30] registered\n[ 0.307200] acpiphp: Slot [31] registered\n[ 0.308055] PCI host bridge to bus 0000:00\n[ 0.308909] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310192] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314520] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316077] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319337] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321943] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323286] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326907] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328398] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347124] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348657] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353555] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354899] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356286] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357406] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359032] vgaarb: loaded\n[ 0.359657] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360939] SCSI subsystem initialized\n[ 0.361897] ACPI: bus type USB registered\n[ 0.362771] usbcore: registered new interface driver usbfs\n[ 0.363865] usbcore: registered new interface driver hub\n[ 0.364929] usbcore: registered new device driver usb\n[ 0.366090] PCI: Using ACPI for IRQ routing\n[ 0.367255] NetLabel: Initializing\n[ 0.368015] NetLabel: domain hash size = 128\n[ 0.368913] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369922] NetLabel: unlabeled traffic allowed by default\n[ 0.371140] clocksource: Switched to clocksource kvm-clock\n[ 0.379347] AppArmor: AppArmor Filesystem Enabled\n[ 0.380364] pnp: PnP ACPI init\n[ 0.381348] pnp: PnP ACPI: found 5 devices\n[ 0.387816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389609] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392071] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393359] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394621] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395770] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397027] NET: Registered protocol family 1\n[ 0.397954] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399120] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414400] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428594] Trying to unpack rootfs image as initramfs...\n[ 0.485133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486910] Scanning for low memory corruption every 60 seconds\n[ 0.488370] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489607] audit: initializing netlink subsys (disabled)\n[ 0.490705] audit: type=2000 audit(1534161045.855:1): initialized\n[ 0.492170] Initialise system trusted keyring\n[ 0.493180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494410] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496620] zbud: loaded\n[ 0.497411] VFS: Disk quotas dquot_6.6.0\n[ 0.498309] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500012] fuse init (API version 7.23)\n[ 0.500977] Key type big_key registered\n[ 0.501835] Allocating IMA MOK and blacklist keyrings.\n[ 0.503177] Key type asymmetric registered\n[ 0.504061] Asymmetric key parser 'x509' registered\n[ 0.505084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506665] io scheduler noop registered\n[ 0.507529] io scheduler deadline registered (default)\n[ 0.508597] io scheduler cfq registered\n[ 0.509512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510621] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513548] ACPI: Power Button [PWRF]\n[ 0.514472] GHES: HEST is not enabled!\n[ 0.528646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557087] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585030] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587915] Linux agpgart interface v0.103\n[ 0.590958] brd: module loaded\n[ 0.592753] loop: module loaded\n[ 0.596678] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598303] GPT:90111 != 2097151\n[ 0.598989] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600211] GPT:90111 != 2097151\n[ 0.600944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601996] vda: vda1 vda15\n[ 0.603442] scsi host0: ata_piix\n[ 0.604285] scsi host1: ata_piix\n[ 0.605061] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.606384] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.607971] libphy: Fixed MDIO Bus: probed\n[ 0.608861] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609884] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612311] PPP generic driver version 2.4.2\n[ 0.613351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614475] ehci-pci: EHCI PCI platform driver\n[ 0.615327] ehci-platform: EHCI generic platform driver\n[ 0.616370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617896] ohci-pci: OHCI PCI platform driver\n[ 0.619044] ohci-platform: OHCI generic platform driver\n[ 0.620370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634989] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636351] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638281] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639587] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641113] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644681] usb usb1: Product: UHCI Host Controller\n[ 0.645940] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647490] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648785] hub 1-0:1.0: USB hub found\n[ 0.649827] hub 1-0:1.0: 2 ports detected\n[ 0.651041] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655062] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656452] mousedev: PS/2 mouse device common for all mice\n[ 0.658102] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660535] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661976] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665220] i2c /dev entries driver\n[ 0.666227] device-mapper: uevent: version 1.0.3\n[ 0.667514] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669715] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671571] NET: Registered protocol family 10\n[ 0.673025] NET: Registered protocol family 17\n[ 0.674232] Key type dns_resolver registered\n[ 0.675539] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677034] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679451] registered taskstats version 1\n[ 0.680574] Loading compiled-in X.509 certificates\n[ 0.682374] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684920] zswap: loaded using pool lzo/zbud\n[ 0.686867] Key type trusted registered\n[ 0.688919] Key type encrypted registered\n[ 0.690021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691444] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692876] evm: HMAC attrs: 0x1\n[ 0.694058] Magic number: 14:940:832\n[ 0.695195] rtc_cmos 00:00: setting system clock to 2018-08-13 11:50:46 UTC (1534161046)\n[ 0.697383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698905] EDD information not available.\n[ 0.763688] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775897] ata1.00: configured for MWDMA2\n[ 0.777417] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780187] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781863] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783495] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786121] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788174] Write protecting the kernel read-only data: 14336k\n[ 0.790698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.963643] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.19s]\nping 10.10.20.4 OK\nping 10.10.20.4 OK\nping 10.10.20.4 OK\n"} 2018-08-13 11:51:22,207 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action used request id req-6f6ab90e-f4ab-4c34-ad88-bfb32086f4db 2018-08-13 11:51:22,208 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-8-1' (10.10.10.19) to 'sdnvpn-8-2' (10.10.20.4). -->Expected result: can ping. 2018-08-13 11:51:22,211 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}966888902a5bb15e245b902ef1d65eb8e12acedc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:51:22,284 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-79bc4363-5316-4c75-a355-4eee4f28a4cc x-compute-request-id: req-79bc4363-5316-4c75-a355-4eee4f28a4cc Content-Encoding: gzip Content-Length: 8124 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 503833904 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142737] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.144484] pid_max: default: 32768 minimum: 301\n[ 0.145423] ACPI: Core revision 20150930\n[ 0.146859] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.148235] Security Framework initialized\n[ 0.149091] Yama: becoming mindful.\n[ 0.149868] AppArmor: AppArmor initialized\n[ 0.150765] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.152181] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.153529] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154807] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156306] Initializing cgroup subsys io\n[ 0.157164] Initializing cgroup subsys memory\n[ 0.158080] Initializing cgroup subsys devices\n[ 0.159001] Initializing cgroup subsys freezer\n[ 0.159909] Initializing cgroup subsys net_cls\n[ 0.160818] Initializing cgroup subsys perf_event\n[ 0.161777] Initializing cgroup subsys net_prio\n[ 0.162708] Initializing cgroup subsys hugetlb\n[ 0.163619] Initializing cgroup subsys pids\n[ 0.164532] CPU: Physical Processor ID: 0\n[ 0.166101] mce: CPU supports 10 MCE banks\n[ 0.166987] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.168045] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184409] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190580] ftrace: allocating 31920 entries in 125 pages\n[ 0.215703] smpboot: Max logical packages: 1\n[ 0.216613] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218038] x2apic enabled\n[ 0.218872] Switched APIC routing to physical x2apic.\n[ 0.220640] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.221834] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223935] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225846] KVM setup paravirtual spinlock\n[ 0.227191] x86: Booted up 1 node, 1 CPUs\n[ 0.228046] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229515] devtmpfs: initialized\n[ 0.231271] evm: security.selinux\n[ 0.232013] evm: security.SMACK64\n[ 0.232737] evm: security.SMACK64EXEC\n[ 0.233525] evm: security.SMACK64TRANSMUTE\n[ 0.234388] evm: security.SMACK64MMAP\n[ 0.235179] evm: security.ima\n[ 0.235851] evm: security.capability\n[ 0.236694] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238660] pinctrl core: initialized pinctrl subsystem\n[ 0.239828] RTC time: 11:50:45, date: 08/13/18\n[ 0.240841] NET: Registered protocol family 16\n[ 0.241877] cpuidle: using governor ladder\n[ 0.242746] cpuidle: using governor menu\n[ 0.243583] PCCT header not found.\n[ 0.244380] ACPI: bus type PCI registered\n[ 0.245229] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246544] PCI: Using configuration type 1 for base access\n[ 0.248392] ACPI: Added _OSI(Module Device)\n[ 0.249283] ACPI: Added _OSI(Processor Device)\n[ 0.250192] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.251145] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252963] ACPI: Interpreter enabled\n[ 0.253777] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255760] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257718] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.261626] ACPI: (supports S0 S5)\n[ 0.262374] ACPI: Using IOAPIC for interrupt routing\n[ 0.263372] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.266620] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267838] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.269140] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.270396] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.272741] acpiphp: Slot [3] registered\n[ 0.273588] acpiphp: Slot [4] registered\n[ 0.274439] acpiphp: Slot [5] registered\n[ 0.275289] acpiphp: Slot [6] registered\n[ 0.276138] acpiphp: Slot [7] registered\n[ 0.276984] acpiphp: Slot [8] registered\n[ 0.277834] acpiphp: Slot [9] registered\n[ 0.278692] acpiphp: Slot [10] registered\n[ 0.279565] acpiphp: Slot [11] registered\n[ 0.280435] acpiphp: Slot [12] registered\n[ 0.281304] acpiphp: Slot [13] registered\n[ 0.282173] acpiphp: Slot [14] registered\n[ 0.283047] acpiphp: Slot [15] registered\n[ 0.294143] acpiphp: Slot [16] registered\n[ 0.295017] acpiphp: Slot [17] registered\n[ 0.295890] acpiphp: Slot [18] registered\n[ 0.296756] acpiphp: Slot [19] registered\n[ 0.297632] acpiphp: Slot [20] registered\n[ 0.298511] acpiphp: Slot [21] registered\n[ 0.299386] acpiphp: Slot [22] registered\n[ 0.300256] acpiphp: Slot [23] registered\n[ 0.301134] acpiphp: Slot [24] registered\n[ 0.302005] acpiphp: Slot [25] registered\n[ 0.302877] acpiphp: Slot [26] registered\n[ 0.303765] acpiphp: Slot [27] registered\n[ 0.304626] acpiphp: Slot [28] registered\n[ 0.305483] acpiphp: Slot [29] registered\n[ 0.306336] acpiphp: Slot [30] registered\n[ 0.307200] acpiphp: Slot [31] registered\n[ 0.308055] PCI host bridge to bus 0000:00\n[ 0.308909] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.310192] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.311473] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312999] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.314520] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.316077] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.319337] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320690] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321943] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.323286] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.326907] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.328398] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.347124] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348657] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350582] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352102] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353555] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354899] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356286] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357406] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359032] vgaarb: loaded\n[ 0.359657] vgaarb: bridge control possible 0000:00:02.0\n[ 0.360939] SCSI subsystem initialized\n[ 0.361897] ACPI: bus type USB registered\n[ 0.362771] usbcore: registered new interface driver usbfs\n[ 0.363865] usbcore: registered new interface driver hub\n[ 0.364929] usbcore: registered new device driver usb\n[ 0.366090] PCI: Using ACPI for IRQ routing\n[ 0.367255] NetLabel: Initializing\n[ 0.368015] NetLabel: domain hash size = 128\n[ 0.368913] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.369922] NetLabel: unlabeled traffic allowed by default\n[ 0.371140] clocksource: Switched to clocksource kvm-clock\n[ 0.379347] AppArmor: AppArmor Filesystem Enabled\n[ 0.380364] pnp: PnP ACPI init\n[ 0.381348] pnp: PnP ACPI: found 5 devices\n[ 0.387816] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.389609] NET: Registered protocol family 2\n[ 0.390704] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.392071] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.393359] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.394621] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.395770] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.397027] NET: Registered protocol family 1\n[ 0.397954] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.399120] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.400267] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.414400] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.428594] Trying to unpack rootfs image as initramfs...\n[ 0.485133] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.486910] Scanning for low memory corruption every 60 seconds\n[ 0.488370] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.489607] audit: initializing netlink subsys (disabled)\n[ 0.490705] audit: type=2000 audit(1534161045.855:1): initialized\n[ 0.492170] Initialise system trusted keyring\n[ 0.493180] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494410] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.496620] zbud: loaded\n[ 0.497411] VFS: Disk quotas dquot_6.6.0\n[ 0.498309] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500012] fuse init (API version 7.23)\n[ 0.500977] Key type big_key registered\n[ 0.501835] Allocating IMA MOK and blacklist keyrings.\n[ 0.503177] Key type asymmetric registered\n[ 0.504061] Asymmetric key parser 'x509' registered\n[ 0.505084] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.506665] io scheduler noop registered\n[ 0.507529] io scheduler deadline registered (default)\n[ 0.508597] io scheduler cfq registered\n[ 0.509512] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.510621] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.511998] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.513548] ACPI: Power Button [PWRF]\n[ 0.514472] GHES: HEST is not enabled!\n[ 0.528646] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.557087] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.559293] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.585030] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.587915] Linux agpgart interface v0.103\n[ 0.590958] brd: module loaded\n[ 0.592753] loop: module loaded\n[ 0.596678] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.598303] GPT:90111 != 2097151\n[ 0.598989] GPT:Alternate GPT header not at the end of the disk.\n[ 0.600211] GPT:90111 != 2097151\n[ 0.600944] GPT: Use GNU Parted to correct GPT errors.\n[ 0.601996] vda: vda1 vda15\n[ 0.603442] scsi host0: ata_piix\n[ 0.604285] scsi host1: ata_piix\n[ 0.605061] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.606384] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.607971] libphy: Fixed MDIO Bus: probed\n[ 0.608861] tun: Universal TUN/TAP device driver, 1.6\n[ 0.609884] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.612311] PPP generic driver version 2.4.2\n[ 0.613351] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.614475] ehci-pci: EHCI PCI platform driver\n[ 0.615327] ehci-platform: EHCI generic platform driver\n[ 0.616370] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.617896] ohci-pci: OHCI PCI platform driver\n[ 0.619044] ohci-platform: OHCI generic platform driver\n[ 0.620370] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.634989] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.636351] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.638281] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.639587] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.641113] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.642782] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.644681] usb usb1: Product: UHCI Host Controller\n[ 0.645940] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.647490] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.648785] hub 1-0:1.0: USB hub found\n[ 0.649827] hub 1-0:1.0: 2 ports detected\n[ 0.651041] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.653770] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.655062] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.656452] mousedev: PS/2 mouse device common for all mice\n[ 0.658102] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.660535] rtc_cmos 00:00: RTC can wake from S4\n[ 0.661976] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.665220] i2c /dev entries driver\n[ 0.666227] device-mapper: uevent: version 1.0.3\n[ 0.667514] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.669715] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.671571] NET: Registered protocol family 10\n[ 0.673025] NET: Registered protocol family 17\n[ 0.674232] Key type dns_resolver registered\n[ 0.675539] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.677034] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.679451] registered taskstats version 1\n[ 0.680574] Loading compiled-in X.509 certificates\n[ 0.682374] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.684920] zswap: loaded using pool lzo/zbud\n[ 0.686867] Key type trusted registered\n[ 0.688919] Key type encrypted registered\n[ 0.690021] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.691444] ima: No TPM chip found, activating TPM-bypass!\n[ 0.692876] evm: HMAC attrs: 0x1\n[ 0.694058] Magic number: 14:940:832\n[ 0.695195] rtc_cmos 00:00: setting system clock to 2018-08-13 11:50:46 UTC (1534161046)\n[ 0.697383] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.698905] EDD information not available.\n[ 0.763688] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.775897] ata1.00: configured for MWDMA2\n[ 0.777417] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.780187] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.781863] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.783495] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.786121] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.788174] Write protecting the kernel read-only data: 14336k\n[ 0.790698] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.793081] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.76\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.963643] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.19s]\nping 10.10.20.4 OK\nping 10.10.20.4 OK\nping 10.10.20.4 OK\n"} 2018-08-13 11:51:22,285 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action used request id req-79bc4363-5316-4c75-a355-4eee4f28a4cc 2018-08-13 11:51:22,286 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-8-1' can ping 'sdnvpn-8-2' 2018-08-13 11:51:22,287 - sdnvpn-results - INFO - Assign a Floating IP to sdnvpn-8-1 2018-08-13 11:51:22,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:22,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11827 X-Openstack-Request-Id: req-d250356b-3c24-4b60-9d35-8a4a1486cd52 Date: Mon, 13 Aug 2018 11:51:22 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:50:18Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4bc10172-094f-4016-a5cc-4dfda864dfaa","ip_address":"10.10.10.2"}],"id":"1c4d814a-3d6a-4b47-8747-3c0056f4a8cc","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e5:75:8a","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-c9711b35-9d67-49c2-bb2f-38bd54f82e14","name":"","admin_state_up":true,"network_id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.2"}],"id":"2283e9e5-e19f-4fa2-80f6-36118b6acedf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:4d:1a","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f27d3529-ef56-4e49-9961-9c8554ca8c68","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:03Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.1"}],"id":"360ccaac-80eb-444f-b946-07e7a840e6de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:cf:37","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:50:16Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"4bc10172-094f-4016-a5cc-4dfda864dfaa","ip_address":"10.10.10.1"}],"id":"3dacf8ab-d06b-461a-bdcf-5782e7a61b1d","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:fd:ea:47","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd","name":"","admin_state_up":true,"network_id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:15Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:50:18Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","ip_address":"172.30.9.200"}],"id":"42652d40-72a2-4438-bfb3-d9f9bc329627","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:97:18:f9","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd","name":"","admin_state_up":true,"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"","created_at":"2018-08-13T11:50:17Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:50:36Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"ba1c96fc-7756-4042-aefb-106dd6518ecc","ip_address":"10.10.20.4"}],"id":"52a9a648-ebdf-425f-bcbc-acb229f6ba64","security_groups":["05b3e55a-94ef-44af-b34b-c4f741e7bb2b","adb76e46-106d-4b05-a433-ab53fdff7564"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e7:f2:67","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"3c84d202-0020-4d9e-b5e3-62ca8fae2265","name":"","admin_state_up":true,"network_id":"589a6808-6b53-4313-81c5-48ca86f61407","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:27Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.2"}],"id":"6d7c64e6-e35f-4377-a6d1-67f76ee63987","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:af:bf","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3c0ee642-e04c-42e2-9905-402562238f37","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:50:22Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ba1c96fc-7756-4042-aefb-106dd6518ecc","ip_address":"10.10.20.2"}],"id":"8294cfcd-cd6e-4e21-950a-a420011bfc79","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:36:17:50","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-589a6808-6b53-4313-81c5-48ca86f61407","name":"","admin_state_up":true,"network_id":"589a6808-6b53-4313-81c5-48ca86f61407","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:19Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:31:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.4"}],"id":"97d21188-3ed0-450b-8fc7-f19ffced6b47","security_groups":["d8320bfd-5de9-4b1f-8598-df9be640a6ce"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:5f:f5","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"13b97a19-f085-4c9f-8b4b-32f2eaff21c0","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:50:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"4bc10172-094f-4016-a5cc-4dfda864dfaa","ip_address":"10.10.10.19"}],"id":"a92d766a-f526-4bb3-8c93-b502710c31c6","security_groups":["05b3e55a-94ef-44af-b34b-c4f741e7bb2b","adb76e46-106d-4b05-a433-ab53fdff7564"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:e8:7f:75","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"88c9cf2a-0e98-4742-8823-a51b49af4c19","name":"","admin_state_up":true,"network_id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:40Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:40:49Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"149bca8e-af59-4676-86fe-b94656d26b46","ip_address":"10.10.11.2"}],"id":"cfaf88da-099e-4224-9722-3f3744d3e29a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:a6:e2","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e1cb77ea-9320-40ee-8b85-a1c31b7c5899","name":"","admin_state_up":true,"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:50:21Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"ba1c96fc-7756-4042-aefb-106dd6518ecc","ip_address":"10.10.20.1"}],"id":"e8029e99-d19a-433c-8999-3e56bda297c7","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:09:0c:63","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd","name":"","admin_state_up":true,"network_id":"589a6808-6b53-4313-81c5-48ca86f61407","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:20Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.1"}],"id":"f7e68333-9bcf-4893-be1d-ff3fdaf81464","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:a3:6d","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:40:48Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"216fa00f-a428-4a98-97a5-23fa7740d30d","ip_address":"10.10.10.2"}],"id":"fe035628-71b0-4ddd-bb8a-73fddba93473","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:70:59:63","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0573f84e-9fd8-41f1-beb4-18f7893160e7","name":"","admin_state_up":true,"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","binding:vnic_type":"normal"}]} 2018-08-13 11:51:22,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-d250356b-3c24-4b60-9d35-8a4a1486cd52 2018-08-13 11:51:22,364 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:22,464 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10744 X-Openstack-Request-Id: req-ef1af1d5-15ed-4020-a67c-0600cf3ccfc9 Date: Mon, 13 Aug 2018 11:51:22 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"589a6808-6b53-4313-81c5-48ca86f61407","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["ba1c96fc-7756-4042-aefb-106dd6518ecc"],"description":"","tags":[],"updated_at":"2018-08-13T11:50:19Z","provider:segmentation_id":27,"name":"sdnvpn-8-2","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:19Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"c9711b35-9d67-49c2-bb2f-38bd54f82e14","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["4bc10172-094f-4016-a5cc-4dfda864dfaa"],"description":"","tags":[],"updated_at":"2018-08-13T11:50:14Z","provider:segmentation_id":49,"name":"sdnvpn-8-1","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:50:14Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 11:51:22,464 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ef1af1d5-15ed-4020-a67c-0600cf3ccfc9 2018-08-13 11:51:22,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/floatingips -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"floatingip": {"floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "port_id": "a92d766a-f526-4bb3-8c93-b502710c31c6"}}' 2018-08-13 11:51:24,365 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 551 X-Openstack-Request-Id: req-adc71dd7-1924-4212-8e03-949208a28f9a Date: Mon, 13 Aug 2018 11:51:24 GMT RESP BODY: {"floatingip": {"router_id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd", "status": "ACTIVE", "description": "", "tags": [], "updated_at": "2018-08-13T11:51:23Z", "floating_network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "fixed_ip_address": "10.10.10.19", "floating_ip_address": "172.30.9.213", "revision_number": 0, "port_id": "a92d766a-f526-4bb3-8c93-b502710c31c6", "id": "5f2f8c25-48ce-4675-b025-b2090a110b2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:51:23Z", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}} 2018-08-13 11:51:24,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/floatingips used request id req-adc71dd7-1924-4212-8e03-949208a28f9a 2018-08-13 11:51:24,366 - sdnvpn-results - INFO - Ping sdnvpn-8-1 via Floating IP 2018-08-13 11:51:24,366 - sdnvpn-results - DEBUG - Ping IP 172.30.9.213 2018-08-13 11:51:24,366 - functest.utils.functest_utils - DEBUG - Executing command: 'ping 172.30.9.213 -c 10' 2018-08-13 11:51:34,383 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb504d9134abeea1a1d90ca8375f7c9ac48d74fd" -d '{"forceDelete": null}' 2018-08-13 11:51:34,547 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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 x-openstack-request-id: req-44b81d18-7d86-47f4-b2df-12e5820e5467 x-compute-request-id: req-44b81d18-7d86-47f4-b2df-12e5820e5467 Content-Length: 0 Content-Type: application/json 2018-08-13 11:51:34,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/88c9cf2a-0e98-4742-8823-a51b49af4c19/action used request id req-44b81d18-7d86-47f4-b2df-12e5820e5467 2018-08-13 11:51:34,550 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eb504d9134abeea1a1d90ca8375f7c9ac48d74fd" -d '{"forceDelete": null}' 2018-08-13 11:51:34,758 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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 x-openstack-request-id: req-782f1fe1-eda7-4573-8e26-e232400447f6 x-compute-request-id: req-782f1fe1-eda7-4573-8e26-e232400447f6 Content-Length: 0 Content-Type: application/json 2018-08-13 11:51:34,759 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/3c84d202-0020-4d9e-b5e3-62ca8fae2265/action used request id req-782f1fe1-eda7-4573-8e26-e232400447f6 2018-08-13 11:51:34,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/44432221-fd36-4803-ada2-4299c86a8bff -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}9e31f527d3f54ffcb2196d83ae4a96259f443011" 2018-08-13 11:51:35,447 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a03c7019-dab4-4cff-b265-5a3c0bdbeb86 Date: Mon, 13 Aug 2018 11:51:35 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:51:35,447 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/44432221-fd36-4803-ada2-4299c86a8bff used request id req-a03c7019-dab4-4cff-b265-5a3c0bdbeb86 2018-08-13 11:51:35,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/floatingips/5f2f8c25-48ce-4675-b025-b2090a110b2b -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:37,886 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c9b2c5f9-195b-46dd-a92e-42fdf34d9988 Content-Length: 0 Date: Mon, 13 Aug 2018 11:51:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:51:37,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/floatingips/5f2f8c25-48ce-4675-b025-b2090a110b2b used request id req-c9b2c5f9-195b-46dd-a92e-42fdf34d9988 2018-08-13 11:51:37,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"subnet_id": "4bc10172-094f-4016-a5cc-4dfda864dfaa"}' 2018-08-13 11:51:39,639 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d02a355c-cce3-49fa-9ce9-8995d6211b4c Date: Mon, 13 Aug 2018 11:51:39 GMT RESP BODY: {"network_id": "c9711b35-9d67-49c2-bb2f-38bd54f82e14", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "4bc10172-094f-4016-a5cc-4dfda864dfaa", "subnet_ids": ["4bc10172-094f-4016-a5cc-4dfda864dfaa"], "port_id": "3dacf8ab-d06b-461a-bdcf-5782e7a61b1d", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd"} 2018-08-13 11:51:39,639 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/remove_router_interface used request id req-d02a355c-cce3-49fa-9ce9-8995d6211b4c 2018-08-13 11:51:39,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"subnet_id": "ba1c96fc-7756-4042-aefb-106dd6518ecc"}' 2018-08-13 11:51:41,213 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-28e6a585-7e79-453e-9e69-868dbd7e0246 Date: Mon, 13 Aug 2018 11:51:41 GMT RESP BODY: {"network_id": "589a6808-6b53-4313-81c5-48ca86f61407", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "ba1c96fc-7756-4042-aefb-106dd6518ecc", "subnet_ids": ["ba1c96fc-7756-4042-aefb-106dd6518ecc"], "port_id": "e8029e99-d19a-433c-8999-3e56bda297c7", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd"} 2018-08-13 11:51:41,213 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd/remove_router_interface used request id req-28e6a585-7e79-453e-9e69-868dbd7e0246 2018-08-13 11:51:41,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" -d '{"router": {"external_gateway_info": {}}}' 2018-08-13 11:51:42,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-22e1d4f3-6e62-4fdc-9648-5da5806b1eea Date: Mon, 13 Aug 2018 11:51:42 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:50:14Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T11:51:42Z", "revision_number": 10, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd", "name": "sdnvpn-8-1-router"}} 2018-08-13 11:51:42,526 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd used request id req-22e1d4f3-6e62-4fdc-9648-5da5806b1eea 2018-08-13 11:51:42,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/4bc10172-094f-4016-a5cc-4dfda864dfaa -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:43,808 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-815d2c69-fc38-4a88-b10b-096646e2e1f0 Date: Mon, 13 Aug 2018 11:51:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:51:43,808 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/4bc10172-094f-4016-a5cc-4dfda864dfaa used request id req-815d2c69-fc38-4a88-b10b-096646e2e1f0 2018-08-13 11:51:43,811 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/ba1c96fc-7756-4042-aefb-106dd6518ecc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:44,685 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-12b6492b-fade-471c-a952-7284a541b862 Date: Mon, 13 Aug 2018 11:51:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:51:44,686 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/ba1c96fc-7756-4042-aefb-106dd6518ecc used request id req-12b6492b-fade-471c-a952-7284a541b862 2018-08-13 11:51:44,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:45,526 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-a9c09e0a-8297-435d-acaa-9c981002e0c2 Content-Length: 0 Date: Mon, 13 Aug 2018 11:51:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:51:45,526 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/3a5b5d98-f8f7-43c3-a535-d9b880a8c5dd used request id req-a9c09e0a-8297-435d-acaa-9c981002e0c2 2018-08-13 11:51:45,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/c9711b35-9d67-49c2-bb2f-38bd54f82e14 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:46,132 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-433dee84-ac24-44c9-9d9b-5371cc0586de Date: Mon, 13 Aug 2018 11:51:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:51:46,132 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/c9711b35-9d67-49c2-bb2f-38bd54f82e14 used request id req-433dee84-ac24-44c9-9d9b-5371cc0586de 2018-08-13 11:51:46,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/589a6808-6b53-4313-81c5-48ca86f61407 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}cae8f7977063d0c8faef772320c4f314aa5c2a1b" 2018-08-13 11:51:46,709 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b44a4150-3311-405d-9f03-d3a97c2e98ab Date: Mon, 13 Aug 2018 11:51:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:51:46,709 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/589a6808-6b53-4313-81c5-48ca86f61407 used request id req-b44a4150-3311-405d-9f03-d3a97c2e98ab 2018-08-13 11:51:46,709 - 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.213 | +========================================================================================+ 2018-08-13 11:51:46,710 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-13 11:51:46,710 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_8 2018-08-13 11:51:46,711 - 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.213': 'PASS'}]} 2018-08-13 11:51:46,711 - 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-08-13 11:51:46,711 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================================== 2018-08-13 11:51:46,711 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_9 2018-08-13 11:51:46,786 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_9 main method 2018-08-13 11:51:46,788 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5d95e10L 2018-08-13 11:51:46,789 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:51:46,817 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:51:46,817 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:51:46,823 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:51:46,823 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:51:46,824 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:51:46,824 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:51:46,824 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:51:46,824 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:51:46,832 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:51:46,833 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:51:46,852 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.202: 35d60d2783116041637172b99354acae 2018-08-13 11:51:46,853 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:51:46,873 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:51:46,906 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:51:46,917 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:51:47,162 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:51:47,163 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:51:47,202 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:51:47,203 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:51:47,226 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:51:53,203 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:51:53,205 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:51:53,207 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5dc8810L 2018-08-13 11:51:53,207 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:51:53,220 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:51:53,220 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:51:53,222 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:51:53,222 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:51:53,223 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:51:53,223 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:51:53,223 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:51:53,223 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:51:53,227 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:51:53,228 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:51:53,239 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:51:53,239 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:51:53,267 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:51:53,280 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:51:53,304 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:51:53,417 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:51:53,417 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:51:53,456 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:51:53,457 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:51:53,471 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:51:53,483 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:51:53,484 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:51:53,485 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:51:53,486 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:51:53,486 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:51:53,526 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:51:53,541 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:51:53,542 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:51:53,543 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:51:53,544 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:51:53,544 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:51:53,585 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:51:53,596 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:51:53,597 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:51:53,599 - paramiko.transport - DEBUG - starting thread (client mode): 0xa6538e50L 2018-08-13 11:51:53,599 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:51:53,616 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:51:53,616 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:51:53,619 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:51:53,619 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:51:53,619 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:51:53,620 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:51:53,620 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:51:53,620 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:51:53,625 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:51:53,625 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:51:53,631 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:51:53,631 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:51:53,665 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:51:53,681 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:51:53,696 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:51:53,834 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:51:53,834 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:51:53,874 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:51:53,875 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:51:53,900 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:51:53,912 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:51:53,913 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:51:53,914 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:51:53,915 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:51:53,915 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:51:53,955 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:51:53,971 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:51:53,972 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:51:53,973 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:51:53,973 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:51:53,974 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:51:54,014 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:51:54,026 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:51:54,027 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:51:54,029 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5cc8050L 2018-08-13 11:51:54,030 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:51:54,054 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:51:54,054 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:51:54,057 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:51:54,057 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:51:54,057 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:51:54,057 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:51:54,058 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:51:54,058 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:51:54,062 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:51:54,063 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:51:54,093 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:51:54,094 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:51:54,102 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:51:54,117 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:51:54,126 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:51:54,259 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:51:54,259 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:51:54,298 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:51:54,299 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:51:54,332 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:51:54,350 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:51:54,351 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:51:54,352 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:51:54,353 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:51:54,353 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:51:54,394 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:51:54,411 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:51:54,413 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:51:54,414 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:51:54,415 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:51:54,415 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:51:54,456 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:51:54,469 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:51:54,470 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:51:54,471 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:51:54,471 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:51:54,472 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:51:54,478 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:51:59,638 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:51:59,640 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:51:59,642 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5dc8f10L 2018-08-13 11:51:59,642 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:51:59,650 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:51:59,650 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:51:59,652 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:51:59,652 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:51:59,653 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:51:59,653 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:51:59,653 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:51:59,653 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:51:59,657 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:51:59,658 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:51:59,674 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:51:59,675 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:51:59,697 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:51:59,711 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:51:59,739 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:51:59,853 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:51:59,853 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:51:59,892 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:51:59,893 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:51:59,906 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:51:59,919 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:51:59,920 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:51:59,920 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:51:59,921 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:51:59,921 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:51:59,961 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:51:59,977 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:51:59,978 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:51:59,979 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:51:59,979 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:51:59,980 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:52:00,020 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:52:00,030 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:52:00,032 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:52:00,033 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5c30810L 2018-08-13 11:52:00,034 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:52:00,040 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:52:00,040 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:52:00,043 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:52:00,043 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:52:00,043 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:52:00,043 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:52:00,043 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:52:00,043 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:52:00,048 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:52:00,049 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:52:00,050 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:52:00,050 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:52:00,088 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:52:00,100 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:52:00,115 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:52:00,231 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:52:00,232 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:52:00,271 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:52:00,272 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:52:00,282 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:52:00,293 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:52:00,294 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:52:00,295 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:52:00,295 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:52:00,296 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:52:00,336 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:52:00,351 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:52:00,353 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:52:00,353 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:52:00,354 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:52:00,354 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:52:00,394 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:52:00,405 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:52:00,406 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:52:00,408 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5c2c5d0L 2018-08-13 11:52:00,409 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:52:00,418 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:52:00,418 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:52:00,421 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:52:00,421 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:52:00,421 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:52:00,421 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:52:00,421 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:52:00,421 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:52:00,427 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:52:00,428 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:52:00,440 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:52:00,441 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:52:00,467 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:52:00,481 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:52:00,506 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:52:00,623 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:52:00,624 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:52:00,663 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:52:00,663 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:52:00,674 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:52:00,689 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:52:00,689 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:52:00,690 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:52:00,691 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:52:00,691 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:52:00,732 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:52:00,749 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:52:00,751 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:52:00,751 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:52:00,752 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:52:00,752 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:52:00,793 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:52:00,804 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:52:00,805 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 11:52:00,806 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:52:00,807 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 11:52:00,807 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 11:52:00,811 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 11:52:00,835 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-13 11:52:00,836 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Caught Exception in sdnvpn.test.functest.testcase_9: argument of type 'NoneType' is not iterable Trace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/run_sdnvpn_tests.py", line 112, in execute result = t.main() File "/usr/lib/python2.7/site-packages/sdnvpn/test/functest/testcase_9.py", line 42, in main node.run_cmd("sudo systemctl status opendaylight")] TypeError: argument of type 'NoneType' is not iterable 2018-08-13 11:52:00,838 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 11:52:00,837 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Testcase sdnvpn.test.functest.testcase_9 failed 2018-08-13 11:52:00,838 - 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-08-13 11:52:00,838 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ===================================================================================================================== 2018-08-13 11:52:00,839 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_10 2018-08-13 11:52:00,892 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_10 main method 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:00,892 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:00,893 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:00,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:00,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:00,894 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:00,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:00,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:00,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:00,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:00,895 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:00,896 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:00,897 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:00,898 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:00,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:00,900 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 11:52:00,900 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:00,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-130f1e2e-46a4-408e-965c-5bf348052d73 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:00,906 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-130f1e2e-46a4-408e-965c-5bf348052d73 2018-08-13 11:52:00,907 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:01,295 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["vvl93whwRxaaYmTUUw6g5Q"], "issued_at": "2018-08-13T11:52:01.000000Z"}} 2018-08-13 11:52:01,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}517ae165e1ea3049f36e80f8707b4afd0aea7223" 2018-08-13 11:52:01,566 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-db5feeed-aea1-4bd7-afc2-2868f6296a55 Date: Mon, 13 Aug 2018 11:52:01 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 11:52:01,566 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-db5feeed-aea1-4bd7-afc2-2868f6296a55 2018-08-13 11:52:01,567 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 11:52:01,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}517ae165e1ea3049f36e80f8707b4afd0aea7223" 2018-08-13 11:52:01,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-0d3e97cf-d342-439b-a3c6-21ddddcb2f3b Date: Mon, 13 Aug 2018 11:52:01 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 11:52:01,575 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-0d3e97cf-d342-439b-a3c6-21ddddcb2f3b 2018-08-13 11:52:01,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}517ae165e1ea3049f36e80f8707b4afd0aea7223" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 11:52:01,638 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/72cc6e7b-bc90-4307-9655-f9dec72465e5 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-272a8724-aa8f-4e35-a586-9c480fd29d1d Date: Mon, 13 Aug 2018 11:52:01 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T11:52:01Z", "file": "/v2/images/72cc6e7b-bc90-4307-9655-f9dec72465e5/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "size": null, "self": "/v2/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T11:52:01Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 11:52:01,638 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-272a8724-aa8f-4e35-a586-9c480fd29d1d 2018-08-13 11:52:01,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/72cc6e7b-bc90-4307-9655-f9dec72465e5/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}517ae165e1ea3049f36e80f8707b4afd0aea7223" -d '' 2018-08-13 11:52:02,554 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7b1dba0e-871b-4780-825c-08281cc56786 Date: Mon, 13 Aug 2018 11:52:02 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:52:02,555 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/72cc6e7b-bc90-4307-9655-f9dec72465e5/file used request id req-7b1dba0e-871b-4780-825c-08281cc56786 2018-08-13 11:52:02,555 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-10-1-net 2018-08-13 11:52:02,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:02,562 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57a0d937-e3ee-4013-9313-a4e343274a06 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:02,562 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-57a0d937-e3ee-4013-9313-a4e343274a06 2018-08-13 11:52:02,563 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:02,955 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["fxvQgrh4SA6ilkv7WSa9Yw"], "issued_at": "2018-08-13T11:52:02.000000Z"}} 2018-08-13 11:52:02,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c19329377ab3a5fa722fa2445372c53e8f1aa2" -d '{"network": {"name": "sdnvpn-10-1-net", "admin_state_up": true}}' 2018-08-13 11:52:03,450 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-d1ce6bd6-2d78-4acb-b11a-94eace41ab3b Date: Mon, 13 Aug 2018 11:52:03 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"517394dc-95ae-4109-a667-ba31c339dd44","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:52:03Z","is_default":false,"provider:segmentation_id":11,"name":"sdnvpn-10-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:52:03Z","mtu":1450}} 2018-08-13 11:52:03,450 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-d1ce6bd6-2d78-4acb-b11a-94eace41ab3b 2018-08-13 11:52:03,450 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-10-1-subnet in network 517394dc-95ae-4109-a667-ba31c339dd44 with cidr 10.10.10.0/24 2018-08-13 11:52:03,453 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c19329377ab3a5fa722fa2445372c53e8f1aa2" -d '{"subnets": [{"ip_version": 4, "network_id": "517394dc-95ae-4109-a667-ba31c339dd44", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-10-1-subnet"}]}' 2018-08-13 11:52:03,826 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-66953fff-4b83-4c6c-be31-5f6a578b0295 Date: Mon, 13 Aug 2018 11:52:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"517394dc-95ae-4109-a667-ba31c339dd44","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:52:03Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:52:03Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"1358c071-a7cd-418a-b3f0-5a1e302d7adc","subnetpool_id":null,"name":"sdnvpn-10-1-subnet"}]} 2018-08-13 11:52:03,826 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-66953fff-4b83-4c6c-be31-5f6a578b0295 2018-08-13 11:52:03,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c19329377ab3a5fa722fa2445372c53e8f1aa2" 2018-08-13 11:52:03,966 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49888 X-Openstack-Request-Id: req-5fd43d16-24b6-44ef-8556-1d32a80bcf49 Date: Mon, 13 Aug 2018 11:52:03 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:50:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-13T11:50:23Z", "revision_number": 0, "id": "03e4b763-3e02-4dff-bf96-c789b6d82ea3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:50:23Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "213b899d-3fec-4777-af97-92b740597a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "93ca9ece-8652-4644-86a2-157e5e05148c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 5, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 11:52:03,967 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-5fd43d16-24b6-44ef-8556-1d32a80bcf49 2018-08-13 11:52:03,972 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-13 11:52:03,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:03,978 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1122a40c-75f4-48f8-b85c-ea89fe57fb12 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:03,978 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1122a40c-75f4-48f8-b85c-ea89fe57fb12 2018-08-13 11:52:03,978 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:04,370 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["qC8QK0-xQQiuK8C61gx6kg"], "issued_at": "2018-08-13T11:52:04.000000Z"}} 2018-08-13 11:52:04,375 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" 2018-08-13 11:52:04,614 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-6449a1a5-f32d-4323-80c6-9251b68f3fb0 x-compute-request-id: req-6449a1a5-f32d-4323-80c6-9251b68f3fb0 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 11:52:04,614 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-6449a1a5-f32d-4323-80c6-9251b68f3fb0 2018-08-13 11:52:04,615 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-08-13 11:52:04,615 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-2'... 2018-08-13 11:52:04,615 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-2 flavor=m1.tiny image=72cc6e7b-bc90-4307-9655-f9dec72465e5 network=517394dc-95ae-4109-a667-ba31c339dd44 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:52:04,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:04,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:04,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:04,615 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:04,616 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:04,617 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:04,619 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:04,620 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:04,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:04,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:04,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:04,621 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:04,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:04,628 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-305a3dc5-553f-4c97-b7e3-f3145d0dee46 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:04,629 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-305a3dc5-553f-4c97-b7e3-f3145d0dee46 2018-08-13 11:52:04,629 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:05,028 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:04.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["uRY_xyOMQdSN5wUsBnStqA"], "issued_at": "2018-08-13T11:52:04.000000Z"}} 2018-08-13 11:52:05,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" 2018-08-13 11:52:05,299 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8d56a366-dc6f-4eb1-9ffc-3adfb0df7758 x-compute-request-id: req-8d56a366-dc6f-4eb1-9ffc-3adfb0df7758 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:52:05,299 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-8d56a366-dc6f-4eb1-9ffc-3adfb0df7758 2018-08-13 11:52:05,302 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" 2018-08-13 11:52:05,320 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2f3e424a-3b9d-4695-b77a-8b683071217d x-compute-request-id: req-2f3e424a-3b9d-4695-b77a-8b683071217d Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:52:05,320 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-2f3e424a-3b9d-4695-b77a-8b683071217d 2018-08-13 11:52:05,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"server": {"name": "sdnvpn-10-2", "imageRef": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "517394dc-95ae-4109-a667-ba31c339dd44"}]}}' 2018-08-13 11:52:06,916 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:52:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2c69769a-47be-43ef-9074-ceba5b6535a6 x-compute-request-id: req-2c69769a-47be-43ef-9074-ceba5b6535a6 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "bookmark"}], "adminPass": "LRVqJBYjR2WQ"}} 2018-08-13 11:52:06,916 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-2c69769a-47be-43ef-9074-ceba5b6535a6 2018-08-13 11:52:06,917 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:06,923 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-74d21e4e-5542-4bde-a278-d6b20860e7e6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:06,923 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-74d21e4e-5542-4bde-a278-d6b20860e7e6 2018-08-13 11:52:06,924 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:07,315 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:07.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["apewOGNmQh20BQZ7DwzwOA"], "issued_at": "2018-08-13T11:52:07.000000Z"}} 2018-08-13 11:52:07,318 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572f69ea585f64e7f30e2515670a1b80f67733c" 2018-08-13 11:52:08,259 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-e2a20fe3-aa03-4d12-9cec-5b812e407df1 x-compute-request-id: req-e2a20fe3-aa03-4d12-9cec-5b812e407df1 Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:52:07Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-2", "created": "2018-08-13T11:52:06Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:08,259 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 used request id req-e2a20fe3-aa03-4d12-9cec-5b812e407df1 2018-08-13 11:52:11,264 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572f69ea585f64e7f30e2515670a1b80f67733c" 2018-08-13 11:52:12,059 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6b2b138-692a-40dd-8e17-5fe1a7067e44 x-compute-request-id: req-f6b2b138-692a-40dd-8e17-5fe1a7067e44 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:0a:07:cc", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008a", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:52:08Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:52:06Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:12,059 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 used request id req-f6b2b138-692a-40dd-8e17-5fe1a7067e44 2018-08-13 11:52:15,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0572f69ea585f64e7f30e2515670a1b80f67733c" 2018-08-13 11:52:15,202 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-54a1ba01-f0f7-4d72-af8a-f724f28564c8 x-compute-request-id: req-54a1ba01-f0f7-4d72-af8a-f724f28564c8 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:0a:07:cc", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008a", "OS-SRV-USG:launched_at": "2018-08-13T11:52:12.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:52:12Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:52:06Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:15,203 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 used request id req-54a1ba01-f0f7-4d72-af8a-f724f28564c8 2018-08-13 11:52:15,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" 2018-08-13 11:52:15,604 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-0795bd27-f243-442c-9d85-a553777dce0e x-compute-request-id: req-0795bd27-f243-442c-9d85-a553777dce0e 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:0a:07:cc", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008a", "OS-SRV-USG:launched_at": "2018-08-13T11:52:12.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "e3d18f4b-7437-4cee-8bc5-77bb1051e3a2", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:52:12Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:52:06Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:15,604 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 used request id req-0795bd27-f243-442c-9d85-a553777dce0e 2018-08-13 11:52:15,604 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-2' booted successfully. IP='10.10.10.3'. 2018-08-13 11:52:15,605 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-2' to security group 'sdnvpn-sg'... 2018-08-13 11:52:15,608 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:52:16,576 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:52:15 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-5337c9d7-7cf1-46b7-96be-3d8f4c3dbbb2 x-compute-request-id: req-5337c9d7-7cf1-46b7-96be-3d8f4c3dbbb2 Content-Length: 0 Content-Type: application/json 2018-08-13 11:52:16,576 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-5337c9d7-7cf1-46b7-96be-3d8f4c3dbbb2 2018-08-13 11:52:16,576 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-1'... 2018-08-13 11:52:16,576 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-1 flavor=m1.tiny image=72cc6e7b-bc90-4307-9655-f9dec72465e5 network=517394dc-95ae-4109-a667-ba31c339dd44 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.3 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-08-13 11:52:16,576 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:16,577 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:16,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:16,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:16,582 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:16,583 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:16,584 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:16,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:16,593 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17dbdd6d-329c-4e77-90ba-05fc0a12d7b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:16,593 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-17dbdd6d-329c-4e77-90ba-05fc0a12d7b3 2018-08-13 11:52:16,594 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:17,016 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["SxsGvL3JQAukyOnCDv9yFw"], "issued_at": "2018-08-13T11:52:16.000000Z"}} 2018-08-13 11:52:17,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" 2018-08-13 11:52:17,304 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-c1933741-c591-43f3-8ac5-e2f3bc8e94f3 x-compute-request-id: req-c1933741-c591-43f3-8ac5-e2f3bc8e94f3 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:52:17,304 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c1933741-c591-43f3-8ac5-e2f3bc8e94f3 2018-08-13 11:52:17,308 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" 2018-08-13 11:52:17,324 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-c94d0b6f-ec24-41f4-abc0-3a682454a7d8 x-compute-request-id: req-c94d0b6f-ec24-41f4-abc0-3a682454a7d8 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:52:17,324 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-c94d0b6f-ec24-41f4-abc0-3a682454a7d8 2018-08-13 11:52:17,326 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"server": {"name": "sdnvpn-10-1", "imageRef": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4zCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "517394dc-95ae-4109-a667-ba31c339dd44"}], "config_drive": true}}' 2018-08-13 11:52:18,713 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:52:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-8875d8dd-ac91-4b4d-812e-d31ac210a7a1 x-compute-request-id: req-8875d8dd-ac91-4b4d-812e-d31ac210a7a1 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "bookmark"}], "adminPass": "u8oyh5DaTe9G"}} 2018-08-13 11:52:18,713 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-8875d8dd-ac91-4b4d-812e-d31ac210a7a1 2018-08-13 11:52:18,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:18,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75150067-dc81-4e93-aa2e-71ebdfaa988e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:18,720 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-75150067-dc81-4e93-aa2e-71ebdfaa988e 2018-08-13 11:52:18,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:19,117 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["xMspJfpiSZagvE_CkGoCIQ"], "issued_at": "2018-08-13T11:52:19.000000Z"}} 2018-08-13 11:52:19,119 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0e1412ad840f6ff8e0aa31648e8642fa3a3d2c" 2018-08-13 11:52:20,029 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-125ff030-976f-4cfa-a256-8fe4a27c5ba0 x-compute-request-id: req-125ff030-976f-4cfa-a256-8fe4a27c5ba0 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.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:52: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-10-1", "created": "2018-08-13T11:52:18Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:20,029 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae used request id req-125ff030-976f-4cfa-a256-8fe4a27c5ba0 2018-08-13 11:52:23,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0e1412ad840f6ff8e0aa31648e8642fa3a3d2c" 2018-08-13 11:52:23,437 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-ec0998c5-3e52-4121-a9b4-0e25657d55f9 x-compute-request-id: req-ec0998c5-3e52-4121-a9b4-0e25657d55f9 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:0c:8a:aa", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008b", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:52:20Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:52:18Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:23,438 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae used request id req-ec0998c5-3e52-4121-a9b4-0e25657d55f9 2018-08-13 11:52:26,444 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}ba0e1412ad840f6ff8e0aa31648e8642fa3a3d2c" 2018-08-13 11:52:26,782 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-5f29cc89-2813-4ddd-ba6a-1ea0d24bd3fa x-compute-request-id: req-5f29cc89-2813-4ddd-ba6a-1ea0d24bd3fa Content-Encoding: gzip Content-Length: 781 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:0c:8a:aa", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008b", "OS-SRV-USG:launched_at": "2018-08-13T11:52:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:52:24Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:52:18Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:26,782 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae used request id req-5f29cc89-2813-4ddd-ba6a-1ea0d24bd3fa 2018-08-13 11:52:26,786 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" 2018-08-13 11:52:26,921 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-44e47ce9-892e-4442-bd4f-53495c6e7219 x-compute-request-id: req-44e47ce9-892e-4442-bd4f-53495c6e7219 Content-Encoding: gzip Content-Length: 781 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:0c:8a:aa", "version": 4, "addr": "10.10.10.19", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008b", "OS-SRV-USG:launched_at": "2018-08-13T11:52:24.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "fa351e63-c9c2-42ed-883c-d6eb93ce5cae", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:52:24Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:52:18Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:26,921 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae used request id req-44e47ce9-892e-4442-bd4f-53495c6e7219 2018-08-13 11:52:26,922 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-1' booted successfully. IP='10.10.10.19'. 2018-08-13 11:52:26,922 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-1' to security group 'sdnvpn-sg'... 2018-08-13 11:52:26,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:52:27,846 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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 x-openstack-request-id: req-18278cfb-fde5-4ba1-afa2-e2de26112191 x-compute-request-id: req-18278cfb-fde5-4ba1-afa2-e2de26112191 Content-Length: 0 Content-Type: application/json 2018-08-13 11:52:27,846 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-18278cfb-fde5-4ba1-afa2-e2de26112191 2018-08-13 11:52:27,847 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-3'... 2018-08-13 11:52:27,847 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-3 flavor=m1.tiny image=72cc6e7b-bc90-4307-9655-f9dec72465e5 network=517394dc-95ae-4109-a667-ba31c339dd44 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-0.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.19 10.10.10.3 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-08-13 11:52:27,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:27,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:27,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:27,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:27,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:27,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:27,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:27,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:27,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:27,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:27,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:27,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:52:27,852 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:52:27,853 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:52:27,854 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:52:27,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:52:27,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:52:27,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:52:27,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:52:27,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:52:27,855 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:52:27,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:27,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-edeb4042-fd8f-4740-961b-7f36a2b4bee6 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:27,865 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-edeb4042-fd8f-4740-961b-7f36a2b4bee6 2018-08-13 11:52:27,866 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:28,257 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["1wwozWYrQWGINWVOh2zEMQ"], "issued_at": "2018-08-13T11:52:28.000000Z"}} 2018-08-13 11:52:28,260 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" 2018-08-13 11:52:28,513 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-bab34f1e-4de6-49e0-bd6b-2cd505b4dade x-compute-request-id: req-bab34f1e-4de6-49e0-bd6b-2cd505b4dade Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:52:28,513 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-bab34f1e-4de6-49e0-bd6b-2cd505b4dade 2018-08-13 11:52:28,516 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" 2018-08-13 11:52:28,534 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-8ad314d7-e589-4a96-b1fa-4a672b844adf x-compute-request-id: req-8ad314d7-e589-4a96-b1fa-4a672b844adf Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:52:28,534 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-8ad314d7-e589-4a96-b1fa-4a672b844adf 2018-08-13 11:52:28,537 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"server": {"name": "sdnvpn-10-3", "imageRef": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xOSAxMC4xMC4xMC4zCndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "517394dc-95ae-4109-a667-ba31c339dd44"}], "config_drive": true}}' 2018-08-13 11:52:30,048 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11: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 x-openstack-request-id: req-80e61e56-5802-439a-979b-039a74ec0d22 x-compute-request-id: req-80e61e56-5802-439a-979b-039a74ec0d22 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "48321ac6-eb35-4c0d-8467-d44ba01e4e11", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "bookmark"}], "adminPass": "etY6QEqtiy8i"}} 2018-08-13 11:52:30,048 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-80e61e56-5802-439a-979b-039a74ec0d22 2018-08-13 11:52:30,049 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:52:30,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2618844c-217c-44e9-8555-fb51002419aa Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:52:30,056 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-2618844c-217c-44e9-8555-fb51002419aa 2018-08-13 11:52:30,056 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:52:30,467 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:52:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["16sKJZzOQliJ9YNvkZqzJQ"], "issued_at": "2018-08-13T11:52:30.000000Z"}} 2018-08-13 11:52:30,470 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0876a2bf7245c7df6c9403dece052d6cf26d11a0" 2018-08-13 11:52:31,580 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-10a5e69d-81d3-47e4-b9c0-aee3fbeb3693 x-compute-request-id: req-10a5e69d-81d3-47e4-b9c0-aee3fbeb3693 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.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "48321ac6-eb35-4c0d-8467-d44ba01e4e11", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:52: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-10-3", "created": "2018-08-13T11:52:30Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:31,580 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 used request id req-10a5e69d-81d3-47e4-b9c0-aee3fbeb3693 2018-08-13 11:52:34,586 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0876a2bf7245c7df6c9403dece052d6cf26d11a0" 2018-08-13 11:52:34,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:34 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-69252176-0e5a-44c2-b697-ef73acaf2e73 x-compute-request-id: req-69252176-0e5a-44c2-b697-ef73acaf2e73 Content-Encoding: gzip Content-Length: 778 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-10-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3e:82:d4", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008c", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "48321ac6-eb35-4c0d-8467-d44ba01e4e11", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:52:32Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:52:30Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:34,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 used request id req-69252176-0e5a-44c2-b697-ef73acaf2e73 2018-08-13 11:52:37,969 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0876a2bf7245c7df6c9403dece052d6cf26d11a0" 2018-08-13 11:52:39,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0d8f908-7d9d-41ca-907b-c5edd5c2b859 x-compute-request-id: req-e0d8f908-7d9d-41ca-907b-c5edd5c2b859 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:3e:82:d4", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008c", "OS-SRV-USG:launched_at": "2018-08-13T11:52:36.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "48321ac6-eb35-4c0d-8467-d44ba01e4e11", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:52:36Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:52:30Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:39,032 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 used request id req-e0d8f908-7d9d-41ca-907b-c5edd5c2b859 2018-08-13 11:52:39,035 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" 2018-08-13 11:52:39,182 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a2dcee5b-e01d-4f3c-bc39-2a86a8438083 x-compute-request-id: req-a2dcee5b-e01d-4f3c-bc39-2a86a8438083 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:3e:82:d4", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008c", "OS-SRV-USG:launched_at": "2018-08-13T11:52:36.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "48321ac6-eb35-4c0d-8467-d44ba01e4e11", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:52:36Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T11:52:30Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:52:39,182 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11 used request id req-a2dcee5b-e01d-4f3c-bc39-2a86a8438083 2018-08-13 11:52:39,182 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-3' booted successfully. IP='10.10.10.4'. 2018-08-13 11:52:39,183 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-3' to security group 'sdnvpn-sg'... 2018-08-13 11:52:39,185 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:52:40,113 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:52:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-38a07473-8ecb-49bb-97c0-642f8793d78e x-compute-request-id: req-38a07473-8ecb-49bb-97c0-642f8793d78e Content-Length: 0 Content-Type: application/json 2018-08-13 11:52:40,113 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-38a07473-8ecb-49bb-97c0-642f8793d78e 2018-08-13 11:52:40,113 - sdnvpn_test_utils - INFO - Waiting for instance e3d18f4b-7437-4cee-8bc5-77bb1051e3a2 to boot up 2018-08-13 11:52:40,116 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:40,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52: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-5b70e269-d29b-4edd-8a75-39381ec1432b x-compute-request-id: req-5b70e269-d29b-4edd-8a75-39381ec1432b Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:52:40,198 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-5b70e269-d29b-4edd-8a75-39381ec1432b 2018-08-13 11:52:42,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:42,291 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:42 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b96d9e93-0c86-47d3-abe2-10709c2c0d3a x-compute-request-id: req-b96d9e93-0c86-47d3-abe2-10709c2c0d3a Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:52:42,292 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-b96d9e93-0c86-47d3-abe2-10709c2c0d3a 2018-08-13 11:52:44,312 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:44,382 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52: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-3c2d4cbb-a3fc-4747-971d-a11b5bc77eb1 x-compute-request-id: req-3c2d4cbb-a3fc-4747-971d-a11b5bc77eb1 Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:52:44,383 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-3c2d4cbb-a3fc-4747-971d-a11b5bc77eb1 2018-08-13 11:52:46,402 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:46,468 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb13b3fd-d78f-49ad-85a7-ae23e8780d9e x-compute-request-id: req-bb13b3fd-d78f-49ad-85a7-ae23e8780d9e Content-Encoding: gzip Content-Length: 10068 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:52:46,469 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-bb13b3fd-d78f-49ad-85a7-ae23e8780d9e 2018-08-13 11:52:48,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:48,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ba67bf76-2db6-484a-9a3d-d1599782b168 x-compute-request-id: req-ba67bf76-2db6-484a-9a3d-d1599782b168 Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:52:48,560 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-ba67bf76-2db6-484a-9a3d-d1599782b168 2018-08-13 11:52:50,574 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:50,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:50 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bb7ed2cf-59a0-46b9-9eb8-00d1b978e45e x-compute-request-id: req-bb7ed2cf-59a0-46b9-9eb8-00d1b978e45e Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:52:50,642 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-bb7ed2cf-59a0-46b9-9eb8-00d1b978e45e 2018-08-13 11:52:52,660 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:52,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:52 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af6b8bb8-7c37-42c4-8f48-c0331f2819cc x-compute-request-id: req-af6b8bb8-7c37-42c4-8f48-c0331f2819cc Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:52:52,726 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-af6b8bb8-7c37-42c4-8f48-c0331f2819cc 2018-08-13 11:52:54,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:54,821 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7db28d9e-61d8-4159-aebc-8b05515619c0 x-compute-request-id: req-7db28d9e-61d8-4159-aebc-8b05515619c0 Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:52:54,822 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-7db28d9e-61d8-4159-aebc-8b05515619c0 2018-08-13 11:52:56,837 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:56,901 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:56 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-70f38416-08e8-4623-97db-45ffe697b527 x-compute-request-id: req-70f38416-08e8-4623-97db-45ffe697b527 Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:52:56,903 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-70f38416-08e8-4623-97db-45ffe697b527 2018-08-13 11:52:58,921 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:52:58,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:52:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4c2354d8-a464-4645-abba-7d1d4e5004c7 x-compute-request-id: req-4c2354d8-a464-4645-abba-7d1d4e5004c7 Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:52:58,988 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-4c2354d8-a464-4645-abba-7d1d4e5004c7 2018-08-13 11:53:01,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:01,075 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b30af38e-2753-4886-b8f4-42d6ee31fd47 x-compute-request-id: req-b30af38e-2753-4886-b8f4-42d6ee31fd47 Content-Encoding: gzip Content-Length: 10086 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:53:01,076 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-b30af38e-2753-4886-b8f4-42d6ee31fd47 2018-08-13 11:53:03,095 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:03,162 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86684c14-8add-40e2-9849-5a2d068a740a x-compute-request-id: req-86684c14-8add-40e2-9849-5a2d068a740a Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:03,163 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-86684c14-8add-40e2-9849-5a2d068a740a 2018-08-13 11:53:05,198 - sdnvpn_test_utils - INFO - Waiting for instance fa351e63-c9c2-42ed-883c-d6eb93ce5cae to boot up 2018-08-13 11:53:05,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:05,260 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:05 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2aab723f-ce38-40a6-9d1f-6d7892fc822b x-compute-request-id: req-2aab723f-ce38-40a6-9d1f-6d7892fc822b 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:05,261 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-2aab723f-ce38-40a6-9d1f-6d7892fc822b 2018-08-13 11:53:07,264 - sdnvpn_test_utils - INFO - Waiting for instance 48321ac6-eb35-4c0d-8467-d44ba01e4e11 to boot up 2018-08-13 11:53:07,267 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:07,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f1a769e5-e33b-46e1-879a-ae3c2822e91a x-compute-request-id: req-f1a769e5-e33b-46e1-879a-ae3c2822e91a 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:07,340 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-f1a769e5-e33b-46e1-879a-ae3c2822e91a 2018-08-13 11:53:09,383 - __name__ - INFO - Starting all monitor threads 2018-08-13 11:53:09,390 - __name__ - INFO - Wait before subtest 2018-08-13 11:53:10,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:10,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:10,410 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:10,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b91e2424-9998-4766-92ee-a2810558320a x-compute-request-id: req-b91e2424-9998-4766-92ee-a2810558320a 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:10,483 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4325ac4b-080c-4110-a44e-2e46f3ea340c x-compute-request-id: req-4325ac4b-080c-4110-a44e-2e46f3ea340c Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:10,483 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-b91e2424-9998-4766-92ee-a2810558320a 2018-08-13 11:53:10,484 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-4325ac4b-080c-4110-a44e-2e46f3ea340c 2018-08-13 11:53:10,487 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.3 OK 2018-08-13 11:53:10,487 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.3 OK 2018-08-13 11:53:10,488 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.3 OK 2018-08-13 11:53:10,488 - __name__ - INFO - Ping from instance sdnvpn-10-1: ping 10.10.10.3 OK 2018-08-13 11:53:10,494 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6535bcb6-6731-4e7d-acf0-2980bae93ee6 x-compute-request-id: req-6535bcb6-6731-4e7d-acf0-2980bae93ee6 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:10,495 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-6535bcb6-6731-4e7d-acf0-2980bae93ee6 2018-08-13 11:53:10,498 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.19 OK 2018-08-13 11:53:10,498 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.3 OK 2018-08-13 11:53:10,499 - __name__ - INFO - Ping from instance sdnvpn-10-3: ping 10.10.10.19 OK 2018-08-13 11:53:11,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:11,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:11,502 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:11,559 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-128edfbe-239e-46a5-89cb-482a333e3f88 x-compute-request-id: req-128edfbe-239e-46a5-89cb-482a333e3f88 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:11,559 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-128edfbe-239e-46a5-89cb-482a333e3f88 2018-08-13 11:53:11,561 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79d134e3-f9f4-4bf7-bf26-22afe8e094e8 x-compute-request-id: req-79d134e3-f9f4-4bf7-bf26-22afe8e094e8 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:11,562 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-79d134e3-f9f4-4bf7-bf26-22afe8e094e8 2018-08-13 11:53:11,567 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:11 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-628f113a-d7bd-4932-96c1-0d20421d7743 x-compute-request-id: req-628f113a-d7bd-4932-96c1-0d20421d7743 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:11,568 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-628f113a-d7bd-4932-96c1-0d20421d7743 2018-08-13 11:53:12,564 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:12,567 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:12,572 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:12,630 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-499e0b09-006f-4f03-aa85-152c0e97a171 x-compute-request-id: req-499e0b09-006f-4f03-aa85-152c0e97a171 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:12,631 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-499e0b09-006f-4f03-aa85-152c0e97a171 2018-08-13 11:53:12,635 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a510836f-92c8-42fa-b062-8942afd8c625 x-compute-request-id: req-a510836f-92c8-42fa-b062-8942afd8c625 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:12,636 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-a510836f-92c8-42fa-b062-8942afd8c625 2018-08-13 11:53:12,651 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ed1e01a-b2fc-4170-8297-7299b7f48865 x-compute-request-id: req-6ed1e01a-b2fc-4170-8297-7299b7f48865 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:12,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-6ed1e01a-b2fc-4170-8297-7299b7f48865 2018-08-13 11:53:13,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:13,642 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:13,656 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:13,706 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2623d08e-76aa-436b-a449-9cf5e2f5ce58 x-compute-request-id: req-2623d08e-76aa-436b-a449-9cf5e2f5ce58 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:13,707 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-2623d08e-76aa-436b-a449-9cf5e2f5ce58 2018-08-13 11:53:13,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ad16a86-b056-4477-bc82-ab8f1b7730bd x-compute-request-id: req-5ad16a86-b056-4477-bc82-ab8f1b7730bd Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:13,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-5ad16a86-b056-4477-bc82-ab8f1b7730bd 2018-08-13 11:53:13,725 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4b7bcd00-195f-4829-bf5e-8881b000f514 x-compute-request-id: req-4b7bcd00-195f-4829-bf5e-8881b000f514 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:13,725 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-4b7bcd00-195f-4829-bf5e-8881b000f514 2018-08-13 11:53:14,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:14,718 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:14,730 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:14,787 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8080bb5e-ccd0-4244-a12e-3bfc44aabf64 x-compute-request-id: req-8080bb5e-ccd0-4244-a12e-3bfc44aabf64 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:14,788 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-8080bb5e-ccd0-4244-a12e-3bfc44aabf64 2018-08-13 11:53:14,793 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-88c46c51-2011-46d6-bb46-a91057a40900 x-compute-request-id: req-88c46c51-2011-46d6-bb46-a91057a40900 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:14,794 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-88c46c51-2011-46d6-bb46-a91057a40900 2018-08-13 11:53:14,794 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d64bdb61-4d94-44ae-8f35-8bab92170258 x-compute-request-id: req-d64bdb61-4d94-44ae-8f35-8bab92170258 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:14,795 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-d64bdb61-4d94-44ae-8f35-8bab92170258 2018-08-13 11:53:15,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:15,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:15,799 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:15,865 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-a66723e8-84e5-43b3-98a7-b1731711b183 x-compute-request-id: req-a66723e8-84e5-43b3-98a7-b1731711b183 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:15,866 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-a66723e8-84e5-43b3-98a7-b1731711b183 2018-08-13 11:53:15,866 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-8f7fa50d-3c40-46a2-a8f0-0d89fafb46a0 x-compute-request-id: req-8f7fa50d-3c40-46a2-a8f0-0d89fafb46a0 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:15,867 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-8f7fa50d-3c40-46a2-a8f0-0d89fafb46a0 2018-08-13 11:53:15,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-538ac010-ee7a-4bb6-ba35-f3bdfc104b6b x-compute-request-id: req-538ac010-ee7a-4bb6-ba35-f3bdfc104b6b 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:15,870 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-538ac010-ee7a-4bb6-ba35-f3bdfc104b6b 2018-08-13 11:53:16,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:16,872 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:16,875 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:16,938 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8a3c5920-55be-4966-be6c-2a0ccb402db9 x-compute-request-id: req-8a3c5920-55be-4966-be6c-2a0ccb402db9 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:16,939 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-8a3c5920-55be-4966-be6c-2a0ccb402db9 2018-08-13 11:53:16,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e0fdc1f9-a317-43a2-8a1b-59963f90d67b x-compute-request-id: req-e0fdc1f9-a317-43a2-8a1b-59963f90d67b 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:16,940 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-e0fdc1f9-a317-43a2-8a1b-59963f90d67b 2018-08-13 11:53:16,941 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1ce21e2b-883b-43b4-8848-13b3ecdd1b0e x-compute-request-id: req-1ce21e2b-883b-43b4-8848-13b3ecdd1b0e Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:16,942 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-1ce21e2b-883b-43b4-8848-13b3ecdd1b0e 2018-08-13 11:53:17,944 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:17,945 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:17,947 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:18,003 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-bd648526-e458-4fce-b266-de59da1dacbf x-compute-request-id: req-bd648526-e458-4fce-b266-de59da1dacbf 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:18,003 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-bd648526-e458-4fce-b266-de59da1dacbf 2018-08-13 11:53:18,032 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-0ac571e9-d60f-45a0-9c5a-da64feb0f1ed x-compute-request-id: req-0ac571e9-d60f-45a0-9c5a-da64feb0f1ed Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:18,033 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-0ac571e9-d60f-45a0-9c5a-da64feb0f1ed 2018-08-13 11:53:18,180 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-bab31a13-c0a2-4e46-8e5e-e6743e25607a x-compute-request-id: req-bab31a13-c0a2-4e46-8e5e-e6743e25607a Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:18,181 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-bab31a13-c0a2-4e46-8e5e-e6743e25607a 2018-08-13 11:53:19,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:19,038 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:19,063 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-b9d0a7d1-20c0-42fa-a612-70e66df03af5 x-compute-request-id: req-b9d0a7d1-20c0-42fa-a612-70e66df03af5 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:19,064 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-b9d0a7d1-20c0-42fa-a612-70e66df03af5 2018-08-13 11:53:19,186 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:19,255 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-3ad0d660-f755-43f2-8f9a-b7f483882630 x-compute-request-id: req-3ad0d660-f755-43f2-8f9a-b7f483882630 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:19,255 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-3ad0d660-f755-43f2-8f9a-b7f483882630 2018-08-13 11:53:19,278 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-ca0cd8e4-5f4f-481c-8485-79d29f388cd4 x-compute-request-id: req-ca0cd8e4-5f4f-481c-8485-79d29f388cd4 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:19,279 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-ca0cd8e4-5f4f-481c-8485-79d29f388cd4 2018-08-13 11:53:20,069 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:20,124 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2272cc3-6f7d-4e04-9951-0962404a8e69 x-compute-request-id: req-e2272cc3-6f7d-4e04-9951-0962404a8e69 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:20,124 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-e2272cc3-6f7d-4e04-9951-0962404a8e69 2018-08-13 11:53:20,261 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:20,284 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:20,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4f740a24-d862-4684-ba09-2d4305b287ec x-compute-request-id: req-4f740a24-d862-4684-ba09-2d4305b287ec Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:20,319 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-4f740a24-d862-4684-ba09-2d4305b287ec 2018-08-13 11:53:20,342 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-36d1f9d0-6148-4343-a55b-a7158e23a1f1 x-compute-request-id: req-36d1f9d0-6148-4343-a55b-a7158e23a1f1 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:20,342 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-36d1f9d0-6148-4343-a55b-a7158e23a1f1 2018-08-13 11:53:21,129 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:21,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-06770519-40a1-4895-8f2b-b0b274f5a308 x-compute-request-id: req-06770519-40a1-4895-8f2b-b0b274f5a308 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:21,196 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-06770519-40a1-4895-8f2b-b0b274f5a308 2018-08-13 11:53:21,325 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:21,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:21,392 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-588bafc4-0bdb-4f9d-8875-a2cded245d7e x-compute-request-id: req-588bafc4-0bdb-4f9d-8875-a2cded245d7e Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:21,393 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-588bafc4-0bdb-4f9d-8875-a2cded245d7e 2018-08-13 11:53:21,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:21 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7f74153f-f318-4e1d-993b-e8cc7c7d8458 x-compute-request-id: req-7f74153f-f318-4e1d-993b-e8cc7c7d8458 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:21,412 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-7f74153f-f318-4e1d-993b-e8cc7c7d8458 2018-08-13 11:53:22,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:22,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-84021306-d24a-458f-b242-5afe2e616fbc x-compute-request-id: req-84021306-d24a-458f-b242-5afe2e616fbc 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:22,261 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-84021306-d24a-458f-b242-5afe2e616fbc 2018-08-13 11:53:22,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:22,417 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:22,458 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-452ca474-7987-4d46-8162-ff485e1516c7 x-compute-request-id: req-452ca474-7987-4d46-8162-ff485e1516c7 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:22,459 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-452ca474-7987-4d46-8162-ff485e1516c7 2018-08-13 11:53:22,478 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9c979e0-4eb0-4a43-bbca-92cf5ab2c26a x-compute-request-id: req-b9c979e0-4eb0-4a43-bbca-92cf5ab2c26a Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:22,479 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-b9c979e0-4eb0-4a43-bbca-92cf5ab2c26a 2018-08-13 11:53:23,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:23,321 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ad223d97-8f1b-4fa2-b732-f3b2df4bf640 x-compute-request-id: req-ad223d97-8f1b-4fa2-b732-f3b2df4bf640 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:23,322 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-ad223d97-8f1b-4fa2-b732-f3b2df4bf640 2018-08-13 11:53:23,464 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:23,483 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:23,539 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-66c8550f-3586-4306-afbd-90f767789b9a x-compute-request-id: req-66c8550f-3586-4306-afbd-90f767789b9a Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:23,540 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-66c8550f-3586-4306-afbd-90f767789b9a 2018-08-13 11:53:23,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d58ea2e-ee70-4f12-b090-7763b0e0ea7a x-compute-request-id: req-9d58ea2e-ee70-4f12-b090-7763b0e0ea7a Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:23,554 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-9d58ea2e-ee70-4f12-b090-7763b0e0ea7a 2018-08-13 11:53:24,327 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:24,396 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-ffb98e84-d967-4422-b07b-4b9c351b4062 x-compute-request-id: req-ffb98e84-d967-4422-b07b-4b9c351b4062 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:24,396 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-ffb98e84-d967-4422-b07b-4b9c351b4062 2018-08-13 11:53:24,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:24,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:24,617 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-232826d3-dad2-4a27-bcfd-3f3ada8d11c5 x-compute-request-id: req-232826d3-dad2-4a27-bcfd-3f3ada8d11c5 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:24,617 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-232826d3-dad2-4a27-bcfd-3f3ada8d11c5 2018-08-13 11:53:24,627 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-491af163-cb76-4a4d-91b0-8d4d8fc3abb9 x-compute-request-id: req-491af163-cb76-4a4d-91b0-8d4d8fc3abb9 Content-Encoding: gzip Content-Length: 8128 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:24,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-491af163-cb76-4a4d-91b0-8d4d8fc3abb9 2018-08-13 11:53:25,401 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:25,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af98e6ef-79aa-4828-b20f-97cd9f87d2e9 x-compute-request-id: req-af98e6ef-79aa-4828-b20f-97cd9f87d2e9 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:25,471 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-af98e6ef-79aa-4828-b20f-97cd9f87d2e9 2018-08-13 11:53:25,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:25,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:25,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d1640ad-c5ac-4ff4-9b02-7e46529e9a7e x-compute-request-id: req-7d1640ad-c5ac-4ff4-9b02-7e46529e9a7e Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:25,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-7d1640ad-c5ac-4ff4-9b02-7e46529e9a7e 2018-08-13 11:53:25,697 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c322b28b-ecad-4717-9bed-0ca544fcb0b6 x-compute-request-id: req-c322b28b-ecad-4717-9bed-0ca544fcb0b6 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:25,697 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-c322b28b-ecad-4717-9bed-0ca544fcb0b6 2018-08-13 11:53:26,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:26,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6b4b1ed0-85bf-4b76-ba1b-9ede41c25433 x-compute-request-id: req-6b4b1ed0-85bf-4b76-ba1b-9ede41c25433 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:26,539 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-6b4b1ed0-85bf-4b76-ba1b-9ede41c25433 2018-08-13 11:53:26,697 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:26,702 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:26,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f9748887-fc66-4a3b-9ca5-d9fb828ff5cd x-compute-request-id: req-f9748887-fc66-4a3b-9ca5-d9fb828ff5cd Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:26,765 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-f9748887-fc66-4a3b-9ca5-d9fb828ff5cd 2018-08-13 11:53:26,769 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:26 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-710a8d30-6455-4168-90a3-3738b2371f0d x-compute-request-id: req-710a8d30-6455-4168-90a3-3738b2371f0d Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:26,769 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-710a8d30-6455-4168-90a3-3738b2371f0d 2018-08-13 11:53:27,544 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:27,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b6a0e3f2-ad99-43e6-ba58-918f013d3ef7 x-compute-request-id: req-b6a0e3f2-ad99-43e6-ba58-918f013d3ef7 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:27,606 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-b6a0e3f2-ad99-43e6-ba58-918f013d3ef7 2018-08-13 11:53:27,770 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:27,775 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:27,842 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6967a416-2be0-4079-854b-e0f14fb69d4e x-compute-request-id: req-6967a416-2be0-4079-854b-e0f14fb69d4e Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:27,842 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-6967a416-2be0-4079-854b-e0f14fb69d4e 2018-08-13 11:53:27,843 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e2fc74b-5f91-4ffb-92eb-155082a35baf x-compute-request-id: req-2e2fc74b-5f91-4ffb-92eb-155082a35baf Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:27,844 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-2e2fc74b-5f91-4ffb-92eb-155082a35baf 2018-08-13 11:53:28,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:28,676 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1f806188-096f-436b-9928-a0b3a4e95657 x-compute-request-id: req-1f806188-096f-436b-9928-a0b3a4e95657 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:28,677 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-1f806188-096f-436b-9928-a0b3a4e95657 2018-08-13 11:53:28,847 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:28,849 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:28,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-300edd07-0ce5-4a66-8131-4f26445ffbb2 x-compute-request-id: req-300edd07-0ce5-4a66-8131-4f26445ffbb2 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:28,914 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-300edd07-0ce5-4a66-8131-4f26445ffbb2 2018-08-13 11:53:28,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b03f4617-bc64-4180-a317-b42f5423dd18 x-compute-request-id: req-b03f4617-bc64-4180-a317-b42f5423dd18 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:28,918 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-b03f4617-bc64-4180-a317-b42f5423dd18 2018-08-13 11:53:29,682 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:29,741 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7fcf6153-2018-478e-a4f7-9cbd7f16fff2 x-compute-request-id: req-7fcf6153-2018-478e-a4f7-9cbd7f16fff2 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:29,741 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-7fcf6153-2018-478e-a4f7-9cbd7f16fff2 2018-08-13 11:53:29,919 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:29,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:29,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-467a091d-e7e5-47ed-b7a4-da609ce8cec7 x-compute-request-id: req-467a091d-e7e5-47ed-b7a4-da609ce8cec7 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:29,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-467a091d-e7e5-47ed-b7a4-da609ce8cec7 2018-08-13 11:53:29,986 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-2e623cf5-8544-4566-881b-b78a02cedae7 x-compute-request-id: req-2e623cf5-8544-4566-881b-b78a02cedae7 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:29,987 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-2e623cf5-8544-4566-881b-b78a02cedae7 2018-08-13 11:53:30,746 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:30,818 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c596f15-8b82-4733-9249-0b811161b70f x-compute-request-id: req-7c596f15-8b82-4733-9249-0b811161b70f 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:30,819 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-7c596f15-8b82-4733-9249-0b811161b70f 2018-08-13 11:53:30,983 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:30,992 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:31,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-52a8aa99-4493-4cbf-824c-6e24dc63643d x-compute-request-id: req-52a8aa99-4493-4cbf-824c-6e24dc63643d Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:31,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-52a8aa99-4493-4cbf-824c-6e24dc63643d 2018-08-13 11:53:31,052 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9c84f646-546a-45b5-a394-ad1dacbc0c15 x-compute-request-id: req-9c84f646-546a-45b5-a394-ad1dacbc0c15 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:31,053 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-9c84f646-546a-45b5-a394-ad1dacbc0c15 2018-08-13 11:53:31,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:31,880 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-0408b2fe-f2c4-4053-bcd2-e5c8d3f49540 x-compute-request-id: req-0408b2fe-f2c4-4053-bcd2-e5c8d3f49540 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:31,881 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-0408b2fe-f2c4-4053-bcd2-e5c8d3f49540 2018-08-13 11:53:32,058 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:32,059 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:32,125 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bf65805b-098d-49ef-8ffd-5b29242eb93f x-compute-request-id: req-bf65805b-098d-49ef-8ffd-5b29242eb93f Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:32,126 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-bf65805b-098d-49ef-8ffd-5b29242eb93f 2018-08-13 11:53:32,126 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9cd4f119-d966-434a-8bd9-bcf2da740ab9 x-compute-request-id: req-9cd4f119-d966-434a-8bd9-bcf2da740ab9 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:32,127 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-9cd4f119-d966-434a-8bd9-bcf2da740ab9 2018-08-13 11:53:32,886 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:32,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-38595ffe-43d7-4140-9977-4f9d3be45d1f x-compute-request-id: req-38595ffe-43d7-4140-9977-4f9d3be45d1f 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:32,953 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-38595ffe-43d7-4140-9977-4f9d3be45d1f 2018-08-13 11:53:33,131 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:33,133 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:33,199 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ae0e9ce-a826-432c-b560-017d185e1879 x-compute-request-id: req-5ae0e9ce-a826-432c-b560-017d185e1879 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:33,200 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-5ae0e9ce-a826-432c-b560-017d185e1879 2018-08-13 11:53:33,201 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-049f57e3-cf54-4a7c-994d-0a3b98c11143 x-compute-request-id: req-049f57e3-cf54-4a7c-994d-0a3b98c11143 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:33,201 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-049f57e3-cf54-4a7c-994d-0a3b98c11143 2018-08-13 11:53:33,958 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:34,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-104f1ec6-a0ba-445e-a634-9ea38e6c4616 x-compute-request-id: req-104f1ec6-a0ba-445e-a634-9ea38e6c4616 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:53:34,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-104f1ec6-a0ba-445e-a634-9ea38e6c4616 2018-08-13 11:53:34,205 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:34,207 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:34,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-77fb7da2-8d05-4ff7-bc94-68c8c39dca80 x-compute-request-id: req-77fb7da2-8d05-4ff7-bc94-68c8c39dca80 Content-Encoding: gzip Content-Length: 8129 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:34,269 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-77fb7da2-8d05-4ff7-bc94-68c8c39dca80 2018-08-13 11:53:34,274 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-8cba3bd8-7fc6-45c9-ad04-d485f487b280 x-compute-request-id: req-8cba3bd8-7fc6-45c9-ad04-d485f487b280 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:34,275 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-8cba3bd8-7fc6-45c9-ad04-d485f487b280 2018-08-13 11:53:35,019 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:35,077 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25e3ad86-b8e5-40c8-9016-b43530744949 x-compute-request-id: req-25e3ad86-b8e5-40c8-9016-b43530744949 Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:35,077 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-25e3ad86-b8e5-40c8-9016-b43530744949 2018-08-13 11:53:35,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:35,280 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:35,340 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e7f89370-f41a-49cd-83a2-51d0667b42fa x-compute-request-id: req-e7f89370-f41a-49cd-83a2-51d0667b42fa Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:35,341 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-e7f89370-f41a-49cd-83a2-51d0667b42fa 2018-08-13 11:53:35,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d68b60a9-8734-4b48-ac54-2d5f17380794 x-compute-request-id: req-d68b60a9-8734-4b48-ac54-2d5f17380794 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:35,348 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-d68b60a9-8734-4b48-ac54-2d5f17380794 2018-08-13 11:53:36,082 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:36,144 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6dde0c3-318b-416e-8667-f4bb175ba68a x-compute-request-id: req-f6dde0c3-318b-416e-8667-f4bb175ba68a Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:36,145 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-f6dde0c3-318b-416e-8667-f4bb175ba68a 2018-08-13 11:53:36,346 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:36,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:36,412 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e6edb6d8-9767-48b8-9944-a22460904979 x-compute-request-id: req-e6edb6d8-9767-48b8-9944-a22460904979 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:36,413 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-e6edb6d8-9767-48b8-9944-a22460904979 2018-08-13 11:53:36,422 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-329beacc-e5f0-4133-bddf-aeb2a2d52ec6 x-compute-request-id: req-329beacc-e5f0-4133-bddf-aeb2a2d52ec6 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:36,422 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-329beacc-e5f0-4133-bddf-aeb2a2d52ec6 2018-08-13 11:53:37,150 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:37,239 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9d690184-735a-439e-9afd-c425e20de4e5 x-compute-request-id: req-9d690184-735a-439e-9afd-c425e20de4e5 Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:37,239 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-9d690184-735a-439e-9afd-c425e20de4e5 2018-08-13 11:53:37,418 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:37,426 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:37,484 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5f064561-dd69-4b83-a20e-f5db7cf0355d x-compute-request-id: req-5f064561-dd69-4b83-a20e-f5db7cf0355d Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:37,485 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-5f064561-dd69-4b83-a20e-f5db7cf0355d 2018-08-13 11:53:37,503 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0f37eb90-0754-4b3a-8a39-785b0e629dcf x-compute-request-id: req-0f37eb90-0754-4b3a-8a39-785b0e629dcf Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:37,504 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-0f37eb90-0754-4b3a-8a39-785b0e629dcf 2018-08-13 11:53:38,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:38,319 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9220ae3b-c2ab-4c5c-8385-86e7b667a8e0 x-compute-request-id: req-9220ae3b-c2ab-4c5c-8385-86e7b667a8e0 Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:38,319 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-9220ae3b-c2ab-4c5c-8385-86e7b667a8e0 2018-08-13 11:53:38,489 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:38,509 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:38,554 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-840b0948-a7fc-403d-ad15-0d15947adf29 x-compute-request-id: req-840b0948-a7fc-403d-ad15-0d15947adf29 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:38,555 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-840b0948-a7fc-403d-ad15-0d15947adf29 2018-08-13 11:53:38,577 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:38 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b86a67e8-53fb-4520-9e3d-80bb91c46fc6 x-compute-request-id: req-b86a67e8-53fb-4520-9e3d-80bb91c46fc6 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:38,577 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-b86a67e8-53fb-4520-9e3d-80bb91c46fc6 2018-08-13 11:53:39,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:39,391 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-26528325-d182-4c80-8345-d7e211d8981d x-compute-request-id: req-26528325-d182-4c80-8345-d7e211d8981d Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:39,391 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-26528325-d182-4c80-8345-d7e211d8981d 2018-08-13 11:53:39,406 - sdnvpn-results - INFO - Check ping status of vm_1, vm_2, and vm_3 2018-08-13 11:53:39,411 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"forceDelete": null}' 2018-08-13 11:53:39,559 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}677e208415c14597a1b7ef7763053189df82863b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:39,582 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}0fc490790cacbec70e3175bb3e21dfa275687e65" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:39,586 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cfcec40b-75e2-448c-a762-f35acdcbdb05 x-compute-request-id: req-cfcec40b-75e2-448c-a762-f35acdcbdb05 Content-Length: 0 Content-Type: application/json 2018-08-13 11:53:39,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-cfcec40b-75e2-448c-a762-f35acdcbdb05 2018-08-13 11:53:39,624 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-86ec3a21-9168-4ed1-828c-83f43395d221 x-compute-request-id: req-86ec3a21-9168-4ed1-828c-83f43395d221 Content-Encoding: gzip Content-Length: 8130 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 461371536 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.155966] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.157905] pid_max: default: 32768 minimum: 301\n[ 0.158974] ACPI: Core revision 20150930\n[ 0.160484] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.162018] Security Framework initialized\n[ 0.162990] Yama: becoming mindful.\n[ 0.163843] AppArmor: AppArmor initialized\n[ 0.164849] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.166426] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.167945] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.169381] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.171045] Initializing cgroup subsys io\n[ 0.172009] Initializing cgroup subsys memory\n[ 0.173022] Initializing cgroup subsys devices\n[ 0.174048] Initializing cgroup subsys freezer\n[ 0.175090] Initializing cgroup subsys net_cls\n[ 0.176121] Initializing cgroup subsys perf_event\n[ 0.177201] Initializing cgroup subsys net_prio\n[ 0.178242] Initializing cgroup subsys hugetlb\n[ 0.179276] Initializing cgroup subsys pids\n[ 0.180298] CPU: Physical Processor ID: 0\n[ 0.181953] mce: CPU supports 10 MCE banks\n[ 0.182952] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184137] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.200735] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.207132] ftrace: allocating 31920 entries in 125 pages\n[ 0.232547] smpboot: Max logical packages: 1\n[ 0.233556] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.235150] x2apic enabled\n[ 0.236049] Switched APIC routing to physical x2apic.\n[ 0.237949] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.239266] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.241598] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.243702] KVM setup paravirtual spinlock\n[ 0.245149] x86: Booted up 1 node, 1 CPUs\n[ 0.246091] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.247727] devtmpfs: initialized\n[ 0.249552] evm: security.selinux\n[ 0.250370] evm: security.SMACK64\n[ 0.251177] evm: security.SMACK64EXEC\n[ 0.252053] evm: security.SMACK64TRANSMUTE\n[ 0.253011] evm: security.SMACK64MMAP\n[ 0.253878] evm: security.ima\n[ 0.254621] evm: security.capability\n[ 0.255552] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.257749] pinctrl core: initialized pinctrl subsystem\n[ 0.259036] RTC time: 11:52:24, date: 08/13/18\n[ 0.260159] NET: Registered protocol family 16\n[ 0.261304] cpuidle: using governor ladder\n[ 0.262278] cpuidle: using governor menu\n[ 0.263214] PCCT header not found.\n[ 0.264090] ACPI: bus type PCI registered\n[ 0.265032] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.266516] PCI: Using configuration type 1 for base access\n[ 0.268478] ACPI: Added _OSI(Module Device)\n[ 0.269468] ACPI: Added _OSI(Processor Device)\n[ 0.270488] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.271557] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.273498] ACPI: Interpreter enabled\n[ 0.274392] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.276566] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.278732] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.280906] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.283073] ACPI: (supports S0 S5)\n[ 0.283898] ACPI: Using IOAPIC for interrupt routing\n[ 0.285026] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.288484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.289851] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.291340] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.292781] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.295432] acpiphp: Slot [3] registered\n[ 0.296385] acpiphp: Slot [4] registered\n[ 0.297333] acpiphp: Slot [5] registered\n[ 0.298285] acpiphp: Slot [6] registered\n[ 0.299223] acpiphp: Slot [7] registered\n[ 0.300164] acpiphp: Slot [8] registered\n[ 0.301113] acpiphp: Slot [9] registered\n[ 0.302055] acpiphp: Slot [10] registered\n[ 0.303018] acpiphp: Slot [11] registered\n[ 0.303977] acpiphp: Slot [12] registered\n[ 0.304937] acpiphp: Slot [13] registered\n[ 0.305889] acpiphp: Slot [14] registered\n[ 0.306857] acpiphp: Slot [15] registered\n[ 0.317916] acpiphp: Slot [16] registered\n[ 0.318860] acpiphp: Slot [17] registered\n[ 0.319815] acpiphp: Slot [18] registered\n[ 0.320771] acpiphp: Slot [19] registered\n[ 0.321726] acpiphp: Slot [20] registered\n[ 0.322687] acpiphp: Slot [21] registered\n[ 0.323679] acpiphp: Slot [22] registered\n[ 0.324635] acpiphp: Slot [23] registered\n[ 0.325584] acpiphp: Slot [24] registered\n[ 0.326537] acpiphp: Slot [25] registered\n[ 0.327493] acpiphp: Slot [26] registered\n[ 0.328448] acpiphp: Slot [27] registered\n[ 0.329402] acpiphp: Slot [28] registered\n[ 0.330355] acpiphp: Slot [29] registered\n[ 0.331309] acpiphp: Slot [30] registered\n[ 0.332267] acpiphp: Slot [31] registered\n[ 0.333218] PCI host bridge to bus 0000:00\n[ 0.334168] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.335613] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.337056] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.338766] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.340475] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.342219] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.345768] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.347284] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.348694] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.350208] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.353955] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.355797] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.375374] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.377064] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.378688] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.380311] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.381917] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.383372] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.384848] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.386104] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.387926] vgaarb: loaded\n[ 0.388626] vgaarb: bridge control possible 0000:00:02.0\n[ 0.390053] SCSI subsystem initialized\n[ 0.391101] ACPI: bus type USB registered\n[ 0.392090] usbcore: registered new interface driver usbfs\n[ 0.393321] usbcore: registered new interface driver hub\n[ 0.394515] usbcore: registered new device driver usb\n[ 0.395801] PCI: Using ACPI for IRQ routing\n[ 0.397071] NetLabel: Initializing\n[ 0.397912] NetLabel: domain hash size = 128\n[ 0.398904] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.400028] NetLabel: unlabeled traffic allowed by default\n[ 0.401398] clocksource: Switched to clocksource kvm-clock\n[ 0.409697] AppArmor: AppArmor Filesystem Enabled\n[ 0.410830] pnp: PnP ACPI init\n[ 0.411894] pnp: PnP ACPI: found 5 devices\n[ 0.418441] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.420464] NET: Registered protocol family 2\n[ 0.421672] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.423214] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.424650] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.426091] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.427395] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.428786] NET: Registered protocol family 1\n[ 0.429832] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.431146] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.432421] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.446717] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.461052] Trying to unpack rootfs image as initramfs...\n[ 0.518765] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.520689] Scanning for low memory corruption every 60 seconds\n[ 0.522280] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.523653] audit: initializing netlink subsys (disabled)\n[ 0.524866] audit: type=2000 audit(1534161144.974:1): initialized\n[ 0.526446] Initialise system trusted keyring\n[ 0.527557] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.528961] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.531304] zbud: loaded\n[ 0.532132] VFS: Disk quotas dquot_6.6.0\n[ 0.533097] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.534953] fuse init (API version 7.23)\n[ 0.536002] Key type big_key registered\n[ 0.536947] Allocating IMA MOK and blacklist keyrings.\n[ 0.538388] Key type asymmetric registered\n[ 0.539361] Asymmetric key parser 'x509' registered\n[ 0.540501] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.542262] io scheduler noop registered\n[ 0.543198] io scheduler deadline registered (default)\n[ 0.544382] io scheduler cfq registered\n[ 0.545364] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.546614] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.548126] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.549855] ACPI: Power Button [PWRF]\n[ 0.550846] GHES: HEST is not enabled!\n[ 0.564655] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.593044] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.595327] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.619123] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.624012] Linux agpgart interface v0.103\n[ 0.627416] brd: module loaded\n[ 0.629252] loop: module loaded\n[ 0.633699] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.635371] GPT:90111 != 2097151\n[ 0.636147] GPT:Alternate GPT header not at the end of the disk.\n[ 0.637430] GPT:90111 != 2097151\n[ 0.638211] GPT: Use GNU Parted to correct GPT errors.\n[ 0.639335] vda: vda1 vda15\n[ 0.640935] scsi host0: ata_piix\n[ 0.641829] scsi host1: ata_piix\n[ 0.642658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.644025] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.645609] libphy: Fixed MDIO Bus: probed\n[ 0.646491] tun: Universal TUN/TAP device driver, 1.6\n[ 0.647503] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.650061] PPP generic driver version 2.4.2\n[ 0.651038] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.652308] ehci-pci: EHCI PCI platform driver\n[ 0.653236] ehci-platform: EHCI generic platform driver\n[ 0.654295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.655510] ohci-pci: OHCI PCI platform driver\n[ 0.656447] ohci-platform: OHCI generic platform driver\n[ 0.657510] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.671859] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.672969] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.674507] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.675594] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.676810] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.678123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.679614] usb usb1: Product: UHCI Host Controller\n[ 0.680588] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.681811] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.682842] hub 1-0:1.0: USB hub found\n[ 0.683667] hub 1-0:1.0: 2 ports detected\n[ 0.684665] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.686948] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.687957] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.689053] mousedev: PS/2 mouse device common for all mice\n[ 0.690405] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.692449] rtc_cmos 00:00: RTC can wake from S4\n[ 0.693640] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.694912] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.696150] i2c /dev entries driver\n[ 0.696953] device-mapper: uevent: version 1.0.3\n[ 0.697971] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.699676] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.701170] NET: Registered protocol family 10\n[ 0.702368] NET: Registered protocol family 17\n[ 0.703323] Key type dns_resolver registered\n[ 0.704384] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.705569] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.707482] registered taskstats version 1\n[ 0.708380] Loading compiled-in X.509 certificates\n[ 0.709939] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.711919] zswap: loaded using pool lzo/zbud\n[ 0.713682] Key type trusted registered\n[ 0.715566] Key type encrypted registered\n[ 0.716442] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.717564] ima: No TPM chip found, activating TPM-bypass!\n[ 0.718687] evm: HMAC attrs: 0x1\n[ 0.719716] Magic number: 14:493:883\n[ 0.720629] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:25 UTC (1534161145)\n[ 0.722355] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.723526] EDD information not available.\n[ 0.802087] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.813922] ata1.00: configured for MWDMA2\n[ 0.815193] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.817410] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.818633] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.819903] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.822153] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.823686] Write protecting the kernel read-only data: 14336k\n[ 0.825810] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.827673] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.63\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.80\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 1.020898] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.19...\nLease of 10.10.10.19 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.29s]\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:39,624 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-86ec3a21-9168-4ed1-828c-83f43395d221 2018-08-13 11:53:39,650 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1a4ca473-14de-41f8-b288-9093f94ef933 x-compute-request-id: req-1a4ca473-14de-41f8-b288-9093f94ef933 Content-Encoding: gzip Content-Length: 10957 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 449271859 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.142021] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.143775] pid_max: default: 32768 minimum: 301\n[ 0.144721] ACPI: Core revision 20150930\n[ 0.146158] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.147546] Security Framework initialized\n[ 0.148410] Yama: becoming mindful.\n[ 0.149193] AppArmor: AppArmor initialized\n[ 0.150105] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.151506] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.152863] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154143] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.155640] Initializing cgroup subsys io\n[ 0.156511] Initializing cgroup subsys memory\n[ 0.157439] Initializing cgroup subsys devices\n[ 0.158370] Initializing cgroup subsys freezer\n[ 0.159292] Initializing cgroup subsys net_cls\n[ 0.160214] Initializing cgroup subsys perf_event\n[ 0.161193] Initializing cgroup subsys net_prio\n[ 0.162134] Initializing cgroup subsys hugetlb\n[ 0.163055] Initializing cgroup subsys pids\n[ 0.163976] CPU: Physical Processor ID: 0\n[ 0.165560] mce: CPU supports 10 MCE banks\n[ 0.166461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167519] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.184370] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.190896] ftrace: allocating 31920 entries in 125 pages\n[ 0.217676] smpboot: Max logical packages: 1\n[ 0.218628] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220055] x2apic enabled\n[ 0.220889] Switched APIC routing to physical x2apic.\n[ 0.222702] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.223908] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226033] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.227952] KVM setup paravirtual spinlock\n[ 0.229322] x86: Booted up 1 node, 1 CPUs\n[ 0.230185] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.231666] devtmpfs: initialized\n[ 0.233432] evm: security.selinux\n[ 0.234183] evm: security.SMACK64\n[ 0.234913] evm: security.SMACK64EXEC\n[ 0.235720] evm: security.SMACK64TRANSMUTE\n[ 0.236587] evm: security.SMACK64MMAP\n[ 0.237386] evm: security.ima\n[ 0.238067] evm: security.capability\n[ 0.238921] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.240923] pinctrl core: initialized pinctrl subsystem\n[ 0.242106] RTC time: 11:52:12, date: 08/13/18\n[ 0.243134] NET: Registered protocol family 16\n[ 0.244190] cpuidle: using governor ladder\n[ 0.245076] cpuidle: using governor menu\n[ 0.245922] PCCT header not found.\n[ 0.246727] ACPI: bus type PCI registered\n[ 0.247580] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248914] PCI: Using configuration type 1 for base access\n[ 0.250765] ACPI: Added _OSI(Module Device)\n[ 0.251667] ACPI: Added _OSI(Processor Device)\n[ 0.252593] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253552] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255406] ACPI: Interpreter enabled\n[ 0.256225] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258199] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260182] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262158] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264123] ACPI: (supports S0 S5)\n[ 0.264873] ACPI: Using IOAPIC for interrupt routing\n[ 0.265885] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269179] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.270415] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.271745] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273035] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.275403] acpiphp: Slot [3] registered\n[ 0.276263] acpiphp: Slot [4] registered\n[ 0.277123] acpiphp: Slot [5] registered\n[ 0.277977] acpiphp: Slot [6] registered\n[ 0.278834] acpiphp: Slot [7] registered\n[ 0.279713] acpiphp: Slot [8] registered\n[ 0.280577] acpiphp: Slot [9] registered\n[ 0.281435] acpiphp: Slot [10] registered\n[ 0.282306] acpiphp: Slot [11] registered\n[ 0.283179] acpiphp: Slot [12] registered\n[ 0.284052] acpiphp: Slot [13] registered\n[ 0.284924] acpiphp: Slot [14] registered\n[ 0.285800] acpiphp: Slot [15] registered\n[ 0.296856] acpiphp: Slot [16] registered\n[ 0.297745] acpiphp: Slot [17] registered\n[ 0.298619] acpiphp: Slot [18] registered\n[ 0.299490] acpiphp: Slot [19] registered\n[ 0.300360] acpiphp: Slot [20] registered\n[ 0.301235] acpiphp: Slot [21] registered\n[ 0.302110] acpiphp: Slot [22] registered\n[ 0.302975] acpiphp: Slot [23] registered\n[ 0.303847] acpiphp: Slot [24] registered\n[ 0.304719] acpiphp: Slot [25] registered\n[ 0.305592] acpiphp: Slot [26] registered\n[ 0.306547] acpiphp: Slot [27] registered\n[ 0.307420] acpiphp: Slot [28] registered\n[ 0.308296] acpiphp: Slot [29] registered\n[ 0.309173] acpiphp: Slot [30] registered\n[ 0.310054] acpiphp: Slot [31] registered\n[ 0.310920] PCI host bridge to bus 0000:00\n[ 0.311788] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313099] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314406] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.315952] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317498] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319074] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322464] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.323845] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325114] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326472] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330214] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332150] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.353894] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355476] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.356994] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358491] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361327] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.362757] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.363888] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365537] vgaarb: loaded\n[ 0.366176] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367484] SCSI subsystem initialized\n[ 0.368465] ACPI: bus type USB registered\n[ 0.369358] usbcore: registered new interface driver usbfs\n[ 0.370458] usbcore: registered new interface driver hub\n[ 0.371536] usbcore: registered new device driver usb\n[ 0.372722] PCI: Using ACPI for IRQ routing\n[ 0.373912] NetLabel: Initializing\n[ 0.374683] NetLabel: domain hash size = 128\n[ 0.375597] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376614] NetLabel: unlabeled traffic allowed by default\n[ 0.377850] clocksource: Switched to clocksource kvm-clock\n[ 0.386244] AppArmor: AppArmor Filesystem Enabled\n[ 0.387275] pnp: PnP ACPI init\n[ 0.388276] pnp: PnP ACPI: found 5 devices\n[ 0.394753] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.396587] NET: Registered protocol family 2\n[ 0.397707] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.399098] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.400394] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.401667] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402829] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.404104] NET: Registered protocol family 1\n[ 0.405046] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.406226] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.407380] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.421572] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.435646] Trying to unpack rootfs image as initramfs...\n[ 0.493656] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.495452] Scanning for low memory corruption every 60 seconds\n[ 0.496908] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.498169] audit: initializing netlink subsys (disabled)\n[ 0.499268] audit: type=2000 audit(1534161133.341:1): initialized\n[ 0.500691] Initialise system trusted keyring\n[ 0.501725] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.502967] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.505189] zbud: loaded\n[ 0.505977] VFS: Disk quotas dquot_6.6.0\n[ 0.506853] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.508559] fuse init (API version 7.23)\n[ 0.509529] Key type big_key registered\n[ 0.510402] Allocating IMA MOK and blacklist keyrings.\n[ 0.511732] Key type asymmetric registered\n[ 0.512613] Asymmetric key parser 'x509' registered\n[ 0.513638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.515238] io scheduler noop registered\n[ 0.516086] io scheduler deadline registered (default)\n[ 0.517147] io scheduler cfq registered\n[ 0.518061] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.519181] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520538] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.522099] ACPI: Power Button [PWRF]\n[ 0.523008] GHES: HEST is not enabled!\n[ 0.536778] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.564861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.567085] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.590713] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.593167] Linux agpgart interface v0.103\n[ 0.595989] brd: module loaded\n[ 0.597776] loop: module loaded\n[ 0.601554] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.603111] GPT:90111 != 2097151\n[ 0.603831] GPT:Alternate GPT header not at the end of the disk.\n[ 0.605001] GPT:90111 != 2097151\n[ 0.605719] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606748] vda: vda1 vda15\n[ 0.608114] scsi host0: ata_piix\n[ 0.608947] scsi host1: ata_piix\n[ 0.609740] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.613789] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616845] libphy: Fixed MDIO Bus: probed\n[ 0.617737] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618785] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622474] PPP generic driver version 2.4.2\n[ 0.623623] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.624950] ehci-pci: EHCI PCI platform driver\n[ 0.625937] ehci-platform: EHCI generic platform driver\n[ 0.627143] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.628411] ohci-pci: OHCI PCI platform driver\n[ 0.629377] ohci-platform: OHCI generic platform driver\n[ 0.630472] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.645029] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.646186] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.647762] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.648865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.650139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.651470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.653013] usb usb1: Product: UHCI Host Controller\n[ 0.654027] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.655250] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.656353] hub 1-0:1.0: USB hub found\n[ 0.657187] hub 1-0:1.0: 2 ports detected\n[ 0.658449] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.660750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.661811] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.662972] mousedev: PS/2 mouse device common for all mice\n[ 0.664392] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.666433] rtc_cmos 00:00: RTC can wake from S4\n[ 0.667666] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.668964] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.670282] i2c /dev entries driver\n[ 0.671151] device-mapper: uevent: version 1.0.3\n[ 0.672226] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.674023] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.675706] NET: Registered protocol family 10\n[ 0.676997] NET: Registered protocol family 17\n[ 0.678009] Key type dns_resolver registered\n[ 0.679296] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.680500] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.682522] registered taskstats version 1\n[ 0.683450] Loading compiled-in X.509 certificates\n[ 0.685041] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.687133] zswap: loaded using pool lzo/zbud\n[ 0.688982] Key type trusted registered\n[ 0.690828] Key type encrypted registered\n[ 0.691722] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.692839] ima: No TPM chip found, activating TPM-bypass!\n[ 0.693984] evm: HMAC attrs: 0x1\n[ 0.695059] Magic number: 14:493:883\n[ 0.696034] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:13 UTC (1534161133)\n[ 0.697823] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.699040] EDD information not available.\n[ 0.771435] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.783180] Write protecting the kernel read-only data: 14336k\n[ 0.786767] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.788906] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.61\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.73\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.942006] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.83. iid=i-0000008a\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDciOGhJzRwlgBPYBVtdPsvgjavjT/Ry28JKwsX4K0LcuRISgMmXzDf0IC0P5WRPX2/zBSCMqtiC5Op0A9GkfJtjX463jhfN/P+hghLacmKXoujomFq38Zz0BBHqP2NEhIRgJTdm1JE72J0Dn9kHE0EvQcToiEDt161LU64eJXXr7JmzJgjhrNOgHNtMc4J9aSMjMyCpY50WwrfIsscHLse9Ep0PQnjF/nJykEJ8LbgYzICa/SY83rGAz90MsJbvqeyN4fjsyrrrJRld6MraedS3oMYCPisHCkD5sg52HfGwt2NfM50uOVqzrm+qC2r3m0VhE3bq2NuNfJhRJiknB8J root@sdnvpn-10-2\nssh-dss AAAAB3NzaC1kc3MAAACBAKr/7ch8BrZsSQqjK3wgZrrDPknGXpHiHkXELouuW7du4fGvY9gDztOOxYkkfZjUzcUVk5LdzwU3RW1K8MCnYOsBQS4O1kGg9rm0pIjbCB/0SXiyx6XZv/bJ7MeWRZXfEAEVtXjTZvi0w/GnQxGBHbq6oWg24PKVQCiEE9+WQVMhAAAAFQDc7XbTel0GZOgpFqbkudh+ESmaKwAAAIBKq8LTS6QkEL2ZiJ+5/LgvJl50PqDMvDa5V1UA2gqup+iCE9hbLs6SPbtDTCw/WR5ugBwTOJ7vXIU2IU1XKfv4AM3zRMeDymdj/770c9eL6vFDkUeXdpbRHS9fGv5hvNy/caI2Kw4DWpOqe2E4sMNnB15fvsHUoH16/wrZfx0aaQAAAIBS6ak0MAGZKKpmd4ubcjSex088EM6k5VD7Yr47RCSz2eEaXGH+zKp4HAU0rzh5Yt2eZPycJNft4GuE3eQAPbiQX8WKmnvjGnmqwJHeLoJrYABZ3zk5u1/Ilc3YEyFFS9vtx7hbinqwayKtklBGL8Dqr0IRMZ90Goth5HSZk7CyHw== root@sdnvpn-10-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.12s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fe0a:7cc/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008a\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-10-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.50 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:0A:07:CC \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe0a:7cc/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:102 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9137 (8.9 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.131523] usb 1-1: Product: QEMU USB Tablet\n[ 1.131524] usb 1-1: Manufacturer: QEMU\n[ 1.131524] usb 1-1: SerialNumber: 42\n[ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 3.589868] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:52:13 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:52:13 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:52:13 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)\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:52:13 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:52:13 cirros kern.notice kernel: [ 0.942006] random: dd urandom read with 4 bits of entropy available\nAug 13 12:52:13 cirros kern.info kernel: [ 0.969871] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131519] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131521] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131523] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: Manufacturer: QEMU\nAug 13 12:52:13 cirros kern.info kernel: [ 1.131524] usb 1-1: SerialNumber: 42\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494105] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:52:14 cirros kern.info kernel: [ 1.494115] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:52:16 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:52:16 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:52:16 cirros kern.info kernel: [ 3.553942] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:52:16 cirros kern.info kernel: [ 3.589868] 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-08-13 11:53:39,651 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/e3d18f4b-7437-4cee-8bc5-77bb1051e3a2/action used request id req-1a4ca473-14de-41f8-b288-9093f94ef933 2018-08-13 11:53:40,397 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}708fdd5a31b48bfa0b7b330060e8eaec539d96b6" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:40,465 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-7e08a958-7945-4797-b1b5-ea6b180cd229 x-compute-request-id: req-7e08a958-7945-4797-b1b5-ea6b180cd229 Content-Encoding: gzip Content-Length: 8115 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 487685575 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139102] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140776] pid_max: default: 32768 minimum: 301\n[ 0.141673] ACPI: Core revision 20150930\n[ 0.143071] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144385] Security Framework initialized\n[ 0.145206] Yama: becoming mindful.\n[ 0.145938] AppArmor: AppArmor initialized\n[ 0.146803] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.148127] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.149407] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150622] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152040] Initializing cgroup subsys io\n[ 0.152855] Initializing cgroup subsys memory\n[ 0.153715] Initializing cgroup subsys devices\n[ 0.154598] Initializing cgroup subsys freezer\n[ 0.155469] Initializing cgroup subsys net_cls\n[ 0.156340] Initializing cgroup subsys perf_event\n[ 0.157250] Initializing cgroup subsys net_prio\n[ 0.158145] Initializing cgroup subsys hugetlb\n[ 0.159016] Initializing cgroup subsys pids\n[ 0.159889] CPU: Physical Processor ID: 0\n[ 0.161389] mce: CPU supports 10 MCE banks\n[ 0.162249] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.163253] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.178859] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.185018] ftrace: allocating 31920 entries in 125 pages\n[ 0.210409] smpboot: Max logical packages: 1\n[ 0.211271] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.212624] x2apic enabled\n[ 0.213444] Switched APIC routing to physical x2apic.\n[ 0.215197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.216317] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.218317] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.220113] KVM setup paravirtual spinlock\n[ 0.221408] x86: Booted up 1 node, 1 CPUs\n[ 0.222224] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.223618] devtmpfs: initialized\n[ 0.225335] evm: security.selinux\n[ 0.226044] evm: security.SMACK64\n[ 0.226736] evm: security.SMACK64EXEC\n[ 0.227487] evm: security.SMACK64TRANSMUTE\n[ 0.228299] evm: security.SMACK64MMAP\n[ 0.229053] evm: security.ima\n[ 0.229698] evm: security.capability\n[ 0.230513] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.232374] pinctrl core: initialized pinctrl subsystem\n[ 0.233484] RTC time: 11:52:36, date: 08/13/18\n[ 0.234452] NET: Registered protocol family 16\n[ 0.235446] cpuidle: using governor ladder\n[ 0.236273] cpuidle: using governor menu\n[ 0.237065] PCCT header not found.\n[ 0.237823] ACPI: bus type PCI registered\n[ 0.238629] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.239880] PCI: Using configuration type 1 for base access\n[ 0.241646] ACPI: Added _OSI(Module Device)\n[ 0.242499] ACPI: Added _OSI(Processor Device)\n[ 0.243364] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.244266] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.246007] ACPI: Interpreter enabled\n[ 0.246790] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.248646] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.250520] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.252382] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.254242] ACPI: (supports S0 S5)\n[ 0.254952] ACPI: Using IOAPIC for interrupt routing\n[ 0.255902] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.259004] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.260161] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.261402] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.262599] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264837] acpiphp: Slot [3] registered\n[ 0.265642] acpiphp: Slot [4] registered\n[ 0.266447] acpiphp: Slot [5] registered\n[ 0.267253] acpiphp: Slot [6] registered\n[ 0.268056] acpiphp: Slot [7] registered\n[ 0.268867] acpiphp: Slot [8] registered\n[ 0.269670] acpiphp: Slot [9] registered\n[ 0.270476] acpiphp: Slot [10] registered\n[ 0.271299] acpiphp: Slot [11] registered\n[ 0.272115] acpiphp: Slot [12] registered\n[ 0.272937] acpiphp: Slot [13] registered\n[ 0.273749] acpiphp: Slot [14] registered\n[ 0.274564] acpiphp: Slot [15] registered\n[ 0.285568] acpiphp: Slot [16] registered\n[ 0.286410] acpiphp: Slot [17] registered\n[ 0.287232] acpiphp: Slot [18] registered\n[ 0.288050] acpiphp: Slot [19] registered\n[ 0.288862] acpiphp: Slot [20] registered\n[ 0.289679] acpiphp: Slot [21] registered\n[ 0.290498] acpiphp: Slot [22] registered\n[ 0.291320] acpiphp: Slot [23] registered\n[ 0.292139] acpiphp: Slot [24] registered\n[ 0.292958] acpiphp: Slot [25] registered\n[ 0.293778] acpiphp: Slot [26] registered\n[ 0.294592] acpiphp: Slot [27] registered\n[ 0.295414] acpiphp: Slot [28] registered\n[ 0.296231] acpiphp: Slot [29] registered\n[ 0.297044] acpiphp: Slot [30] registered\n[ 0.297864] acpiphp: Slot [31] registered\n[ 0.298678] PCI host bridge to bus 0000:00\n[ 0.299494] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300714] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301938] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.303398] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304858] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.306344] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309676] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310972] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.312155] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.313426] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316904] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318423] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.336957] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.338434] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.340196] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.341626] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.343022] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.344289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.345602] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.346663] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.348217] vgaarb: loaded\n[ 0.348821] vgaarb: bridge control possible 0000:00:02.0\n[ 0.350051] SCSI subsystem initialized\n[ 0.350973] ACPI: bus type USB registered\n[ 0.351807] usbcore: registered new interface driver usbfs\n[ 0.352840] usbcore: registered new interface driver hub\n[ 0.353856] usbcore: registered new device driver usb\n[ 0.354969] PCI: Using ACPI for IRQ routing\n[ 0.356086] NetLabel: Initializing\n[ 0.356811] NetLabel: domain hash size = 128\n[ 0.357662] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.358632] NetLabel: unlabeled traffic allowed by default\n[ 0.359805] clocksource: Switched to clocksource kvm-clock\n[ 0.368118] AppArmor: AppArmor Filesystem Enabled\n[ 0.369107] pnp: PnP ACPI init\n[ 0.370048] pnp: PnP ACPI: found 5 devices\n[ 0.376362] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.378088] NET: Registered protocol family 2\n[ 0.379139] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.380442] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.381662] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.382875] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.383969] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385164] NET: Registered protocol family 1\n[ 0.386050] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.387156] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.388239] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.402293] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.416409] Trying to unpack rootfs image as initramfs...\n[ 0.472971] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.474606] Scanning for low memory corruption every 60 seconds\n[ 0.475988] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.477152] audit: initializing netlink subsys (disabled)\n[ 0.478181] audit: type=2000 audit(1534161157.501:1): initialized\n[ 0.479522] Initialise system trusted keyring\n[ 0.480497] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.481662] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.483793] zbud: loaded\n[ 0.484529] VFS: Disk quotas dquot_6.6.0\n[ 0.485359] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.486972] fuse init (API version 7.23)\n[ 0.487894] Key type big_key registered\n[ 0.488702] Allocating IMA MOK and blacklist keyrings.\n[ 0.489957] Key type asymmetric registered\n[ 0.490789] Asymmetric key parser 'x509' registered\n[ 0.491752] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.493237] io scheduler noop registered\n[ 0.494038] io scheduler deadline registered (default)\n[ 0.495042] io scheduler cfq registered\n[ 0.495903] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.496952] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.498222] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.499674] ACPI: Power Button [PWRF]\n[ 0.500546] GHES: HEST is not enabled!\n[ 0.514209] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.542331] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.544457] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.568401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.570716] Linux agpgart interface v0.103\n[ 0.573343] brd: module loaded\n[ 0.575028] loop: module loaded\n[ 0.578826] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.580301] GPT:90111 != 2097151\n[ 0.580986] GPT:Alternate GPT header not at the end of the disk.\n[ 0.582085] GPT:90111 != 2097151\n[ 0.582774] GPT: Use GNU Parted to correct GPT errors.\n[ 0.583755] vda: vda1 vda15\n[ 0.584994] scsi host0: ata_piix\n[ 0.585788] scsi host1: ata_piix\n[ 0.586522] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.587768] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.589334] libphy: Fixed MDIO Bus: probed\n[ 0.590175] tun: Universal TUN/TAP device driver, 1.6\n[ 0.591147] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.593355] PPP generic driver version 2.4.2\n[ 0.594300] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.595519] ehci-pci: EHCI PCI platform driver\n[ 0.596418] ehci-platform: EHCI generic platform driver\n[ 0.597434] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.600760] ohci-pci: OHCI PCI platform driver\n[ 0.601746] ohci-platform: OHCI generic platform driver\n[ 0.602793] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.617198] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.618240] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.619732] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.620786] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.621979] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.623244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.624691] usb usb1: Product: UHCI Host Controller\n[ 0.625648] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.626815] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.627895] hub 1-0:1.0: USB hub found\n[ 0.628697] hub 1-0:1.0: 2 ports detected\n[ 0.629686] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.631916] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.632893] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.633981] mousedev: PS/2 mouse device common for all mice\n[ 0.635374] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.637303] rtc_cmos 00:00: RTC can wake from S4\n[ 0.638458] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.639678] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.640910] i2c /dev entries driver\n[ 0.641717] device-mapper: uevent: version 1.0.3\n[ 0.642714] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.644414] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.645979] NET: Registered protocol family 10\n[ 0.647192] NET: Registered protocol family 17\n[ 0.648137] Key type dns_resolver registered\n[ 0.649198] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.650330] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.652177] registered taskstats version 1\n[ 0.653051] Loading compiled-in X.509 certificates\n[ 0.654560] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.656478] zswap: loaded using pool lzo/zbud\n[ 0.658184] Key type trusted registered\n[ 0.659998] Key type encrypted registered\n[ 0.660848] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.661910] ima: No TPM chip found, activating TPM-bypass!\n[ 0.662981] evm: HMAC attrs: 0x1\n[ 0.664006] Magic number: 14:493:883\n[ 0.664906] rtc_cmos 00:00: setting system clock to 2018-08-13 11:52:37 UTC (1534161157)\n[ 0.666578] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.667717] EDD information not available.\n[ 0.744431] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.756503] ata1.00: configured for MWDMA2\n[ 0.757837] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.760085] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.761322] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.762623] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.764905] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.766465] Write protecting the kernel read-only data: 14336k\n[ 0.768634] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.770515] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.74\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.932720] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.28s]\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\nping 10.10.10.19 OK\nping 10.10.10.3 OK\n"} 2018-08-13 11:53:40,465 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-7e08a958-7945-4797-b1b5-ea6b180cd229 2018-08-13 11:53:40,476 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-10-4'... 2018-08-13 11:53:40,477 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-10-4 flavor=m1.tiny image=72cc6e7b-bc90-4307-9655-f9dec72465e5 network=517394dc-95ae-4109-a667-ba31c339dd44 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= #!/bin/sh set 10.10.10.19 10.10.10.4 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-08-13 11:53:40,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:53:40,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:53:40,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:53:40,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:53:40,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:53:40,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:53:40,477 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:53:40,478 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:53:40,479 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:53:40,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:53:40,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:53:40,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:53:40,482 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:53:40,483 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:53:40,484 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:53:40,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:53:40,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:53:40,485 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:53:40,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:53:40,494 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3ee3a785-1c7a-4c87-8147-6500784a3db0 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:53:40,495 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3ee3a785-1c7a-4c87-8147-6500784a3db0 2018-08-13 11:53:40,496 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:53:40,921 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:53:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["lvrK7SeaTz2DWTMOPzkYXw"], "issued_at": "2018-08-13T11:53:40.000000Z"}} 2018-08-13 11:53:40,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" 2018-08-13 11:53:41,197 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-c676ad3f-2fe0-4988-99e8-bfaea6056cec x-compute-request-id: req-c676ad3f-2fe0-4988-99e8-bfaea6056cec Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:53:41,197 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-c676ad3f-2fe0-4988-99e8-bfaea6056cec 2018-08-13 11:53:41,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" 2018-08-13 11:53:41,230 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-980f7865-ce53-47d9-bc0c-eb63ae68b946 x-compute-request-id: req-980f7865-ce53-47d9-bc0c-eb63ae68b946 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:53:41,230 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-980f7865-ce53-47d9-bc0c-eb63ae68b946 2018-08-13 11:53:41,233 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"server": {"name": "sdnvpn-10-4", "imageRef": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "user_data": "IyEvYmluL3NoCnNldCAxMC4xMC4xMC4xOSAxMC4xMC4xMC40CndoaWxlIHRydWU7IGRvCiBmb3IgaSBkbwogIGlwPSRpCiAgcGluZyAtYyAxMCAkaXAgMj4mMSA+L2Rldi9udWxsCiAgUkVTPSQ/CiAgaWYgWyAiWiRSRVMiID0gIlowIiBdIDsgdGhlbgogICBlY2hvIHBpbmcgJGlwIE9LCiAgZWxzZSBlY2hvIHBpbmcgJGlwIEtPCiAgZmkKIGRvbmUKIHNsZWVwIDEKZG9uZQo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "517394dc-95ae-4109-a667-ba31c339dd44"}], "config_drive": true}}' 2018-08-13 11:53:42,936 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:53: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-9d7e61fe-677b-45ec-acd2-945ba2d24b95 x-compute-request-id: req-9d7e61fe-677b-45ec-acd2-945ba2d24b95 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "d76a0676-d579-4ad2-9139-ba3e36b24d42", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "bookmark"}], "adminPass": "bTwRceQv4SW2"}} 2018-08-13 11:53:42,936 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-9d7e61fe-677b-45ec-acd2-945ba2d24b95 2018-08-13 11:53:42,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:53:42,943 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8ab0344-8d2a-4d7a-b74c-7c8f2480e15d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:53:42,943 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e8ab0344-8d2a-4d7a-b74c-7c8f2480e15d 2018-08-13 11:53:42,943 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:53:43,333 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:53:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["k0dJM_PPRO2aHxVYJkjxKQ"], "issued_at": "2018-08-13T11:53:43.000000Z"}} 2018-08-13 11:53:43,336 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038be268d037905e39f1b306f296ed2cd667b019" 2018-08-13 11:53:44,231 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1cfec9e-9d1a-4bf1-ad42-9be78e4ff7bd x-compute-request-id: req-a1cfec9e-9d1a-4bf1-ad42-9be78e4ff7bd Content-Encoding: gzip Content-Length: 622 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d76a0676-d579-4ad2-9139-ba3e36b24d42", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:53:43Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-10-4", "created": "2018-08-13T11:53:42Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:53:44,231 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 used request id req-a1cfec9e-9d1a-4bf1-ad42-9be78e4ff7bd 2018-08-13 11:53:47,237 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038be268d037905e39f1b306f296ed2cd667b019" 2018-08-13 11:53:47,770 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b9216c70-e3f2-484d-aff8-fa41afb7637f x-compute-request-id: req-b9216c70-e3f2-484d-aff8-fa41afb7637f 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:d5:c5:ee", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008d", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d76a0676-d579-4ad2-9139-ba3e36b24d42", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T11:53:44Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:53:42Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:53:47,771 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 used request id req-b9216c70-e3f2-484d-aff8-fa41afb7637f 2018-08-13 11:53:50,777 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}038be268d037905e39f1b306f296ed2cd667b019" 2018-08-13 11:53:51,123 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-2dfe6302-bae2-463b-a0ae-7c998fac6481 x-compute-request-id: req-2dfe6302-bae2-463b-a0ae-7c998fac6481 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:d5:c5:ee", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008d", "OS-SRV-USG:launched_at": "2018-08-13T11:53:48.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d76a0676-d579-4ad2-9139-ba3e36b24d42", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:53:48Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:53:42Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:53:51,123 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 used request id req-2dfe6302-bae2-463b-a0ae-7c998fac6481 2018-08-13 11:53:51,126 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" 2018-08-13 11:53:51,681 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bc0ee75d-327f-4716-9b22-ca6f7b40f12e x-compute-request-id: req-bc0ee75d-327f-4716-9b22-ca6f7b40f12e 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:d5:c5:ee", "version": 4, "addr": "10.10.10.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42", "rel": "bookmark"}], "image": {"id": "72cc6e7b-bc90-4307-9655-f9dec72465e5", "links": [{"href": "http://172.30.9.22:8774/images/72cc6e7b-bc90-4307-9655-f9dec72465e5", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008d", "OS-SRV-USG:launched_at": "2018-08-13T11:53:48.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "d76a0676-d579-4ad2-9139-ba3e36b24d42", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:53:48Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:53:42Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:53:51,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42 used request id req-bc0ee75d-327f-4716-9b22-ca6f7b40f12e 2018-08-13 11:53:51,682 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-10-4' booted successfully. IP='10.10.10.16'. 2018-08-13 11:53:51,682 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-10-4' to security group 'sdnvpn-sg'... 2018-08-13 11:53:51,685 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:53:52,718 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:53:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-cc9ef47c-f2a7-4bb1-87b0-e67bbe539389 x-compute-request-id: req-cc9ef47c-f2a7-4bb1-87b0-e67bbe539389 Content-Length: 0 Content-Type: application/json 2018-08-13 11:53:52,718 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-cc9ef47c-f2a7-4bb1-87b0-e67bbe539389 2018-08-13 11:53:52,718 - sdnvpn_test_utils - INFO - Waiting for instance d76a0676-d579-4ad2-9139-ba3e36b24d42 to boot up 2018-08-13 11:53:52,721 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:52,789 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-3e50a9e1-8090-494b-8d8c-cfad59b93558 x-compute-request-id: req-3e50a9e1-8090-494b-8d8c-cfad59b93558 Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\n"} 2018-08-13 11:53:52,790 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-3e50a9e1-8090-494b-8d8c-cfad59b93558 2018-08-13 11:53:54,799 - __name__ - INFO - Starting monitor thread of vm_4 2018-08-13 11:53:55,822 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:55,881 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-25b54360-ecf7-464d-be9f-6ce268373c0c x-compute-request-id: req-25b54360-ecf7-464d-be9f-6ce268373c0c Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\n"} 2018-08-13 11:53:55,882 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-25b54360-ecf7-464d-be9f-6ce268373c0c 2018-08-13 11:53:56,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:56,956 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-75fea658-77ea-4551-8fff-834594ac2da4 x-compute-request-id: req-75fea658-77ea-4551-8fff-834594ac2da4 Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\n"} 2018-08-13 11:53:56,957 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-75fea658-77ea-4551-8fff-834594ac2da4 2018-08-13 11:53:57,962 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:58,025 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-edd36a10-50f6-405e-9977-ffe3d286e8c0 x-compute-request-id: req-edd36a10-50f6-405e-9977-ffe3d286e8c0 Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\n"} 2018-08-13 11:53:58,026 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-edd36a10-50f6-405e-9977-ffe3d286e8c0 2018-08-13 11:53:59,031 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:53:59,111 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:53: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-64fc99f3-0599-4a26-aba5-7322b18f4052 x-compute-request-id: req-64fc99f3-0599-4a26-aba5-7322b18f4052 Content-Encoding: gzip Content-Length: 8083 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\n"} 2018-08-13 11:53:59,112 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-64fc99f3-0599-4a26-aba5-7322b18f4052 2018-08-13 11:54:00,117 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:00,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-947a7127-ed5e-4142-9edc-2f2b51e0a19c x-compute-request-id: req-947a7127-ed5e-4142-9edc-2f2b51e0a19c Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:00,184 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-947a7127-ed5e-4142-9edc-2f2b51e0a19c 2018-08-13 11:54:01,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:01,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3ef1e845-37ce-4357-a2e1-9057b9e0d84f x-compute-request-id: req-3ef1e845-37ce-4357-a2e1-9057b9e0d84f Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:01,261 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-3ef1e845-37ce-4357-a2e1-9057b9e0d84f 2018-08-13 11:54:02,266 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:02,329 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:02 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e29452d1-0454-47b4-bca0-310aa06be297 x-compute-request-id: req-e29452d1-0454-47b4-bca0-310aa06be297 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:02,330 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-e29452d1-0454-47b4-bca0-310aa06be297 2018-08-13 11:54:03,335 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:03,402 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:03 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6fc0a82d-52ba-4a9f-84ee-7decd2d330bd x-compute-request-id: req-6fc0a82d-52ba-4a9f-84ee-7decd2d330bd Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:03,402 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-6fc0a82d-52ba-4a9f-84ee-7decd2d330bd 2018-08-13 11:54:04,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:04,471 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-19bc750f-9ff3-4148-aac2-ef9914279f56 x-compute-request-id: req-19bc750f-9ff3-4148-aac2-ef9914279f56 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:04,472 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-19bc750f-9ff3-4148-aac2-ef9914279f56 2018-08-13 11:54:05,476 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:05,546 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-102933ee-5219-4a07-b1ac-720815a77cd8 x-compute-request-id: req-102933ee-5219-4a07-b1ac-720815a77cd8 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:05,547 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-102933ee-5219-4a07-b1ac-720815a77cd8 2018-08-13 11:54:06,552 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:06,619 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-d96fb896-8c5b-4d44-87bd-7e40f7f93d46 x-compute-request-id: req-d96fb896-8c5b-4d44-87bd-7e40f7f93d46 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:06,620 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-d96fb896-8c5b-4d44-87bd-7e40f7f93d46 2018-08-13 11:54:07,625 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:07,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:07 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b8a9ad25-4021-4d1c-90b4-6b1b8b8872d0 x-compute-request-id: req-b8a9ad25-4021-4d1c-90b4-6b1b8b8872d0 Content-Encoding: gzip Content-Length: 8091 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:07,691 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-b8a9ad25-4021-4d1c-90b4-6b1b8b8872d0 2018-08-13 11:54:08,696 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:08,762 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-231c45b3-9329-4820-a8c8-f6064013eaca x-compute-request-id: req-231c45b3-9329-4820-a8c8-f6064013eaca 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:08,763 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-231c45b3-9329-4820-a8c8-f6064013eaca 2018-08-13 11:54:09,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:09,838 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f896f16e-3086-4fba-b779-e4deeba49cf4 x-compute-request-id: req-f896f16e-3086-4fba-b779-e4deeba49cf4 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:09,839 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-f896f16e-3086-4fba-b779-e4deeba49cf4 2018-08-13 11:54:10,844 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:10,911 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e2b6c36d-4539-4dca-aafa-2bebfa20ef32 x-compute-request-id: req-e2b6c36d-4539-4dca-aafa-2bebfa20ef32 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:10,912 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-e2b6c36d-4539-4dca-aafa-2bebfa20ef32 2018-08-13 11:54:11,917 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:11,984 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-c24fdce1-4a50-4fdc-b096-8cbd36999233 x-compute-request-id: req-c24fdce1-4a50-4fdc-b096-8cbd36999233 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:11,984 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-c24fdce1-4a50-4fdc-b096-8cbd36999233 2018-08-13 11:54:12,990 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:13,055 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-998048d8-a587-4116-98a6-33558ddc2e5f x-compute-request-id: req-998048d8-a587-4116-98a6-33558ddc2e5f 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:13,056 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-998048d8-a587-4116-98a6-33558ddc2e5f 2018-08-13 11:54:14,061 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:14,131 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-77b1a4df-7c01-465f-8fda-12ca0c47e7b9 x-compute-request-id: req-77b1a4df-7c01-465f-8fda-12ca0c47e7b9 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:14,132 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-77b1a4df-7c01-465f-8fda-12ca0c47e7b9 2018-08-13 11:54:15,137 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:15,196 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-73370089-6fe9-466a-af43-2dcff675e054 x-compute-request-id: req-73370089-6fe9-466a-af43-2dcff675e054 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:15,197 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-73370089-6fe9-466a-af43-2dcff675e054 2018-08-13 11:54:16,202 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:16,271 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-28389aba-79f3-4e24-b2e9-c5cd67b67580 x-compute-request-id: req-28389aba-79f3-4e24-b2e9-c5cd67b67580 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:16,272 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-28389aba-79f3-4e24-b2e9-c5cd67b67580 2018-08-13 11:54:17,277 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:17,347 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-710b13b2-322e-424b-9b66-0bd70decb145 x-compute-request-id: req-710b13b2-322e-424b-9b66-0bd70decb145 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:17,347 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-710b13b2-322e-424b-9b66-0bd70decb145 2018-08-13 11:54:18,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:18,417 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bdc3ed77-0545-4be5-ad8f-46f5e13a3a94 x-compute-request-id: req-bdc3ed77-0545-4be5-ad8f-46f5e13a3a94 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\n"} 2018-08-13 11:54:18,417 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-bdc3ed77-0545-4be5-ad8f-46f5e13a3a94 2018-08-13 11:54:19,422 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:19,482 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:19 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6ad5b285-980a-4b60-afe9-e34f28e5a42a x-compute-request-id: req-6ad5b285-980a-4b60-afe9-e34f28e5a42a Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:19,482 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-6ad5b285-980a-4b60-afe9-e34f28e5a42a 2018-08-13 11:54:20,487 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:20,551 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-81dbd5cd-4fbe-44c1-a58b-c510bc44d73c x-compute-request-id: req-81dbd5cd-4fbe-44c1-a58b-c510bc44d73c Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:20,551 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-81dbd5cd-4fbe-44c1-a58b-c510bc44d73c 2018-08-13 11:54:21,556 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:21,642 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-09c3fda6-cb45-4b0f-acba-15117f4e036f x-compute-request-id: req-09c3fda6-cb45-4b0f-acba-15117f4e036f Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:21,642 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-09c3fda6-cb45-4b0f-acba-15117f4e036f 2018-08-13 11:54:22,647 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:22,711 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:22 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-af43e563-c9e4-4ed7-9a00-c60a4330095c x-compute-request-id: req-af43e563-c9e4-4ed7-9a00-c60a4330095c Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:22,712 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-af43e563-c9e4-4ed7-9a00-c60a4330095c 2018-08-13 11:54:23,717 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:23,781 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-83b500d0-1197-4047-9e6e-5cb01407a9cb x-compute-request-id: req-83b500d0-1197-4047-9e6e-5cb01407a9cb Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:23,782 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-83b500d0-1197-4047-9e6e-5cb01407a9cb 2018-08-13 11:54:24,787 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}370ebcf2cd97763fb5b49f453c80e7134b274722" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:54:24,831 - sdnvpn-results - INFO - Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted 2018-08-13 11:54:24,832 - __name__ - INFO - Sending stop signal to monitor thread 2018-08-13 11:54:24,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fd0e7cbd-fd9d-40cd-9edf-124d5d8b45da x-compute-request-id: req-fd0e7cbd-fd9d-40cd-9edf-124d5d8b45da Content-Encoding: gzip Content-Length: 8098 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 484070789 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.144427] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146196] pid_max: default: 32768 minimum: 301\n[ 0.147158] ACPI: Core revision 20150930\n[ 0.148589] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150003] Security Framework initialized\n[ 0.150876] Yama: becoming mindful.\n[ 0.151663] AppArmor: AppArmor initialized\n[ 0.152586] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.154014] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.155409] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.156720] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.158269] Initializing cgroup subsys io\n[ 0.159147] Initializing cgroup subsys memory\n[ 0.160084] Initializing cgroup subsys devices\n[ 0.161019] Initializing cgroup subsys freezer\n[ 0.161950] Initializing cgroup subsys net_cls\n[ 0.162881] Initializing cgroup subsys perf_event\n[ 0.163860] Initializing cgroup subsys net_prio\n[ 0.164812] Initializing cgroup subsys hugetlb\n[ 0.165743] Initializing cgroup subsys pids\n[ 0.166666] CPU: Physical Processor ID: 0\n[ 0.168250] mce: CPU supports 10 MCE banks\n[ 0.169158] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170226] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.186722] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.193027] ftrace: allocating 31920 entries in 125 pages\n[ 0.218525] smpboot: Max logical packages: 1\n[ 0.219474] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.220918] x2apic enabled\n[ 0.221759] Switched APIC routing to physical x2apic.\n[ 0.223560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.224749] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.226860] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.228762] KVM setup paravirtual spinlock\n[ 0.230116] x86: Booted up 1 node, 1 CPUs\n[ 0.230976] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.232458] devtmpfs: initialized\n[ 0.234220] evm: security.selinux\n[ 0.234966] evm: security.SMACK64\n[ 0.235695] evm: security.SMACK64EXEC\n[ 0.236497] evm: security.SMACK64TRANSMUTE\n[ 0.237364] evm: security.SMACK64MMAP\n[ 0.238158] evm: security.ima\n[ 0.238834] evm: security.capability\n[ 0.239692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.241687] pinctrl core: initialized pinctrl subsystem\n[ 0.242866] RTC time: 11:53:48, date: 08/13/18\n[ 0.243887] NET: Registered protocol family 16\n[ 0.244939] cpuidle: using governor ladder\n[ 0.245826] cpuidle: using governor menu\n[ 0.246667] PCCT header not found.\n[ 0.247470] ACPI: bus type PCI registered\n[ 0.248330] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.249659] PCI: Using configuration type 1 for base access\n[ 0.251510] ACPI: Added _OSI(Module Device)\n[ 0.252415] ACPI: Added _OSI(Processor Device)\n[ 0.253337] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.254305] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.256157] ACPI: Interpreter enabled\n[ 0.256973] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.258947] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.260917] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.262876] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.264851] ACPI: (supports S0 S5)\n[ 0.265599] ACPI: Using IOAPIC for interrupt routing\n[ 0.266605] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.269883] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.271112] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.272449] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.273739] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.276119] acpiphp: Slot [3] registered\n[ 0.276984] acpiphp: Slot [4] registered\n[ 0.277838] acpiphp: Slot [5] registered\n[ 0.278685] acpiphp: Slot [6] registered\n[ 0.279537] acpiphp: Slot [7] registered\n[ 0.280398] acpiphp: Slot [8] registered\n[ 0.281261] acpiphp: Slot [9] registered\n[ 0.282119] acpiphp: Slot [10] registered\n[ 0.282988] acpiphp: Slot [11] registered\n[ 0.283857] acpiphp: Slot [12] registered\n[ 0.284725] acpiphp: Slot [13] registered\n[ 0.285595] acpiphp: Slot [14] registered\n[ 0.286471] acpiphp: Slot [15] registered\n[ 0.297331] acpiphp: Slot [16] registered\n[ 0.298210] acpiphp: Slot [17] registered\n[ 0.299081] acpiphp: Slot [18] registered\n[ 0.299963] acpiphp: Slot [19] registered\n[ 0.300829] acpiphp: Slot [20] registered\n[ 0.301700] acpiphp: Slot [21] registered\n[ 0.302571] acpiphp: Slot [22] registered\n[ 0.303441] acpiphp: Slot [23] registered\n[ 0.304309] acpiphp: Slot [24] registered\n[ 0.305174] acpiphp: Slot [25] registered\n[ 0.306041] acpiphp: Slot [26] registered\n[ 0.306951] acpiphp: Slot [27] registered\n[ 0.307822] acpiphp: Slot [28] registered\n[ 0.308683] acpiphp: Slot [29] registered\n[ 0.309554] acpiphp: Slot [30] registered\n[ 0.310426] acpiphp: Slot [31] registered\n[ 0.311290] PCI host bridge to bus 0000:00\n[ 0.312162] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.313505] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.314832] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.316402] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.317961] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.319540] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.322927] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.324319] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.325585] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.326945] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.330667] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.332371] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.351642] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.353646] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.355160] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.356665] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.358153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.359502] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.360884] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.362011] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.363660] vgaarb: loaded\n[ 0.364303] vgaarb: bridge control possible 0000:00:02.0\n[ 0.365609] SCSI subsystem initialized\n[ 0.366581] ACPI: bus type USB registered\n[ 0.367470] usbcore: registered new interface driver usbfs\n[ 0.368575] usbcore: registered new interface driver hub\n[ 0.369667] usbcore: registered new device driver usb\n[ 0.370854] PCI: Using ACPI for IRQ routing\n[ 0.372029] NetLabel: Initializing\n[ 0.372798] NetLabel: domain hash size = 128\n[ 0.373709] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.374736] NetLabel: unlabeled traffic allowed by default\n[ 0.375969] clocksource: Switched to clocksource kvm-clock\n[ 0.384280] AppArmor: AppArmor Filesystem Enabled\n[ 0.385329] pnp: PnP ACPI init\n[ 0.386323] pnp: PnP ACPI: found 5 devices\n[ 0.392825] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.394671] NET: Registered protocol family 2\n[ 0.395792] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.397192] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.398503] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.399804] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.400982] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.402267] NET: Registered protocol family 1\n[ 0.403229] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.404422] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.405586] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.419788] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.434033] Trying to unpack rootfs image as initramfs...\n[ 0.490804] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.492572] Scanning for low memory corruption every 60 seconds\n[ 0.494004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.495245] audit: initializing netlink subsys (disabled)\n[ 0.496372] audit: type=2000 audit(1534161229.303:1): initialized\n[ 0.497794] Initialise system trusted keyring\n[ 0.498807] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.500049] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.502254] zbud: loaded\n[ 0.503023] VFS: Disk quotas dquot_6.6.0\n[ 0.503896] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505584] fuse init (API version 7.23)\n[ 0.506555] Key type big_key registered\n[ 0.507410] Allocating IMA MOK and blacklist keyrings.\n[ 0.508740] Key type asymmetric registered\n[ 0.509614] Asymmetric key parser 'x509' registered\n[ 0.510636] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.512225] io scheduler noop registered\n[ 0.513079] io scheduler deadline registered (default)\n[ 0.514140] io scheduler cfq registered\n[ 0.515042] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.516169] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.517525] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.519078] ACPI: Power Button [PWRF]\n[ 0.520011] GHES: HEST is not enabled!\n[ 0.533740] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.561510] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.563714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.587364] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589800] Linux agpgart interface v0.103\n[ 0.592617] brd: module loaded\n[ 0.594412] loop: module loaded\n[ 0.598519] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.600162] GPT:90111 != 2097151\n[ 0.600895] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602073] GPT:90111 != 2097151\n[ 0.602851] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606079] vda: vda1 vda15\n[ 0.608588] scsi host0: ata_piix\n[ 0.609444] scsi host1: ata_piix\n[ 0.610229] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.611555] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.613179] libphy: Fixed MDIO Bus: probed\n[ 0.614076] tun: Universal TUN/TAP device driver, 1.6\n[ 0.615110] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.617883] PPP generic driver version 2.4.2\n[ 0.618887] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.620207] ehci-pci: EHCI PCI platform driver\n[ 0.621161] ehci-platform: EHCI generic platform driver\n[ 0.622248] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.623479] ohci-pci: OHCI PCI platform driver\n[ 0.624430] ohci-platform: OHCI generic platform driver\n[ 0.625508] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.639892] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.640988] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.642582] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.643694] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.644947] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.646292] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.647824] usb usb1: Product: UHCI Host Controller\n[ 0.648836] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.650080] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.651153] hub 1-0:1.0: USB hub found\n[ 0.652004] hub 1-0:1.0: 2 ports detected\n[ 0.653032] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.655314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.656367] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.657530] mousedev: PS/2 mouse device common for all mice\n[ 0.659065] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.661108] rtc_cmos 00:00: RTC can wake from S4\n[ 0.662321] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.663626] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.664934] i2c /dev entries driver\n[ 0.665786] device-mapper: uevent: version 1.0.3\n[ 0.666840] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.668642] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.670211] NET: Registered protocol family 10\n[ 0.671445] NET: Registered protocol family 17\n[ 0.672442] Key type dns_resolver registered\n[ 0.673544] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.674751] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.676730] registered taskstats version 1\n[ 0.677651] Loading compiled-in X.509 certificates\n[ 0.679227] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.681279] zswap: loaded using pool lzo/zbud\n[ 0.683058] Key type trusted registered\n[ 0.684982] Key type encrypted registered\n[ 0.685890] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.687019] ima: No TPM chip found, activating TPM-bypass!\n[ 0.688184] evm: HMAC attrs: 0x1\n[ 0.689267] Magic number: 14:493:883\n[ 0.690218] rtc_cmos 00:00: setting system clock to 2018-08-13 11:53:49 UTC (1534161229)\n[ 0.692006] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.693235] EDD information not available.\n[ 0.768534] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.780609] ata1.00: configured for MWDMA2\n[ 0.782021] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.784404] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.785755] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.787118] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.789465] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.791151] Write protecting the kernel read-only data: 14336k\n[ 0.793391] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.795379] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.77\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.976582] random: dd urandom read with 12 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.16...\nLease of 10.10.10.16 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/dev/root resized successfully [took 0.39s]\nping 10.10.10.19 OK\nping 10.10.10.4 OK\nping 10.10.10.19 OK\n"} 2018-08-13 11:54:24,852 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-fd0e7cbd-fd9d-40cd-9edf-124d5d8b45da 2018-08-13 11:54:24,869 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"forceDelete": null}' 2018-08-13 11:54:25,015 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:54:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-9676f408-b98e-434d-8434-6b3e00f9d730 x-compute-request-id: req-9676f408-b98e-434d-8434-6b3e00f9d730 Content-Length: 0 Content-Type: application/json 2018-08-13 11:54:25,016 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/fa351e63-c9c2-42ed-883c-d6eb93ce5cae/action used request id req-9676f408-b98e-434d-8434-6b3e00f9d730 2018-08-13 11:54:25,018 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"forceDelete": null}' 2018-08-13 11:54:25,262 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:54:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2ad8aebe-62f5-44db-836f-ad05dd633fd7 x-compute-request-id: req-2ad8aebe-62f5-44db-836f-ad05dd633fd7 Content-Length: 0 Content-Type: application/json 2018-08-13 11:54:25,262 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/48321ac6-eb35-4c0d-8467-d44ba01e4e11/action used request id req-2ad8aebe-62f5-44db-836f-ad05dd633fd7 2018-08-13 11:54:25,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d5560645c9b55076cfc072fe2a6600ac5face6d3" -d '{"forceDelete": null}' 2018-08-13 11:54:25,459 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:54:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-2f100ec0-e6f4-4808-bddc-303530d63a2e x-compute-request-id: req-2f100ec0-e6f4-4808-bddc-303530d63a2e Content-Length: 0 Content-Type: application/json 2018-08-13 11:54:25,459 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/d76a0676-d579-4ad2-9139-ba3e36b24d42/action used request id req-2f100ec0-e6f4-4808-bddc-303530d63a2e 2018-08-13 11:54:25,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/72cc6e7b-bc90-4307-9655-f9dec72465e5 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}517ae165e1ea3049f36e80f8707b4afd0aea7223" 2018-08-13 11:54:26,779 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b20687f-4b6a-4f6a-aa2e-5fba585c5310 Date: Mon, 13 Aug 2018 11:54:26 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:54:26,779 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/72cc6e7b-bc90-4307-9655-f9dec72465e5 used request id req-0b20687f-4b6a-4f6a-aa2e-5fba585c5310 2018-08-13 11:54:26,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/1358c071-a7cd-418a-b3f0-5a1e302d7adc -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c19329377ab3a5fa722fa2445372c53e8f1aa2" 2018-08-13 11:54:28,895 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4cc7df65-f4e0-413b-8036-38c63a75b353 Date: Mon, 13 Aug 2018 11:54:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:54:28,895 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/1358c071-a7cd-418a-b3f0-5a1e302d7adc used request id req-4cc7df65-f4e0-413b-8036-38c63a75b353 2018-08-13 11:54:28,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/517394dc-95ae-4109-a667-ba31c339dd44 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}82c19329377ab3a5fa722fa2445372c53e8f1aa2" 2018-08-13 11:54:30,754 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0109cac7-0015-418a-9b54-308043ece2ee Date: Mon, 13 Aug 2018 11:54:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 11:54:30,754 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/517394dc-95ae-4109-a667-ba31c339dd44 used request id req-0109cac7-0015-418a-9b54-308043ece2ee 2018-08-13 11:54:30,755 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check ping status of vm_1, vm_2, and vm_3 | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | | Check ping status of vm_1, vm_3 and vm_4. Instance vm_2 is deleted | +----------------------------------------------------------------------------------------+ | PASS | Ping succeeds | +========================================================================================+ 2018-08-13 11:54:30,755 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-13 11:54:30,770 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_10 2018-08-13 11:54:30,771 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_10 - Test if interupts occure during ping, when removing and adding instances': {'status': 'PASS', 'details': [{'Ping succeeds': 'PASS'}, {'Ping succeeds': 'PASS'}]} 2018-08-13 11:54:30,771 - 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-08-13 11:54:30,771 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ====================================================================================================================== 2018-08-13 11:54:30,771 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_11 2018-08-13 11:54:30,855 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_11 main method 2018-08-13 11:54:30,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:54:30,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:54:30,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:54:30,856 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:54:30,857 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:54:30,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:54:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:54:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:54:30,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:54:30,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:54:30,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:54:30,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 11:54:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:54:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:54:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:54:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:54:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:54:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:54:30,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:54:30,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:54:30,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:54:30,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:54:30,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:54:30,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:54:30,867 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 11:54:30,869 - paramiko.transport - DEBUG - starting thread (client mode): 0xa541f0d0L 2018-08-13 11:54:30,869 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:54:30,893 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:54:30,894 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:54:30,899 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:54:30,900 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:54:30,900 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:54:30,900 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:54:30,900 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:54:30,900 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:54:30,909 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:54:30,910 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:54:30,933 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.202: 35d60d2783116041637172b99354acae 2018-08-13 11:54:30,933 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:54:30,949 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:54:30,975 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:54:30,998 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:54:31,153 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:54:31,153 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:54:31,193 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:54:31,193 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:54:31,206 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:54:35,460 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:54:35,461 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:54:35,463 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5406850L 2018-08-13 11:54:35,464 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:54:35,475 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:54:35,475 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:54:35,477 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:54:35,478 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:54:35,478 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:54:35,478 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:54:35,478 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:54:35,478 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:54:35,483 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:54:35,483 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:54:35,495 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:54:35,496 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:54:35,523 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:54:35,536 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:54:35,560 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:54:35,672 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:54:35,672 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:54:35,712 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:54:35,713 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:54:35,727 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:54:35,739 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:54:35,740 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:54:35,741 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:54:35,743 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:54:35,743 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:54:35,783 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:54:35,800 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:54:35,801 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:54:35,802 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:54:35,802 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:54:35,803 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:54:35,843 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:54:35,853 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:54:35,854 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:54:35,856 - paramiko.transport - DEBUG - starting thread (client mode): 0xa54025d0L 2018-08-13 11:54:35,856 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:54:35,867 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:54:35,867 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:54:35,870 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:54:35,870 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:54:35,870 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:54:35,870 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:54:35,870 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:54:35,871 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:54:35,875 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:54:35,876 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:54:35,888 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:54:35,889 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:54:35,915 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:54:35,927 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:54:35,953 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:54:36,056 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:54:36,056 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:54:36,096 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:54:36,096 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:54:36,120 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:54:36,131 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:54:36,132 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:54:36,133 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:54:36,133 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:54:36,134 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:54:36,174 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:54:36,189 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:54:36,191 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:54:36,191 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:54:36,192 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:54:36,192 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:54:36,233 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:54:36,244 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:54:36,245 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:54:36,247 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5c83ad0L 2018-08-13 11:54:36,248 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:54:36,260 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:54:36,260 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:54:36,262 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:54:36,262 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:54:36,263 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:54:36,263 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:54:36,263 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:54:36,263 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:54:36,268 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:54:36,268 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:54:36,279 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:54:36,280 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:54:36,308 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:54:36,322 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:54:36,344 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:54:36,465 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:54:36,465 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:54:36,504 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:54:36,505 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:54:36,512 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:54:36,528 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:54:36,529 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:54:36,530 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:54:36,530 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:54:36,530 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:54:36,571 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:54:36,589 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:54:36,590 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:54:36,591 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:54:36,592 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:54:36,592 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:54:36,633 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:54:36,644 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:54:36,645 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:54:36,646 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:54:36,647 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:54:36,647 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:54:36,653 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:54:40,956 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:54:40,957 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:54:40,959 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5406050L 2018-08-13 11:54:40,959 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:54:40,969 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:54:40,969 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:54:40,971 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:54:40,971 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:54:40,971 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:54:40,971 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:54:40,971 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:54:40,972 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:54:40,976 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:54:40,977 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:54:40,991 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:54:40,991 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:54:41,016 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:54:41,029 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:54:41,056 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:54:41,160 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:54:41,160 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:54:41,199 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:54:41,200 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:54:41,224 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:54:41,235 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:54:41,236 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:54:41,237 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:54:41,238 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:54:41,238 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:54:41,279 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:54:41,295 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:54:41,297 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:54:41,297 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:54:41,298 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:54:41,298 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:54:41,339 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:54:41,349 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:54:41,350 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:54:41,352 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5c1fa50L 2018-08-13 11:54:41,352 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:54:41,359 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:54:41,359 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:54:41,361 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:54:41,362 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:54:41,362 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:54:41,362 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:54:41,362 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:54:41,362 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:54:41,366 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:54:41,367 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:54:41,368 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:54:41,369 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:54:41,406 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:54:41,418 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:54:41,433 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:54:41,543 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:54:41,543 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:54:41,582 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:54:41,583 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:54:41,601 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:54:41,613 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:54:41,613 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:54:41,614 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:54:41,615 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:54:41,615 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:54:41,655 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:54:41,671 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:54:41,672 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:54:41,673 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:54:41,674 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:54:41,674 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:54:41,714 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:54:41,725 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:54:41,726 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:54:41,728 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5c6c510L 2018-08-13 11:54:41,729 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:54:41,737 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:54:41,737 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:54:41,739 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:54:41,740 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:54:41,740 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:54:41,740 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:54:41,740 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:54:41,740 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:54:41,745 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:54:41,745 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:54:41,760 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:54:41,761 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:54:41,785 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:54:41,799 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:54:41,825 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:54:41,934 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:54:41,934 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:54:41,974 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:54:41,975 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:54:41,993 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:54:42,007 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:54:42,008 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:54:42,009 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:54:42,010 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:54:42,010 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:54:42,051 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:54:42,067 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:54:42,068 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:54:42,069 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:54:42,070 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:54:42,070 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:54:42,110 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:54:42,122 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:54:42,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:54:42,126 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:54:42,137 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c64e6ff2-1595-4c45-ae54-8f621e46281e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:54:42,137 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-c64e6ff2-1595-4c45-ae54-8f621e46281e 2018-08-13 11:54:42,138 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:54:42,549 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:54:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["Miy2kR64QsGQBL42fy8sXg"], "issued_at": "2018-08-13T11:54:42.000000Z"}} 2018-08-13 11:54:42,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15df9ad97611dda6176320bb6673973e1f4d62d4" 2018-08-13 11:54:42,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-8b864d8e-5bde-4853-80a3-c2f96b379595 Date: Mon, 13 Aug 2018 11:54:42 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 11:54:42,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-8b864d8e-5bde-4853-80a3-c2f96b379595 2018-08-13 11:54:42,827 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 11:54:42,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15df9ad97611dda6176320bb6673973e1f4d62d4" 2018-08-13 11:54:42,836 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-7db52e1e-4287-4186-bc95-b57d8c076b4c Date: Mon, 13 Aug 2018 11:54:42 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 11:54:42,836 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-7db52e1e-4287-4186-bc95-b57d8c076b4c 2018-08-13 11:54:42,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}15df9ad97611dda6176320bb6673973e1f4d62d4" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 11:54:42,915 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/4711c425-3090-4609-9a09-13354266c156 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-cd5ad166-85bf-44ba-a554-040b9cec7ed2 Date: Mon, 13 Aug 2018 11:54:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T11:54:42Z", "file": "/v2/images/4711c425-3090-4609-9a09-13354266c156/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "4711c425-3090-4609-9a09-13354266c156", "size": null, "self": "/v2/images/4711c425-3090-4609-9a09-13354266c156", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T11:54:42Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 11:54:42,915 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-cd5ad166-85bf-44ba-a554-040b9cec7ed2 2018-08-13 11:54:42,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/4711c425-3090-4609-9a09-13354266c156/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15df9ad97611dda6176320bb6673973e1f4d62d4" -d '' 2018-08-13 11:54:43,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e1f2365f-ccdb-4e01-a377-84e97217381b Date: Mon, 13 Aug 2018 11:54:43 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:54:43,344 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/4711c425-3090-4609-9a09-13354266c156/file used request id req-e1f2365f-ccdb-4e01-a377-84e97217381b 2018-08-13 11:54:43,344 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-11-1-net 2018-08-13 11:54:43,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:54:43,350 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c778f9d-15e9-4427-81f0-97f6e0d9081a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:54:43,351 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-0c778f9d-15e9-4427-81f0-97f6e0d9081a 2018-08-13 11:54:43,351 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:54:43,743 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:54:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["BVff7LI0QMmoitovuqsfTw"], "issued_at": "2018-08-13T11:54:43.000000Z"}} 2018-08-13 11:54:43,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec61d053e12954ecff9883e728449963f04ac9b" -d '{"network": {"name": "sdnvpn-11-1-net", "admin_state_up": true}}' 2018-08-13 11:54:44,217 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-fbb11d45-9b73-411f-9b14-cb622bc8b5a9 Date: Mon, 13 Aug 2018 11:54:44 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"55cb255e-aa31-40b9-be41-813e5d51446a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:54:44Z","is_default":false,"provider:segmentation_id":25,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:54:44Z","mtu":1450}} 2018-08-13 11:54:44,218 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-fbb11d45-9b73-411f-9b14-cb622bc8b5a9 2018-08-13 11:54:44,218 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-11-1-subnet in network 55cb255e-aa31-40b9-be41-813e5d51446a with cidr 10.10.10.0/24 2018-08-13 11:54:44,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec61d053e12954ecff9883e728449963f04ac9b" -d '{"subnets": [{"ip_version": 4, "network_id": "55cb255e-aa31-40b9-be41-813e5d51446a", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-11-1-subnet"}]}' 2018-08-13 11:54:44,842 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-3e396f91-84b9-489e-bf13-2c0334a0660a Date: Mon, 13 Aug 2018 11:54:44 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55cb255e-aa31-40b9-be41-813e5d51446a","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:54:44Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:54:44Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"bec57e0c-47c0-4672-a48d-0b4ea48a7014","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"}]} 2018-08-13 11:54:44,842 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-3e396f91-84b9-489e-bf13-2c0334a0660a 2018-08-13 11:54:44,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec61d053e12954ecff9883e728449963f04ac9b" 2018-08-13 11:54:44,991 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49888 X-Openstack-Request-Id: req-4854365b-e4ae-40f7-a9a5-ac65949db324 Date: Mon, 13 Aug 2018 11:54:44 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:50:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-13T11:50:23Z", "revision_number": 0, "id": "03e4b763-3e02-4dff-bf96-c789b6d82ea3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:50:23Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "213b899d-3fec-4777-af97-92b740597a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "93ca9ece-8652-4644-86a2-157e5e05148c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 5, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 11:54:44,992 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-4854365b-e4ae-40f7-a9a5-ac65949db324 2018-08-13 11:54:44,998 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-13 11:54:44,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:54:45,005 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18ab7542-9787-4650-b87b-286013d62ca2 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:54:45,005 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-18ab7542-9787-4650-b87b-286013d62ca2 2018-08-13 11:54:45,006 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:54:45,395 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:54:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["NlfCV1RxSO2aNLoWYj1Pyg"], "issued_at": "2018-08-13T11:54:45.000000Z"}} 2018-08-13 11:54:45,398 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49a3508c6bf0077631f4178a71b242e99035b08" 2018-08-13 11:54:45,708 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e9623229-f93f-4a7b-97a7-d985589e876d x-compute-request-id: req-e9623229-f93f-4a7b-97a7-d985589e876d Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 11:54:45,708 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-e9623229-f93f-4a7b-97a7-d985589e876d 2018-08-13 11:54:45,710 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 11:54:45,711 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 11:54:45,712 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 11:54:45,717 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 11:54:45,752 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-13 11:54:45,753 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 11:54:45,755 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-13 11:54:45,794 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-13 11:54:45,794 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-13 11:54:45,821 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-13 11:54:45,843 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-13 11:54:45,844 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 11:54:45,845 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-13 11:54:45,845 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 11:54:45,846 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 11:54:45,850 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 11:54:45,876 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-13 11:54:45,877 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-13 11:54:45,878 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 11:54:45,879 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-13 11:54:45,879 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-13 11:54:45,920 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-13 11:54:45,939 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-13 11:54:45,940 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-2'... 2018-08-13 11:54:45,940 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-13 11:54:45,940 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-2 flavor=m1.tiny image=4711c425-3090-4609-9a09-13354266c156 network=55cb255e-aa31-40b9-be41-813e5d51446a secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:54:45,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:54:45,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:54:45,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:54:45,941 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:54:45,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:54:45,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:54:45,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:54:45,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:54:45,942 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:54:45,943 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:54:45,944 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:54:45,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:54:45,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:54:45,947 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:54:45,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:54:45,949 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:54:45,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:54:45,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:54:45,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:54:45,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:54:45,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:54:45,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:54:45,959 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-347a0f09-3538-4698-84de-f4dba651919d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:54:45,959 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-347a0f09-3538-4698-84de-f4dba651919d 2018-08-13 11:54:45,960 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:54:46,375 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:54:46.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["ck0Y46blTZGv54o_TBrB-g"], "issued_at": "2018-08-13T11:54:46.000000Z"}} 2018-08-13 11:54:46,378 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9374e211a814086f6042b68a423aee373082a5" 2018-08-13 11:54:46,667 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a7da6e6b-69ab-42ef-9c1c-f3a795876fa6 x-compute-request-id: req-a7da6e6b-69ab-42ef-9c1c-f3a795876fa6 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:54:46,667 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a7da6e6b-69ab-42ef-9c1c-f3a795876fa6 2018-08-13 11:54:46,671 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9374e211a814086f6042b68a423aee373082a5" 2018-08-13 11:54:46,691 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c71e94a4-224a-4860-b1fe-ee5ef7d52a7f x-compute-request-id: req-c71e94a4-224a-4860-b1fe-ee5ef7d52a7f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:54:46,691 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-c71e94a4-224a-4860-b1fe-ee5ef7d52a7f 2018-08-13 11:54:46,695 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9374e211a814086f6042b68a423aee373082a5" -d '{"server": {"name": "sdnvpn-11-2", "imageRef": "4711c425-3090-4609-9a09-13354266c156", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "55cb255e-aa31-40b9-be41-813e5d51446a"}]}}' 2018-08-13 11:54:48,827 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:54:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1e8dd301-7ceb-434d-b662-ecdf84bfb227 x-compute-request-id: req-1e8dd301-7ceb-434d-b662-ecdf84bfb227 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "be233c23-0afa-4f13-accf-57850420c52e", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "bookmark"}], "adminPass": "23Sr4UhgA9hL"}} 2018-08-13 11:54:48,827 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-1e8dd301-7ceb-434d-b662-ecdf84bfb227 2018-08-13 11:54:48,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:54:48,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e87ad6d-9d7c-48e0-93ac-f30fe499384c Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:54:48,835 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-9e87ad6d-9d7c-48e0-93ac-f30fe499384c 2018-08-13 11:54:48,835 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:54:49,240 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:54:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["cxlRy8XVRkaKL2X5WzsJ_Q"], "issued_at": "2018-08-13T11:54:49.000000Z"}} 2018-08-13 11:54:49,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9e98e66c2689b1d66e92c25bf91dd023b745516" 2018-08-13 11:54:50,409 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95dcd821-f9f1-4c16-85fb-702122c9c73e x-compute-request-id: req-95dcd821-f9f1-4c16-85fb-702122c9c73e 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.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "be233c23-0afa-4f13-accf-57850420c52e", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:54:49Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-11-2", "created": "2018-08-13T11:54:48Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:54:50,409 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e used request id req-95dcd821-f9f1-4c16-85fb-702122c9c73e 2018-08-13 11:54:53,416 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9e98e66c2689b1d66e92c25bf91dd023b745516" 2018-08-13 11:54:53,994 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb9fb9b0-bd3f-4c14-be09-48c5d7f8e37e x-compute-request-id: req-eb9fb9b0-bd3f-4c14-be09-48c5d7f8e37e 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.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008e", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "be233c23-0afa-4f13-accf-57850420c52e", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:54:50Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:54:48Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:54:53,994 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e used request id req-eb9fb9b0-bd3f-4c14-be09-48c5d7f8e37e 2018-08-13 11:54:57,001 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}f9e98e66c2689b1d66e92c25bf91dd023b745516" 2018-08-13 11:54:57,143 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-25bacf67-bf01-4396-88c7-46099ae249e3 x-compute-request-id: req-25bacf67-bf01-4396-88c7-46099ae249e3 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:3e:98:fb", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008e", "OS-SRV-USG:launched_at": "2018-08-13T11:54:56.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "be233c23-0afa-4f13-accf-57850420c52e", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:54:56Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:54:48Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:54:57,143 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e used request id req-25bacf67-bf01-4396-88c7-46099ae249e3 2018-08-13 11:54:57,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9374e211a814086f6042b68a423aee373082a5" 2018-08-13 11:54:57,538 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54: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-d760b6b0-8751-426e-af1d-e4e9e219367c x-compute-request-id: req-d760b6b0-8751-426e-af1d-e4e9e219367c 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:3e:98:fb", "version": 4, "addr": "10.10.10.4", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/be233c23-0afa-4f13-accf-57850420c52e", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008e", "OS-SRV-USG:launched_at": "2018-08-13T11:54:56.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "be233c23-0afa-4f13-accf-57850420c52e", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:54:56Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:54:48Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:54:57,538 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e used request id req-d760b6b0-8751-426e-af1d-e4e9e219367c 2018-08-13 11:54:57,538 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-2' booted successfully. IP='10.10.10.4'. 2018-08-13 11:54:57,538 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-2' to security group 'sdnvpn-sg'... 2018-08-13 11:54:57,541 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49a3508c6bf0077631f4178a71b242e99035b08" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:54:58,641 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:54: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-51b52e94-5f37-4851-a4ec-267154242843 x-compute-request-id: req-51b52e94-5f37-4851-a4ec-267154242843 Content-Length: 0 Content-Type: application/json 2018-08-13 11:54:58,641 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e/action used request id req-51b52e94-5f37-4851-a4ec-267154242843 2018-08-13 11:54:58,642 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-11-1'... 2018-08-13 11:54:58,642 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-11-1 flavor=m1.tiny image=4711c425-3090-4609-9a09-13354266c156 network=55cb255e-aa31-40b9-be41-813e5d51446a secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:54:58,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:54:58,642 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:54:58,643 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:54:58,644 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:54:58,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:54:58,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:54:58,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:54:58,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:54:58,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:54:58,645 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:54:58,647 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:54:58,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:54:58,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:54:58,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:54:58,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:54:58,660 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57f7e635-66f6-4f92-bf99-0c2e88bf308e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:54:58,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-57f7e635-66f6-4f92-bf99-0c2e88bf308e 2018-08-13 11:54:58,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:54:59,061 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:54:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["P4xnwd0NT5ijegUIUWyC7w"], "issued_at": "2018-08-13T11:54:58.000000Z"}} 2018-08-13 11:54:59,064 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" 2018-08-13 11:54:59,328 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a342773c-3b55-4f5e-b75a-b1044492b72d x-compute-request-id: req-a342773c-3b55-4f5e-b75a-b1044492b72d Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:54:59,329 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-a342773c-3b55-4f5e-b75a-b1044492b72d 2018-08-13 11:54:59,333 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" 2018-08-13 11:54:59,352 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:54:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5994c270-6bd5-4eb8-b136-81b67d75ba14 x-compute-request-id: req-5994c270-6bd5-4eb8-b136-81b67d75ba14 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:54:59,353 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-5994c270-6bd5-4eb8-b136-81b67d75ba14 2018-08-13 11:54:59,356 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"server": {"name": "sdnvpn-11-1", "imageRef": "4711c425-3090-4609-9a09-13354266c156", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "55cb255e-aa31-40b9-be41-813e5d51446a"}]}}' 2018-08-13 11:55:00,840 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:54:59 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-be4fa0b2-bfe8-4e34-a028-2fb9f1e82e53 x-compute-request-id: req-be4fa0b2-bfe8-4e34-a028-2fb9f1e82e53 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "de5a1df2-2066-4f9d-90ee-8e5f3349d185", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "bookmark"}], "adminPass": "Kruyo6v6Wb3q"}} 2018-08-13 11:55:00,840 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-be4fa0b2-bfe8-4e34-a028-2fb9f1e82e53 2018-08-13 11:55:00,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:55:00,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ca809ee-47c3-4194-be65-f63fdee7c9a9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:55:00,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-8ca809ee-47c3-4194-be65-f63fdee7c9a9 2018-08-13 11:55:00,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:55:01,247 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:55:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["xI8-Ju9tTqSd7AyAHX0Kag"], "issued_at": "2018-08-13T11:55:01.000000Z"}} 2018-08-13 11:55:01,250 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b867604ec4aa925e85bf8546470615821d93f8f2" 2018-08-13 11:55:01,863 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-260487a5-bfea-434d-95e6-ee8547496ee3 x-compute-request-id: req-260487a5-bfea-434d-95e6-ee8547496ee3 Content-Encoding: gzip Content-Length: 618 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "de5a1df2-2066-4f9d-90ee-8e5f3349d185", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:55: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-11-1", "created": "2018-08-13T11:55:00Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:55:01,864 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 used request id req-260487a5-bfea-434d-95e6-ee8547496ee3 2018-08-13 11:55:04,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b867604ec4aa925e85bf8546470615821d93f8f2" 2018-08-13 11:55:05,286 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c7983b03-419f-40ee-9795-9fcce40bdca1 x-compute-request-id: req-c7983b03-419f-40ee-9795-9fcce40bdca1 Content-Encoding: gzip Content-Length: 775 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:a2:89:7c", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008f", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "de5a1df2-2066-4f9d-90ee-8e5f3349d185", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:55:02Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:55:00Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:55:05,286 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 used request id req-c7983b03-419f-40ee-9795-9fcce40bdca1 2018-08-13 11:55:08,292 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b867604ec4aa925e85bf8546470615821d93f8f2" 2018-08-13 11:55:08,800 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-96938064-1502-4ce9-84da-59993f814586 x-compute-request-id: req-96938064-1502-4ce9-84da-59993f814586 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:89:7c", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008f", "OS-SRV-USG:launched_at": "2018-08-13T11:55:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "de5a1df2-2066-4f9d-90ee-8e5f3349d185", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:55:05Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:55:00Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:55:08,800 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 used request id req-96938064-1502-4ce9-84da-59993f814586 2018-08-13 11:55:08,803 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" 2018-08-13 11:55:09,335 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-24607b9c-5e66-47f9-b8b6-7a4a1f6c5c8d x-compute-request-id: req-24607b9c-5e66-47f9-b8b6-7a4a1f6c5c8d Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-11-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a2:89:7c", "version": 4, "addr": "10.10.10.3", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185", "rel": "bookmark"}], "image": {"id": "4711c425-3090-4609-9a09-13354266c156", "links": [{"href": "http://172.30.9.22:8774/images/4711c425-3090-4609-9a09-13354266c156", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-0000008f", "OS-SRV-USG:launched_at": "2018-08-13T11:55:05.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "de5a1df2-2066-4f9d-90ee-8e5f3349d185", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:55:05Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:55:00Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:55:09,336 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185 used request id req-24607b9c-5e66-47f9-b8b6-7a4a1f6c5c8d 2018-08-13 11:55:09,336 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-11-1' booted successfully. IP='10.10.10.3'. 2018-08-13 11:55:09,336 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-11-1' to security group 'sdnvpn-sg'... 2018-08-13 11:55:09,340 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49a3508c6bf0077631f4178a71b242e99035b08" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:55:10,404 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:55:09 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e575f626-f3ff-4ee9-9e34-b996d285bd79 x-compute-request-id: req-e575f626-f3ff-4ee9-9e34-b996d285bd79 Content-Length: 0 Content-Type: application/json 2018-08-13 11:55:10,404 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-e575f626-f3ff-4ee9-9e34-b996d285bd79 2018-08-13 11:55:10,405 - sdnvpn_test_utils - INFO - Waiting for instance de5a1df2-2066-4f9d-90ee-8e5f3349d185 to boot up 2018-08-13 11:55:10,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:10,475 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4cf22322-8098-4b45-862b-f1f0c2e36262 x-compute-request-id: req-4cf22322-8098-4b45-862b-f1f0c2e36262 Content-Encoding: gzip Content-Length: 9416 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n"} 2018-08-13 11:55:10,476 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-4cf22322-8098-4b45-862b-f1f0c2e36262 2018-08-13 11:55:12,494 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:12,560 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-cc8c6328-6ec0-486d-9bc7-0eedcec98b20 x-compute-request-id: req-cc8c6328-6ec0-486d-9bc7-0eedcec98b20 Content-Encoding: gzip Content-Length: 9992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:55:12,561 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-cc8c6328-6ec0-486d-9bc7-0eedcec98b20 2018-08-13 11:55:14,581 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:14,652 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7c47fa59-d3c3-4f31-a67b-7c3e13f92edc x-compute-request-id: req-7c47fa59-d3c3-4f31-a67b-7c3e13f92edc Content-Encoding: gzip Content-Length: 9992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:55:14,653 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-7c47fa59-d3c3-4f31-a67b-7c3e13f92edc 2018-08-13 11:55:16,676 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:16,745 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-8ceb2c3f-17ff-412c-8065-3b5c2aa83a73 x-compute-request-id: req-8ceb2c3f-17ff-412c-8065-3b5c2aa83a73 Content-Encoding: gzip Content-Length: 9992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:55:16,745 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-8ceb2c3f-17ff-412c-8065-3b5c2aa83a73 2018-08-13 11:55:18,767 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:18,835 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a5e637b8-b6d6-46fb-a5f0-5fcdbddf4854 x-compute-request-id: req-a5e637b8-b6d6-46fb-a5f0-5fcdbddf4854 Content-Encoding: gzip Content-Length: 9992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:55:18,835 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-a5e637b8-b6d6-46fb-a5f0-5fcdbddf4854 2018-08-13 11:55:20,854 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:20,926 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4208b05f-3984-4d6e-896d-abe17f8b53a6 x-compute-request-id: req-4208b05f-3984-4d6e-896d-abe17f8b53a6 Content-Encoding: gzip Content-Length: 9992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:55:20,927 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-4208b05f-3984-4d6e-896d-abe17f8b53a6 2018-08-13 11:55:22,946 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:23,014 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-0f10ebaf-3604-4bbf-8b7d-7430c54c6dc2 x-compute-request-id: req-0f10ebaf-3604-4bbf-8b7d-7430c54c6dc2 Content-Encoding: gzip Content-Length: 9992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:55:23,015 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-0f10ebaf-3604-4bbf-8b7d-7430c54c6dc2 2018-08-13 11:55:25,034 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:25,100 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ff073e0-dcb3-4916-9410-e05808280ad3 x-compute-request-id: req-8ff073e0-dcb3-4916-9410-e05808280ad3 Content-Encoding: gzip Content-Length: 9992 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:55:25,101 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-8ff073e0-dcb3-4916-9410-e05808280ad3 2018-08-13 11:55:27,121 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:27,187 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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,Accept-Encoding x-openstack-request-id: req-f1e40c85-221a-4b76-afd6-b779e3dc996f x-compute-request-id: req-f1e40c85-221a-4b76-afd6-b779e3dc996f Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:55:27,188 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-f1e40c85-221a-4b76-afd6-b779e3dc996f 2018-08-13 11:55:29,208 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:29,295 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-48de3218-edb5-477f-adb7-c1f7ec7401f5 x-compute-request-id: req-48de3218-edb5-477f-adb7-c1f7ec7401f5 Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:55:29,296 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-48de3218-edb5-477f-adb7-c1f7ec7401f5 2018-08-13 11:55:31,317 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:31,383 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-d4135eca-a9fd-433b-84ef-150d1952daac x-compute-request-id: req-d4135eca-a9fd-433b-84ef-150d1952daac Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:55:31,384 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-d4135eca-a9fd-433b-84ef-150d1952daac 2018-08-13 11:55:33,405 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:33,464 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-a50244dc-cd53-4b20-9b33-529cf5e6f954 x-compute-request-id: req-a50244dc-cd53-4b20-9b33-529cf5e6f954 Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:55:33,464 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-a50244dc-cd53-4b20-9b33-529cf5e6f954 2018-08-13 11:55:35,486 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:35,784 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-15724252-5fe6-4f5e-aafa-fc730b9b52d9 x-compute-request-id: req-15724252-5fe6-4f5e-aafa-fc730b9b52d9 Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:55:35,784 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-15724252-5fe6-4f5e-aafa-fc730b9b52d9 2018-08-13 11:55:37,805 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:37,870 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-ff1095d1-2907-4aac-9c94-dca20c76428e x-compute-request-id: req-ff1095d1-2907-4aac-9c94-dca20c76428e Content-Encoding: gzip Content-Length: 10065 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:55:37,871 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-ff1095d1-2907-4aac-9c94-dca20c76428e 2018-08-13 11:55:39,892 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:39,960 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-19b59799-2e3c-438c-8209-bf090b9491e9 x-compute-request-id: req-19b59799-2e3c-438c-8209-bf090b9491e9 Content-Encoding: gzip Content-Length: 10084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:55:39,960 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-19b59799-2e3c-438c-8209-bf090b9491e9 2018-08-13 11:55:41,980 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:42,048 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-eb386400-b3ad-48e4-bec6-871341d5d520 x-compute-request-id: req-eb386400-b3ad-48e4-bec6-871341d5d520 Content-Encoding: gzip Content-Length: 10084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:55:42,049 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-eb386400-b3ad-48e4-bec6-871341d5d520 2018-08-13 11:55:44,067 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:44,136 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-9443f720-6f1b-4575-ad03-94d62bd0c530 x-compute-request-id: req-9443f720-6f1b-4575-ad03-94d62bd0c530 Content-Encoding: gzip Content-Length: 10084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:55:44,137 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-9443f720-6f1b-4575-ad03-94d62bd0c530 2018-08-13 11:55:46,158 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:46,223 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:46 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f6784d3f-12d7-45cd-b76e-67fd77ec38cf x-compute-request-id: req-f6784d3f-12d7-45cd-b76e-67fd77ec38cf Content-Encoding: gzip Content-Length: 10084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:55:46,223 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-f6784d3f-12d7-45cd-b76e-67fd77ec38cf 2018-08-13 11:55:48,243 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:48,313 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55:48 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8fe207d7-39a6-4d21-8235-fc9f0862d5f8 x-compute-request-id: req-8fe207d7-39a6-4d21-8235-fc9f0862d5f8 Content-Encoding: gzip Content-Length: 10084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:55:48,313 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-8fe207d7-39a6-4d21-8235-fc9f0862d5f8 2018-08-13 11:55:50,334 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:50,403 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-ec5caf6d-8132-4c5e-a8c8-17c22bf650be x-compute-request-id: req-ec5caf6d-8132-4c5e-a8c8-17c22bf650be Content-Encoding: gzip Content-Length: 10084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:55:50,403 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-ec5caf6d-8132-4c5e-a8c8-17c22bf650be 2018-08-13 11:55:52,423 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:52,493 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-4fd039d6-b82f-430b-b473-c6ad0f61f6fe x-compute-request-id: req-4fd039d6-b82f-430b-b473-c6ad0f61f6fe Content-Encoding: gzip Content-Length: 10084 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:55:52,494 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-4fd039d6-b82f-430b-b473-c6ad0f61f6fe 2018-08-13 11:55:54,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}555f8332b7b1f7620366a57961c9700c2b22d696" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:54,584 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11: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-daadd546-2f14-47e5-a051-da3c7fadebe2 x-compute-request-id: req-daadd546-2f14-47e5-a051-da3c7fadebe2 Content-Encoding: gzip Content-Length: 11139 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 459960119 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.137018] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.138697] pid_max: default: 32768 minimum: 301\n[ 0.139604] ACPI: Core revision 20150930\n[ 0.141001] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.142338] Security Framework initialized\n[ 0.143173] Yama: becoming mindful.\n[ 0.143917] AppArmor: AppArmor initialized\n[ 0.144795] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.146143] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.147455] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.148685] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.150120] Initializing cgroup subsys io\n[ 0.150948] Initializing cgroup subsys memory\n[ 0.151825] Initializing cgroup subsys devices\n[ 0.152717] Initializing cgroup subsys freezer\n[ 0.153606] Initializing cgroup subsys net_cls\n[ 0.154492] Initializing cgroup subsys perf_event\n[ 0.155423] Initializing cgroup subsys net_prio\n[ 0.156334] Initializing cgroup subsys hugetlb\n[ 0.157217] Initializing cgroup subsys pids\n[ 0.158105] CPU: Physical Processor ID: 0\n[ 0.159614] mce: CPU supports 10 MCE banks\n[ 0.160488] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.161508] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.177313] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.183534] ftrace: allocating 31920 entries in 125 pages\n[ 0.209025] smpboot: Max logical packages: 1\n[ 0.209904] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.211277] x2apic enabled\n[ 0.212114] Switched APIC routing to physical x2apic.\n[ 0.213867] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.214994] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.217018] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.218831] KVM setup paravirtual spinlock\n[ 0.220135] x86: Booted up 1 node, 1 CPUs\n[ 0.220960] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.222379] devtmpfs: initialized\n[ 0.224116] evm: security.selinux\n[ 0.224833] evm: security.SMACK64\n[ 0.225533] evm: security.SMACK64EXEC\n[ 0.226289] evm: security.SMACK64TRANSMUTE\n[ 0.227111] evm: security.SMACK64MMAP\n[ 0.227868] evm: security.ima\n[ 0.228518] evm: security.capability\n[ 0.229340] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.231228] pinctrl core: initialized pinctrl subsystem\n[ 0.232352] RTC time: 11:55:05, date: 08/13/18\n[ 0.233333] NET: Registered protocol family 16\n[ 0.234331] cpuidle: using governor ladder\n[ 0.235163] cpuidle: using governor menu\n[ 0.235961] PCCT header not found.\n[ 0.236728] ACPI: bus type PCI registered\n[ 0.237547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.238815] PCI: Using configuration type 1 for base access\n[ 0.240593] ACPI: Added _OSI(Module Device)\n[ 0.241453] ACPI: Added _OSI(Processor Device)\n[ 0.242330] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.243244] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.245020] ACPI: Interpreter enabled\n[ 0.245814] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.247700] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.249569] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.251454] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.253325] ACPI: (supports S0 S5)\n[ 0.254041] ACPI: Using IOAPIC for interrupt routing\n[ 0.255002] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.258147] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.259316] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.260571] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.261784] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.264039] acpiphp: Slot [3] registered\n[ 0.264855] acpiphp: Slot [4] registered\n[ 0.265664] acpiphp: Slot [5] registered\n[ 0.266480] acpiphp: Slot [6] registered\n[ 0.267298] acpiphp: Slot [7] registered\n[ 0.268117] acpiphp: Slot [8] registered\n[ 0.268929] acpiphp: Slot [9] registered\n[ 0.269736] acpiphp: Slot [10] registered\n[ 0.270580] acpiphp: Slot [11] registered\n[ 0.271411] acpiphp: Slot [12] registered\n[ 0.272245] acpiphp: Slot [13] registered\n[ 0.273071] acpiphp: Slot [14] registered\n[ 0.273894] acpiphp: Slot [15] registered\n[ 0.284797] acpiphp: Slot [16] registered\n[ 0.285622] acpiphp: Slot [17] registered\n[ 0.286460] acpiphp: Slot [18] registered\n[ 0.287289] acpiphp: Slot [19] registered\n[ 0.288114] acpiphp: Slot [20] registered\n[ 0.288939] acpiphp: Slot [21] registered\n[ 0.289757] acpiphp: Slot [22] registered\n[ 0.290579] acpiphp: Slot [23] registered\n[ 0.291403] acpiphp: Slot [24] registered\n[ 0.292231] acpiphp: Slot [25] registered\n[ 0.293057] acpiphp: Slot [26] registered\n[ 0.293877] acpiphp: Slot [27] registered\n[ 0.294695] acpiphp: Slot [28] registered\n[ 0.295511] acpiphp: Slot [29] registered\n[ 0.296332] acpiphp: Slot [30] registered\n[ 0.297162] acpiphp: Slot [31] registered\n[ 0.297981] PCI host bridge to bus 0000:00\n[ 0.298799] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.300028] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.301260] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.302730] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.304197] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.305686] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.309066] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.310369] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.311563] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.312859] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.316401] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.318141] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.337432] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.339851] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.341310] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.342745] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.344155] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.345443] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.346754] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.347824] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.349382] vgaarb: loaded\n[ 0.349992] vgaarb: bridge control possible 0000:00:02.0\n[ 0.351224] SCSI subsystem initialized\n[ 0.352147] ACPI: bus type USB registered\n[ 0.352987] usbcore: registered new interface driver usbfs\n[ 0.354038] usbcore: registered new interface driver hub\n[ 0.355060] usbcore: registered new device driver usb\n[ 0.356178] PCI: Using ACPI for IRQ routing\n[ 0.357300] NetLabel: Initializing\n[ 0.358038] NetLabel: domain hash size = 128\n[ 0.358899] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.359867] NetLabel: unlabeled traffic allowed by default\n[ 0.361050] clocksource: Switched to clocksource kvm-clock\n[ 0.369182] AppArmor: AppArmor Filesystem Enabled\n[ 0.370176] pnp: PnP ACPI init\n[ 0.371133] pnp: PnP ACPI: found 5 devices\n[ 0.377444] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.379196] NET: Registered protocol family 2\n[ 0.380251] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.381563] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.382789] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.383997] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.385099] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.386302] NET: Registered protocol family 1\n[ 0.387196] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.388305] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.389392] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.403489] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.417658] Trying to unpack rootfs image as initramfs...\n[ 0.474227] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.475905] Scanning for low memory corruption every 60 seconds\n[ 0.477300] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.478482] audit: initializing netlink subsys (disabled)\n[ 0.479523] audit: type=2000 audit(1534161306.343:1): initialized\n[ 0.480885] Initialise system trusted keyring\n[ 0.481867] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.483046] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.485192] zbud: loaded\n[ 0.485937] VFS: Disk quotas dquot_6.6.0\n[ 0.486776] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.488385] fuse init (API version 7.23)\n[ 0.489320] Key type big_key registered\n[ 0.490142] Allocating IMA MOK and blacklist keyrings.\n[ 0.491405] Key type asymmetric registered\n[ 0.492264] Asymmetric key parser 'x509' registered\n[ 0.493257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.494847] io scheduler noop registered\n[ 0.495671] io scheduler deadline registered (default)\n[ 0.496697] io scheduler cfq registered\n[ 0.497595] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.498685] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.500031] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.501606] ACPI: Power Button [PWRF]\n[ 0.502524] GHES: HEST is not enabled!\n[ 0.516375] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.544861] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.547074] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.570983] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.573341] Linux agpgart interface v0.103\n[ 0.576009] brd: module loaded\n[ 0.577715] loop: module loaded\n[ 0.581552] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.583102] GPT:90111 != 2097151\n[ 0.583817] GPT:Alternate GPT header not at the end of the disk.\n[ 0.584967] GPT:90111 != 2097151\n[ 0.585688] GPT: Use GNU Parted to correct GPT errors.\n[ 0.586729] vda: vda1 vda15\n[ 0.588016] scsi host0: ata_piix\n[ 0.588854] scsi host1: ata_piix\n[ 0.589623] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.590922] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.592478] libphy: Fixed MDIO Bus: probed\n[ 0.593350] tun: Universal TUN/TAP device driver, 1.6\n[ 0.594374] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.596599] PPP generic driver version 2.4.2\n[ 0.597543] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.598787] ehci-pci: EHCI PCI platform driver\n[ 0.599681] ehci-platform: EHCI generic platform driver\n[ 0.600718] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.601888] ohci-pci: OHCI PCI platform driver\n[ 0.602795] ohci-platform: OHCI generic platform driver\n[ 0.603816] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.620065] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.621301] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.622808] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.623861] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.625106] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.626385] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.627832] usb usb1: Product: UHCI Host Controller\n[ 0.628779] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.629937] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.631054] hub 1-0:1.0: USB hub found\n[ 0.631857] hub 1-0:1.0: 2 ports detected\n[ 0.632897] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.635119] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.636094] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.637192] mousedev: PS/2 mouse device common for all mice\n[ 0.638760] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.640669] rtc_cmos 00:00: RTC can wake from S4\n[ 0.641825] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.643055] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.644269] i2c /dev entries driver\n[ 0.645099] device-mapper: uevent: version 1.0.3\n[ 0.646094] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.647785] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.649336] NET: Registered protocol family 10\n[ 0.650534] NET: Registered protocol family 17\n[ 0.651459] Key type dns_resolver registered\n[ 0.652509] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.653651] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.655505] registered taskstats version 1\n[ 0.656373] Loading compiled-in X.509 certificates\n[ 0.657888] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.659800] zswap: loaded using pool lzo/zbud\n[ 0.661505] Key type trusted registered\n[ 0.663297] Key type encrypted registered\n[ 0.664151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.665238] ima: No TPM chip found, activating TPM-bypass!\n[ 0.666327] evm: HMAC attrs: 0x1\n[ 0.667345] Magic number: 14:46:934\n[ 0.668241] rtc_cmos 00:00: setting system clock to 2018-08-13 11:55:06 UTC (1534161306)\n[ 0.669933] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.671097] EDD information not available.\n[ 0.750410] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.762143] Write protecting the kernel read-only data: 14336k\n[ 0.764337] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... [ 0.917709] random: dd urandom read with 4 bits of entropy available\ndone.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.3...\nLease of 10.10.10.3 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.81. iid=i-0000008f\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCOIwgN40TPHkIaLrrxTlxECwlB/CFG2PnTr6qafpKtKuyC96my3WKSenLFEC1nlYx+Ihs9RQ3v/aRp7UWFCygEw97d0t2GVFMK8GI9QH7ivuEqiIszJCWdGqwHp3tucb+UwdNBAXEZA2fblGjWMpvsTD3hTW5MDZxRaqgHHfrrEkvfmbkvEbCLsiupoi2hPNtK2+grp0/xHSYttx6wYz1/ocAi1U6I1pKM0MkiNrKkWehDaLm6Qbm8vasiY9Nhy/u2E6VnI53EJ7k6ZIsDz+jXeTjHIhiZ8tIOBl8PCrK+UNGQE67jqmnKpc3H9mFI8DESTEz4SGdqe0DJN+0wonu1 root@sdnvpn-11-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKuNlNE55L0HqkK6nYX1qS3cblbTM67ufWrAl2z68qxq5/SilWnqb8ChUFbKe3i0YdJr+qBmTBx+WVWCB9oKPFBrat9mwgRBGjncMRPwD/32bC5JD1/tS7k8FOesxvWAh4SViPtAG578JjYvy4pNdNkCMhILlbtEtCd+eTEPv9pFAAAAFQC35kpsMC/zF+zjQKaXRn83YEWtRQAAAIBiQumJspH9ijvW65tse+bpNInFnBaKwUOc3BnjyBC1VIJp533KCcLkSNWR0Wpu1ysXuAK1Elb2xEFLUN5Ly3jqx8xbmGj47MUHevC8Lzi8Rum7vkWZqJbJIx/S2Pqke1SpGxfPsMHTcLTZ/7YaS581mP26YjHyYrYUei27mUVaGwAAAIAD/601oCLJ33JZSAPWCud7tDwW/ZrTZIWXK7tHs8GWEGulvDxvu+Gr01Ib2bRIL9kqJEJFKSpXHGfcinT3R5ai+N5FIhj7xyNbmdkoRSCRUlzeB01D275typP41KKw/sxHPyAJR/K9hxH82dDt4zUyF9IpuZi0Sz9ExqzA8/A6bQ== root@sdnvpn-11-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.3,24,fe80::f816:3eff:fea2:897c/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.3 \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-0000008f\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.40 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:A2:89:7C \n inet addr:10.10.10.3 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fea2:897c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:73 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7651 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.941071] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.101331] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.101334] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.101335] usb 1-1: Product: QEMU USB Tablet\n[ 1.101336] usb 1-1: Manufacturer: QEMU\n[ 1.101337] usb 1-1: SerialNumber: 42\n[ 1.473119] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 1.473125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\n[ 2.203890] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.239457] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:55:06 cirros kern.info kernel: [ 0.766236] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 13 12:55:06 cirros kern.info kernel: [ 0.778384] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 13 12:55:06 cirros kern.info kernel: [ 0.778385] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 13 12:55:06 cirros kern.info kernel: [ 0.780113] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 13 12:55:06 cirros kern.info kernel: [ 0.783217] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 13 12:55:06 cirros kern.info kernel: [ 0.785319] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 13 12:55:06 cirros kern.info kernel: [ 0.807747] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:55:06 cirros kern.info kernel: [ 0.808871] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:55:06 cirros kern.info kernel: [ 0.810224] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:55:06 cirros kern.info kernel: [ 0.813729] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:55:06 cirros kern.info kernel: [ 0.887687] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:55:06 cirros kern.info kernel: [ 0.895871] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:55:06 cirros kern.notice kernel: [ 0.917709] random: dd urandom read with 4 bits of entropy available\nAug 13 12:55:06 cirros kern.info kernel: [ 0.941071] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:55:06 cirros kern.info kernel: [ 1.101331] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:55:06 cirros kern.info kernel: [ 1.101334] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:55:06 cirros kern.info kernel: [ 1.101335] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:55:06 cirros kern.info kernel: [ 1.101336] usb 1-1: Manufacturer: QEMU\nAug 13 12:55:06 cirros kern.info kernel: [ 1.101337] usb 1-1: SerialNumber: 42\nAug 13 12:55:07 cirros kern.info kernel: [ 1.473119] tsc: Refined TSC clocksource calibration: 3491.849 MHz\nAug 13 12:55:07 cirros kern.info kernel: [ 1.473125] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nAug 13 12:55:07 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:55:08 cirros authpriv.info dropbear[340]: Running in background\nAug 13 12:55:08 cirros kern.info kernel: [ 2.203890] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:55:08 cirros kern.info kernel: [ 2.239457] 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-08-13 11:55:54,585 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-daadd546-2f14-47e5-a051-da3c7fadebe2 2018-08-13 11:55:56,618 - sdnvpn_test_utils - INFO - Waiting for instance be233c23-0afa-4f13-accf-57850420c52e to boot up 2018-08-13 11:55:56,622 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}bf9374e211a814086f6042b68a423aee373082a5" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:55:56,692 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:55: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-63f64976-0e95-4b17-ba01-9d074808249c x-compute-request-id: req-63f64976-0e95-4b17-ba01-9d074808249c Content-Encoding: gzip Content-Length: 10952 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 463186237 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.149227] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.151125] pid_max: default: 32768 minimum: 301\n[ 0.152191] ACPI: Core revision 20150930\n[ 0.153730] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.155194] Security Framework initialized\n[ 0.156123] Yama: becoming mindful.\n[ 0.156943] AppArmor: AppArmor initialized\n[ 0.157884] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.159491] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.161076] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.162531] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.164242] Initializing cgroup subsys io\n[ 0.165195] Initializing cgroup subsys memory\n[ 0.166264] Initializing cgroup subsys devices\n[ 0.167330] Initializing cgroup subsys freezer\n[ 0.168403] Initializing cgroup subsys net_cls\n[ 0.169403] Initializing cgroup subsys perf_event\n[ 0.170478] Initializing cgroup subsys net_prio\n[ 0.171563] Initializing cgroup subsys hugetlb\n[ 0.172585] Initializing cgroup subsys pids\n[ 0.173609] CPU: Physical Processor ID: 0\n[ 0.175278] mce: CPU supports 10 MCE banks\n[ 0.176257] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.177477] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.192187] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.198600] ftrace: allocating 31920 entries in 125 pages\n[ 0.224087] smpboot: Max logical packages: 1\n[ 0.225110] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.226701] x2apic enabled\n[ 0.227606] Switched APIC routing to physical x2apic.\n[ 0.229494] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.230802] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.233167] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.235341] KVM setup paravirtual spinlock\n[ 0.236787] x86: Booted up 1 node, 1 CPUs\n[ 0.237724] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.239388] devtmpfs: initialized\n[ 0.241207] evm: security.selinux\n[ 0.242019] evm: security.SMACK64\n[ 0.242824] evm: security.SMACK64EXEC\n[ 0.243664] evm: security.SMACK64TRANSMUTE\n[ 0.244593] evm: security.SMACK64MMAP\n[ 0.245428] evm: security.ima\n[ 0.246133] evm: security.capability\n[ 0.247034] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.249236] pinctrl core: initialized pinctrl subsystem\n[ 0.250495] RTC time: 11:54:56, date: 08/13/18\n[ 0.251643] NET: Registered protocol family 16\n[ 0.252788] cpuidle: using governor ladder\n[ 0.253796] cpuidle: using governor menu\n[ 0.254731] PCCT header not found.\n[ 0.255637] ACPI: bus type PCI registered\n[ 0.256608] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.258103] PCI: Using configuration type 1 for base access\n[ 0.260051] ACPI: Added _OSI(Module Device)\n[ 0.261042] ACPI: Added _OSI(Processor Device)\n[ 0.262067] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.263123] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.265060] ACPI: Interpreter enabled\n[ 0.265934] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.267979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.270178] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.272378] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.274505] ACPI: (supports S0 S5)\n[ 0.275291] ACPI: Using IOAPIC for interrupt routing\n[ 0.276362] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.279737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.281045] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.282456] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.283821] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.286347] acpiphp: Slot [3] registered\n[ 0.287222] acpiphp: Slot [4] registered\n[ 0.288102] acpiphp: Slot [5] registered\n[ 0.288978] acpiphp: Slot [6] registered\n[ 0.289853] acpiphp: Slot [7] registered\n[ 0.290729] acpiphp: Slot [8] registered\n[ 0.291606] acpiphp: Slot [9] registered\n[ 0.292483] acpiphp: Slot [10] registered\n[ 0.293375] acpiphp: Slot [11] registered\n[ 0.294266] acpiphp: Slot [12] registered\n[ 0.295167] acpiphp: Slot [13] registered\n[ 0.296077] acpiphp: Slot [14] registered\n[ 0.296970] acpiphp: Slot [15] registered\n[ 0.307691] acpiphp: Slot [16] registered\n[ 0.308585] acpiphp: Slot [17] registered\n[ 0.309475] acpiphp: Slot [18] registered\n[ 0.310364] acpiphp: Slot [19] registered\n[ 0.311250] acpiphp: Slot [20] registered\n[ 0.312144] acpiphp: Slot [21] registered\n[ 0.313041] acpiphp: Slot [22] registered\n[ 0.313935] acpiphp: Slot [23] registered\n[ 0.314834] acpiphp: Slot [24] registered\n[ 0.315794] acpiphp: Slot [25] registered\n[ 0.316716] acpiphp: Slot [26] registered\n[ 0.317613] acpiphp: Slot [27] registered\n[ 0.318504] acpiphp: Slot [28] registered\n[ 0.319397] acpiphp: Slot [29] registered\n[ 0.320282] acpiphp: Slot [30] registered\n[ 0.321174] acpiphp: Slot [31] registered\n[ 0.322064] PCI host bridge to bus 0000:00\n[ 0.323001] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.324402] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.325804] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.327452] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.329091] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.330786] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.334269] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.335708] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.337022] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.338440] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.342052] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.343841] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.362814] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.364896] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.366344] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.367858] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.369284] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.370645] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.372038] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.373203] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.374998] vgaarb: loaded\n[ 0.375656] vgaarb: bridge control possible 0000:00:02.0\n[ 0.376985] SCSI subsystem initialized\n[ 0.377971] ACPI: bus type USB registered\n[ 0.378880] usbcore: registered new interface driver usbfs\n[ 0.380023] usbcore: registered new interface driver hub\n[ 0.381144] usbcore: registered new device driver usb\n[ 0.382360] PCI: Using ACPI for IRQ routing\n[ 0.383556] NetLabel: Initializing\n[ 0.384347] NetLabel: domain hash size = 128\n[ 0.385288] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.386352] NetLabel: unlabeled traffic allowed by default\n[ 0.387626] clocksource: Switched to clocksource kvm-clock\n[ 0.395853] AppArmor: AppArmor Filesystem Enabled\n[ 0.396933] pnp: PnP ACPI init\n[ 0.397927] pnp: PnP ACPI: found 5 devices\n[ 0.404303] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.406192] NET: Registered protocol family 2\n[ 0.407330] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.408769] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.410113] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.411444] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.412657] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.413976] NET: Registered protocol family 1\n[ 0.414951] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.416178] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.417383] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.431243] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.445261] Trying to unpack rootfs image as initramfs...\n[ 0.500670] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.502503] Scanning for low memory corruption every 60 seconds\n[ 0.503979] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.505273] audit: initializing netlink subsys (disabled)\n[ 0.506408] audit: type=2000 audit(1534161296.854:1): initialized\n[ 0.507899] Initialise system trusted keyring\n[ 0.508948] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.510238] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.512526] zbud: loaded\n[ 0.513335] VFS: Disk quotas dquot_6.6.0\n[ 0.514255] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.516058] fuse init (API version 7.23)\n[ 0.517074] Key type big_key registered\n[ 0.517984] Allocating IMA MOK and blacklist keyrings.\n[ 0.519387] Key type asymmetric registered\n[ 0.520336] Asymmetric key parser 'x509' registered\n[ 0.521462] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.523129] io scheduler noop registered\n[ 0.524011] io scheduler deadline registered (default)\n[ 0.525147] io scheduler cfq registered\n[ 0.526095] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.527270] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.528733] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530340] ACPI: Power Button [PWRF]\n[ 0.531261] GHES: HEST is not enabled!\n[ 0.544657] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.572395] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.574559] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.600718] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.603745] Linux agpgart interface v0.103\n[ 0.606773] brd: module loaded\n[ 0.608619] loop: module loaded\n[ 0.613051] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.615022] GPT:90111 != 2097151\n[ 0.615923] GPT:Alternate GPT header not at the end of the disk.\n[ 0.617398] GPT:90111 != 2097151\n[ 0.618295] GPT: Use GNU Parted to correct GPT errors.\n[ 0.619646] vda: vda1 vda15\n[ 0.621305] scsi host0: ata_piix\n[ 0.622336] scsi host1: ata_piix\n[ 0.623298] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.624982] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.626647] libphy: Fixed MDIO Bus: probed\n[ 0.627487] tun: Universal TUN/TAP device driver, 1.6\n[ 0.628464] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.631047] PPP generic driver version 2.4.2\n[ 0.631996] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.633221] ehci-pci: EHCI PCI platform driver\n[ 0.634120] ehci-platform: EHCI generic platform driver\n[ 0.635130] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.636287] ohci-pci: OHCI PCI platform driver\n[ 0.637176] ohci-platform: OHCI generic platform driver\n[ 0.638192] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.652505] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.653571] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.655054] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.656103] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.657282] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.658532] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.659979] usb usb1: Product: UHCI Host Controller\n[ 0.660933] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.662098] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.663104] hub 1-0:1.0: USB hub found\n[ 0.663912] hub 1-0:1.0: 2 ports detected\n[ 0.664884] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.667062] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.668042] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.669121] mousedev: PS/2 mouse device common for all mice\n[ 0.670433] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.672432] rtc_cmos 00:00: RTC can wake from S4\n[ 0.673580] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674811] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.676032] i2c /dev entries driver\n[ 0.676831] device-mapper: uevent: version 1.0.3\n[ 0.677810] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.679479] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.680937] NET: Registered protocol family 10\n[ 0.682103] NET: Registered protocol family 17\n[ 0.683027] Key type dns_resolver registered\n[ 0.684054] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.685177] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.687015] registered taskstats version 1\n[ 0.687889] Loading compiled-in X.509 certificates\n[ 0.689393] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.691302] zswap: loaded using pool lzo/zbud\n[ 0.692972] Key type trusted registered\n[ 0.694728] Key type encrypted registered\n[ 0.695587] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.696650] ima: No TPM chip found, activating TPM-bypass!\n[ 0.697710] evm: HMAC attrs: 0x1\n[ 0.698704] Magic number: 14:46:934\n[ 0.699565] rtc_cmos 00:00: setting system clock to 2018-08-13 11:54:56 UTC (1534161296)\n[ 0.701230] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.702366] EDD information not available.\n[ 0.784943] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.796872] Write protecting the kernel read-only data: 14336k\n[ 0.799054] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.800933] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.62\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.844721] random: blkid urandom read with 2 bits 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.75\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.4...\nLease of 10.10.10.4 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.85. iid=i-0000008e\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCH46iyLgZfLT6SQMtBfmV0/Z7F5PLDK167j6tmZ3ZY3TYk2Dp13ASHhHacPrAJhm0DNF/u+1qMT7oOutfPU7lFBash8ko6y2SEqkME2mx/UHW04fqfEk51Nyro2KuNAjQfHs8vwT8jcP+zs+AZAtET1WEifLb1I1qS7MkiJDRaKlE8Kvj43uq4TjjkncROIBa/7s2SJsS8ZUXNKlDaZOhooJ3KBMnWBQBgbIlRkB9R/i5iKFFdUbIV9/2yunzmOQvjd654RxFLDIx51F+mkDVvjSdHBuLuPhxl8Nr04ar+f1uhqtxZ0pxLy23VZZ+bmQb/BkC2uhG6p9tSt98QyXrh root@sdnvpn-11-2\nssh-dss AAAAB3NzaC1kc3MAAACBALfAdPfufbFMv7mXk/gJBuw5XXfx+5cUgPdcKAPAYRuIbjJc1yeDlyYkxMFlBnBb1FNfrdgbQezd0R08D0mCva13NBCZmvu1E7/Yv03nGxD6EJ1tWczlxDFURagjViirELWW68C479NzJBvTDW+39P/W+93HrmrHop0KAgCCsZhfAAAAFQD7P5aotb8UgXNc/AJD9g7aretOgQAAAIBfncIBwrbxEZlzo++LEbfcFrnYnJadOsc/jAR/LW8nZRrmSrGR+I+m3SDgRYjcaGrVk3aWSbOOmrU0uKOp5FIcM/eihVJxz9Qr/mp99nD8xoV/Ce/2Wnm71MDPvgqqU5YtuzdodGm2wULvp4x0G+RI1Lq7+2rpFWr6YjX6UryUQAAAAIBbeBkS2yoxENIBz6s11oYQ5nS8ZUm/xwXM3RmbswDCHJi3udHG7Z40QlXuJim9UKzjg15rv4eE0V1YlsSON0JwIVa7HyBHBq5FjzImy0Kjtv+44DBCnssFXVH6bE3nGvNmywXLp6CtHzjSJNly2bx5FOgWils1PBNZd+gPRT4+zQ== root@sdnvpn-11-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.19s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.4,24,fe80::f816:3eff:fe3e:98fb/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.4 \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-0000008e\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-11-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.84 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:3E:98:FB \n inet addr:10.10.10.4 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe3e:98fb/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7399 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-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[ 0.936784] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 0.975646] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.136896] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.136902] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.136905] usb 1-1: Product: QEMU USB Tablet\n[ 1.136908] usb 1-1: Manufacturer: QEMU\n[ 1.136910] usb 1-1: SerialNumber: 42\n[ 1.499901] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\n[ 2.828939] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.870736] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:54:56 cirros syslog.info syslogd started: BusyBox v1.23.2\nAug 13 12:54:56 cirros kern.notice kernel: klogd started: BusyBox v1.23.2 (2017-11-20 02:37:12 UTC)\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuset\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpu\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] Initializing cgroup subsys cpuacct\nAug 13 12:54:56 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)\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] KERNEL supported cpus:\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] Intel GenuineIntel\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] AMD AuthenticAMD\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] Centaur CentaurHauls\nAug 13 12:54:56 cirros kern.info kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\nAug 13 12:54:56 cirros kern.info kernel: [ 0.975646] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:54:56 cirros kern.info kernel: [ 1.136896] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:54:56 cirros kern.info kernel: [ 1.136902] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:54:56 cirros kern.info kernel: [ 1.136905] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:54:56 cirros kern.info kernel: [ 1.136908] usb 1-1: Manufacturer: QEMU\nAug 13 12:54:56 cirros kern.info kernel: [ 1.136910] usb 1-1: SerialNumber: 42\nAug 13 12:54:57 cirros kern.info kernel: [ 1.499901] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255787006b, max_idle_ns: 440795244845 ns\nAug 13 12:54:58 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:54:58 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:54:58 cirros kern.info kernel: [ 2.828939] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:54:58 cirros kern.info kernel: [ 2.870736] 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-08-13 11:55:56,692 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e/action used request id req-63f64976-0e95-4b17-ba01-9d074808249c 2018-08-13 11:55:58,728 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-13 11:56:28,736 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-13 11:56:28,739 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-13 11:56:28,739 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-13 11:56:28,747 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-13 11:56:28,783 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-13 11:56:28,785 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-13 11:56:28,786 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-13 11:56:28,787 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-13 11:56:28,787 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-13 11:56:28,827 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-13 11:56:28,850 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-13 11:56:28,851 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-13 11:56:28,852 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-13 11:56:28,853 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-13 11:56:28,853 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-13 11:56:28,861 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-13 11:56:28,886 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-13 11:56:28,888 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-13 11:56:28,888 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-13 11:56:28,890 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-13 11:56:28,890 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-13 11:56:28,931 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-13 11:56:28,952 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-13 11:56:28,953 - sdnvpn-results - INFO - Check if a new group was added to OVS 2018-08-13 11:56:28,954 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-13 11:56:28,954 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-13 11:56:28,955 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-13 11:56:28,955 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-13 11:56:28,960 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-13 11:56:28,983 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-13 11:56:28,984 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-13 11:56:28,985 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-13 11:56:28,986 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-13 11:56:28,987 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-13 11:56:29,027 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-13 11:56:29,101 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-13 11:56:29,102 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-13 11:56:29,104 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-13 11:56:29,104 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-13 11:56:29,104 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-13 11:56:29,108 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-13 11:56:29,168 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-13 11:56:29,170 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-13 11:56:29,173 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49a3508c6bf0077631f4178a71b242e99035b08" -d '{"forceDelete": null}' 2018-08-13 11:56:29,343 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:56:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-f9c5f2bd-eaf0-4b27-bce6-be549b365c2c x-compute-request-id: req-f9c5f2bd-eaf0-4b27-bce6-be549b365c2c Content-Length: 0 Content-Type: application/json 2018-08-13 11:56:29,343 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/de5a1df2-2066-4f9d-90ee-8e5f3349d185/action used request id req-f9c5f2bd-eaf0-4b27-bce6-be549b365c2c 2018-08-13 11:56:29,347 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}d49a3508c6bf0077631f4178a71b242e99035b08" -d '{"forceDelete": null}' 2018-08-13 11:56:29,542 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:56:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-b38b84e4-b391-43ee-993f-7dafe86f74ef x-compute-request-id: req-b38b84e4-b391-43ee-993f-7dafe86f74ef Content-Length: 0 Content-Type: application/json 2018-08-13 11:56:29,542 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/be233c23-0afa-4f13-accf-57850420c52e/action used request id req-b38b84e4-b391-43ee-993f-7dafe86f74ef 2018-08-13 11:56:29,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/4711c425-3090-4609-9a09-13354266c156 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}15df9ad97611dda6176320bb6673973e1f4d62d4" 2018-08-13 11:56:30,770 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-94b1bd01-df2d-4cd5-8ec4-e43566497267 Date: Mon, 13 Aug 2018 11:56:30 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:56:30,770 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/4711c425-3090-4609-9a09-13354266c156 used request id req-94b1bd01-df2d-4cd5-8ec4-e43566497267 2018-08-13 11:56:30,776 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/bec57e0c-47c0-4672-a48d-0b4ea48a7014 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dec61d053e12954ecff9883e728449963f04ac9b" 2018-08-13 11:56:31,690 - keystoneauth.session - DEBUG - RESP: [409] Content-Type: application/json Content-Length: 204 X-Openstack-Request-Id: req-1840c7be-ae63-4a50-9a22-4167a5c05247 Date: Mon, 13 Aug 2018 11:56:31 GMT RESP BODY: {"NeutronError": {"message": "Unable to complete operation on subnet bec57e0c-47c0-4672-a48d-0b4ea48a7014: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-13 11:56:31,691 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/bec57e0c-47c0-4672-a48d-0b4ea48a7014 used request id req-1840c7be-ae63-4a50-9a22-4167a5c05247 2018-08-13 11:56:31,691 - neutronclient.v2_0.client - DEBUG - Error message: {"NeutronError": {"message": "Unable to complete operation on subnet bec57e0c-47c0-4672-a48d-0b4ea48a7014: One or more ports have an IP allocation from this subnet.", "type": "SubnetInUse", "detail": ""}} 2018-08-13 11:56:31,692 - sdnvpn.lib.openstack_utils - ERROR - Error [delete_neutron_subnet(neutron_client, 'bec57e0c-47c0-4672-a48d-0b4ea48a7014')]: Unable to complete operation on subnet bec57e0c-47c0-4672-a48d-0b4ea48a7014: One or more ports have an IP allocation from this subnet. Neutron server returns request_ids: ['req-1840c7be-ae63-4a50-9a22-4167a5c05247'] 2018-08-13 11:56:31,692 - sdnvpn_test_utils - ERROR - Fail to delete all subnets. Subnet with id bec57e0c-47c0-4672-a48d-0b4ea48a7014 was not deleted. 2018-08-13 11:56:31,693 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-13 11:56:31,694 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-13 11:56:31,694 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-13 11:56:31,697 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-13 11:56:31,766 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-13 11:56:31,767 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-13 11:56:31,767 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-13 11:56:31,769 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-13 11:56:31,769 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-13 11:56:31,773 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-13 11:56:31,836 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-13 11:56:31,837 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-13 11:56:31,837 - sdnvpn.test.functest.testcase_11 - INFO - Wait before subtest 2018-08-13 11:57:01,855 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-13 11:57:01,856 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-13 11:57:01,856 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-13 11:57:01,861 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-13 11:57:01,881 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-13 11:57:01,883 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-13 11:57:01,883 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-13 11:57:01,884 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-13 11:57:01,884 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-13 11:57:01,925 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-13 11:57:01,943 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-13 11:57:01,944 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-13 11:57:01,944 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-13 11:57:01,945 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-13 11:57:01,945 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-13 11:57:01,948 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-13 11:57:01,971 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-13 11:57:01,973 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-13 11:57:01,973 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-13 11:57:01,974 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-13 11:57:01,974 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-13 11:57:02,015 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-13 11:57:02,037 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-13 11:57:02,037 - sdnvpn-results - INFO - Check if group was removed from OVS after deleting the topology. 2018-08-13 11:57:02,037 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Check if a new group was added to OVS | +----------------------------------------------------------------------------------------+ | PASS | New OVS group added | +========================================================================================+ | Check if group was removed from OVS after deleting the topology. | +----------------------------------------------------------------------------------------+ | FAIL | Additional group was not deleted from OVS | +========================================================================================+ 2018-08-13 11:57:02,038 - sdnvpn-results - INFO - One or more subtests have failed. 2018-08-13 11:57:02,038 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-13 11:57:02,038 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_11 2018-08-13 11:57:02,039 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_11 - Check relevant OVS groups are removed upon deletion of OpenStack topology': {'status': 'FAIL', 'details': [{'New OVS group added': 'PASS'}, {' Additional group was not deleted from OVS': 'FAIL'}]} 2018-08-13 11:57:02,039 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_12 - Check Flows and Groups are reprogrammed after OVS reconnect' 2018-08-13 11:57:02,040 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ======================================================================================================== 2018-08-13 11:57:02,040 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_12 2018-08-13 11:57:02,117 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_12 main method 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:57:02,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:57:02,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:57:02,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:57:02,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:57:02,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:57:02,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:57:02,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:57:02,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:57:02,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:57:02,121 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:57:02,122 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:57:02,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:57:02,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:57:02,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:57:02,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:57:02,123 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 11:57:02,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:57:02,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:57:02,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:57:02,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:57:02,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:57:02,124 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:57:02,125 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:57:02,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:57:02,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:57:02,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:57:02,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:57:02,126 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:57:02,126 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 11:57:02,129 - paramiko.transport - DEBUG - starting thread (client mode): 0xa54a0050L 2018-08-13 11:57:02,129 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:57:02,155 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:57:02,155 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:57:02,161 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:57:02,161 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:57:02,161 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:57:02,161 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:57:02,162 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:57:02,162 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:57:02,170 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:57:02,171 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:57:02,193 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.202: 35d60d2783116041637172b99354acae 2018-08-13 11:57:02,194 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:57:02,211 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:57:02,250 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:57:02,258 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:57:02,477 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:57:02,477 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:57:02,516 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:57:02,517 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:57:02,531 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:57:06,841 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:57:06,842 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:57:06,845 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5419b10L 2018-08-13 11:57:06,845 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:57:06,855 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:57:06,855 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:57:06,857 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:57:06,857 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:57:06,857 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:57:06,857 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:57:06,857 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:57:06,858 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:57:06,862 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:57:06,863 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:57:06,877 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:57:06,877 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:57:06,902 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:57:06,916 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:57:06,942 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:57:07,051 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:57:07,051 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:57:07,090 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:57:07,090 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:57:07,108 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:57:07,119 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:57:07,120 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:57:07,121 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:57:07,122 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:57:07,122 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:57:07,162 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:57:07,176 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:57:07,178 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:57:07,179 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:57:07,179 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:57:07,179 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:57:07,220 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:57:07,231 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:57:07,232 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:57:07,234 - paramiko.transport - DEBUG - starting thread (client mode): 0xa541fc90L 2018-08-13 11:57:07,235 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:57:07,245 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:57:07,245 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:57:07,249 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:57:07,249 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:57:07,249 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:57:07,249 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:57:07,249 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:57:07,249 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:57:07,254 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:57:07,254 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:57:07,266 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:57:07,267 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:57:07,293 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:57:07,308 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:57:07,331 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:57:07,461 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:57:07,461 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:57:07,500 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:57:07,501 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:57:07,535 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:57:07,547 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:57:07,548 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:57:07,548 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:57:07,549 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:57:07,549 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:57:07,590 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:57:07,606 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:57:07,607 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:57:07,608 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:57:07,609 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:57:07,609 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:57:07,650 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:57:07,661 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:57:07,662 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:57:07,664 - paramiko.transport - DEBUG - starting thread (client mode): 0xa54e3bd0L 2018-08-13 11:57:07,665 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:57:07,677 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:57:07,677 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:57:07,679 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:57:07,680 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:57:07,680 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:57:07,680 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:57:07,680 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:57:07,680 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:57:07,685 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:57:07,686 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:57:07,696 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:57:07,697 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:57:07,725 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:57:07,744 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:57:07,761 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:57:07,888 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:57:07,888 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:57:07,927 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:57:07,928 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:57:07,966 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:57:07,982 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:57:07,983 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:57:07,983 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:57:07,984 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:57:07,984 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:57:08,025 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:57:08,043 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:57:08,044 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:57:08,044 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:57:08,045 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:57:08,045 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:57:08,086 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:57:08,097 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:57:08,098 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:57:08,098 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:57:08,099 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:57:08,099 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:57:08,106 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:57:12,121 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:57:12,122 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:57:12,125 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5c1f850L 2018-08-13 11:57:12,125 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:57:12,133 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:57:12,134 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:57:12,136 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:57:12,137 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:57:12,137 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:57:12,137 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:57:12,137 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:57:12,137 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:57:12,142 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:57:12,142 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:57:12,157 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 11:57:12,157 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:57:12,182 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:57:12,195 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:57:12,222 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:57:12,321 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:57:12,322 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:57:12,361 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:57:12,362 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:57:12,389 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:57:12,402 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:57:12,403 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:57:12,403 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:57:12,404 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:57:12,404 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:57:12,445 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:57:12,460 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:57:12,461 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:57:12,462 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:57:12,463 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:57:12,463 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:57:12,503 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:57:12,515 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:57:12,516 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:57:12,518 - paramiko.transport - DEBUG - starting thread (client mode): 0xa5c8ea90L 2018-08-13 11:57:12,519 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:57:12,526 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:57:12,526 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:57:12,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-08-13 11:57:12,529 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:57:12,529 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:57:12,530 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:57:12,530 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:57:12,530 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:57:12,535 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:57:12,536 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:57:12,551 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 11:57:12,551 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:57:12,575 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:57:12,587 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:57:12,615 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:57:12,721 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:57:12,721 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:57:12,760 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:57:12,760 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:57:12,783 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:57:12,796 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:57:12,797 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:57:12,798 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:57:12,799 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:57:12,799 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:57:12,839 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:57:12,855 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:57:12,856 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:57:12,857 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:57:12,858 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:57:12,858 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:57:12,898 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:57:12,910 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:57:12,912 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:57:12,914 - paramiko.transport - DEBUG - starting thread (client mode): 0xa54b9450L 2018-08-13 11:57:12,914 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 11:57:12,922 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 11:57:12,922 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 11:57:12,925 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 11:57:12,925 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 11:57:12,925 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 11:57:12,925 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 11:57:12,925 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 11:57:12,926 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 11:57:12,930 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 11:57:12,931 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 11:57:12,946 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 11:57:12,947 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 11:57:12,969 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 11:57:12,985 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 11:57:13,011 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 11:57:13,119 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 11:57:13,119 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 11:57:13,158 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 11:57:13,159 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 11:57:13,179 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 11:57:13,193 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 11:57:13,194 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 11:57:13,195 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 11:57:13,196 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 11:57:13,196 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 11:57:13,237 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 11:57:13,253 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 11:57:13,254 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 11:57:13,255 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 11:57:13,256 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 11:57:13,256 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 11:57:13,297 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 11:57:13,308 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 11:57:13,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:57:13,312 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 11:57:13,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e3e7e22b-371b-4f9e-aad6-043dfa4a66fd Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:57:13,319 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-e3e7e22b-371b-4f9e-aad6-043dfa4a66fd 2018-08-13 11:57:13,320 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:57:13,717 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:57:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["ALoN2YqaSpyFfx_qo1FUbA"], "issued_at": "2018-08-13T11:57:13.000000Z"}} 2018-08-13 11:57:13,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63d5246be2fc354d244938c23b75ae2063bc67d2" 2018-08-13 11:57:13,971 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-f61455da-87c2-4108-a1bd-ad2e65f7f206 Date: Mon, 13 Aug 2018 11:57:13 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 11:57:13,971 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-f61455da-87c2-4108-a1bd-ad2e65f7f206 2018-08-13 11:57:13,972 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 11:57:13,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63d5246be2fc354d244938c23b75ae2063bc67d2" 2018-08-13 11:57:13,982 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-4b956c99-ea4d-4368-91e6-11a6fb9aadb6 Date: Mon, 13 Aug 2018 11:57:13 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 11:57:13,982 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-4b956c99-ea4d-4368-91e6-11a6fb9aadb6 2018-08-13 11:57:14,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}63d5246be2fc354d244938c23b75ae2063bc67d2" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 11:57:14,057 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/c2810136-f278-4a73-a8c3-5ea2641eee22 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-7cf17ae3-feb4-4f88-aec6-8327ce722365 Date: Mon, 13 Aug 2018 11:57:14 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T11:57:14Z", "file": "/v2/images/c2810136-f278-4a73-a8c3-5ea2641eee22/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "size": null, "self": "/v2/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T11:57:14Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 11:57:14,057 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-7cf17ae3-feb4-4f88-aec6-8327ce722365 2018-08-13 11:57:14,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/c2810136-f278-4a73-a8c3-5ea2641eee22/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63d5246be2fc354d244938c23b75ae2063bc67d2" -d '' 2018-08-13 11:57:14,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ba7e3338-0a40-45bb-a2c3-9f1026ea6977 Date: Mon, 13 Aug 2018 11:57:14 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 11:57:14,737 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/c2810136-f278-4a73-a8c3-5ea2641eee22/file used request id req-ba7e3338-0a40-45bb-a2c3-9f1026ea6977 2018-08-13 11:57:14,738 - sdnvpn_test_utils - DEBUG - Creating network sdnvpn-12-1-net 2018-08-13 11:57:14,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:57:14,744 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd1bc526-7134-48d0-a1e8-4d57b7c14c9e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:57:14,745 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-cd1bc526-7134-48d0-a1e8-4d57b7c14c9e 2018-08-13 11:57:14,745 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:57:15,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:57:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["R__FlmSlTlyXCkuzklnn2Q"], "issued_at": "2018-08-13T11:57:15.000000Z"}} 2018-08-13 11:57:15,160 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2a5eba537098c4be345fef42fa8712b9052027" -d '{"network": {"name": "sdnvpn-12-1-net", "admin_state_up": true}}' 2018-08-13 11:57:15,708 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-002d89e0-1623-439e-9cb5-dfd17d1f0009 Date: Mon, 13 Aug 2018 11:57:15 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"ff160316-67fd-4278-b5ac-c0958f0e73f7","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T11:57:15Z","is_default":false,"provider:segmentation_id":98,"name":"sdnvpn-12-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:57:15Z","mtu":1450}} 2018-08-13 11:57:15,708 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-002d89e0-1623-439e-9cb5-dfd17d1f0009 2018-08-13 11:57:15,708 - sdnvpn_test_utils - DEBUG - Creating subnet sdnvpn-12-1-subnet in network ff160316-67fd-4278-b5ac-c0958f0e73f7 with cidr 10.10.10.0/24 2018-08-13 11:57:15,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2a5eba537098c4be345fef42fa8712b9052027" -d '{"subnets": [{"ip_version": 4, "network_id": "ff160316-67fd-4278-b5ac-c0958f0e73f7", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-12-1-subnet"}]}' 2018-08-13 11:57:16,080 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-74e96103-b5ed-4d3d-8494-fc85103f9c64 Date: Mon, 13 Aug 2018 11:57:16 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"ff160316-67fd-4278-b5ac-c0958f0e73f7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:57:15Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:57:15Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"f221e6c6-378d-433d-8b35-223800d9b519","subnetpool_id":null,"name":"sdnvpn-12-1-subnet"}]} 2018-08-13 11:57:16,081 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-74e96103-b5ed-4d3d-8494-fc85103f9c64 2018-08-13 11:57:16,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2a5eba537098c4be345fef42fa8712b9052027" 2018-08-13 11:57:16,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49888 X-Openstack-Request-Id: req-cbadf033-2312-413c-9632-6f20aafa870e Date: Mon, 13 Aug 2018 11:57:16 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:50:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-13T11:50:23Z", "revision_number": 0, "id": "03e4b763-3e02-4dff-bf96-c789b6d82ea3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:50:23Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "213b899d-3fec-4777-af97-92b740597a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "93ca9ece-8652-4644-86a2-157e5e05148c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 5, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 11:57:16,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-cbadf033-2312-413c-9632-6f20aafa870e 2018-08-13 11:57:16,190 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-13 11:57:16,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:57:16,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f1536ed-a12c-41de-a235-a9920b0070b3 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:57:16,196 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1f1536ed-a12c-41de-a235-a9920b0070b3 2018-08-13 11:57:16,197 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:57:16,584 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:57:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["t201oKksQCi8RMYwVKDvEw"], "issued_at": "2018-08-13T11:57:16.000000Z"}} 2018-08-13 11:57:16,588 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bfa5c8918eab753b9ae7c53770f3bf1bf41f810" 2018-08-13 11:57:16,912 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a67ab1d8-2f03-4b17-af12-584727f5c2f9 x-compute-request-id: req-a67ab1d8-2f03-4b17-af12-584727f5c2f9 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 11:57:16,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-a67ab1d8-2f03-4b17-af12-584727f5c2f9 2018-08-13 11:57:16,914 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 11:57:16,915 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 11:57:16,915 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 11:57:16,918 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 11:57:16,942 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-13 11:57:16,943 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-13 11:57:16,944 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 11:57:16,945 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-13 11:57:16,945 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-13 11:57:16,985 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-13 11:57:17,004 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-13 11:57:17,009 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 11:57:17,010 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-13 11:57:17,011 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 11:57:17,011 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 11:57:17,014 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 11:57:17,041 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-08-13 11:57:17,042 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-13 11:57:17,043 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 11:57:17,043 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-13 11:57:17,044 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-13 11:57:17,084 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-13 11:57:17,104 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-13 11:57:17,107 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-13 11:57:17,108 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-13 11:57:17,108 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-13 11:57:17,109 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-13 11:57:17,113 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-13 11:57:17,130 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-13 11:57:17,131 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-13 11:57:17,132 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-13 11:57:17,133 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-13 11:57:17,133 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-13 11:57:17,173 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-13 11:57:17,192 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-13 11:57:17,193 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-13 11:57:17,195 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-13 11:57:17,195 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-13 11:57:17,195 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-13 11:57:17,198 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-13 11:57:17,217 - paramiko.transport - DEBUG - [chan 5] EOF received (5) 2018-08-13 11:57:17,218 - paramiko.transport - DEBUG - [chan 6] Max packet in: 32768 bytes 2018-08-13 11:57:17,219 - paramiko.transport - DEBUG - [chan 5] EOF sent (5) 2018-08-13 11:57:17,220 - paramiko.transport - DEBUG - [chan 6] Max packet out: 32768 bytes 2018-08-13 11:57:17,220 - paramiko.transport - DEBUG - Secsh channel 6 opened. 2018-08-13 11:57:17,261 - paramiko.transport - DEBUG - [chan 6] Sesch channel 6 request ok 2018-08-13 11:57:17,280 - paramiko.transport - DEBUG - [chan 6] EOF received (6) 2018-08-13 11:57:17,281 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-2'... 2018-08-13 11:57:17,281 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-2 flavor=m1.tiny image=c2810136-f278-4a73-a8c3-5ea2641eee22 network=ff160316-67fd-4278-b5ac-c0958f0e73f7 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:57:17,281 - paramiko.transport - DEBUG - [chan 6] EOF sent (6) 2018-08-13 11:57:17,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:57:17,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:57:17,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:57:17,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:57:17,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:57:17,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:57:17,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:57:17,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:57:17,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:57:17,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:57:17,283 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:57:17,284 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:57:17,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:57:17,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:57:17,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:57:17,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:57:17,285 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:57:17,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:57:17,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:57:17,287 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:57:17,288 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:57:17,289 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:57:17,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:57:17,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:57:17,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:57:17,290 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:57:17,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:57:17,299 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1079ff75-6d20-4076-8f89-f13d821a7287 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:57:17,299 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1079ff75-6d20-4076-8f89-f13d821a7287 2018-08-13 11:57:17,299 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:57:17,691 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:57:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["aMKuswwTSCGC_oCiDzZUYg"], "issued_at": "2018-08-13T11:57:17.000000Z"}} 2018-08-13 11:57:17,694 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}898b2ae17ffd73310a272b9e856bcd9716aa2726" 2018-08-13 11:57:17,964 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-034fdd1c-00b9-463b-8113-edd18c628513 x-compute-request-id: req-034fdd1c-00b9-463b-8113-edd18c628513 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:57:17,964 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-034fdd1c-00b9-463b-8113-edd18c628513 2018-08-13 11:57:17,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}898b2ae17ffd73310a272b9e856bcd9716aa2726" 2018-08-13 11:57:17,985 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-090c85a1-fdff-4c54-bf92-a923ea1a9174 x-compute-request-id: req-090c85a1-fdff-4c54-bf92-a923ea1a9174 Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:57:17,985 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-090c85a1-fdff-4c54-bf92-a923ea1a9174 2018-08-13 11:57:17,988 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}898b2ae17ffd73310a272b9e856bcd9716aa2726" -d '{"server": {"name": "sdnvpn-12-2", "imageRef": "c2810136-f278-4a73-a8c3-5ea2641eee22", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ff160316-67fd-4278-b5ac-c0958f0e73f7"}]}}' 2018-08-13 11:57:19,628 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:57:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e7eb4052-d082-4721-8f43-72e42ddcd052 x-compute-request-id: req-e7eb4052-d082-4721-8f43-72e42ddcd052 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "082c5e9b-a51a-49f3-8978-e9471cfb6e30", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "bookmark"}], "adminPass": "D5msC8Y3D4bu"}} 2018-08-13 11:57:19,628 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e7eb4052-d082-4721-8f43-72e42ddcd052 2018-08-13 11:57:19,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:57:19,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-010d54bd-f24b-4788-a2b7-b15e14f9a65b Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:57:19,636 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-010d54bd-f24b-4788-a2b7-b15e14f9a65b 2018-08-13 11:57:19,636 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:57:20,033 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:57:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["ibbGjLY3ScOH98t-L3vU5w"], "issued_at": "2018-08-13T11:57:19.000000Z"}} 2018-08-13 11:57:20,036 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0b7ad4043de9a6fe4863f0fea837144d6b00b3" 2018-08-13 11:57:20,859 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-4de4259e-8452-44a6-85ea-45097982864b x-compute-request-id: req-4de4259e-8452-44a6-85ea-45097982864b 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.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "082c5e9b-a51a-49f3-8978-e9471cfb6e30", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:57:20Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-12-2", "created": "2018-08-13T11:57:19Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:20,859 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 used request id req-4de4259e-8452-44a6-85ea-45097982864b 2018-08-13 11:57:23,865 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0b7ad4043de9a6fe4863f0fea837144d6b00b3" 2018-08-13 11:57:24,500 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ec08f6f-8038-4016-9a4d-9cb27b77e2ea x-compute-request-id: req-8ec08f6f-8038-4016-9a4d-9cb27b77e2ea Content-Encoding: gzip Content-Length: 775 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:72:aa", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000090", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "082c5e9b-a51a-49f3-8978-e9471cfb6e30", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:57:21Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:57:19Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:24,500 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 used request id req-8ec08f6f-8038-4016-9a4d-9cb27b77e2ea 2018-08-13 11:57:27,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1f0b7ad4043de9a6fe4863f0fea837144d6b00b3" 2018-08-13 11:57:28,190 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8ce66615-0546-41d6-8f3b-a8bec1ef3e5b x-compute-request-id: req-8ce66615-0546-41d6-8f3b-a8bec1ef3e5b Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:72:aa", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000090", "OS-SRV-USG:launched_at": "2018-08-13T11:57:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "082c5e9b-a51a-49f3-8978-e9471cfb6e30", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:57:25Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:57:19Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:28,190 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 used request id req-8ce66615-0546-41d6-8f3b-a8bec1ef3e5b 2018-08-13 11:57:28,193 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}898b2ae17ffd73310a272b9e856bcd9716aa2726" 2018-08-13 11:57:28,516 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-50dbd2fe-73e6-4d1d-84ce-b628fbc948b1 x-compute-request-id: req-50dbd2fe-73e6-4d1d-84ce-b628fbc948b1 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fd:72:aa", "version": 4, "addr": "10.10.10.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000090", "OS-SRV-USG:launched_at": "2018-08-13T11:57:25.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "082c5e9b-a51a-49f3-8978-e9471cfb6e30", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:57:25Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:57:19Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:28,516 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30 used request id req-50dbd2fe-73e6-4d1d-84ce-b628fbc948b1 2018-08-13 11:57:28,516 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-2' booted successfully. IP='10.10.10.10'. 2018-08-13 11:57:28,517 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-2' to security group 'sdnvpn-sg'... 2018-08-13 11:57:28,519 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bfa5c8918eab753b9ae7c53770f3bf1bf41f810" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:57:29,371 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:57:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-1cf2f128-e9d0-4be3-ad5f-0c2d698d5f2d x-compute-request-id: req-1cf2f128-e9d0-4be3-ad5f-0c2d698d5f2d Content-Length: 0 Content-Type: application/json 2018-08-13 11:57:29,372 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30/action used request id req-1cf2f128-e9d0-4be3-ad5f-0c2d698d5f2d 2018-08-13 11:57:29,372 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-12-1'... 2018-08-13 11:57:29,372 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-12-1 flavor=m1.tiny image=c2810136-f278-4a73-a8c3-5ea2641eee22 network=ff160316-67fd-4278-b5ac-c0958f0e73f7 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 hypervisor=nova:overcloud-novacompute-1.opnfvlf.org fixed_ip=None files=None userdata= None 2018-08-13 11:57:29,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:57:29,372 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:57:29,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:57:29,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:57:29,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:57:29,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:57:29,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:57:29,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:57:29,373 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:57:29,374 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:57:29,375 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:57:29,377 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 11:57:29,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 11:57:29,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 11:57:29,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 11:57:29,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 11:57:29,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 11:57:29,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 11:57:29,378 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 11:57:29,379 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 11:57:29,380 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 11:57:29,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:57:29,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a616319-0fea-42e7-996b-cc1db0b6cd80 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:57:29,390 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-6a616319-0fea-42e7-996b-cc1db0b6cd80 2018-08-13 11:57:29,390 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:57:29,792 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:57:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["iW9FftnoS5O9sHnA3hcWhQ"], "issued_at": "2018-08-13T11:57:29.000000Z"}} 2018-08-13 11:57:29,795 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" 2018-08-13 11:57:29,987 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e7f48c3-b8f0-40e3-b21d-cdb84f6ebb84 x-compute-request-id: req-9e7f48c3-b8f0-40e3-b21d-cdb84f6ebb84 Content-Encoding: gzip Content-Length: 161 Content-Type: application/json RESP BODY: {"flavors": [{"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 11:57:29,987 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-9e7f48c3-b8f0-40e3-b21d-cdb84f6ebb84 2018-08-13 11:57:29,993 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" 2018-08-13 11:57:30,009 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3741aded-ba3b-43d9-bab3-f1e028f3980f x-compute-request-id: req-3741aded-ba3b-43d9-bab3-f1e028f3980f Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}} 2018-08-13 11:57:30,009 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c used request id req-3741aded-ba3b-43d9-bab3-f1e028f3980f 2018-08-13 11:57:30,012 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"server": {"name": "sdnvpn-12-1", "imageRef": "c2810136-f278-4a73-a8c3-5ea2641eee22", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "be104096-45d9-4f93-be78-2966d8ab9c2c", "max_count": 1, "min_count": 1, "networks": [{"uuid": "ff160316-67fd-4278-b5ac-c0958f0e73f7"}]}}' 2018-08-13 11:57:31,454 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:57:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e6ed4f2a-6bf6-42b4-980d-dbd1e8fb6acf x-compute-request-id: req-e6ed4f2a-6bf6-42b4-980d-dbd1e8fb6acf Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4c484c41-2f00-43f0-8764-0c1c0b5fe638", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "bookmark"}], "adminPass": "TSTjxEK885Fk"}} 2018-08-13 11:57:31,454 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-e6ed4f2a-6bf6-42b4-980d-dbd1e8fb6acf 2018-08-13 11:57:31,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 11:57:31,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3edcfa70-526e-47a3-9021-9539845d51f8 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 11:57:31,462 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3edcfa70-526e-47a3-9021-9539845d51f8 2018-08-13 11:57:31,462 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 11:57:31,856 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T12:57:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["uobZRQM6SAe4jaT8_I8rtg"], "issued_at": "2018-08-13T11:57:31.000000Z"}} 2018-08-13 11:57:31,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8db328b5f452dbaca618dad25fe47e2c964124" 2018-08-13 11:57:32,682 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57: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-ee0c5e84-bf51-44a5-be23-5dd0b788cbe4 x-compute-request-id: req-ee0c5e84-bf51-44a5-be23-5dd0b788cbe4 Content-Encoding: gzip Content-Length: 619 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4c484c41-2f00-43f0-8764-0c1c0b5fe638", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:57:32Z", "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-08-13T11:57:31Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:32,682 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 used request id req-ee0c5e84-bf51-44a5-be23-5dd0b788cbe4 2018-08-13 11:57:35,688 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8db328b5f452dbaca618dad25fe47e2c964124" 2018-08-13 11:57:36,318 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:35 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2252fa8-52d8-4c89-9b24-8af2b4b44a02 x-compute-request-id: req-c2252fa8-52d8-4c89-9b24-8af2b4b44a02 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:7a:8c:18", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": null, "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4c484c41-2f00-43f0-8764-0c1c0b5fe638", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T11:57:32Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:57:31Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:36,318 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 used request id req-c2252fa8-52d8-4c89-9b24-8af2b4b44a02 2018-08-13 11:57:39,324 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1b8db328b5f452dbaca618dad25fe47e2c964124" 2018-08-13 11:57:39,953 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aba0fdb9-2db6-4876-b473-74eb8c9a8ff0 x-compute-request-id: req-aba0fdb9-2db6-4876-b473-74eb8c9a8ff0 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:8c:18", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": "2018-08-13T11:57:35.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4c484c41-2f00-43f0-8764-0c1c0b5fe638", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:57:35Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:57:31Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:39,953 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 used request id req-aba0fdb9-2db6-4876-b473-74eb8c9a8ff0 2018-08-13 11:57:39,957 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" 2018-08-13 11:57:40,269 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:39 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-94394462-f970-4afa-a4b8-d54d91acb437 x-compute-request-id: req-94394462-f970-4afa-a4b8-d54d91acb437 Content-Encoding: gzip Content-Length: 777 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-12-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:7a:8c:18", "version": 4, "addr": "10.10.10.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638", "rel": "bookmark"}], "image": {"id": "c2810136-f278-4a73-a8c3-5ea2641eee22", "links": [{"href": "http://172.30.9.22:8774/images/c2810136-f278-4a73-a8c3-5ea2641eee22", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000091", "OS-SRV-USG:launched_at": "2018-08-13T11:57:35.000000", "flavor": {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}]}, "id": "4c484c41-2f00-43f0-8764-0c1c0b5fe638", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-08-13T11:57:35Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T11:57:31Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 11:57:40,270 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638 used request id req-94394462-f970-4afa-a4b8-d54d91acb437 2018-08-13 11:57:40,270 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-12-1' booted successfully. IP='10.10.10.8'. 2018-08-13 11:57:40,270 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-12-1' to security group 'sdnvpn-sg'... 2018-08-13 11:57:40,273 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bfa5c8918eab753b9ae7c53770f3bf1bf41f810" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 11:57:41,109 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 11:57:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-e99612f3-5f94-4e66-bf1a-d223f2f67726 x-compute-request-id: req-e99612f3-5f94-4e66-bf1a-d223f2f67726 Content-Length: 0 Content-Type: application/json 2018-08-13 11:57:41,109 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-e99612f3-5f94-4e66-bf1a-d223f2f67726 2018-08-13 11:57:41,110 - sdnvpn_test_utils - INFO - Waiting for instance 4c484c41-2f00-43f0-8764-0c1c0b5fe638 to boot up 2018-08-13 11:57:41,113 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:41,183 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57: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-e54c7771-1bf8-4041-a533-5134ff7114c8 x-compute-request-id: req-e54c7771-1bf8-4041-a533-5134ff7114c8 Content-Encoding: gzip Content-Length: 9439 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n"} 2018-08-13 11:57:41,183 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-e54c7771-1bf8-4041-a533-5134ff7114c8 2018-08-13 11:57:43,201 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:43,266 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a417dacd-a4b6-4e48-9cd2-60fec28e95a8 x-compute-request-id: req-a417dacd-a4b6-4e48-9cd2-60fec28e95a8 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:57:43,267 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-a417dacd-a4b6-4e48-9cd2-60fec28e95a8 2018-08-13 11:57:45,283 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:45,523 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:45 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-738b6bd2-bb6f-4a69-acfb-b815184418a8 x-compute-request-id: req-738b6bd2-bb6f-4a69-acfb-b815184418a8 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:57:45,524 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-738b6bd2-bb6f-4a69-acfb-b815184418a8 2018-08-13 11:57:47,543 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:47,610 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:47 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-34c2de3a-b4f6-4db4-9295-04decb9dc613 x-compute-request-id: req-34c2de3a-b4f6-4db4-9295-04decb9dc613 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:57:47,611 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-34c2de3a-b4f6-4db4-9295-04decb9dc613 2018-08-13 11:57:49,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:49,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:49 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fefc7de1-3d5e-4f7e-b270-05b6168d63c8 x-compute-request-id: req-fefc7de1-3d5e-4f7e-b270-05b6168d63c8 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:57:49,706 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-fefc7de1-3d5e-4f7e-b270-05b6168d63c8 2018-08-13 11:57:51,726 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:51,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7bbd9db3-6e85-418e-88b9-99a3bda7e794 x-compute-request-id: req-7bbd9db3-6e85-418e-88b9-99a3bda7e794 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:57:51,804 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-7bbd9db3-6e85-418e-88b9-99a3bda7e794 2018-08-13 11:57:53,824 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:53,890 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8c1b35da-9d01-4dd8-bcfe-377a000a2d79 x-compute-request-id: req-8c1b35da-9d01-4dd8-bcfe-377a000a2d79 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:57:53,891 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-8c1b35da-9d01-4dd8-bcfe-377a000a2d79 2018-08-13 11:57:55,911 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:55,978 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:55 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-42722026-c44a-4d5c-a666-946e9c419980 x-compute-request-id: req-42722026-c44a-4d5c-a666-946e9c419980 Content-Encoding: gzip Content-Length: 10018 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n"} 2018-08-13 11:57:55,978 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-42722026-c44a-4d5c-a666-946e9c419980 2018-08-13 11:57:57,999 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:57:58,069 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:57:58 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-d16a36d2-d71a-4054-83cc-f7ba9ff88bed x-compute-request-id: req-d16a36d2-d71a-4054-83cc-f7ba9ff88bed 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:57:58,069 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-d16a36d2-d71a-4054-83cc-f7ba9ff88bed 2018-08-13 11:58:00,091 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:00,157 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:00 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5205ca04-d61c-4c50-8a34-5c8744daeda0 x-compute-request-id: req-5205ca04-d61c-4c50-8a34-5c8744daeda0 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:58:00,158 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-5205ca04-d61c-4c50-8a34-5c8744daeda0 2018-08-13 11:58:02,179 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:02,248 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58: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-7b15edb9-6495-4180-a64c-c14eb6162ee0 x-compute-request-id: req-7b15edb9-6495-4180-a64c-c14eb6162ee0 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:58:02,249 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-7b15edb9-6495-4180-a64c-c14eb6162ee0 2018-08-13 11:58:04,269 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:04,338 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:04 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-be9644f3-bd4b-410f-9304-b1f265835644 x-compute-request-id: req-be9644f3-bd4b-410f-9304-b1f265835644 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:58:04,339 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-be9644f3-bd4b-410f-9304-b1f265835644 2018-08-13 11:58:06,359 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:06,427 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:06 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e031e88-21da-43ac-9a57-af228f0a8a39 x-compute-request-id: req-9e031e88-21da-43ac-9a57-af228f0a8a39 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:58:06,428 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-9e031e88-21da-43ac-9a57-af228f0a8a39 2018-08-13 11:58:08,447 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:08,512 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:08 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6c3c9bf1-5c5b-4f2a-b49d-705b0482e40a x-compute-request-id: req-6c3c9bf1-5c5b-4f2a-b49d-705b0482e40a 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n"} 2018-08-13 11:58:08,513 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-6c3c9bf1-5c5b-4f2a-b49d-705b0482e40a 2018-08-13 11:58:10,533 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:10,599 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-7d73da0c-1c24-4337-9093-b16890fb5681 x-compute-request-id: req-7d73da0c-1c24-4337-9093-b16890fb5681 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:58:10,599 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-7d73da0c-1c24-4337-9093-b16890fb5681 2018-08-13 11:58:12,619 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:12,684 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:12 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e92e27df-e8f3-4342-9d2a-25f3a67b8674 x-compute-request-id: req-e92e27df-e8f3-4342-9d2a-25f3a67b8674 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:58:12,685 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-e92e27df-e8f3-4342-9d2a-25f3a67b8674 2018-08-13 11:58:14,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:14,774 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:14 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-aeb453d8-96aa-4821-8f9b-f61be436fbf5 x-compute-request-id: req-aeb453d8-96aa-4821-8f9b-f61be436fbf5 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:58:14,775 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-aeb453d8-96aa-4821-8f9b-f61be436fbf5 2018-08-13 11:58:16,794 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:16,861 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-13c7ad7b-0d84-44ad-972f-038d98ecf7b7 x-compute-request-id: req-13c7ad7b-0d84-44ad-972f-038d98ecf7b7 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:58:16,862 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-13c7ad7b-0d84-44ad-972f-038d98ecf7b7 2018-08-13 11:58:18,881 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:18,947 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:18 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-a1683b3d-ef40-4d8c-8552-180d1c3aa8d6 x-compute-request-id: req-a1683b3d-ef40-4d8c-8552-180d1c3aa8d6 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:58:18,947 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-a1683b3d-ef40-4d8c-8552-180d1c3aa8d6 2018-08-13 11:58:20,968 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:21,041 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:20 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-95044358-b2b1-4903-8c38-e7eed4ddeffb x-compute-request-id: req-95044358-b2b1-4903-8c38-e7eed4ddeffb 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:58:21,042 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-95044358-b2b1-4903-8c38-e7eed4ddeffb 2018-08-13 11:58:23,060 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:23,117 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc28787b-e52c-40ad-a051-699f59b3112b x-compute-request-id: req-dc28787b-e52c-40ad-a051-699f59b3112b 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n"} 2018-08-13 11:58:23,118 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-dc28787b-e52c-40ad-a051-699f59b3112b 2018-08-13 11:58:25,138 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}8033ab140e34328fe448c5ee8a0920d01fd00fb0" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:25,205 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-17a69117-34fb-4d67-b8f1-cd7027e72033 x-compute-request-id: req-17a69117-34fb-4d67-b8f1-cd7027e72033 Content-Encoding: gzip Content-Length: 11179 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 451998210 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.139255] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.140902] pid_max: default: 32768 minimum: 301\n[ 0.141791] ACPI: Core revision 20150930\n[ 0.143170] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.144556] Security Framework initialized\n[ 0.145602] Yama: becoming mindful.\n[ 0.146511] AppArmor: AppArmor initialized\n[ 0.147557] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.149220] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.150816] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.152313] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.154053] Initializing cgroup subsys io\n[ 0.155071] Initializing cgroup subsys memory\n[ 0.156138] Initializing cgroup subsys devices\n[ 0.157226] Initializing cgroup subsys freezer\n[ 0.158343] Initializing cgroup subsys net_cls\n[ 0.159406] Initializing cgroup subsys perf_event\n[ 0.160501] Initializing cgroup subsys net_prio\n[ 0.161584] Initializing cgroup subsys hugetlb\n[ 0.162684] Initializing cgroup subsys pids\n[ 0.163755] CPU: Physical Processor ID: 0\n[ 0.165431] mce: CPU supports 10 MCE banks\n[ 0.166475] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.167708] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.182271] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.188720] ftrace: allocating 31920 entries in 125 pages\n[ 0.213903] smpboot: Max logical packages: 1\n[ 0.214963] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.216582] x2apic enabled\n[ 0.217498] Switched APIC routing to physical x2apic.\n[ 0.219448] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.220824] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.223209] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.225358] KVM setup paravirtual spinlock\n[ 0.226840] x86: Booted up 1 node, 1 CPUs\n[ 0.227815] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.229496] devtmpfs: initialized\n[ 0.231354] evm: security.selinux\n[ 0.232192] evm: security.SMACK64\n[ 0.233019] evm: security.SMACK64EXEC\n[ 0.233917] evm: security.SMACK64TRANSMUTE\n[ 0.234887] evm: security.SMACK64MMAP\n[ 0.235770] evm: security.ima\n[ 0.236518] evm: security.capability\n[ 0.237470] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.239722] pinctrl core: initialized pinctrl subsystem\n[ 0.241030] RTC time: 11:57:35, date: 08/13/18\n[ 0.242177] NET: Registered protocol family 16\n[ 0.243351] cpuidle: using governor ladder\n[ 0.244353] cpuidle: using governor menu\n[ 0.245308] PCCT header not found.\n[ 0.246205] ACPI: bus type PCI registered\n[ 0.247171] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.248678] PCI: Using configuration type 1 for base access\n[ 0.250735] ACPI: Added _OSI(Module Device)\n[ 0.251577] ACPI: Added _OSI(Processor Device)\n[ 0.252442] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.253346] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.255118] ACPI: Interpreter enabled\n[ 0.255879] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.257731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.259572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.261452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.263296] ACPI: (supports S0 S5)\n[ 0.264222] ACPI: Using IOAPIC for interrupt routing\n[ 0.265224] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.268339] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.269507] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.270744] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.271944] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.274174] acpiphp: Slot [3] registered\n[ 0.274981] acpiphp: Slot [4] registered\n[ 0.275789] acpiphp: Slot [5] registered\n[ 0.276593] acpiphp: Slot [6] registered\n[ 0.277393] acpiphp: Slot [7] registered\n[ 0.278194] acpiphp: Slot [8] registered\n[ 0.278992] acpiphp: Slot [9] registered\n[ 0.279791] acpiphp: Slot [10] registered\n[ 0.280603] acpiphp: Slot [11] registered\n[ 0.281417] acpiphp: Slot [12] registered\n[ 0.282228] acpiphp: Slot [13] registered\n[ 0.283039] acpiphp: Slot [14] registered\n[ 0.283847] acpiphp: Slot [15] registered\n[ 0.294540] acpiphp: Slot [16] registered\n[ 0.295558] acpiphp: Slot [17] registered\n[ 0.296373] acpiphp: Slot [18] registered\n[ 0.297182] acpiphp: Slot [19] registered\n[ 0.297993] acpiphp: Slot [20] registered\n[ 0.298809] acpiphp: Slot [21] registered\n[ 0.299615] acpiphp: Slot [22] registered\n[ 0.300434] acpiphp: Slot [23] registered\n[ 0.301246] acpiphp: Slot [24] registered\n[ 0.302054] acpiphp: Slot [25] registered\n[ 0.302867] acpiphp: Slot [26] registered\n[ 0.303673] acpiphp: Slot [27] registered\n[ 0.304480] acpiphp: Slot [28] registered\n[ 0.305291] acpiphp: Slot [29] registered\n[ 0.306137] acpiphp: Slot [30] registered\n[ 0.306954] acpiphp: Slot [31] registered\n[ 0.307760] PCI host bridge to bus 0000:00\n[ 0.308564] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.309780] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.310994] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.312441] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.313886] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.315360] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.318746] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.320027] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.321201] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.322460] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325977] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327480] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.345851] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.347332] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.349109] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.350531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.351925] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.353191] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.354497] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.355554] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.357101] vgaarb: loaded\n[ 0.357701] vgaarb: bridge control possible 0000:00:02.0\n[ 0.358926] SCSI subsystem initialized\n[ 0.359839] ACPI: bus type USB registered\n[ 0.360669] usbcore: registered new interface driver usbfs\n[ 0.361695] usbcore: registered new interface driver hub\n[ 0.362717] usbcore: registered new device driver usb\n[ 0.363824] PCI: Using ACPI for IRQ routing\n[ 0.364935] NetLabel: Initializing\n[ 0.365652] NetLabel: domain hash size = 128\n[ 0.366495] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.367466] NetLabel: unlabeled traffic allowed by default\n[ 0.368634] clocksource: Switched to clocksource kvm-clock\n[ 0.376759] AppArmor: AppArmor Filesystem Enabled\n[ 0.377736] pnp: PnP ACPI init\n[ 0.378679] pnp: PnP ACPI: found 5 devices\n[ 0.384976] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.386684] NET: Registered protocol family 2\n[ 0.387722] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.389017] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.390223] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.391421] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.392500] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.393688] NET: Registered protocol family 1\n[ 0.394565] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.395667] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.396748] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.410821] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.424912] Trying to unpack rootfs image as initramfs...\n[ 0.480720] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.482393] Scanning for low memory corruption every 60 seconds\n[ 0.483757] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.484930] audit: initializing netlink subsys (disabled)\n[ 0.485967] audit: type=2000 audit(1534161456.641:1): initialized\n[ 0.487306] Initialise system trusted keyring\n[ 0.488268] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.489431] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.491537] zbud: loaded\n[ 0.492269] VFS: Disk quotas dquot_6.6.0\n[ 0.493105] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.494711] fuse init (API version 7.23)\n[ 0.495612] Key type big_key registered\n[ 0.496415] Allocating IMA MOK and blacklist keyrings.\n[ 0.497655] Key type asymmetric registered\n[ 0.498476] Asymmetric key parser 'x509' registered\n[ 0.499449] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.500947] io scheduler noop registered\n[ 0.501738] io scheduler deadline registered (default)\n[ 0.502732] io scheduler cfq registered\n[ 0.503570] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.504611] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.505884] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.507330] ACPI: Power Button [PWRF]\n[ 0.508196] GHES: HEST is not enabled!\n[ 0.521866] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.549798] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.551874] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.575900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.578160] Linux agpgart interface v0.103\n[ 0.580838] brd: module loaded\n[ 0.582525] loop: module loaded\n[ 0.586412] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.587877] GPT:90111 != 2097151\n[ 0.588549] GPT:Alternate GPT header not at the end of the disk.\n[ 0.589645] GPT:90111 != 2097151\n[ 0.590320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.591287] vda: vda1 vda15\n[ 0.592496] scsi host0: ata_piix\n[ 0.593290] scsi host1: ata_piix\n[ 0.594016] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.595231] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.596701] libphy: Fixed MDIO Bus: probed\n[ 0.597521] tun: Universal TUN/TAP device driver, 1.6\n[ 0.598473] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.600679] PPP generic driver version 2.4.2\n[ 0.601838] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.603052] ehci-pci: EHCI PCI platform driver\n[ 0.603933] ehci-platform: EHCI generic platform driver\n[ 0.604976] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.606533] ohci-pci: OHCI PCI platform driver\n[ 0.607699] ohci-platform: OHCI generic platform driver\n[ 0.609011] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.626275] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.627629] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.629360] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.630649] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.632175] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.633602] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.635263] usb usb1: Product: UHCI Host Controller\n[ 0.636343] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.637668] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.639176] hub 1-0:1.0: USB hub found\n[ 0.640117] hub 1-0:1.0: 2 ports detected\n[ 0.641569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.644398] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.645541] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.646843] mousedev: PS/2 mouse device common for all mice\n[ 0.648351] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.650525] rtc_cmos 00:00: RTC can wake from S4\n[ 0.651868] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.653295] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.654689] i2c /dev entries driver\n[ 0.655741] device-mapper: uevent: version 1.0.3\n[ 0.656942] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.658953] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.661392] NET: Registered protocol family 10\n[ 0.663094] NET: Registered protocol family 17\n[ 0.664199] Key type dns_resolver registered\n[ 0.665705] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.666989] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.669270] registered taskstats version 1\n[ 0.670295] Loading compiled-in X.509 certificates\n[ 0.672063] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.674424] zswap: loaded using pool lzo/zbud\n[ 0.676890] Key type trusted registered\n[ 0.678913] Key type encrypted registered\n[ 0.679881] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.681112] ima: No TPM chip found, activating TPM-bypass!\n[ 0.682314] evm: HMAC attrs: 0x1\n[ 0.683545] Magic number: 14:596:984\n[ 0.684623] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:36 UTC (1534161456)\n[ 0.686590] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.687879] EDD information not available.\n[ 0.755113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.767155] Write protecting the kernel read-only data: 14336k\n[ 0.771219] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.60\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.822983] random: blkid urandom read with 2 bits 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.82\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/rc3.d/S10-load-modules failed\nInitializing random number generator... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 10.10.10.8...\nLease of 10.10.10.8 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.94. iid=i-00000091\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdsegCSFGxzt4c5aD3jOg9mNy/FE31oSAoWMXd/OQb63Oj28NSxG8mmguq8Q4j6P2sFC3+W7o83YXbmoImXxs+twOuOyU5SfQELV5NFjaaIARylljOaGsUNoJcNiB29eqCktCKgwkjc6oRZv3Qlm3p4Kvl03QrzpJwelM7lJLlQ+AeeF528Z/lT/ggpWPMseQWEs1DDuaZOnLKlPrQfSJkHH7EGWtli8F+zzu1PQyIrd6qbm9lgnLZ/mvazw2nk1j5n0o9G7mydNlLvJFTfTjgErcAncoIRYVD8OLZLmE3qVcoEqnU0w/Bpt5a+UJYj2IWf5RanZ57PH/wQ3tTIPmz root@sdnvpn-12-1\nssh-dss AAAAB3NzaC1kc3MAAACBAKAv5nCX8lu8F0t5KmVqMvSxftGflgW+Y5UNst7oMpAJEY5j8yUWODVDrMG243fwcJBzWGUsPInQthEXhZsj8ohc/svF45uH0nC2qiO24vHRQ4CS0Rc8rexH3/QDRVvAKppa35FkMdVtFInMjdvYWBsOrwjn6xrkvtRTVafgybglAAAAFQD18JBKK77gW6vuCh634usS4El+9wAAAIBUY++vojjiVaix8+0rifdZVKRQr+uAw5iHEzgQ7L6NLxQL+xSrdsMYVN8xjeReYAyziuXe5KMOmjs0iHxit8hvcLzH4XB64Xct8D1jUjGuCEJVwWsDsgEptqsahQuUlyM2ew422wp8To7WLcPVutKyXZVbtPXDoBW8t26yB9Ou2AAAAIA1pRK/Y2YsKKuUAymJzCvBDYZ0XdOQmVxi7/KaGjWDiU7szdaIpy1oWKtMtZvJmbs8fWOYjWOvRxzsX5viCslK/0LjBQE9E4axWQ4ZhX1xUxN7IxSX21hCRwywUQ2UxN+ueLm0rYXWeryaLheRLdgGDEULj48CXRKwJfQIUH07UA== root@sdnvpn-12-1\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.36s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.8,24,fe80::f816:3eff:fe7a:8c18/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.8 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000091\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-1\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=3.01 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:7A:8C:18 \n inet addr:10.10.10.8 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe7a:8c18/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7609 (7.4 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-1 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 0.990777] EXT4-fs (vda1): re-mounted. Opts: data=ordered\n[ 1.111997] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.111999] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.112001] usb 1-1: Product: QEMU USB Tablet\n[ 1.112002] usb 1-1: Manufacturer: QEMU\n[ 1.112003] usb 1-1: SerialNumber: 42\n[ 1.480928] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 1.480947] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\n[ 2.817458] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.857095] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:57:36 cirros kern.info kernel: [ 0.773531] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 13 12:57:36 cirros kern.info kernel: [ 0.788060] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 13 12:57:36 cirros kern.info kernel: [ 0.788061] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 13 12:57:36 cirros kern.info kernel: [ 0.789850] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 13 12:57:36 cirros kern.info kernel: [ 0.793030] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 13 12:57:36 cirros kern.info kernel: [ 0.795182] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 13 12:57:36 cirros kern.info kernel: [ 0.819685] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:57:36 cirros kern.info kernel: [ 0.821003] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:57:36 cirros kern.notice kernel: [ 0.822983] random: blkid urandom read with 2 bits of entropy available\nAug 13 12:57:36 cirros kern.info kernel: [ 0.824804] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:57:36 cirros kern.info kernel: [ 0.900763] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:57:36 cirros kern.info kernel: [ 0.952740] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:57:36 cirros kern.info kernel: [ 0.982112] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:57:36 cirros kern.info kernel: [ 0.990777] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:57:36 cirros kern.info kernel: [ 1.111997] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:57:36 cirros kern.info kernel: [ 1.111999] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:57:36 cirros kern.info kernel: [ 1.112001] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:57:36 cirros kern.info kernel: [ 1.112002] usb 1-1: Manufacturer: QEMU\nAug 13 12:57:36 cirros kern.info kernel: [ 1.112003] usb 1-1: SerialNumber: 42\nAug 13 12:57:37 cirros kern.info kernel: [ 1.480928] tsc: Refined TSC clocksource calibration: 3491.850 MHz\nAug 13 12:57:37 cirros kern.info kernel: [ 1.480947] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nAug 13 12:57:38 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:57:38 cirros authpriv.info dropbear[341]: Running in background\nAug 13 12:57:38 cirros kern.info kernel: [ 2.817458] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:57:38 cirros kern.info kernel: [ 2.857095] 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-08-13 11:58:25,206 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-17a69117-34fb-4d67-b8f1-cd7027e72033 2018-08-13 11:58:27,240 - sdnvpn_test_utils - INFO - Waiting for instance 082c5e9b-a51a-49f3-8978-e9471cfb6e30 to boot up 2018-08-13 11:58:27,244 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}898b2ae17ffd73310a272b9e856bcd9716aa2726" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 11:58:27,311 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 11:58:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-82af0d1b-75a5-468a-874c-32b1b5046c23 x-compute-request-id: req-82af0d1b-75a5-468a-874c-32b1b5046c23 Content-Encoding: gzip Content-Length: 11162 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved\n[ 0.000000] NX (Execute Disable) protection: active\n[ 0.000000] SMBIOS 2.8 present.\n[ 0.000000] Hypervisor detected: KVM\n[ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000\n[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT \n[ 0.000000] found SMP MP-table at [mem 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\n[ 0.000000] Scanning 1 areas for low memory corruption\n[ 0.000000] Using GB pages for direct mapping\n[ 0.000000] RAMDISK: [mem 0x1fb16000-0x1ffcbfff]\n[ 0.000000] ACPI: Early table checksum verification disabled\n[ 0.000000] ACPI: RSDP 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000001FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000001FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000001FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000001FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000001FFE14FF 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)\n[ 0.000000] No NUMA configuration found\n[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdbfff]\n[ 0.000000] NODE_DATA(0) allocated [mem 0x1ffd7000-0x1ffdbfff]\n[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00\n[ 0.000000] kvm-clock: cpu 0, msr 0:1ffd3001, primary cpu clock\n[ 0.000000] kvm-clock: using sched offset of 478254692 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns\n[ 0.000000] Zone ranges:\n[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]\n[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff]\n[ 0.000000] Normal empty\n[ 0.000000] Device empty\n[ 0.000000] Movable zone start for each node\n[ 0.000000] Early memory node ranges\n[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]\n[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff]\n[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff]\n[ 0.000000] ACPI: PM-Timer IO Port: 0x608\n[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])\n[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)\n[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)\n[ 0.000000] Using ACPI (MADT) for SMP configuration information\n[ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs\n[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]\n[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]\n[ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices\n[ 0.000000] Booting paravirtualized kernel on KVM\n[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns\n[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1\n[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152\n[ 0.000000] KVM setup async PF for cpu 0\n[ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940\n[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)\n[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869\n[ 0.000000] Policy zone: DMA32\n[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved)\n[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1\n[ 0.000000] Hierarchical RCU implementation.\n[ 0.000000] \tBuild-time adjustment of leaf fanout to 64.\n[ 0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.\n[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1\n[ 0.000000] NR_IRQS:16640 nr_irqs:256 16\n[ 0.000000] Console: colour VGA+ 80x25\n[ 0.000000] console [tty1] enabled\n[ 0.000000] console [ttyS0] enabled\n[ 0.000000] tsc: Detected 3491.912 MHz processor\n[ 0.136286] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.137956] pid_max: default: 32768 minimum: 301\n[ 0.138860] ACPI: Core revision 20150930\n[ 0.140240] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.141557] Security Framework initialized\n[ 0.142388] Yama: becoming mindful.\n[ 0.143127] AppArmor: AppArmor initialized\n[ 0.143993] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.145329] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.146602] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.147816] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.149240] Initializing cgroup subsys io\n[ 0.150057] Initializing cgroup subsys memory\n[ 0.150918] Initializing cgroup subsys devices\n[ 0.151798] Initializing cgroup subsys freezer\n[ 0.152679] Initializing cgroup subsys net_cls\n[ 0.153542] Initializing cgroup subsys perf_event\n[ 0.154454] Initializing cgroup subsys net_prio\n[ 0.155350] Initializing cgroup subsys hugetlb\n[ 0.156221] Initializing cgroup subsys pids\n[ 0.157095] CPU: Physical Processor ID: 0\n[ 0.158589] mce: CPU supports 10 MCE banks\n[ 0.159451] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.160453] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.174903] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.180937] ftrace: allocating 31920 entries in 125 pages\n[ 0.205913] smpboot: Max logical packages: 1\n[ 0.206763] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.208117] x2apic enabled\n[ 0.208923] Switched APIC routing to physical x2apic.\n[ 0.210642] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.211760] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.213770] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.215553] KVM setup paravirtual spinlock\n[ 0.216921] x86: Booted up 1 node, 1 CPUs\n[ 0.217733] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.219120] devtmpfs: initialized\n[ 0.220839] evm: security.selinux\n[ 0.221537] evm: security.SMACK64\n[ 0.222231] evm: security.SMACK64EXEC\n[ 0.222995] evm: security.SMACK64TRANSMUTE\n[ 0.223803] evm: security.SMACK64MMAP\n[ 0.224547] evm: security.ima\n[ 0.225195] evm: security.capability\n[ 0.226012] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.227870] pinctrl core: initialized pinctrl subsystem\n[ 0.228979] RTC time: 11:57:25, date: 08/13/18\n[ 0.229945] NET: Registered protocol family 16\n[ 0.230933] cpuidle: using governor ladder\n[ 0.231753] cpuidle: using governor menu\n[ 0.232540] PCCT header not found.\n[ 0.233310] ACPI: bus type PCI registered\n[ 0.234116] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.235371] PCI: Using configuration type 1 for base access\n[ 0.237154] ACPI: Added _OSI(Module Device)\n[ 0.238003] ACPI: Added _OSI(Processor Device)\n[ 0.238863] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.239760] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.241501] ACPI: Interpreter enabled\n[ 0.242277] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.244140] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.245979] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.247829] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.249677] ACPI: (supports S0 S5)\n[ 0.250379] ACPI: Using IOAPIC for interrupt routing\n[ 0.251324] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.254440] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.255587] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.256826] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.258025] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.260253] acpiphp: Slot [3] registered\n[ 0.261056] acpiphp: Slot [4] registered\n[ 0.261852] acpiphp: Slot [5] registered\n[ 0.262649] acpiphp: Slot [6] registered\n[ 0.263455] acpiphp: Slot [7] registered\n[ 0.264263] acpiphp: Slot [8] registered\n[ 0.265063] acpiphp: Slot [9] registered\n[ 0.265854] acpiphp: Slot [10] registered\n[ 0.266659] acpiphp: Slot [11] registered\n[ 0.267470] acpiphp: Slot [12] registered\n[ 0.268294] acpiphp: Slot [13] registered\n[ 0.269106] acpiphp: Slot [14] registered\n[ 0.269916] acpiphp: Slot [15] registered\n[ 0.280651] acpiphp: Slot [16] registered\n[ 0.281461] acpiphp: Slot [17] registered\n[ 0.282274] acpiphp: Slot [18] registered\n[ 0.283088] acpiphp: Slot [19] registered\n[ 0.283906] acpiphp: Slot [20] registered\n[ 0.284722] acpiphp: Slot [21] registered\n[ 0.285528] acpiphp: Slot [22] registered\n[ 0.286340] acpiphp: Slot [23] registered\n[ 0.287155] acpiphp: Slot [24] registered\n[ 0.287964] acpiphp: Slot [25] registered\n[ 0.288777] acpiphp: Slot [26] registered\n[ 0.289585] acpiphp: Slot [27] registered\n[ 0.290396] acpiphp: Slot [28] registered\n[ 0.291208] acpiphp: Slot [29] registered\n[ 0.292090] acpiphp: Slot [30] registered\n[ 0.292907] acpiphp: Slot [31] registered\n[ 0.293732] PCI host bridge to bus 0000:00\n[ 0.294538] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.295748] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.296961] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.298405] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.299854] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.301323] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.304705] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.306007] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.307231] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.308615] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.312154] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.313765] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.333433] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.335740] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.337177] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.338604] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.340011] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.341295] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.342603] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.343670] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.345241] vgaarb: loaded\n[ 0.345846] vgaarb: bridge control possible 0000:00:02.0\n[ 0.347085] SCSI subsystem initialized\n[ 0.348002] ACPI: bus type USB registered\n[ 0.348838] usbcore: registered new interface driver usbfs\n[ 0.349871] usbcore: registered new interface driver hub\n[ 0.350881] usbcore: registered new device driver usb\n[ 0.351993] PCI: Using ACPI for IRQ routing\n[ 0.353110] NetLabel: Initializing\n[ 0.353847] NetLabel: domain hash size = 128\n[ 0.354700] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.355667] NetLabel: unlabeled traffic allowed by default\n[ 0.356828] clocksource: Switched to clocksource kvm-clock\n[ 0.365123] AppArmor: AppArmor Filesystem Enabled\n[ 0.366099] pnp: PnP ACPI init\n[ 0.367042] pnp: PnP ACPI: found 5 devices\n[ 0.373354] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.375087] NET: Registered protocol family 2\n[ 0.376138] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.377429] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.378639] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.379834] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.380923] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.382109] NET: Registered protocol family 1\n[ 0.382993] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.384104] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.385188] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.399319] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.413484] Trying to unpack rootfs image as initramfs...\n[ 0.469838] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.471478] Scanning for low memory corruption every 60 seconds\n[ 0.472861] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.474024] audit: initializing netlink subsys (disabled)\n[ 0.475075] audit: type=2000 audit(1534161446.543:1): initialized\n[ 0.476415] Initialise system trusted keyring\n[ 0.477378] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.478543] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.480665] zbud: loaded\n[ 0.481405] VFS: Disk quotas dquot_6.6.0\n[ 0.482233] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.483844] fuse init (API version 7.23)\n[ 0.484748] Key type big_key registered\n[ 0.485554] Allocating IMA MOK and blacklist keyrings.\n[ 0.486810] Key type asymmetric registered\n[ 0.487637] Asymmetric key parser 'x509' registered\n[ 0.488592] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.490070] io scheduler noop registered\n[ 0.490868] io scheduler deadline registered (default)\n[ 0.491862] io scheduler cfq registered\n[ 0.492712] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.493764] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.495049] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.496496] ACPI: Power Button [PWRF]\n[ 0.497359] GHES: HEST is not enabled!\n[ 0.511031] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.538758] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.540879] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.564686] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.566992] Linux agpgart interface v0.103\n[ 0.569649] brd: module loaded\n[ 0.571344] loop: module loaded\n[ 0.575242] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.576744] GPT:90111 != 2097151\n[ 0.577431] GPT:Alternate GPT header not at the end of the disk.\n[ 0.578542] GPT:90111 != 2097151\n[ 0.579320] GPT: Use GNU Parted to correct GPT errors.\n[ 0.580304] vda: vda1 vda15\n[ 0.581540] scsi host0: ata_piix\n[ 0.584554] scsi host1: ata_piix\n[ 0.585347] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.586594] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.588227] libphy: Fixed MDIO Bus: probed\n[ 0.589064] tun: Universal TUN/TAP device driver, 1.6\n[ 0.590033] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.592591] PPP generic driver version 2.4.2\n[ 0.593547] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.594780] ehci-pci: EHCI PCI platform driver\n[ 0.595670] ehci-platform: EHCI generic platform driver\n[ 0.596686] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.597843] ohci-pci: OHCI PCI platform driver\n[ 0.598731] ohci-platform: OHCI generic platform driver\n[ 0.599744] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.614013] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.615054] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.616537] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.617566] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.618740] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.620001] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.621447] usb usb1: Product: UHCI Host Controller\n[ 0.622394] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.623559] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.624565] hub 1-0:1.0: USB hub found\n[ 0.625373] hub 1-0:1.0: 2 ports detected\n[ 0.626357] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.628516] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.629496] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.630563] mousedev: PS/2 mouse device common for all mice\n[ 0.632144] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.634052] rtc_cmos 00:00: RTC can wake from S4\n[ 0.635194] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.636409] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.637619] i2c /dev entries driver\n[ 0.638409] device-mapper: uevent: version 1.0.3\n[ 0.639377] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.641027] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.642479] NET: Registered protocol family 10\n[ 0.643637] NET: Registered protocol family 17\n[ 0.644540] Key type dns_resolver registered\n[ 0.645568] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.646711] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.648528] registered taskstats version 1\n[ 0.649387] Loading compiled-in X.509 certificates\n[ 0.650896] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.652788] zswap: loaded using pool lzo/zbud\n[ 0.654468] Key type trusted registered\n[ 0.656246] Key type encrypted registered\n[ 0.657087] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.658135] ima: No TPM chip found, activating TPM-bypass!\n[ 0.659189] evm: HMAC attrs: 0x1\n[ 0.660158] Magic number: 14:596:984\n[ 0.661064] rtc_cmos 00:00: setting system clock to 2018-08-13 11:57:26 UTC (1534161446)\n[ 0.662704] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.663822] EDD information not available.\n[ 0.746177] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.757961] Write protecting the kernel read-only data: 14336k\n[ 0.760114] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.761977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.59\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\n[ 0.806495] random: blkid urandom read with 2 bits 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.72\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.10...\nLease of 10.10.10.10 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nchecking http://169.254.169.254/2009-04-04/instance-id\nsuccessful after 1/20 tries: up 0.80. iid=i-00000090\nfailed to get http://169.254.169.254/2009-04-04/meta-data/public-keys\nwarning: no ec2 metadata for public-keys\nfailed to get http://169.254.169.254/2009-04-04/user-data\nwarning: no ec2 metadata for user-data\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=2078687,end=2097119\n/run/cirros/datasource/data/user-data was not '#!' or executable\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.912 MHz\nCores/Sockets/Threads: 1/1/1\nVirt-type: \nRAM Size: 488MB\nDisks:\nNAME MAJ:MIN SIZE LABEL MOUNTPOINT\nvda 253:0 1073741824 \nvda1 253:1 1064287744 cirros-rootfs /\nvda15 253:15 8388608 \n=== sshd host keys ===\n-----BEGIN SSH HOST KEY KEYS-----\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDZ3sqlpMzQbSfaOZE0UXde8SWluFJXZS62J4tKJIqcfnjN6mBLxeu4QuuR8I2BZVgKRpk+cXyte95MklmOZchE0YuVsDTw3w9KW4dUZJtLdahndNhMnJQ1cD0zh44mohQ0acH8IhvIfjl9nyNXd+ngtr7q9akGae97cQhuBFaYVGacWyNCszA415YRk+xhj2KmbAm2z9PysJTD5NOAeqcPsH5RIMhqnPXKr826mTuBrVLgU8HTQbDJi9Ii0xqZbA6I5i9NvdSwIsFzY5w7GhnjJSMWHGAXjkUPWArITQdFEu8UGnOnyyt5FcbewS+GKk3H1CauZGq3Dzpg8zhNH1s1 root@sdnvpn-12-2\nssh-dss AAAAB3NzaC1kc3MAAACBALiOQPMhj7JrUcwWs5Oo30U+juVOVeLlyHRWiC2kgNoBNyG0BSKJdK4hR3afvF6b5PaU+zbfhwqslSvBNRbvFPZMEo40SfKPT5px2mnAuC17zEFoThvBXOmj7XRqYWIjOxouUlDfE+rkPdOxZktTtVF/JzoN+nnFdMXOkgrlUNdxAAAAFQDkwz6uDCpTHbscINd2+wOcK9mFWwAAAIAEJNSMr2/Aob4CcxzqA9HZomONlPWUeAiucF7UFjGkuDa6YL/Pb5vgn8yf/MR9aZTaeh9yUHQqe+Hn00UMCFnTV+oG1W8692MD8ORBgUdA2KM0N0P1guEydizGd3/5YTfUKWlg8BLYZXZX3Pe8uZNOKthhYgJYDpdp2CuBIimz6QAAAIA/kBLN8+X6Lj06+IJxo8WVfVUbE/DXF8YWXi0I9Nu3vVmyWi6wPtwXPh63dw+zR/89FDo5HybRKtUCfJZdsrIhP7Zz94/zcmPDYDHajLrgkq92kXUuhv6wUG8JRR4T4pV6NTyrF8guKkpM3M7qDIsyZTrkelieSkywlX7kqp0gEg== root@sdnvpn-12-2\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.34s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,10.10.10.10,24,fe80::f816:3eff:fefd:72aa/64,\nip-route:default via 10.10.10.1 dev eth0 \nip-route:10.10.10.0/24 dev eth0 src 10.10.10.10 \nip-route:169.254.169.254 via 10.10.10.2 dev eth0 \nip-route6:fe80::/64 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\nip-route6:ff00::/8 dev eth0 metric 256 \nip-route6:unreachable default dev lo metric -1 error -101\n=== datasource: ec2 net ===\ninstance-id: i-00000090\nname: N/A\navailability-zone: nova\nlocal-hostname: sdnvpn-12-2\nlaunch-index: 0\n=== cirros: current=0.4.0 uptime=2.63 ===\n=== pinging gateway failed, debugging connection ===\n############ debug start ##############\n### /etc/init.d/sshd start\nTop of dropbear init script\nStarting dropbear sshd: remove-dropbear-host-keys already run per instance\nFAIL\n### ifconfig -a\neth0 Link encap:Ethernet HWaddr FA:16:3E:FD:72:AA \n inet addr:10.10.10.10 Bcast:10.10.10.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fefd:72aa/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:67 errors:0 dropped:0 overruns:0 frame:0\n TX packets:101 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:7401 (7.2 KiB) TX bytes:9095 (8.8 KiB)\n\nlo Link encap:Local Loopback \n inet addr:127.0.0.1 Mask:255.0.0.0\n inet6 addr: ::1/128 Scope:Host\n UP LOOPBACK RUNNING MTU:65536 Metric:1\n RX packets:2 errors:0 dropped:0 overruns:0 frame:0\n TX packets:2 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1 \n RX bytes:211 (211.0 B) TX bytes:211 (211.0 B)\n\n### route -n\nKernel IP routing table\nDestination Gateway Genmask Flags Metric Ref Use Iface\n0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0\n10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0\n169.254.169.254 10.10.10.2 255.255.255.255 UGH 0 0 0 eth0\n### cat /etc/resolv.conf\nsearch openstacklocal\nnameserver 8.8.8.8\nnameserver 8.8.4.4\n### ping -c 5 10.10.10.1\nPING 10.10.10.1 (10.10.10.1): 56 data bytes\n\n--- 10.10.10.1 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### pinging nameservers\n#### ping -c 5 8.8.8.8\nPING 8.8.8.8 (8.8.8.8): 56 data bytes\n\n--- 8.8.8.8 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n#### ping -c 5 8.8.4.4\nPING 8.8.4.4 (8.8.4.4): 56 data bytes\n\n--- 8.8.4.4 ping statistics ---\n5 packets transmitted, 0 packets received, 100% packet loss\n### uname -a\nLinux sdnvpn-12-2 4.4.0-28-generic #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 x86_64 GNU/Linux\n### lsmod\nModule Size Used by Not tainted\nnls_iso8859_1 16384 0 \nisofs 40960 0 \nip_tables 24576 0 \nx_tables 36864 1 ip_tables\npcnet32 45056 0 \n8139cp 28672 0 \nmii 16384 2 pcnet32,8139cp\nne2k_pci 16384 0 \n8390 20480 1 ne2k_pci\ne1000 135168 0 \nvirtio_scsi 20480 0 \n### dmesg | tail\n[ 0.936846] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.098540] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.098542] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.098543] usb 1-1: Product: QEMU USB Tablet\n[ 1.098544] usb 1-1: Manufacturer: QEMU\n[ 1.098545] usb 1-1: SerialNumber: 42\n[ 1.468898] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 1.468903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\n[ 2.457096] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\n[ 2.492252] EXT4-fs (vda1): resized filesystem to 1039340\n### tail -n 25 /var/log/messages\nAug 13 12:57:26 cirros kern.info kernel: [ 0.761977] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\nAug 13 12:57:26 cirros kern.info kernel: [ 0.774076] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI\nAug 13 12:57:26 cirros kern.info kernel: [ 0.774078] e1000: Copyright (c) 1999-2006 Intel Corporation.\nAug 13 12:57:26 cirros kern.info kernel: [ 0.775794] ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker\nAug 13 12:57:26 cirros kern.info kernel: [ 0.778902] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de\nAug 13 12:57:26 cirros kern.info kernel: [ 0.780982] ip_tables: (C) 2000-2006 Netfilter Core Team\nAug 13 12:57:26 cirros kern.info kernel: [ 0.804121] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:57:26 cirros kern.info kernel: [ 0.804959] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:57:26 cirros kern.notice kernel: [ 0.806495] random: blkid urandom read with 2 bits of entropy available\nAug 13 12:57:26 cirros kern.info kernel: [ 0.808176] EXT4-fs (vda1): mounting ext3 file system using the ext4 subsystem\nAug 13 12:57:26 cirros kern.info kernel: [ 0.811972] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)\nAug 13 12:57:26 cirros kern.info kernel: [ 0.884110] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:57:26 cirros kern.info kernel: [ 0.891677] EXT4-fs (vda1): re-mounted. Opts: data=ordered\nAug 13 12:57:26 cirros kern.info kernel: [ 0.936846] usb 1-1: new full-speed USB device number 2 using uhci_hcd\nAug 13 12:57:26 cirros kern.info kernel: [ 1.098540] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\nAug 13 12:57:26 cirros kern.info kernel: [ 1.098542] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\nAug 13 12:57:26 cirros kern.info kernel: [ 1.098543] usb 1-1: Product: QEMU USB Tablet\nAug 13 12:57:26 cirros kern.info kernel: [ 1.098544] usb 1-1: Manufacturer: QEMU\nAug 13 12:57:26 cirros kern.info kernel: [ 1.098545] usb 1-1: SerialNumber: 42\nAug 13 12:57:27 cirros kern.info kernel: [ 1.468898] tsc: Refined TSC clocksource calibration: 3491.849 MHz\nAug 13 12:57:27 cirros kern.info kernel: [ 1.468903] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nAug 13 12:57:27 cirros auth.notice su: + /dev/console root:cirros\nAug 13 12:57:28 cirros authpriv.info dropbear[340]: Running in background\nAug 13 12:57:28 cirros kern.info kernel: [ 2.457096] EXT4-fs (vda1): resizing filesystem from 32768 to 1039340 blocks\nAug 13 12:57:28 cirros kern.info kernel: [ 2.492252] 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-08-13 11:58:27,312 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30/action used request id req-82af0d1b-75a5-468a-874c-32b1b5046c23 2018-08-13 11:58:29,347 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest 2018-08-13 11:58:59,355 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-13 11:58:59,357 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-13 11:58:59,358 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-13 11:58:59,365 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-13 11:58:59,392 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-13 11:58:59,393 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-13 11:58:59,395 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-13 11:58:59,395 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-13 11:58:59,395 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-13 11:58:59,436 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-13 11:58:59,456 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-13 11:58:59,465 - paramiko.transport - DEBUG - [chan 7] Max packet in: 32768 bytes 2018-08-13 11:58:59,466 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-13 11:58:59,467 - paramiko.transport - DEBUG - [chan 7] Max packet out: 32768 bytes 2018-08-13 11:58:59,467 - paramiko.transport - DEBUG - Secsh channel 7 opened. 2018-08-13 11:58:59,473 - paramiko.transport - DEBUG - [chan 7] Sesch channel 7 request ok 2018-08-13 11:58:59,494 - paramiko.transport - DEBUG - [chan 7] EOF received (7) 2018-08-13 11:58:59,496 - paramiko.transport - DEBUG - [chan 8] Max packet in: 32768 bytes 2018-08-13 11:58:59,496 - paramiko.transport - DEBUG - [chan 7] EOF sent (7) 2018-08-13 11:58:59,497 - paramiko.transport - DEBUG - [chan 8] Max packet out: 32768 bytes 2018-08-13 11:58:59,497 - paramiko.transport - DEBUG - Secsh channel 8 opened. 2018-08-13 11:58:59,537 - paramiko.transport - DEBUG - [chan 8] Sesch channel 8 request ok 2018-08-13 11:58:59,554 - paramiko.transport - DEBUG - [chan 8] EOF received (8) 2018-08-13 11:58:59,557 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-13 11:58:59,558 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-13 11:58:59,558 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-13 11:58:59,559 - paramiko.transport - DEBUG - [chan 8] EOF sent (8) 2018-08-13 11:58:59,560 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-13 11:58:59,579 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-13 11:58:59,580 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-13 11:58:59,581 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-13 11:58:59,581 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-13 11:58:59,582 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-13 11:58:59,622 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-13 11:58:59,640 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-13 11:58:59,641 - paramiko.transport - DEBUG - [chan 9] Max packet in: 32768 bytes 2018-08-13 11:58:59,642 - paramiko.transport - DEBUG - [chan 9] Max packet out: 32768 bytes 2018-08-13 11:58:59,643 - paramiko.transport - DEBUG - Secsh channel 9 opened. 2018-08-13 11:58:59,643 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-13 11:58:59,645 - paramiko.transport - DEBUG - [chan 9] Sesch channel 9 request ok 2018-08-13 11:58:59,662 - paramiko.transport - DEBUG - [chan 9] EOF received (9) 2018-08-13 11:58:59,663 - paramiko.transport - DEBUG - [chan 10] Max packet in: 32768 bytes 2018-08-13 11:58:59,663 - paramiko.transport - DEBUG - [chan 9] EOF sent (9) 2018-08-13 11:58:59,664 - paramiko.transport - DEBUG - [chan 10] Max packet out: 32768 bytes 2018-08-13 11:58:59,664 - paramiko.transport - DEBUG - Secsh channel 10 opened. 2018-08-13 11:58:59,706 - paramiko.transport - DEBUG - [chan 10] Sesch channel 10 request ok 2018-08-13 11:58:59,722 - paramiko.transport - DEBUG - [chan 10] EOF received (10) 2018-08-13 11:58:59,722 - sdnvpn-results - INFO - Check if new flows and groups were added to OVS 2018-08-13 11:58:59,723 - paramiko.transport - DEBUG - [chan 10] EOF sent (10) 2018-08-13 11:58:59,723 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-13 11:58:59,724 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-13 11:58:59,724 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-13 11:58:59,726 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-13 11:58:59,745 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-13 11:58:59,746 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-08-13 11:58:59,746 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-13 11:58:59,747 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-08-13 11:58:59,747 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-08-13 11:58:59,788 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-08-13 11:58:59,859 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-08-13 11:58:59,860 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-08-13 11:59:29,890 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-08-13 11:59:29,891 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-08-13 11:59:29,892 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-08-13 11:59:29,894 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-08-13 11:59:29,973 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-08-13 11:59:29,974 - paramiko.transport - DEBUG - [chan 11] Max packet in: 32768 bytes 2018-08-13 11:59:29,975 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-08-13 11:59:29,976 - paramiko.transport - DEBUG - [chan 11] Max packet out: 32768 bytes 2018-08-13 11:59:29,976 - paramiko.transport - DEBUG - Secsh channel 11 opened. 2018-08-13 11:59:29,979 - paramiko.transport - DEBUG - [chan 11] Sesch channel 11 request ok 2018-08-13 11:59:30,047 - paramiko.transport - DEBUG - [chan 11] EOF received (11) 2018-08-13 11:59:30,047 - paramiko.transport - DEBUG - [chan 11] EOF sent (11) 2018-08-13 12:00:00,048 - paramiko.transport - DEBUG - [chan 12] Max packet in: 32768 bytes 2018-08-13 12:00:00,050 - paramiko.transport - DEBUG - [chan 12] Max packet out: 32768 bytes 2018-08-13 12:00:00,050 - paramiko.transport - DEBUG - Secsh channel 12 opened. 2018-08-13 12:00:00,052 - paramiko.transport - DEBUG - [chan 12] Sesch channel 12 request ok 2018-08-13 12:00:00,122 - paramiko.transport - DEBUG - [chan 12] EOF received (12) 2018-08-13 12:00:00,123 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 1 2018-08-13 12:00:00,124 - paramiko.transport - DEBUG - [chan 12] EOF sent (12) 2018-08-13 12:00:30,129 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-08-13 12:00:30,130 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-08-13 12:00:30,130 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-08-13 12:00:30,135 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-08-13 12:00:30,160 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-08-13 12:00:30,163 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-08-13 12:00:30,164 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-08-13 12:00:30,165 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-08-13 12:00:30,165 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-08-13 12:00:30,206 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-08-13 12:00:30,229 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-08-13 12:00:30,235 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-08-13 12:00:30,236 - paramiko.transport - DEBUG - [chan 13] Max packet in: 32768 bytes 2018-08-13 12:00:30,237 - paramiko.transport - DEBUG - [chan 13] Max packet out: 32768 bytes 2018-08-13 12:00:30,237 - paramiko.transport - DEBUG - Secsh channel 13 opened. 2018-08-13 12:00:30,240 - paramiko.transport - DEBUG - [chan 13] Sesch channel 13 request ok 2018-08-13 12:00:30,261 - paramiko.transport - DEBUG - [chan 13] EOF received (13) 2018-08-13 12:00:30,262 - paramiko.transport - DEBUG - [chan 14] Max packet in: 32768 bytes 2018-08-13 12:00:30,263 - paramiko.transport - DEBUG - [chan 13] EOF sent (13) 2018-08-13 12:00:30,264 - paramiko.transport - DEBUG - [chan 14] Max packet out: 32768 bytes 2018-08-13 12:00:30,264 - paramiko.transport - DEBUG - Secsh channel 14 opened. 2018-08-13 12:00:30,305 - paramiko.transport - DEBUG - [chan 14] Sesch channel 14 request ok 2018-08-13 12:00:30,323 - paramiko.transport - DEBUG - [chan 14] EOF received (14) 2018-08-13 12:00:30,326 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-08-13 12:00:30,327 - paramiko.transport - DEBUG - [chan 14] EOF sent (14) 2018-08-13 12:00:30,328 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-08-13 12:00:30,328 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-08-13 12:00:30,330 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-08-13 12:00:30,350 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-08-13 12:00:30,351 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-08-13 12:00:30,352 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-08-13 12:00:30,352 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-08-13 12:00:30,353 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-08-13 12:00:30,393 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-08-13 12:00:30,414 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-08-13 12:00:30,415 - paramiko.transport - DEBUG - [chan 15] Max packet in: 32768 bytes 2018-08-13 12:00:30,415 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-08-13 12:00:30,416 - paramiko.transport - DEBUG - [chan 15] Max packet out: 32768 bytes 2018-08-13 12:00:30,417 - paramiko.transport - DEBUG - Secsh channel 15 opened. 2018-08-13 12:00:30,419 - paramiko.transport - DEBUG - [chan 15] Sesch channel 15 request ok 2018-08-13 12:00:30,438 - paramiko.transport - DEBUG - [chan 15] EOF received (15) 2018-08-13 12:00:30,439 - paramiko.transport - DEBUG - [chan 15] EOF sent (15) 2018-08-13 12:00:30,439 - paramiko.transport - DEBUG - [chan 16] Max packet in: 32768 bytes 2018-08-13 12:00:30,479 - paramiko.transport - DEBUG - [chan 16] Max packet out: 32768 bytes 2018-08-13 12:00:30,480 - paramiko.transport - DEBUG - Secsh channel 16 opened. 2018-08-13 12:00:30,505 - paramiko.transport - DEBUG - [chan 16] Sesch channel 16 request ok 2018-08-13 12:00:30,526 - paramiko.transport - DEBUG - [chan 16] EOF received (16) 2018-08-13 12:00:30,527 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by del/set controller. 2018-08-13 12:00:30,528 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-08-13 12:00:30,528 - paramiko.transport - DEBUG - [chan 16] EOF sent (16) 2018-08-13 12:00:30,530 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-08-13 12:00:30,530 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-08-13 12:00:30,534 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-08-13 12:00:30,559 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-08-13 12:00:30,560 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-08-13 12:01:00,561 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-08-13 12:01:00,562 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-08-13 12:01:00,563 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-08-13 12:01:00,565 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-08-13 12:01:00,585 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-08-13 12:01:00,586 - paramiko.transport - DEBUG - [chan 17] Max packet in: 32768 bytes 2018-08-13 12:01:00,587 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-08-13 12:01:00,588 - paramiko.transport - DEBUG - [chan 17] Max packet out: 32768 bytes 2018-08-13 12:01:00,588 - paramiko.transport - DEBUG - Secsh channel 17 opened. 2018-08-13 12:01:00,592 - paramiko.transport - DEBUG - [chan 17] Sesch channel 17 request ok 2018-08-13 12:01:00,623 - paramiko.transport - DEBUG - [chan 17] EOF received (17) 2018-08-13 12:01:00,624 - paramiko.transport - DEBUG - [chan 17] EOF sent (17) 2018-08-13 12:01:30,634 - paramiko.transport - DEBUG - [chan 18] Max packet in: 32768 bytes 2018-08-13 12:01:30,635 - paramiko.transport - DEBUG - [chan 18] Max packet out: 32768 bytes 2018-08-13 12:01:30,636 - paramiko.transport - DEBUG - Secsh channel 18 opened. 2018-08-13 12:01:30,640 - paramiko.transport - DEBUG - [chan 18] Sesch channel 18 request ok 2018-08-13 12:01:30,665 - paramiko.transport - DEBUG - [chan 18] EOF received (18) 2018-08-13 12:01:30,666 - sdnvpn.test.functest.testcase_12 - INFO - Wait before subtest resync type 2 2018-08-13 12:01:30,666 - paramiko.transport - DEBUG - [chan 18] EOF sent (18) 2018-08-13 12:02:00,690 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-08-13 12:02:00,692 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-08-13 12:02:00,692 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-08-13 12:02:00,697 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-08-13 12:02:00,722 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-08-13 12:02:00,723 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-08-13 12:02:00,724 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-08-13 12:02:00,725 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-08-13 12:02:00,725 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-08-13 12:02:00,765 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-08-13 12:02:00,784 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-08-13 12:02:00,791 - paramiko.transport - DEBUG - [chan 19] Max packet in: 32768 bytes 2018-08-13 12:02:00,791 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-08-13 12:02:00,792 - paramiko.transport - DEBUG - [chan 19] Max packet out: 32768 bytes 2018-08-13 12:02:00,793 - paramiko.transport - DEBUG - Secsh channel 19 opened. 2018-08-13 12:02:00,795 - paramiko.transport - DEBUG - [chan 19] Sesch channel 19 request ok 2018-08-13 12:02:00,815 - paramiko.transport - DEBUG - [chan 19] EOF received (19) 2018-08-13 12:02:00,816 - paramiko.transport - DEBUG - [chan 20] Max packet in: 32768 bytes 2018-08-13 12:02:00,817 - paramiko.transport - DEBUG - [chan 19] EOF sent (19) 2018-08-13 12:02:00,818 - paramiko.transport - DEBUG - [chan 20] Max packet out: 32768 bytes 2018-08-13 12:02:00,818 - paramiko.transport - DEBUG - Secsh channel 20 opened. 2018-08-13 12:02:00,858 - paramiko.transport - DEBUG - [chan 20] Sesch channel 20 request ok 2018-08-13 12:02:00,876 - paramiko.transport - DEBUG - [chan 20] EOF received (20) 2018-08-13 12:02:00,879 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-08-13 12:02:00,881 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-08-13 12:02:00,881 - paramiko.transport - DEBUG - [chan 20] EOF sent (20) 2018-08-13 12:02:00,881 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-08-13 12:02:00,885 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-08-13 12:02:00,902 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-08-13 12:02:00,903 - paramiko.transport - DEBUG - [chan 23] Max packet in: 32768 bytes 2018-08-13 12:02:00,904 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-08-13 12:02:00,905 - paramiko.transport - DEBUG - [chan 23] Max packet out: 32768 bytes 2018-08-13 12:02:00,905 - paramiko.transport - DEBUG - Secsh channel 23 opened. 2018-08-13 12:02:00,945 - paramiko.transport - DEBUG - [chan 23] Sesch channel 23 request ok 2018-08-13 12:02:00,962 - paramiko.transport - DEBUG - [chan 23] EOF received (23) 2018-08-13 12:02:00,963 - paramiko.transport - DEBUG - [chan 21] Max packet in: 32768 bytes 2018-08-13 12:02:00,964 - paramiko.transport - DEBUG - [chan 21] Max packet out: 32768 bytes 2018-08-13 12:02:00,964 - paramiko.transport - DEBUG - Secsh channel 21 opened. 2018-08-13 12:02:00,965 - paramiko.transport - DEBUG - [chan 23] EOF sent (23) 2018-08-13 12:02:00,968 - paramiko.transport - DEBUG - [chan 21] Sesch channel 21 request ok 2018-08-13 12:02:00,986 - paramiko.transport - DEBUG - [chan 21] EOF received (21) 2018-08-13 12:02:00,987 - paramiko.transport - DEBUG - [chan 22] Max packet in: 32768 bytes 2018-08-13 12:02:00,988 - paramiko.transport - DEBUG - [chan 21] EOF sent (21) 2018-08-13 12:02:00,988 - paramiko.transport - DEBUG - [chan 22] Max packet out: 32768 bytes 2018-08-13 12:02:00,989 - paramiko.transport - DEBUG - Secsh channel 22 opened. 2018-08-13 12:02:01,029 - paramiko.transport - DEBUG - [chan 22] Sesch channel 22 request ok 2018-08-13 12:02:01,045 - paramiko.transport - DEBUG - [chan 22] EOF received (22) 2018-08-13 12:02:01,046 - sdnvpn-results - INFO - Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok 2018-08-13 12:02:01,050 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bfa5c8918eab753b9ae7c53770f3bf1bf41f810" -d '{"forceDelete": null}' 2018-08-13 12:02:01,053 - paramiko.transport - DEBUG - [chan 22] EOF sent (22) 2018-08-13 12:02:01,211 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12: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 x-openstack-request-id: req-eaf2ac3f-36cb-4e4b-a772-1b486ccad836 x-compute-request-id: req-eaf2ac3f-36cb-4e4b-a772-1b486ccad836 Content-Length: 0 Content-Type: application/json 2018-08-13 12:02:01,211 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/4c484c41-2f00-43f0-8764-0c1c0b5fe638/action used request id req-eaf2ac3f-36cb-4e4b-a772-1b486ccad836 2018-08-13 12:02:01,214 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}1bfa5c8918eab753b9ae7c53770f3bf1bf41f810" -d '{"forceDelete": null}' 2018-08-13 12:02:01,433 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12: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 x-openstack-request-id: req-64d1135b-4a18-4eea-8958-8f67bdc43b64 x-compute-request-id: req-64d1135b-4a18-4eea-8958-8f67bdc43b64 Content-Length: 0 Content-Type: application/json 2018-08-13 12:02:01,433 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/082c5e9b-a51a-49f3-8978-e9471cfb6e30/action used request id req-64d1135b-4a18-4eea-8958-8f67bdc43b64 2018-08-13 12:02:01,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/c2810136-f278-4a73-a8c3-5ea2641eee22 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}63d5246be2fc354d244938c23b75ae2063bc67d2" 2018-08-13 12:02:03,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-666807c1-eb33-4253-842c-d251549a4b00 Date: Mon, 13 Aug 2018 12:02:03 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 12:02:03,119 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/c2810136-f278-4a73-a8c3-5ea2641eee22 used request id req-666807c1-eb33-4253-842c-d251549a4b00 2018-08-13 12:02:03,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/f221e6c6-378d-433d-8b35-223800d9b519 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2a5eba537098c4be345fef42fa8712b9052027" 2018-08-13 12:02:04,672 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3191aa97-d598-40b5-b4e9-a111c5b25bb0 Date: Mon, 13 Aug 2018 12:02:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 12:02:04,673 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/f221e6c6-378d-433d-8b35-223800d9b519 used request id req-3191aa97-d598-40b5-b4e9-a111c5b25bb0 2018-08-13 12:02:04,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/ff160316-67fd-4278-b5ac-c0958f0e73f7 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}dd2a5eba537098c4be345fef42fa8712b9052027" 2018-08-13 12:02:06,518 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-c723a3cc-5d7c-4a32-bbb2-b2beba795faa Date: Mon, 13 Aug 2018 12:02:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 12:02:06,518 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/ff160316-67fd-4278-b5ac-c0958f0e73f7 used request id req-c723a3cc-5d7c-4a32-bbb2-b2beba795faa 2018-08-13 12:02:06,518 - 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.| +----------------------------------------------------------------------------------------+ | FAIL | OVS flows are programmed after resync expected flow count 438, actual flow count 384| +========================================================================================+ +----------------------------------------------------------------------------------------+ | FAIL | OVS groups are programmed after resync expected group count 15, actual group count 13| +========================================================================================+ | Check if flows/groups are reprogrammed in OVS after its reconnection by firewall rule for OF port block/unblok| +----------------------------------------------------------------------------------------+ | FAIL | OVS flows are programmed after resync expected flow count 438, actual flow count 384| +========================================================================================+ +----------------------------------------------------------------------------------------+ | FAIL | OVS groups are programmed after resync expected group count 15, actual group count 13| +========================================================================================+ +========================================================================================+ 2018-08-13 12:02:06,519 - sdnvpn-results - INFO - One or more subtests have failed. 2018-08-13 12:02:06,519 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_12 2018-08-13 12:02:06,519 - 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': 'FAIL', 'details': [{'New OVS flows added': 'PASS'}, {'New OVS groups added': 'PASS'}, {'OVS flows are programmed after resync expected flow count 438, actual flow count 384': 'FAIL'}, {'OVS groups are programmed after resync expected group count 15, actual group count 13': 'FAIL'}, {'OVS flows are programmed after resync expected flow count 438, actual flow count 384': 'FAIL'}, {'OVS groups are programmed after resync expected group count 15, actual group count 13': 'FAIL'}]} 2018-08-13 12:02:06,520 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Running 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario' 2018-08-13 12:02:06,520 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - ==================================================================================================== 2018-08-13 12:02:06,520 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Importing the testcase sdnvpn.test.functest.testcase_13 2018-08-13 12:02:06,610 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Calling the testcase sdnvpn.test.functest.testcase_13 main method 2018-08-13 12:02:06,610 - sdnvpn.test.functest.testcase_13 - INFO - Downloading image 2018-08-13 12:02:24,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:02:24,809 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:02:24,810 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:02:24,811 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:02:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:02:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:02:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:02:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:02:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:02:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:02:24,812 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:02:24,816 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:02:24,817 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:02:24,818 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:02:24,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-08-13 12:02:24,820 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:02:24,821 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:02:24,822 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:02:24,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:02:24,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:02:24,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:02:24,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:02:24,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:02:24,823 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:02:24,824 - sdnvpn.lib.openstack_utils - INFO - OS_IMAGE_API_VERSION is set in env as '2' 2018-08-13 12:02:24,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:02:24,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7f75416b-0c52-4fbe-8bdc-c0b16b6f556d Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:02:24,832 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-7f75416b-0c52-4fbe-8bdc-c0b16b6f556d 2018-08-13 12:02:24,833 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:02:25,241 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:02:25.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["0REJ-SgqSKOyNpfhZw24aA"], "issued_at": "2018-08-13T12:02:25.000000Z"}} 2018-08-13 12:02:25,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" 2018-08-13 12:02:25,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 78 Content-Type: application/json X-Openstack-Request-Id: req-6cb2ee5f-7190-45fd-92d9-5fdea886a5d2 Date: Mon, 13 Aug 2018 12:02:25 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 12:02:25,503 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-6cb2ee5f-7190-45fd-92d9-5fdea886a5d2 2018-08-13 12:02:25,504 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-ubuntu' from '/home/opnfv/functest/data/ubuntu-16.04-server-cloudimg-amd64-disk1.img'... 2018-08-13 12:02:25,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" 2018-08-13 12:02:25,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-6ce150d8-0729-4d5c-9c02-6eb7caca937a Date: Mon, 13 Aug 2018 12:02:25 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 12:02:25,515 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-6ce150d8-0729-4d5c-9c02-6eb7caca937a 2018-08-13 12:02:25,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-ubuntu", "visibility": "public"}' 2018-08-13 12:02:25,610 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 639 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-6bcc3f43-41de-43ec-b9d6-26045746d8f5 Date: Mon, 13 Aug 2018 12:02:25 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T12:02:25Z", "file": "/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "size": null, "self": "/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-ubuntu", "checksum": null, "created_at": "2018-08-13T12:02:25Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 12:02:25,610 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-6bcc3f43-41de-43ec-b9d6-26045746d8f5 2018-08-13 12:02:25,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" -d '' 2018-08-13 12:02:33,647 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9ebf77a6-b4a9-4d31-9c0a-c0a5a0eb5e38 Date: Mon, 13 Aug 2018 12:02:33 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 12:02:33,647 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2/file used request id req-9ebf77a6-b4a9-4d31-9c0a-c0a5a0eb5e38 2018-08-13 12:02:33,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:02:33,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:02:33,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:02:33,648 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:02:33,649 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:02:33,650 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:02:33,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:02:33,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:02:33,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:02:33,651 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:02:33,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:02:33,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-45b9ca0e-a345-440a-b042-60a134f4897e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:02:33,660 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-45b9ca0e-a345-440a-b042-60a134f4897e 2018-08-13 12:02:33,660 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:02:34,051 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:02:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["fYTUwk5TQbmrQkunpHGDkg"], "issued_at": "2018-08-13T12:02:33.000000Z"}} 2018-08-13 12:02:34,054 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c01baf1254630bea92350273fe793df1018f6b5" 2018-08-13 12:02:34,368 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-c92edf05-653e-4ab5-bd45-6379646a6baa x-compute-request-id: req-c92edf05-653e-4ab5-bd45-6379646a6baa Content-Encoding: gzip Content-Length: 282 Content-Type: application/json RESP BODY: {"flavors": [{"name": "m1.tiny", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "ram": 512, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 1, "id": "be104096-45d9-4f93-be78-2966d8ab9c2c"}]} 2018-08-13 12:02:34,368 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/detail used request id req-c92edf05-653e-4ab5-bd45-6379646a6baa 2018-08-13 12:02:34,369 - sdnvpn.lib.openstack_utils - INFO - Creating flavor 'm1.custom' with '1024' RAM, '10' disk size, '1' vcpus... 2018-08-13 12:02:34,372 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}9c01baf1254630bea92350273fe793df1018f6b5" -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-08-13 12:02:34,429 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-2be2c9b5-9315-4fc9-b302-020cbe85897a x-compute-request-id: req-2be2c9b5-9315-4fc9-b302-020cbe85897a Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "23444243-0745-43bd-840e-ad3a0a16f564"}} 2018-08-13 12:02:34,429 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-2be2c9b5-9315-4fc9-b302-020cbe85897a 2018-08-13 12:02:34,430 - sdnvpn.lib.openstack_utils - DEBUG - Flavor 'm1.custom' with ID=23444243-0745-43bd-840e-ad3a0a16f564 created successfully. 2018-08-13 12:02:34,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:02:34,437 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3e23a5-1b45-44fd-914e-584e64db8c2e Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:02:34,437 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-db3e23a5-1b45-44fd-914e-584e64db8c2e 2018-08-13 12:02:34,438 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:02:34,830 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:02:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["2oi6jYKgRL2bxTVV2Vbhtw"], "issued_at": "2018-08-13T12:02:34.000000Z"}} 2018-08-13 12:02:34,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:02:35,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10093 X-Openstack-Request-Id: req-02d8c80e-ab8e-444b-9860-d07051c76a95 Date: Mon, 13 Aug 2018 12:02:35 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"55cb255e-aa31-40b9-be41-813e5d51446a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["bec57e0c-47c0-4672-a48d-0b4ea48a7014"],"description":"","tags":[],"updated_at":"2018-08-13T11:54:44Z","provider:segmentation_id":25,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:54:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 12:02:35,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-02d8c80e-ab8e-444b-9860-d07051c76a95 2018-08-13 12:02:35,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:02:35,525 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3763 X-Openstack-Request-Id: req-0c8b2a46-34de-40a2-972d-ebcb73df9f4a Date: Mon, 13 Aug 2018 12:02:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:46Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.11.2","end":"10.10.11.254"}],"gateway_ip":"10.10.11.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.11.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"149bca8e-af59-4676-86fe-b94656d26b46","subnetpool_id":null,"name":"sdnvpn-1-2-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:40:45Z","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":"1dcb5dba3d6d42ea97f37319eab783f3","id":"216fa00f-a428-4a98-97a5-23fa7740d30d","subnetpool_id":null,"name":"sdnvpn-1-1-subnet"},{"service_types":[],"description":"","enable_dhcp":false,"tags":[],"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:41Z","dns_nameservers":[],"updated_at":"2018-08-13T05:37:41Z","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":"6bcb461c2c1f424bb247294430688f67","id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","subnetpool_id":null,"name":"external-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:59Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:29:59Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.1.2","end":"192.168.1.254"}],"gateway_ip":"192.168.1.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.1.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"7032a297-0d02-48a8-878d-a09f30b216fb","subnetpool_id":null,"name":"pns-internal-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"55cb255e-aa31-40b9-be41-813e5d51446a","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:54:44Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T11:54:44Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"gateway_ip":"10.10.10.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"10.10.10.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"bec57e0c-47c0-4672-a48d-0b4ea48a7014","subnetpool_id":null,"name":"sdnvpn-11-1-subnet"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-08-13T06:30:00Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"192.168.2.2","end":"192.168.2.254"}],"gateway_ip":"192.168.2.1","revision_number":0,"ipv6_address_mode":null,"ip_version":4,"host_routes":[],"cidr":"192.168.2.0/24","project_id":"5116394dc2864fe6b3f81cb62352c7de","id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","subnetpool_id":null,"name":"pns-internal-subnet2"}]} 2018-08-13 12:02:35,525 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-0c8b2a46-34de-40a2-972d-ebcb73df9f4a 2018-08-13 12:02:35,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:02:35,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 859 X-Openstack-Request-Id: req-0fa8a203-ef0a-4a4e-b025-21f5d40d2b3e Date: Mon, 13 Aug 2018 12:02:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:45Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:58:42Z", "revision_number": 7, "routes": [], "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "14f29cd2-7377-4608-b206-014a82548dd8", "name": "vmtp-router_a1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "5bd6b4a42c2a4993abfd392c5d82a696", "created_at": "2018-08-13T09:59:35Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T09:59:35Z", "revision_number": 0, "routes": [], "project_id": "5bd6b4a42c2a4993abfd392c5d82a696", "id": "7c1b8f40-c25a-4308-9b23-283bf795d28c", "name": ""}]} 2018-08-13 12:02:35,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/routers used request id req-0fa8a203-ef0a-4a4e-b025-21f5d40d2b3e 2018-08-13 12:02:35,630 - sdnvpn.lib.openstack_utils - INFO - Creating neutron network sdnvpn-13-1-net... 2018-08-13 12:02:35,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"network": {"name": "sdnvpn-13-1-net", "admin_state_up": true}}' 2018-08-13 12:02:35,878 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 647 X-Openstack-Request-Id: req-ed16721a-bf21-43e3-b75e-251590fc7845 Date: Mon, 13 Aug 2018 12:02:35 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T12:02:35Z","is_default":false,"provider:segmentation_id":55,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:35Z","mtu":1450}} 2018-08-13 12:02:35,878 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/networks used request id req-ed16721a-bf21-43e3-b75e-251590fc7845 2018-08-13 12:02:35,878 - sdnvpn.lib.openstack_utils - DEBUG - Network '004320aa-7cb0-4fb4-b2d0-56ac620c8b95' created successfully 2018-08-13 12:02:35,878 - sdnvpn.lib.openstack_utils - DEBUG - Creating Subnet.... 2018-08-13 12:02:35,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/subnets -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"subnets": [{"ip_version": 4, "network_id": "004320aa-7cb0-4fb4-b2d0-56ac620c8b95", "cidr": "10.10.10.0/24", "dns_nameservers": ["8.8.8.8", "8.8.4.4"], "name": "sdnvpn-13-1-subnet"}]}' 2018-08-13 12:02:36,273 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 643 X-Openstack-Request-Id: req-aecd1af9-7584-42b9-b2ce-5c1d911147f1 Date: Mon, 13 Aug 2018 12:02:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:35Z","dns_nameservers":["8.8.8.8","8.8.4.4"],"updated_at":"2018-08-13T12:02:35Z","gateway_ip":"10.10.10.1","ipv6_ra_mode":null,"allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"revision_number":0,"ip_version":4,"ipv6_address_mode":null,"cidr":"10.10.10.0/24","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","id":"19861952-9a51-49c5-9a34-52433b2c6af8","subnetpool_id":null,"name":"sdnvpn-13-1-subnet"}]} 2018-08-13 12:02:36,273 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/subnets used request id req-aecd1af9-7584-42b9-b2ce-5c1d911147f1 2018-08-13 12:02:36,274 - sdnvpn.lib.openstack_utils - DEBUG - Subnet '19861952-9a51-49c5-9a34-52433b2c6af8' created successfully 2018-08-13 12:02:36,274 - sdnvpn.lib.openstack_utils - DEBUG - Creating Router... 2018-08-13 12:02:36,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/routers -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"router": {"name": "sdnvpn-13-1-router", "admin_state_up": true}}' 2018-08-13 12:02:36,382 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 427 X-Openstack-Request-Id: req-c03caa50-636a-457b-9ef9-cffaf1af254d Date: Mon, 13 Aug 2018 12:02:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T12:02:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T12:02:36Z", "revision_number": 0, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "488f7693-f2e7-4682-b11a-8be40a933b2e", "name": "sdnvpn-13-1-router"}} 2018-08-13 12:02:36,382 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/routers used request id req-c03caa50-636a-457b-9ef9-cffaf1af254d 2018-08-13 12:02:36,382 - sdnvpn.lib.openstack_utils - DEBUG - Router '488f7693-f2e7-4682-b11a-8be40a933b2e' created successfully 2018-08-13 12:02:36,382 - sdnvpn.lib.openstack_utils - DEBUG - Adding router to subnet... 2018-08-13 12:02:36,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e/add_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"subnet_id": "19861952-9a51-49c5-9a34-52433b2c6af8"}' 2018-08-13 12:02:38,052 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1aaf6817-1b56-4998-ac38-0a1275635d99 Date: Mon, 13 Aug 2018 12:02:38 GMT RESP BODY: {"network_id": "004320aa-7cb0-4fb4-b2d0-56ac620c8b95", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "19861952-9a51-49c5-9a34-52433b2c6af8", "subnet_ids": ["19861952-9a51-49c5-9a34-52433b2c6af8"], "port_id": "1f78674a-999a-4f72-a786-5fb271229b9b", "id": "488f7693-f2e7-4682-b11a-8be40a933b2e"} 2018-08-13 12:02:38,053 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e/add_router_interface used request id req-1aaf6817-1b56-4998-ac38-0a1275635d99 2018-08-13 12:02:38,053 - sdnvpn.lib.openstack_utils - DEBUG - Interface added successfully. 2018-08-13 12:02:38,053 - sdnvpn.lib.openstack_utils - DEBUG - Adding gateway to router... 2018-08-13 12:02:38,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/networks -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:02:38,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10754 X-Openstack-Request-Id: req-7e2da97f-e4d7-4ef5-adda-51160a1f8459 Date: Mon, 13 Aug 2018 12:02:38 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["19861952-9a51-49c5-9a34-52433b2c6af8"],"description":"","tags":[],"updated_at":"2018-08-13T12:02:35Z","provider:segmentation_id":55,"name":"sdnvpn-13-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:35Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["216fa00f-a428-4a98-97a5-23fa7740d30d"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:45Z","provider:segmentation_id":6,"name":"sdnvpn-1-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0f52488e-fa4b-4234-9d82-0a765800fef5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:31Z","provider:segmentation_id":57,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:31Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"3c0ee642-e04c-42e2-9905-402562238f37","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["7032a297-0d02-48a8-878d-a09f30b216fb"],"description":"","tags":[],"updated_at":"2018-08-13T06:29:59Z","provider:segmentation_id":1,"name":"pns-internal-net_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:29:58Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"443aff2d-e274-4012-8345-6a78b58ef7f9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:04Z","provider:segmentation_id":30,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:04Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"55cb255e-aa31-40b9-be41-813e5d51446a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["bec57e0c-47c0-4672-a48d-0b4ea48a7014"],"description":"","tags":[],"updated_at":"2018-08-13T11:54:44Z","provider:segmentation_id":25,"name":"sdnvpn-11-1-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:54:44Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"610e9104-7df7-4b5a-9492-965806ba807d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:50Z","provider:segmentation_id":35,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:49Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"8796fccd-8b13-4235-9a19-2e128d43a69d","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"6bcb461c2c1f424bb247294430688f67","status":"ACTIVE","subnets":["5544ebda-956f-43cd-b1c7-79b49e0c26ec"],"description":"","tags":[],"updated_at":"2018-08-13T05:53:11Z","is_default":true,"provider:segmentation_id":null,"name":"external","admin_state_up":true,"tenant_id":"6bcb461c2c1f424bb247294430688f67","created_at":"2018-08-13T05:37:37Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"8a012d2a-d10e-4304-86c6-973f121fdd0d","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:34Z","provider:segmentation_id":68,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:34Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"a960aef5-e63f-4906-bee1-625c48724cfe","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:57Z","provider:segmentation_id":93,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:57Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"b5b6e8bf-864f-4a56-948e-8253de711ebb","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:26Z","provider:segmentation_id":84,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:26Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c0d1d4bf-4d50-4fe3-9ebf-c415352ee264","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:20:59Z","provider:segmentation_id":102,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:20:59Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"d81a9c32-d94c-40a6-8631-cece6463d2ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:37Z","provider:segmentation_id":95,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:37Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","subnets":["149bca8e-af59-4676-86fe-b94656d26b46"],"description":"","tags":[],"updated_at":"2018-08-13T11:40:46Z","provider:segmentation_id":51,"name":"sdnvpn-1-2-net","admin_state_up":true,"tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","subnets":["fe4ef3d0-7998-48f6-9231-c2fa20713631"],"description":"","tags":[],"updated_at":"2018-08-13T06:30:00Z","provider:segmentation_id":60,"name":"pns-internal-net2_a1609824-0b8e-4e15-89fb-0717ce7b14a2","admin_state_up":true,"tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"f325c842-1311-488d-81a1-62c8920bf886","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"5bd6b4a42c2a4993abfd392c5d82a696","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T09:59:32Z","provider:segmentation_id":47,"name":"","admin_state_up":true,"tenant_id":"5bd6b4a42c2a4993abfd392c5d82a696","created_at":"2018-08-13T09:59:32Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"fa875514-8a70-4c7f-8251-96c6bdfbc5f5","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f05d64d982f5472c8af86f8a4df7fb3e","status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-08-13T08:21:01Z","provider:segmentation_id":90,"name":"","admin_state_up":true,"tenant_id":"f05d64d982f5472c8af86f8a4df7fb3e","created_at":"2018-08-13T08:21:01Z","provider:network_type":"vxlan"}]} 2018-08-13 12:02:38,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/networks used request id req-7e2da97f-e4d7-4ef5-adda-51160a1f8459 2018-08-13 12:02:38,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"router": {"external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d"}}}' 2018-08-13 12:02:39,711 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-9937e9c3-e6d4-426c-a831-a620c1d0c45e Date: Mon, 13 Aug 2018 12:02:39 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T12:02:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T12:02:39Z", "revision_number": 3, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "488f7693-f2e7-4682-b11a-8be40a933b2e", "name": "sdnvpn-13-1-router"}} 2018-08-13 12:02:39,711 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e used request id req-9937e9c3-e6d4-426c-a831-a620c1d0c45e 2018-08-13 12:02:39,712 - sdnvpn.lib.openstack_utils - DEBUG - Gateway added successfully. 2018-08-13 12:02:39,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/security-groups -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:02:39,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 49888 X-Openstack-Request-Id: req-b638ce66-2c5f-43b1-b149-11cba2781fad Date: Mon, 13 Aug 2018 12:02:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T05:39:56Z", "updated_at": "2018-08-13T05:39:56Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516168fd-9524-4b18-a416-77f1b73ddb76", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "516d5c94-d278-4c99-9376-ca5544c3321f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "8c6c4928-473b-4404-a2dd-07e1d014ff69", "remote_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:56Z", "revision_number": 0, "id": "f5511880-784b-4971-a720-80df8de6865f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:56Z", "security_group_id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 1, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "05b3e55a-94ef-44af-b34b-c4f741e7bb2b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "created_at": "2018-08-13T05:40:12Z", "updated_at": "2018-08-13T05:40:12Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "04fe4367-9879-461f-b110-82bf2241495c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "05ee18d1-d59e-42c7-a01a-eae9bef4fc0a", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv6", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "723598b6-fecd-46fd-b87b-f5c67ea189f2", "remote_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:12Z", "revision_number": 0, "id": "80d215b1-54bf-43a6-9ea8-1ce9e19166ae", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:12Z", "security_group_id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "tenant_id": "9112eace93ca402ab6639c7c7efa019b", "port_range_min": null, "ethertype": "IPv4", "project_id": "9112eace93ca402ab6639c7c7efa019b"}], "revision_number": 1, "project_id": "9112eace93ca402ab6639c7c7efa019b", "id": "0ee1e094-4fe4-45a4-b02e-927de3cf07dc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "created_at": "2018-08-13T05:41:41Z", "updated_at": "2018-08-13T05:41:41Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "3ce05904-1fc1-42fd-aff3-3a6fd7454c9c", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "613c3099-921c-4390-aaa3-d56fb6bbc9ef", "remote_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "79114b3a-96ed-4e6f-a90e-347dc997b774", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv6", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:41:41Z", "revision_number": 0, "id": "e8dc1c67-a561-4c1e-9624-c5cac4cfd5f5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:41:41Z", "security_group_id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "tenant_id": "10c8724349bc4f4fb925f9a86aeea043", "port_range_min": null, "ethertype": "IPv4", "project_id": "10c8724349bc4f4fb925f9a86aeea043"}], "revision_number": 1, "project_id": "10c8724349bc4f4fb925f9a86aeea043", "id": "28b4ddbc-a5f9-4cbd-b78c-18104f9e39c3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "952bbdc1ff064ff189235ea59986758a", "created_at": "2018-08-13T05:52:37Z", "updated_at": "2018-08-13T05:52:37Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "21671b27-3904-4811-b359-a93391a90c46", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "75aa7be5-a067-4e80-93d3-004412d061d7", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv4", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "a1f59f74-a921-4f42-bf7e-173518008b57", "remote_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:37Z", "revision_number": 0, "id": "fe60f709-3877-4ed9-b157-fe30e4d2e247", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:37Z", "security_group_id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "tenant_id": "952bbdc1ff064ff189235ea59986758a", "port_range_min": null, "ethertype": "IPv6", "project_id": "952bbdc1ff064ff189235ea59986758a"}], "revision_number": 1, "project_id": "952bbdc1ff064ff189235ea59986758a", "id": "34c24eae-4015-42b1-ba0f-d2d22915e7e2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c294caa07ee04a02b8458cd794d562df", "created_at": "2018-08-13T05:40:42Z", "updated_at": "2018-08-13T05:40:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "5256d969-2939-4b3a-acec-3666fdfe48df", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "aa6404a7-0b1b-4481-9451-eb02b2e249ff", "remote_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "c05c588c-ace6-4224-8069-69dffbbcaea9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv4", "project_id": "c294caa07ee04a02b8458cd794d562df"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:40:42Z", "revision_number": 0, "id": "f07b490f-9b5f-4a74-81af-0cdb1f8b09ad", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:40:42Z", "security_group_id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "tenant_id": "c294caa07ee04a02b8458cd794d562df", "port_range_min": null, "ethertype": "IPv6", "project_id": "c294caa07ee04a02b8458cd794d562df"}], "revision_number": 1, "project_id": "c294caa07ee04a02b8458cd794d562df", "id": "4b8f1e96-6f14-4269-afca-4645e7578ac1", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "created_at": "2018-08-13T05:42:31Z", "updated_at": "2018-08-13T05:42:31Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "0f882446-8b1d-444c-a743-3b806e37ab78", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "3f9f7a8a-f156-4387-9dbb-f0cc9683c2a5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "881f1963-209e-44b3-9032-1c789cad6058", "remote_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv6", "project_id": "c7b19dcd3deb444e844822e418e4debd"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:42:31Z", "revision_number": 0, "id": "9cfb5f2b-ebb7-4d26-8424-2447ae7479ea", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:42:31Z", "security_group_id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "tenant_id": "c7b19dcd3deb444e844822e418e4debd", "port_range_min": null, "ethertype": "IPv4", "project_id": "c7b19dcd3deb444e844822e418e4debd"}], "revision_number": 1, "project_id": "c7b19dcd3deb444e844822e418e4debd", "id": "56ab7d7d-a1e2-4bfd-8362-25bf096a1d51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-08-13T05:39:57Z", "updated_at": "2018-08-13T05:39:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "55421c26-f979-4f42-b174-1fa4aae09d99", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "70a04cfd-3f2c-4c17-9fec-9c42430cc5a1", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "9cc7dbb0-6500-4404-93bf-ba6aeccd9fff", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:39:58Z", "revision_number": 0, "id": "aa41934a-5311-4d2c-b6ce-2da3e2f55a0d", "remote_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "remote_ip_prefix": null, "created_at": "2018-08-13T05:39:58Z", "security_group_id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "666dc1e3-78cb-41e4-8244-c38c59924dc8", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "created_at": "2018-08-13T05:44:10Z", "updated_at": "2018-08-13T05:44:10Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "095c9896-ca83-4106-b97e-aebb3acb044c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "2aa024ad-374c-4dc0-bd7a-9b6c6477ca0d", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea26ac28-d88d-49c6-b8a2-8dc8e9b8d335", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv6", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:44:10Z", "revision_number": 0, "id": "ea4bde00-b5de-4a0b-bf18-2ed061a19e13", "remote_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "remote_ip_prefix": null, "created_at": "2018-08-13T05:44:10Z", "security_group_id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "tenant_id": "6ccb48e7b802489d8d520796824b7ec5", "port_range_min": null, "ethertype": "IPv4", "project_id": "6ccb48e7b802489d8d520796824b7ec5"}], "revision_number": 1, "project_id": "6ccb48e7b802489d8d520796824b7ec5", "id": "69d2773d-69a9-463a-bf0d-a92e3ae1ab42", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5dd9e789f4da48f196af753fdea21272", "created_at": "2018-08-13T07:11:31Z", "updated_at": "2018-08-13T07:11:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "1d00d554-5b13-4f41-b7a3-96baad46dc1e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "333fa36c-9e18-4dd8-8e24-0c510bebedd0", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv4", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "8f6bd04f-ca6f-4309-add2-3d9ff688c09b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T07:11:31Z", "revision_number": 0, "id": "a56f4603-859a-4181-82bb-ec6f573ab62f", "remote_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "remote_ip_prefix": null, "created_at": "2018-08-13T07:11:31Z", "security_group_id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "tenant_id": "5dd9e789f4da48f196af753fdea21272", "port_range_min": null, "ethertype": "IPv6", "project_id": "5dd9e789f4da48f196af753fdea21272"}], "revision_number": 1, "project_id": "5dd9e789f4da48f196af753fdea21272", "id": "7ea3f2d4-4f9e-4cf3-8b97-3b4d1ad4198c", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "created_at": "2018-08-13T05:52:36Z", "updated_at": "2018-08-13T05:52:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "96707803-a897-405a-9718-40b87f93f8b1", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "c06b86e5-4f47-4dc3-8c68-e43cf025b4ea", "remote_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "cfdc5faf-ed81-422e-8471-42f497e7ed7d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv6", "project_id": "d13dc812fe704ab0bf20084fdc528582"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:36Z", "revision_number": 0, "id": "d43117c0-17aa-466f-b27a-0a76c7369bd9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:36Z", "security_group_id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "tenant_id": "d13dc812fe704ab0bf20084fdc528582", "port_range_min": null, "ethertype": "IPv4", "project_id": "d13dc812fe704ab0bf20084fdc528582"}], "revision_number": 1, "project_id": "d13dc812fe704ab0bf20084fdc528582", "id": "8ddc1c98-b35e-48a0-abd0-3d1ada174003", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "created_at": "2018-08-13T05:52:48Z", "updated_at": "2018-08-13T05:52:48Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "054a9128-36a5-49d0-a6a6-63b94903413c", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "491de832-d4ab-4942-a13a-e9c645a74118", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "eb119588-b76e-416f-8c13-078863ef8b10", "remote_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv4", "project_id": "54bd0741b71f481ea19e778392bd29c5"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:48Z", "revision_number": 0, "id": "f5f786cc-21a7-4035-abfa-1beb27d582c7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:48Z", "security_group_id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "tenant_id": "54bd0741b71f481ea19e778392bd29c5", "port_range_min": null, "ethertype": "IPv6", "project_id": "54bd0741b71f481ea19e778392bd29c5"}], "revision_number": 1, "project_id": "54bd0741b71f481ea19e778392bd29c5", "id": "8e04fa5c-f3df-489b-92ed-a65e6199c366", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:29:58Z", "updated_at": "2018-08-13T06:29:58Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "787c5d6c-a7be-4f01-8eb5-c10ec2690729", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e6304915-9099-4d5f-9017-5aabdebed523", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "e708b83e-1f1a-4f63-95d6-5fe6a086d103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:29:58Z", "revision_number": 0, "id": "ebc7587a-a4b7-4d59-9200-d5cd5a75829d", "remote_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "remote_ip_prefix": null, "created_at": "2018-08-13T06:29:58Z", "security_group_id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 1, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "9d8f23b2-7eca-4ee5-a38d-c95635ef94da", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "created_at": "2018-08-13T05:52:43Z", "updated_at": "2018-08-13T05:52:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "1d01a278-353b-4783-a2c9-13362e9dc681", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "596fe790-0bb6-4fc2-a1b4-ae9acf301795", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "7eb0b33f-2d8c-4d17-bce7-2a8b93a37152", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv6", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:43Z", "revision_number": 0, "id": "8e6299c2-e426-4214-89a8-41a9962f55d6", "remote_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:43Z", "security_group_id": "a110c91a-cee7-475e-b176-a864e673f55f", "tenant_id": "8a6ac01121e0445292b0f74f2f76567e", "port_range_min": null, "ethertype": "IPv4", "project_id": "8a6ac01121e0445292b0f74f2f76567e"}], "revision_number": 1, "project_id": "8a6ac01121e0445292b0f74f2f76567e", "id": "a110c91a-cee7-475e-b176-a864e673f55f", "name": "default"}, {"description": "Security group for SDNVPN test cases", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T11:40:46Z", "updated_at": "2018-08-13T11:50:23Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-08-13T11:50:23Z", "revision_number": 0, "id": "03e4b763-3e02-4dff-bf96-c789b6d82ea3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:50:23Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 80, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "056812b2-eaa6-4fe8-892a-5e48c50e616c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "213b899d-3fec-4777-af97-92b740597a95", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "24894c89-14fd-4b07-8957-1dda5fb209ac", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T11:40:47Z", "revision_number": 0, "id": "93ca9ece-8652-4644-86a2-157e5e05148c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:47Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": 22, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T11:40:46Z", "revision_number": 0, "id": "9d102752-0511-4dc0-925e-3292009bd9c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T11:40:46Z", "security_group_id": "adb76e46-106d-4b05-a433-ab53fdff7564", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3"}], "revision_number": 5, "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "adb76e46-106d-4b05-a433-ab53fdff7564", "name": "sdnvpn-sg"}, {"description": "Default security group", "tags": [], "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "created_at": "2018-08-13T05:52:45Z", "updated_at": "2018-08-13T05:52:45Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "07ff7170-2602-4780-835a-b5b6970a10bf", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "6ba78081-eb7e-45e0-a869-4a50c509190e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv4", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ada28d24-ad1f-4ff0-a551-f680b53d9a23", "remote_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:45Z", "revision_number": 0, "id": "ba872f53-a58a-4cdc-87fa-ad98594881f3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:45Z", "security_group_id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "tenant_id": "e296c1c1001d4c7187914c54b28f526a", "port_range_min": null, "ethertype": "IPv6", "project_id": "e296c1c1001d4c7187914c54b28f526a"}], "revision_number": 1, "project_id": "e296c1c1001d4c7187914c54b28f526a", "id": "b718b02c-604b-4a6a-83d9-8607a443f0f5", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "6bcb461c2c1f424bb247294430688f67", "created_at": "2018-08-13T05:37:36Z", "updated_at": "2018-08-13T05:37:36Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "365d81a2-ec21-4fb5-8314-1d6f2da8008c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "528caa9c-daeb-43df-b187-3be58b71b07c", "remote_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "b5036f0d-cf03-40a6-98ea-75d98e500916", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv4", "project_id": "6bcb461c2c1f424bb247294430688f67"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:37:36Z", "revision_number": 0, "id": "bc49f63c-4e2b-46a6-8d18-151f66c4e928", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:37:36Z", "security_group_id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "tenant_id": "6bcb461c2c1f424bb247294430688f67", "port_range_min": null, "ethertype": "IPv6", "project_id": "6bcb461c2c1f424bb247294430688f67"}], "revision_number": 1, "project_id": "6bcb461c2c1f424bb247294430688f67", "id": "c2206a1e-8a51-49b4-aa65-233bc7d8af5f", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "created_at": "2018-08-13T05:52:46Z", "updated_at": "2018-08-13T05:52:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "224d5182-49a8-4ac6-a735-0ce7b2796f9a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "22c8ce61-c2d1-4a47-9f42-c0e8ae9986cc", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "c9967f88-60b8-4287-b80f-f0b2191f130b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv4", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:46Z", "revision_number": 0, "id": "fa838e25-36f4-4730-98ec-e71346ad8a12", "remote_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:46Z", "security_group_id": "cb25c01a-0e82-432b-86ac-5980651396ef", "tenant_id": "e2ccbda02ea343bc85081f3ff6d36e95", "port_range_min": null, "ethertype": "IPv6", "project_id": "e2ccbda02ea343bc85081f3ff6d36e95"}], "revision_number": 1, "project_id": "e2ccbda02ea343bc85081f3ff6d36e95", "id": "cb25c01a-0e82-432b-86ac-5980651396ef", "name": "default"}, {"description": "PNS Security groups", "tags": [], "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "created_at": "2018-08-13T06:30:04Z", "updated_at": "2018-08-13T06:30:05Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "08bbe3a6-4b84-4c56-828a-e1292f83d44e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "55254f18-5233-4f61-bde1-5c46de97c17a", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "c0b928da-65ef-44db-af64-3413b9862626", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 22, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "ingress", "protocol": "udp", "description": "", "tags": [], "port_range_max": 5002, "updated_at": "2018-08-13T06:30:05Z", "revision_number": 0, "id": "d5fb4f46-a81d-44e9-90d9-bccbcfb2551e", "remote_group_id": null, "remote_ip_prefix": "0.0.0.0/0", "created_at": "2018-08-13T06:30:05Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": 5001, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "ec0cc695-ad58-439a-9c14-18af4fce8454", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv4", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T06:30:04Z", "revision_number": 0, "id": "fa962659-7ccc-4780-a2f2-26eda38b6eff", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T06:30:04Z", "security_group_id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "tenant_id": "5116394dc2864fe6b3f81cb62352c7de", "port_range_min": null, "ethertype": "IPv6", "project_id": "5116394dc2864fe6b3f81cb62352c7de"}], "revision_number": 5, "project_id": "5116394dc2864fe6b3f81cb62352c7de", "id": "d8320bfd-5de9-4b1f-8598-df9be640a6ce", "name": "pns-securitya1609824-0b8e-4e15-89fb-0717ce7b14a2"}, {"description": "Default security group", "tags": [], "tenant_id": "92509c4905524fceab6209530b0610fb", "created_at": "2018-08-13T05:43:22Z", "updated_at": "2018-08-13T05:43:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "3efa80df-de29-4d89-b4da-36ae929e94a9", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "7850c77d-e89e-4509-99c6-7186cb7ac3ef", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "93070b89-f718-4484-82ce-efde70b6a438", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv6", "project_id": "92509c4905524fceab6209530b0610fb"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:43:22Z", "revision_number": 0, "id": "a560af33-c210-4fc2-92ca-c9520f445f32", "remote_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "remote_ip_prefix": null, "created_at": "2018-08-13T05:43:22Z", "security_group_id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "tenant_id": "92509c4905524fceab6209530b0610fb", "port_range_min": null, "ethertype": "IPv4", "project_id": "92509c4905524fceab6209530b0610fb"}], "revision_number": 1, "project_id": "92509c4905524fceab6209530b0610fb", "id": "de092038-2e1e-40b2-9fed-3a86f1f0bd45", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "created_at": "2018-08-13T05:52:22Z", "updated_at": "2018-08-13T05:52:22Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "5c6b16e5-dabb-424e-91e5-df54f5952c1a", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c5a91012-322b-441e-9c51-2af7f25721a8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv6", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "c7162fa2-8c76-4440-97fa-7cf58b578840", "remote_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-08-13T05:52:22Z", "revision_number": 0, "id": "ec5af992-bd91-47ff-8677-c5a760bae766", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-08-13T05:52:22Z", "security_group_id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "tenant_id": "1a08c897a2584f04af48bbbc537c0522", "port_range_min": null, "ethertype": "IPv4", "project_id": "1a08c897a2584f04af48bbbc537c0522"}], "revision_number": 1, "project_id": "1a08c897a2584f04af48bbbc537c0522", "id": "df00179b-48ad-46b4-9f0b-7d15ad209c22", "name": "default"}]} 2018-08-13 12:02:39,847 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/security-groups used request id req-b638ce66-2c5f-43b1-b149-11cba2781fad 2018-08-13 12:02:39,852 - sdnvpn.lib.openstack_utils - INFO - Using existing security group 'sdnvpn-sg'... 2018-08-13 12:02:39,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:02:39,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95ac1eff-af10-4f64-a86c-0d25ed04ddb1 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:02:39,859 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-95ac1eff-af10-4f64-a86c-0d25ed04ddb1 2018-08-13 12:02:39,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:02:40,254 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:02:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["We02rtZ6Qvum8UzL0u8g2w"], "issued_at": "2018-08-13T12:02:40.000000Z"}} 2018-08-13 12:02:40,257 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/os-hypervisors/detail -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" 2018-08-13 12:02:40,552 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-1354d8d1-8cc0-4a18-8946-9d2697917040 x-compute-request-id: req-1354d8d1-8cc0-4a18-8946-9d2697917040 Content-Encoding: gzip Content-Length: 730 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 11}, "vcpus_used": 1, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "memory_mb_used": 6144, "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": 1, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 26358, "id": 1}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 12}, "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.7", "cpu_info": "{\"vendor\": \"Intel\", \"model\": \"Haswell-noTSX\", \"arch\": \"x86_64\", \"features\": [\"pge\", \"avx\", \"xsaveopt\", \"clflush\", \"sep\", \"syscall\", \"tsc_adjust\", \"tsc-deadline\", \"dtes64\", \"invpcid\", \"tsc\", \"fsgsbase\", \"xsave\", \"vmx\", \"erms\", \"xtpr\", \"cmov\", \"smep\", \"pcid\", \"est\", \"pat\", \"monitor\", \"smx\", \"pbe\", \"lm\", \"msr\", \"nx\", \"fxsr\", \"tm\", \"sse4.1\", \"pae\", \"sse4.2\", \"pclmuldq\", \"acpi\", \"fma\", \"vme\", \"popcnt\", \"mmx\", \"osxsave\", \"cx8\", \"mce\", \"de\", \"rdtscp\", \"ht\", \"dca\", \"lahf_lm\", \"abm\", \"pdcm\", \"mca\", \"pdpe1gb\", \"apic\", \"sse\", \"f16c\", \"pse\", \"ds\", \"invtsc\", \"pni\", \"tm2\", \"avx2\", \"aes\", \"sse2\", \"ss\", \"ds_cpl\", \"arat\", \"bmi1\", \"bmi2\", \"ssse3\", \"fpu\", \"cx16\", \"pse36\", \"mtrr\", \"movbe\", \"rdrand\", \"x2apic\"], \"topology\": {\"cores\": 4, \"cells\": 2, \"threads\": 2, \"sockets\": 1}}", "running_vms": 0, "free_disk_gb": 148, "hypervisor_version": 2010000, "disk_available_least": 146, "local_gb": 148, "free_ram_mb": 28406, "id": 2}]} 2018-08-13 12:02:40,552 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/os-hypervisors/detail used request id req-1354d8d1-8cc0-4a18-8946-9d2697917040 2018-08-13 12:02:40,553 - sdnvpn_test_utils - DEBUG - Compute nodes: [u'overcloud-novacompute-1.opnfvlf.org', u'overcloud-novacompute-0.opnfvlf.org'] 2018-08-13 12:02:40,553 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-1'... 2018-08-13 12:02:40,554 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-1 flavor=m1.custom image=e5f0ad2c-56fb-450a-969c-b256b44374d2 network=004320aa-7cb0-4fb4-b2d0-56ac620c8b95 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 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-08-13 12:02:40,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:02:40,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:02:40,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:02:40,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:02:40,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:02:40,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:02:40,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:02:40,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:02:40,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:02:40,557 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:02:40,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:02:40,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:02:40,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:02:40,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:02:40,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:02:40,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:02:40,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:02:40,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:02:40,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:02:40,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:02:40,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:02:40,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a68fd0e2-a0a0-4757-84d4-a2c469749815 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:02:40,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-a68fd0e2-a0a0-4757-84d4-a2c469749815 2018-08-13 12:02:40,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:02:40,964 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:02:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["Ecu0qDnWTKyhkKpqWSm2fQ"], "issued_at": "2018-08-13T12:02:40.000000Z"}} 2018-08-13 12:02:40,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4f718a0e22e477384903bc5591b22063b681c13" 2018-08-13 12:02:41,213 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:40 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-164f8f57-b108-4f16-8d17-867cd33a9fa1 x-compute-request-id: req-164f8f57-b108-4f16-8d17-867cd33a9fa1 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 12:02:41,213 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-164f8f57-b108-4f16-8d17-867cd33a9fa1 2018-08-13 12:02:41,216 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4f718a0e22e477384903bc5591b22063b681c13" 2018-08-13 12:02:41,233 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-14dc5dd0-f9fc-424a-8741-b6717831d6ae x-compute-request-id: req-14dc5dd0-f9fc-424a-8741-b6717831d6ae Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "23444243-0745-43bd-840e-ad3a0a16f564"}} 2018-08-13 12:02:41,233 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 used request id req-14dc5dd0-f9fc-424a-8741-b6717831d6ae 2018-08-13 12:02:41,236 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4f718a0e22e477384903bc5591b22063b681c13" -d '{"server": {"name": "sdnvpn-13-1", "imageRef": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "23444243-0745-43bd-840e-ad3a0a16f564", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "004320aa-7cb0-4fb4-b2d0-56ac620c8b95"}], "config_drive": true}}' 2018-08-13 12:02:43,474 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12: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 x-openstack-request-id: req-a482d99b-cf23-4ce7-aa55-648605e31f91 x-compute-request-id: req-a482d99b-cf23-4ce7-aa55-648605e31f91 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "adminPass": "Pa5JX997rniL"}} 2018-08-13 12:02:43,474 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-a482d99b-cf23-4ce7-aa55-648605e31f91 2018-08-13 12:02:43,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:02:43,482 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-76b7a42a-bc92-4a09-a9c9-ef24f3c04c35 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:02:43,482 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-76b7a42a-bc92-4a09-a9c9-ef24f3c04c35 2018-08-13 12:02:43,482 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:02:43,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:02:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["3TEb_eC9QEGSRBdmXJe2HA"], "issued_at": "2018-08-13T12:02:43.000000Z"}} 2018-08-13 12:02:43,890 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:02:44,648 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-b2ced6ab-e246-4b87-9e42-7ba2ddb49d32 x-compute-request-id: req-b2ced6ab-e246-4b87-9e42-7ba2ddb49d32 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.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:44Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": null, "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "sdnvpn-13-1", "created": "2018-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:02:44,648 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-b2ced6ab-e246-4b87-9e42-7ba2ddb49d32 2018-08-13 12:02:47,655 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:02:47,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-59e1e97a-18d4-4d47-b8b4-ad9aff95eab5 x-compute-request-id: req-59e1e97a-18d4-4d47-b8b4-ad9aff95eab5 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.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:02:47,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-59e1e97a-18d4-4d47-b8b4-ad9aff95eab5 2018-08-13 12:02:51,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:02:51,913 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02: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-8ea38a4f-40de-4213-947e-5150729bab90 x-compute-request-id: req-8ea38a4f-40de-4213-947e-5150729bab90 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:02:51,913 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-8ea38a4f-40de-4213-947e-5150729bab90 2018-08-13 12:02:54,920 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:02:55,514 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-8d1445fb-246a-4822-b512-b23333fee5fe x-compute-request-id: req-8d1445fb-246a-4822-b512-b23333fee5fe Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:02:55,514 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-8d1445fb-246a-4822-b512-b23333fee5fe 2018-08-13 12:02:58,521 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:02:58,852 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:02: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-a16a28f5-8ad3-44cb-bb50-cd276f18996b x-compute-request-id: req-a16a28f5-8ad3-44cb-bb50-cd276f18996b Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:02:58,852 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-a16a28f5-8ad3-44cb-bb50-cd276f18996b 2018-08-13 12:03:01,859 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:02,699 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:01 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-dc985fa6-cd74-4983-a332-f84855bd02c2 x-compute-request-id: req-dc985fa6-cd74-4983-a332-f84855bd02c2 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:02,699 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-dc985fa6-cd74-4983-a332-f84855bd02c2 2018-08-13 12:03:05,706 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:06,268 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-70a718cd-3025-4842-92f0-f452f7469418 x-compute-request-id: req-70a718cd-3025-4842-92f0-f452f7469418 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:06,268 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-70a718cd-3025-4842-92f0-f452f7469418 2018-08-13 12:03:09,274 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:09,917 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03: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-64400d4e-b12b-49cf-ae55-d1984ef37c7a x-compute-request-id: req-64400d4e-b12b-49cf-ae55-d1984ef37c7a Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:09,917 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-64400d4e-b12b-49cf-ae55-d1984ef37c7a 2018-08-13 12:03:12,924 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:13,401 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03: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-0810b80d-cc89-40d6-af01-1a3c74390205 x-compute-request-id: req-0810b80d-cc89-40d6-af01-1a3c74390205 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:13,401 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-0810b80d-cc89-40d6-af01-1a3c74390205 2018-08-13 12:03:16,407 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:16,803 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:16 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5cfbce00-99d5-4bd6-a8ec-ebb3e7e38e52 x-compute-request-id: req-5cfbce00-99d5-4bd6-a8ec-ebb3e7e38e52 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:16,804 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-5cfbce00-99d5-4bd6-a8ec-ebb3e7e38e52 2018-08-13 12:03:19,811 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:20,154 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03: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-ec50f871-742e-4199-a9ce-395b306a4a38 x-compute-request-id: req-ec50f871-742e-4199-a9ce-395b306a4a38 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:20,154 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-ec50f871-742e-4199-a9ce-395b306a4a38 2018-08-13 12:03:23,161 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:23,486 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03: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-ec6492a1-848e-4b9b-88db-196d0b5474b2 x-compute-request-id: req-ec6492a1-848e-4b9b-88db-196d0b5474b2 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:23,486 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-ec6492a1-848e-4b9b-88db-196d0b5474b2 2018-08-13 12:03:26,492 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:26,801 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03: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-6a27b5c3-8e3e-4f91-a837-446e04efe88a x-compute-request-id: req-6a27b5c3-8e3e-4f91-a837-446e04efe88a Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:26,801 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-6a27b5c3-8e3e-4f91-a837-446e04efe88a 2018-08-13 12:03:29,807 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:30,764 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:29 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-73b79c20-0553-417a-b47c-dc0b5799e60b x-compute-request-id: req-73b79c20-0553-417a-b47c-dc0b5799e60b Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:30,764 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-73b79c20-0553-417a-b47c-dc0b5799e60b 2018-08-13 12:03:33,771 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:33,918 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:33 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fb138c14-6305-4b82-be98-4ca977c8c937 x-compute-request-id: req-fb138c14-6305-4b82-be98-4ca977c8c937 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:33,918 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-fb138c14-6305-4b82-be98-4ca977c8c937 2018-08-13 12:03:36,925 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:37,316 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:36 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-8e933df5-2e9c-4be8-8779-d62e7dea250b x-compute-request-id: req-8e933df5-2e9c-4be8-8779-d62e7dea250b Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:37,316 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-8e933df5-2e9c-4be8-8779-d62e7dea250b 2018-08-13 12:03:40,323 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:40,456 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-c08d34b6-8ddd-47ed-9999-3de2909875fa x-compute-request-id: req-c08d34b6-8ddd-47ed-9999-3de2909875fa Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:40,456 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-c08d34b6-8ddd-47ed-9999-3de2909875fa 2018-08-13 12:03:43,461 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:43,600 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb93cb42-2755-47ce-aa39-d8ea83b7e665 x-compute-request-id: req-eb93cb42-2755-47ce-aa39-d8ea83b7e665 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:43,600 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-eb93cb42-2755-47ce-aa39-d8ea83b7e665 2018-08-13 12:03:46,606 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:46,742 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03: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-60691870-9b4a-477b-9e62-e6b966fad132 x-compute-request-id: req-60691870-9b4a-477b-9e62-e6b966fad132 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:46,743 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-60691870-9b4a-477b-9e62-e6b966fad132 2018-08-13 12:03:49,750 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:50,431 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03: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-04a7096f-9d96-4923-b64d-2760bc318c2c x-compute-request-id: req-04a7096f-9d96-4923-b64d-2760bc318c2c Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:50,431 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-04a7096f-9d96-4923-b64d-2760bc318c2c 2018-08-13 12:03:53,437 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:54,002 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:53 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bd915b4f-dc50-40f4-b5bb-1ce9affd1278 x-compute-request-id: req-bd915b4f-dc50-40f4-b5bb-1ce9affd1278 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:54,002 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-bd915b4f-dc50-40f4-b5bb-1ce9affd1278 2018-08-13 12:03:57,008 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:03:57,306 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:03:57 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-701e0790-403b-481c-8e3c-39892de22cbd x-compute-request-id: req-701e0790-403b-481c-8e3c-39892de22cbd Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:03:57,306 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-701e0790-403b-481c-8e3c-39892de22cbd 2018-08-13 12:04:00,313 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:00,632 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04: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-be507130-b0c6-432c-93e0-1a2d80254325 x-compute-request-id: req-be507130-b0c6-432c-93e0-1a2d80254325 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:00,632 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-be507130-b0c6-432c-93e0-1a2d80254325 2018-08-13 12:04:03,636 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:04,047 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04: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-a6c47664-a412-4c5b-94a5-e7e32b2ac81a x-compute-request-id: req-a6c47664-a412-4c5b-94a5-e7e32b2ac81a Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:04,047 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-a6c47664-a412-4c5b-94a5-e7e32b2ac81a 2018-08-13 12:04:07,053 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:07,444 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04: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-aaa9a5d3-1afa-4de2-af77-82027b496e40 x-compute-request-id: req-aaa9a5d3-1afa-4de2-af77-82027b496e40 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:07,444 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-aaa9a5d3-1afa-4de2-af77-82027b496e40 2018-08-13 12:04:10,450 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:10,828 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:10 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-9e9c2550-ef7c-4aef-9363-1c597a01323b x-compute-request-id: req-9e9c2550-ef7c-4aef-9363-1c597a01323b Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:10,828 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-9e9c2550-ef7c-4aef-9363-1c597a01323b 2018-08-13 12:04:13,835 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:14,207 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:13 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-eb2695b0-f198-4ad6-9d16-9d276d76bd70 x-compute-request-id: req-eb2695b0-f198-4ad6-9d16-9d276d76bd70 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:14,207 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-eb2695b0-f198-4ad6-9d16-9d276d76bd70 2018-08-13 12:04:17,213 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:17,616 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:17 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-83950d9e-584d-4222-ae1d-469708c97ebf x-compute-request-id: req-83950d9e-584d-4222-ae1d-469708c97ebf Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:17,617 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-83950d9e-584d-4222-ae1d-469708c97ebf 2018-08-13 12:04:20,623 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:20,996 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04: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-0d16b499-cf9e-4932-8b95-9cfd5d6bf8f2 x-compute-request-id: req-0d16b499-cf9e-4932-8b95-9cfd5d6bf8f2 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:20,997 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-0d16b499-cf9e-4932-8b95-9cfd5d6bf8f2 2018-08-13 12:04:24,003 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:24,140 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:24 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-bbf34540-9d03-4d3d-8d3d-567d8e95b3d0 x-compute-request-id: req-bbf34540-9d03-4d3d-8d3d-567d8e95b3d0 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:24,140 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-bbf34540-9d03-4d3d-8d3d-567d8e95b3d0 2018-08-13 12:04:27,146 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:27,705 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:27 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-6d2604fd-fabb-42f9-8a9c-1d8e7363cc68 x-compute-request-id: req-6d2604fd-fabb-42f9-8a9c-1d8e7363cc68 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:27,705 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-6d2604fd-fabb-42f9-8a9c-1d8e7363cc68 2018-08-13 12:04:30,712 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:31,520 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:30 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-f4d1079d-915c-45a9-b8ad-c549290ab690 x-compute-request-id: req-f4d1079d-915c-45a9-b8ad-c549290ab690 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:31,520 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-f4d1079d-915c-45a9-b8ad-c549290ab690 2018-08-13 12:04:34,527 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:34,931 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-be00b117-1663-4e71-9abb-3da72e751d37 x-compute-request-id: req-be00b117-1663-4e71-9abb-3da72e751d37 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:34,931 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-be00b117-1663-4e71-9abb-3da72e751d37 2018-08-13 12:04:37,939 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:38,093 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-0ea44516-a78d-424e-8ccf-8932f60abdc5 x-compute-request-id: req-0ea44516-a78d-424e-8ccf-8932f60abdc5 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:38,093 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-0ea44516-a78d-424e-8ccf-8932f60abdc5 2018-08-13 12:04:41,099 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:41,605 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:41 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5d35ef51-3adc-4e82-8b72-13a3b2b092c1 x-compute-request-id: req-5d35ef51-3adc-4e82-8b72-13a3b2b092c1 Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:41,606 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-5d35ef51-3adc-4e82-8b72-13a3b2b092c1 2018-08-13 12:04:44,611 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:44,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-1fe2d65f-6d09-4147-a918-79591b2032ff x-compute-request-id: req-1fe2d65f-6d09-4147-a918-79591b2032ff Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:44,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-1fe2d65f-6d09-4147-a918-79591b2032ff 2018-08-13 12:04:47,954 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:48,466 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-9f062564-1096-4289-9d24-d0bb0fd77f1c x-compute-request-id: req-9f062564-1096-4289-9d24-d0bb0fd77f1c Content-Encoding: gzip Content-Length: 778 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:02:45Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:48,466 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-9f062564-1096-4289-9d24-d0bb0fd77f1c 2018-08-13 12:04:51,472 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}7d4ed386b9185843493be958f7f58fea12ad1212" 2018-08-13 12:04:51,802 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-571108ee-59ea-4551-b49b-f3fdac606e53 x-compute-request-id: req-571108ee-59ea-4551-b49b-f3fdac606e53 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-13T12:04:48.000000", "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T12:04:48Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:51,803 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-571108ee-59ea-4551-b49b-f3fdac606e53 2018-08-13 12:04:51,806 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4f718a0e22e477384903bc5591b22063b681c13" 2018-08-13 12:04:52,432 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:51 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-fafb5e29-e840-4d58-871d-6ef7517b408c x-compute-request-id: req-fafb5e29-e840-4d58-871d-6ef7517b408c 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:75:a4:ca", "version": 4, "addr": "10.10.10.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000092", "OS-SRV-USG:launched_at": "2018-08-13T12:04:48.000000", "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "209bf546-e3d3-4e53-a194-dcea3fa4c7b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T12:04:48Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:02:43Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:52,432 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5 used request id req-fafb5e29-e840-4d58-871d-6ef7517b408c 2018-08-13 12:04:52,433 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-1' booted successfully. IP='10.10.10.11'. 2018-08-13 12:04:52,433 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-1' to security group 'sdnvpn-sg'... 2018-08-13 12:04:52,436 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 12:04:53,424 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12: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 x-openstack-request-id: req-ade4f44f-58b0-47bf-b9a1-a6a55308d7a1 x-compute-request-id: req-ade4f44f-58b0-47bf-b9a1-a6a55308d7a1 Content-Length: 0 Content-Type: application/json 2018-08-13 12:04:53,425 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5/action used request id req-ade4f44f-58b0-47bf-b9a1-a6a55308d7a1 2018-08-13 12:04:53,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:04:53,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 10122 X-Openstack-Request-Id: req-9b55783b-3666-4d43-8997-f7eb057de7f4 Date: Mon, 13 Aug 2018 12:04:53 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:02:37Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.1"}],"id":"1f78674a-999a-4f72-a786-5fb271229b9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0b:e5:aa","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"488f7693-f2e7-4682-b11a-8be40a933b2e","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.2"}],"id":"2283e9e5-e19f-4fa2-80f6-36118b6acedf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:4d:1a","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f27d3529-ef56-4e49-9961-9c8554ca8c68","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:54:47Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bec57e0c-47c0-4672-a48d-0b4ea48a7014","ip_address":"10.10.10.2"}],"id":"34bc9294-c9f2-403e-be14-f6d0d34d9938","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:f7:c0","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-55cb255e-aa31-40b9-be41-813e5d51446a","name":"","admin_state_up":true,"network_id":"55cb255e-aa31-40b9-be41-813e5d51446a","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:54:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:03Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.1"}],"id":"360ccaac-80eb-444f-b946-07e7a840e6de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:cf:37","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.2"}],"id":"6d7c64e6-e35f-4377-a6d1-67f76ee63987","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:af:bf","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3c0ee642-e04c-42e2-9905-402562238f37","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:31:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.4"}],"id":"97d21188-3ed0-450b-8fc7-f19ffced6b47","security_groups":["d8320bfd-5de9-4b1f-8598-df9be640a6ce"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:5f:f5","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"13b97a19-f085-4c9f-8b4b-32f2eaff21c0","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:04:53Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.11"}],"id":"9faea92d-7712-4067-af48-8a077f7192cf","security_groups":["05b3e55a-94ef-44af-b34b-c4f741e7bb2b","adb76e46-106d-4b05-a433-ab53fdff7564"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:a4:ca","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"209bf546-e3d3-4e53-a194-dcea3fa4c7b5","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:02:40Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.2"}],"id":"ab6ff3c7-ada8-44cb-a082-09a43e81df7e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:75:8e","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-004320aa-7cb0-4fb4-b2d0-56ac620c8b95","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:02:39Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","ip_address":"172.30.9.210"}],"id":"cd368fcd-3d55-4d4d-878c-51039ccbeba6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:65:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"488f7693-f2e7-4682-b11a-8be40a933b2e","name":"","admin_state_up":true,"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"","created_at":"2018-08-13T12:02:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:40:49Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"149bca8e-af59-4676-86fe-b94656d26b46","ip_address":"10.10.11.2"}],"id":"cfaf88da-099e-4224-9722-3f3744d3e29a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:a6:e2","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e1cb77ea-9320-40ee-8b85-a1c31b7c5899","name":"","admin_state_up":true,"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.1"}],"id":"f7e68333-9bcf-4893-be1d-ff3fdaf81464","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:a3:6d","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:40:48Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"216fa00f-a428-4a98-97a5-23fa7740d30d","ip_address":"10.10.10.2"}],"id":"fe035628-71b0-4ddd-bb8a-73fddba93473","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:70:59:63","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0573f84e-9fd8-41f1-beb4-18f7893160e7","name":"","admin_state_up":true,"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","binding:vnic_type":"normal"}]} 2018-08-13 12:04:53,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-9b55783b-3666-4d43-8997-f7eb057de7f4 2018-08-13 12:04:53,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/ports/9faea92d-7712-4067-af48-8a077f7192cf -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:75:a4:ca"}]}}' 2018-08-13 12:04:54,077 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 975 X-Openstack-Request-Id: req-7d173fdf-5e75-43b0-ac5c-9313e7a1d444 Date: Mon, 13 Aug 2018 12:04:54 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:75:a4:ca"}],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:04:53Z","device_owner":"compute:nova","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.11"}],"id":"9faea92d-7712-4067-af48-8a077f7192cf","security_groups":["05b3e55a-94ef-44af-b34b-c4f741e7bb2b","adb76e46-106d-4b05-a433-ab53fdff7564"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:a4:ca","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"209bf546-e3d3-4e53-a194-dcea3fa4c7b5","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:45Z","binding:vnic_type":"normal"}} 2018-08-13 12:04:54,077 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/ports/9faea92d-7712-4067-af48-8a077f7192cf used request id req-7d173fdf-5e75-43b0-ac5c-9313e7a1d444 2018-08-13 12:04:54,078 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-2'... 2018-08-13 12:04:54,078 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-2 flavor=m1.custom image=e5f0ad2c-56fb-450a-969c-b256b44374d2 network=004320aa-7cb0-4fb4-b2d0-56ac620c8b95 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 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-08-13 12:04:54,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:04:54,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:04:54,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:04:54,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:04:54,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:04:54,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:04:54,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:04:54,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:04:54,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:04:54,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:04:54,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:04:54,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:04:54,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:04:54,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:04:54,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:04:54,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:04:54,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:04:54,086 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:04:54,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:04:54,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd9f1abd-464e-428a-bc21-70931a7fff0a Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:04:54,095 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-fd9f1abd-464e-428a-bc21-70931a7fff0a 2018-08-13 12:04:54,096 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:04:54,580 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:04:54.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["QRy0BIGZSDGQW8OqM4jjSw"], "issued_at": "2018-08-13T12:04:54.000000Z"}} 2018-08-13 12:04:54,583 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" 2018-08-13 12:04:54,851 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-5ac19db9-a2e9-4f27-8b84-4d3e5feadce9 x-compute-request-id: req-5ac19db9-a2e9-4f27-8b84-4d3e5feadce9 Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 12:04:54,851 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-5ac19db9-a2e9-4f27-8b84-4d3e5feadce9 2018-08-13 12:04:54,855 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" 2018-08-13 12:04:54,872 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-32ebb00b-31ca-464e-b963-85d1b3fea0cd x-compute-request-id: req-32ebb00b-31ca-464e-b963-85d1b3fea0cd Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "23444243-0745-43bd-840e-ad3a0a16f564"}} 2018-08-13 12:04:54,872 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 used request id req-32ebb00b-31ca-464e-b963-85d1b3fea0cd 2018-08-13 12:04:54,876 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" -d '{"server": {"name": "sdnvpn-13-2", "imageRef": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "availability_zone": "nova:overcloud-novacompute-1.opnfvlf.org", "flavorRef": "23444243-0745-43bd-840e-ad3a0a16f564", "user_data": "IyEvYmluL3NoCnNldCAteGUKc3VkbyB1c2VyYWRkIC1tIHNkbnZwbgpzdWRvIGFkZHVzZXIgc2RudnBuIHN1ZG8Kc3VkbyBlY2hvIHNkbnZwbjpvcG5mdiB8IGNocGFzc3dkCnNsZWVwIDIwCnN1ZG8gaWZjb25maWcgbG86MSAxNzkuMjQuMS4xMiBuZXRtYXNrIDI1NS4yNTUuMjU1LjI1NSB1cAo=", "max_count": 1, "min_count": 1, "networks": [{"uuid": "004320aa-7cb0-4fb4-b2d0-56ac620c8b95"}], "config_drive": true}}' 2018-08-13 12:04:56,122 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12:04:54 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-3dc27527-97b3-46eb-b76d-2479dacb3840 x-compute-request-id: req-3dc27527-97b3-46eb-b76d-2479dacb3840 Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "adminPass": "WeJGr2Ha5SZk"}} 2018-08-13 12:04:56,122 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-3dc27527-97b3-46eb-b76d-2479dacb3840 2018-08-13 12:04:56,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:04:56,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:04:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fc3a32c-0851-4b91-8393-4a0abe531e94 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:04:56,129 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-3fc3a32c-0851-4b91-8393-4a0abe531e94 2018-08-13 12:04:56,130 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:04:56,519 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:04:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["-wO6G3wLRM6ftTg46V2UbQ"], "issued_at": "2018-08-13T12:04:56.000000Z"}} 2018-08-13 12:04:56,522 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f1fca2d5ea4ca4404112fe0982e02ba812382e" 2018-08-13 12:04:57,181 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-223845ca-498f-4369-a4fa-4e8f8ca77b6f x-compute-request-id: req-223845ca-498f-4369-a4fa-4e8f8ca77b6f 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.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:04:56Z", "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-08-13T12:04:56Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:04:57,181 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 used request id req-223845ca-498f-4369-a4fa-4e8f8ca77b6f 2018-08-13 12:05:00,188 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f1fca2d5ea4ca4404112fe0982e02ba812382e" 2018-08-13 12:05:00,749 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-6a44d2b6-b899-4ee3-8652-1927344839c5 x-compute-request-id: req-6a44d2b6-b899-4ee3-8652-1927344839c5 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.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:04:57Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:04:56Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:00,749 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 used request id req-6a44d2b6-b899-4ee3-8652-1927344839c5 2018-08-13 12:05:03,756 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f1fca2d5ea4ca4404112fe0982e02ba812382e" 2018-08-13 12:05:04,216 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05: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-e2ad4f2e-73ee-4645-a2ef-23a3fd4111b6 x-compute-request-id: req-e2ad4f2e-73ee-4645-a2ef-23a3fd4111b6 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:a0:9c", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:04:57Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:04:56Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:04,216 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 used request id req-e2ad4f2e-73ee-4645-a2ef-23a3fd4111b6 2018-08-13 12:05:07,222 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f1fca2d5ea4ca4404112fe0982e02ba812382e" 2018-08-13 12:05:07,641 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05: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-3445a697-ddec-4e28-b14d-f9baa5e3aa3f x-compute-request-id: req-3445a697-ddec-4e28-b14d-f9baa5e3aa3f Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:a0:9c", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:04:57Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:04:56Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:07,642 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 used request id req-3445a697-ddec-4e28-b14d-f9baa5e3aa3f 2018-08-13 12:05:10,648 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f1fca2d5ea4ca4404112fe0982e02ba812382e" 2018-08-13 12:05:11,210 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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,Accept-Encoding x-openstack-request-id: req-6d51199f-a961-492b-a058-0e7b6f3daa13 x-compute-request-id: req-6d51199f-a961-492b-a058-0e7b6f3daa13 Content-Encoding: gzip Content-Length: 780 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": "spawning", "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:a0:9c", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:04:57Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:04:56Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:11,211 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 used request id req-6d51199f-a961-492b-a058-0e7b6f3daa13 2018-08-13 12:05:14,217 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}43f1fca2d5ea4ca4404112fe0982e02ba812382e" 2018-08-13 12:05:14,790 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-fbb0c0c5-0765-41a2-b1b6-635a3aa33903 x-compute-request-id: req-fbb0c0c5-0765-41a2-b1b6-635a3aa33903 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:a0:9c", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": "2018-08-13T12:05:12.000000", "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T12:05:12Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:04:56Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:14,790 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 used request id req-fbb0c0c5-0765-41a2-b1b6-635a3aa33903 2018-08-13 12:05:14,793 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" 2018-08-13 12:05:15,097 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-51ce8aab-db24-4d8d-a4f0-6cf3c464a8e8 x-compute-request-id: req-51ce8aab-db24-4d8d-a4f0-6cf3c464a8e8 Content-Encoding: gzip Content-Length: 784 Content-Type: application/json RESP BODY: {"server": {"OS-EXT-STS:task_state": null, "addresses": {"sdnvpn-13-1-net": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c7:a0:9c", "version": 4, "addr": "10.10.10.6", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5", "rel": "bookmark"}], "image": {"id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "links": [{"href": "http://172.30.9.22:8774/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000093", "OS-SRV-USG:launched_at": "2018-08-13T12:05:12.000000", "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "9f35820c-a129-41ac-a594-2dbcfd9c43b5", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T12:05:12Z", "hostId": "8d0b1881bf07560719b87951fc4a332e39c2de5a1b27831a6812fe0a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.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-08-13T12:04:56Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:15,097 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5 used request id req-51ce8aab-db24-4d8d-a4f0-6cf3c464a8e8 2018-08-13 12:05:15,098 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-2' booted successfully. IP='10.10.10.6'. 2018-08-13 12:05:15,098 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-2' to security group 'sdnvpn-sg'... 2018-08-13 12:05:15,101 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 12:05:16,148 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12:05: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-3bb201e4-f757-4889-a405-fc222da43403 x-compute-request-id: req-3bb201e4-f757-4889-a405-fc222da43403 Content-Length: 0 Content-Type: application/json 2018-08-13 12:05:16,149 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-3bb201e4-f757-4889-a405-fc222da43403 2018-08-13 12:05:16,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9696/v2.0/ports -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:05:16,924 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11088 X-Openstack-Request-Id: req-af2f83fd-9f14-4456-8dc2-948422ba48a7 Date: Mon, 13 Aug 2018 12:05:16 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:02:37Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.1"}],"id":"1f78674a-999a-4f72-a786-5fb271229b9b","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:0b:e5:aa","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"488f7693-f2e7-4682-b11a-8be40a933b2e","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:04Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.2"}],"id":"2283e9e5-e19f-4fa2-80f6-36118b6acedf","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:82:4d:1a","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-f27d3529-ef56-4e49-9961-9c8554ca8c68","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:54:47Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"bec57e0c-47c0-4672-a48d-0b4ea48a7014","ip_address":"10.10.10.2"}],"id":"34bc9294-c9f2-403e-be14-f6d0d34d9938","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:27:f7:c0","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-55cb255e-aa31-40b9-be41-813e5d51446a","name":"","admin_state_up":true,"network_id":"55cb255e-aa31-40b9-be41-813e5d51446a","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:54:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:03Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"fe4ef3d0-7998-48f6-9231-c2fa20713631","ip_address":"192.168.2.1"}],"id":"360ccaac-80eb-444f-b946-07e7a840e6de","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:21:cf:37","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"f27d3529-ef56-4e49-9961-9c8554ca8c68","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:03Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.2"}],"id":"6d7c64e6-e35f-4377-a6d1-67f76ee63987","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:85:af:bf","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-3c0ee642-e04c-42e2-9905-402562238f37","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:00Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:05:15Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.6"}],"id":"6da10293-42af-4702-ad8f-07da2b863348","security_groups":["05b3e55a-94ef-44af-b34b-c4f741e7bb2b","adb76e46-106d-4b05-a433-ab53fdff7564"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:a0:9c","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f35820c-a129-41ac-a594-2dbcfd9c43b5","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:04:57Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:31:50Z","device_owner":"compute:nova","revision_number":4,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.4"}],"id":"97d21188-3ed0-450b-8fc7-f19ffced6b47","security_groups":["d8320bfd-5de9-4b1f-8598-df9be640a6ce"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:b7:5f:f5","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"13b97a19-f085-4c9f-8b4b-32f2eaff21c0","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:09Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:75:a4:ca"}],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:04:53Z","device_owner":"compute:nova","revision_number":6,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.11"}],"id":"9faea92d-7712-4067-af48-8a077f7192cf","security_groups":["05b3e55a-94ef-44af-b34b-c4f741e7bb2b","adb76e46-106d-4b05-a433-ab53fdff7564"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:75:a4:ca","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"209bf546-e3d3-4e53-a194-dcea3fa4c7b5","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:45Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:02:40Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.2"}],"id":"ab6ff3c7-ada8-44cb-a082-09a43e81df7e","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ea:75:8e","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-004320aa-7cb0-4fb4-b2d0-56ac620c8b95","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:02:36Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:02:39Z","device_owner":"network:router_gateway","revision_number":1,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"5544ebda-956f-43cd-b1c7-79b49e0c26ec","ip_address":"172.30.9.210"}],"id":"cd368fcd-3d55-4d4d-878c-51039ccbeba6","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:96:65:6a","project_id":"","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"488f7693-f2e7-4682-b11a-8be40a933b2e","name":"","admin_state_up":true,"network_id":"8796fccd-8b13-4235-9a19-2e128d43a69d","tenant_id":"","created_at":"2018-08-13T12:02:39Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:40:49Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"149bca8e-af59-4676-86fe-b94656d26b46","ip_address":"10.10.11.2"}],"id":"cfaf88da-099e-4224-9722-3f3744d3e29a","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:da:a6:e2","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-e1cb77ea-9320-40ee-8b85-a1c31b7c5899","name":"","admin_state_up":true,"network_id":"e1cb77ea-9320-40ee-8b85-a1c31b7c5899","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:46Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T06:30:02Z","device_owner":"network:router_interface","revision_number":2,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"7032a297-0d02-48a8-878d-a09f30b216fb","ip_address":"192.168.1.1"}],"id":"f7e68333-9bcf-4893-be1d-ff3fdaf81464","security_groups":[],"binding:vif_details":{},"binding:vif_type":"unbound","mac_address":"fa:16:3e:5a:a3:6d","project_id":"5116394dc2864fe6b3f81cb62352c7de","status":"DOWN","binding:host_id":"","description":"","tags":[],"device_id":"14f29cd2-7377-4608-b206-014a82548dd8","name":"","admin_state_up":true,"network_id":"3c0ee642-e04c-42e2-9905-402562238f37","tenant_id":"5116394dc2864fe6b3f81cb62352c7de","created_at":"2018-08-13T06:30:01Z","binding:vnic_type":"normal"},{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-08-13T11:40:48Z","device_owner":"network:dhcp","revision_number":3,"port_security_enabled":false,"binding:profile":{},"fixed_ips":[{"subnet_id":"216fa00f-a428-4a98-97a5-23fa7740d30d","ip_address":"10.10.10.2"}],"id":"fe035628-71b0-4ddd-bb8a-73fddba93473","security_groups":[],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:70:59:63","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-controller-0.opnfvlf.org","description":"","tags":[],"device_id":"dhcp827da361-9c56-50f7-913f-5a01f7bfed2c-0573f84e-9fd8-41f1-beb4-18f7893160e7","name":"","admin_state_up":true,"network_id":"0573f84e-9fd8-41f1-beb4-18f7893160e7","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T11:40:45Z","binding:vnic_type":"normal"}]} 2018-08-13 12:05:16,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.22:9696/v2.0/ports used request id req-af2f83fd-9f14-4456-8dc2-948422ba48a7 2018-08-13 12:05:16,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/ports/6da10293-42af-4702-ad8f-07da2b863348 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"port": {"allowed_address_pairs": [{"ip_address": "179.24.1.12/32", "mac_address": "fa:16:3e:c7:a0:9c"}]}}' 2018-08-13 12:05:17,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 974 X-Openstack-Request-Id: req-a7a0b897-9728-4976-b528-13234c6fb8a7 Date: Mon, 13 Aug 2018 12:05:17 GMT RESP BODY: {"port":{"allowed_address_pairs":[{"ip_address":"179.24.1.12/32","mac_address":"fa:16:3e:c7:a0:9c"}],"extra_dhcp_opts":[],"updated_at":"2018-08-13T12:05:17Z","device_owner":"compute:nova","revision_number":6,"binding:profile":{},"port_security_enabled":true,"fixed_ips":[{"subnet_id":"19861952-9a51-49c5-9a34-52433b2c6af8","ip_address":"10.10.10.6"}],"id":"6da10293-42af-4702-ad8f-07da2b863348","security_groups":["05b3e55a-94ef-44af-b34b-c4f741e7bb2b","adb76e46-106d-4b05-a433-ab53fdff7564"],"binding:vif_details":{},"binding:vif_type":"ovs","mac_address":"fa:16:3e:c7:a0:9c","project_id":"1dcb5dba3d6d42ea97f37319eab783f3","status":"ACTIVE","binding:host_id":"overcloud-novacompute-1.opnfvlf.org","description":"","tags":[],"device_id":"9f35820c-a129-41ac-a594-2dbcfd9c43b5","name":"","admin_state_up":true,"network_id":"004320aa-7cb0-4fb4-b2d0-56ac620c8b95","tenant_id":"1dcb5dba3d6d42ea97f37319eab783f3","created_at":"2018-08-13T12:04:57Z","binding:vnic_type":"normal"}} 2018-08-13 12:05:17,501 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/ports/6da10293-42af-4702-ad8f-07da2b863348 used request id req-a7a0b897-9728-4976-b528-13234c6fb8a7 2018-08-13 12:05:17,502 - sdnvpn_test_utils - INFO - Waiting for instance 209bf546-e3d3-4e53-a194-dcea3fa4c7b5 to boot up 2018-08-13 12:05:17,507 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e4f718a0e22e477384903bc5591b22063b681c13" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:17,507 - sdnvpn_test_utils - INFO - Waiting for instance 9f35820c-a129-41ac-a594-2dbcfd9c43b5 to boot up 2018-08-13 12:05:17,513 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:17,585 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-1c5c4c1d-1e6a-4270-8760-3b1889872af7 x-compute-request-id: req-1c5c4c1d-1e6a-4270-8760-3b1889872af7 Content-Encoding: gzip Content-Length: 10209 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 580536319 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.159369] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161047] pid_max: default: 32768 minimum: 301\n[ 0.161951] ACPI: Core revision 20150930\n[ 0.163384] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164719] Security Framework initialized\n[ 0.165548] Yama: becoming mindful.\n[ 0.166287] AppArmor: AppArmor initialized\n[ 0.167198] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.169152] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.170754] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.171993] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.173516] Initializing cgroup subsys io\n[ 0.174346] Initializing cgroup subsys memory\n[ 0.175219] Initializing cgroup subsys devices\n[ 0.176102] Initializing cgroup subsys freezer\n[ 0.176981] Initializing cgroup subsys net_cls\n[ 0.177861] Initializing cgroup subsys perf_event\n[ 0.178789] Initializing cgroup subsys net_prio\n[ 0.179701] Initializing cgroup subsys hugetlb\n[ 0.180593] Initializing cgroup subsys pids\n[ 0.181477] CPU: Physical Processor ID: 0\n[ 0.182994] mce: CPU supports 10 MCE banks\n[ 0.183865] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199273] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205353] ftrace: allocating 32123 entries in 126 pages\n[ 0.230721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231971] smpboot: Max logical packages: 1\n[ 0.232974] x2apic enabled\n[ 0.233784] Switched APIC routing to physical x2apic.\n[ 0.235537] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236674] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240505] KVM setup paravirtual spinlock\n[ 0.241920] x86: Booted up 1 node, 1 CPUs\n[ 0.242748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244195] devtmpfs: initialized\n[ 0.246720] evm: security.selinux\n[ 0.247441] evm: security.SMACK64\n[ 0.248146] evm: security.SMACK64EXEC\n[ 0.248900] evm: security.SMACK64TRANSMUTE\n[ 0.249728] evm: security.SMACK64MMAP\n[ 0.250486] evm: security.ima\n[ 0.251131] evm: security.capability\n[ 0.251970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253880] pinctrl core: initialized pinctrl subsystem\n[ 0.255011] RTC time: 12:05:11, date: 08/13/18\n[ 0.256015] NET: Registered protocol family 16\n[ 0.257054] cpuidle: using governor ladder\n[ 0.257897] cpuidle: using governor menu\n[ 0.258699] PCCT header not found.\n[ 0.259465] ACPI: bus type PCI registered\n[ 0.260279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261573] PCI: Using configuration type 1 for base access\n[ 0.263594] ACPI: Added _OSI(Module Device)\n[ 0.264457] ACPI: Added _OSI(Processor Device)\n[ 0.265329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268038] ACPI: Interpreter enabled\n[ 0.268821] ACPI: (supports S0 S5)\n[ 0.269537] ACPI: Using IOAPIC for interrupt routing\n[ 0.270498] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276236] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279718] acpiphp: Slot [3] registered\n[ 0.280539] acpiphp: Slot [4] registered\n[ 0.281350] acpiphp: Slot [5] registered\n[ 0.282158] acpiphp: Slot [6] registered\n[ 0.282965] acpiphp: Slot [7] registered\n[ 0.283770] acpiphp: Slot [8] registered\n[ 0.284585] acpiphp: Slot [9] registered\n[ 0.285405] acpiphp: Slot [10] registered\n[ 0.286222] acpiphp: Slot [11] registered\n[ 0.287036] acpiphp: Slot [12] registered\n[ 0.287854] acpiphp: Slot [13] registered\n[ 0.288681] acpiphp: Slot [14] registered\n[ 0.299534] acpiphp: Slot [15] registered\n[ 0.300363] acpiphp: Slot [16] registered\n[ 0.301180] acpiphp: Slot [17] registered\n[ 0.302001] acpiphp: Slot [18] registered\n[ 0.302819] acpiphp: Slot [19] registered\n[ 0.303639] acpiphp: Slot [20] registered\n[ 0.304466] acpiphp: Slot [21] registered\n[ 0.305282] acpiphp: Slot [22] registered\n[ 0.306106] acpiphp: Slot [23] registered\n[ 0.306932] acpiphp: Slot [24] registered\n[ 0.307761] acpiphp: Slot [25] registered\n[ 0.308588] acpiphp: Slot [26] registered\n[ 0.309408] acpiphp: Slot [27] registered\n[ 0.310230] acpiphp: Slot [28] registered\n[ 0.311062] acpiphp: Slot [29] registered\n[ 0.311896] acpiphp: Slot [30] registered\n[ 0.312724] acpiphp: Slot [31] registered\n[ 0.313543] PCI host bridge to bus 0000:00\n[ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315606] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.318314] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319852] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.321376] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324711] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328523] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333354] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354081] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355635] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361729] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365728] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367625] SCSI subsystem initialized\n[ 0.368546] ACPI: bus type USB registered\n[ 0.369394] usbcore: registered new interface driver usbfs\n[ 0.370451] usbcore: registered new interface driver hub\n[ 0.371481] usbcore: registered new device driver usb\n[ 0.372616] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374484] NetLabel: domain hash size = 128\n[ 0.375357] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376328] NetLabel: unlabeled traffic allowed by default\n[ 0.377494] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378525] clocksource: Switched to clocksource kvm-clock\n[ 0.386746] AppArmor: AppArmor Filesystem Enabled\n[ 0.387743] pnp: PnP ACPI init\n[ 0.388714] pnp: PnP ACPI: found 5 devices\n[ 0.395102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397090] NET: Registered protocol family 2\n[ 0.398314] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399802] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401270] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402696] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403843] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405067] NET: Registered protocol family 1\n[ 0.405966] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407088] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408185] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436710] Trying to unpack rootfs image as initramfs...\n[ 1.744164] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748343] Scanning for low memory corruption every 60 seconds\n[ 1.750004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751252] audit: initializing netlink subsys (disabled)\n[ 1.752368] audit: type=2000 audit(1534161914.113:1): initialized\n[ 1.753775] Initialise system trusted keyring\n[ 1.754814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756002] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.758056] zbud: loaded\n[ 1.758819] VFS: Disk quotas dquot_6.6.0\n[ 1.759667] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.761122] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.762396] fuse init (API version 7.23)\n[ 1.763307] Key type big_key registered\n[ 1.764126] Allocating IMA MOK and blacklist keyrings.\n[ 1.765276] Key type asymmetric registered\n[ 1.766128] Asymmetric key parser 'x509' registered\n[ 1.767121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.768620] io scheduler noop registered\n[ 1.769428] io scheduler deadline registered (default)\n[ 1.770446] io scheduler cfq registered\n[ 1.771332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772399] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.775197] ACPI: Power Button [PWRF]\n[ 1.776119] GHES: HEST is not enabled!\n[ 1.790042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819027] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847631] Linux agpgart interface v0.103\n[ 1.849937] brd: module loaded\n[ 1.851287] loop: module loaded\n[ 1.852976] vda: vda1\n[ 1.854245] scsi host0: ata_piix\n[ 1.855021] scsi host1: ata_piix\n[ 1.855764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.857027] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.858570] libphy: Fixed MDIO Bus: probed\n[ 1.859415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860391] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.862698] PPP generic driver version 2.4.2\n[ 1.863758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.865058] ehci-pci: EHCI PCI platform driver\n[ 1.865990] ehci-platform: EHCI generic platform driver\n[ 1.867030] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.868293] ohci-pci: OHCI PCI platform driver\n[ 1.869203] ohci-platform: OHCI generic platform driver\n[ 1.870230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.884600] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.885649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.887171] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.888218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.889413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892207] usb usb1: Product: UHCI Host Controller\n[ 1.893193] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894410] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895419] hub 1-0:1.0: USB hub found\n[ 1.896210] hub 1-0:1.0: 2 ports detected\n[ 1.897179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899402] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900386] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901458] mousedev: PS/2 mouse device common for all mice\n[ 1.902770] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904911] rtc_cmos 00:00: RTC can wake from S4\n[ 1.906038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.907271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908510] i2c /dev entries driver\n[ 1.909297] device-mapper: uevent: version 1.0.3\n[ 1.910274] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.913379] NET: Registered protocol family 10\n[ 1.914502] NET: Registered protocol family 17\n[ 1.915435] Key type dns_resolver registered\n[ 1.916425] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.917577] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919413] registered taskstats version 1\n[ 1.920280] Loading compiled-in X.509 certificates\n[ 1.921770] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.923691] zswap: loaded using pool lzo/zbud\n[ 1.925752] Key type trusted registered\n[ 1.928221] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930172] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931257] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 14:772:76\n[ 1.933114] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:13 UTC (1534161913)\n[ 1.934801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935951] EDD information not available.\n[ 2.011176] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012678] ata1.00: configured for MWDMA2\n[ 2.013956] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.026624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.027930] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031488] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.033063] Write protecting the kernel read-only data: 14336k\n[ 2.035200] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.037008] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.047157] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048996] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051124] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054933] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056797] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058745] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060577] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062401] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064843] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096784] virtio_net virtio0 ens3: renamed from eth0\n[ 2.105109] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.107031] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.133803] AVX2 version of gcm_enc/dec engaged.\n[ 2.134800] AES CTR mode by8 optimization enabled\n[ 2.136072] FDC 0 is a S82078B\n[ 2.206603] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373016] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375855] usb 1-1: Product: QEMU USB Tablet\n[ 2.376813] usb 1-1: Manufacturer: QEMU\n[ 2.377682] usb 1-1: SerialNumber: 42\n[ 2.384922] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391555] usbcore: registered new interface driver usbhid\n[ 2.392935] usbhid: USB HID core driver\n[ 2.395450] 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.397896] 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.746717] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.748310] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.667624] md: linear personality registered for level -1\n[ 3.670895] md: multipath personality registered for level -4\n[ 3.674158] md: raid0 personality registered for level 0\n[ 3.677768] md: raid1 personality registered for level 1\n[ 3.750530] raid6: sse2x1 gen() 11459 MB/s\n[ 3.818536] raid6: sse2x1 xor() 8863 MB/s\n[ 3.886525] raid6: sse2x2 gen() 14462 MB/s\n[ 3.954535] raid6: sse2x2 xor() 9878 MB/s\n[ 4.022524] raid6: sse2x4 gen() 16994 MB/s\n[ 4.090525] raid6: sse2x4 xor() 11813 MB/s\n[ 4.158524] raid6: avx2x1 gen() 22621 MB/s\n[ 4.226534] raid6: avx2x2 gen() 26227 MB/s\n[ 4.294524] raid6: avx2x4 gen() 30472 MB/s\n[ 4.295417] raid6: using algorithm avx2x4 gen() 30472 MB/s\n[ 4.296484] raid6: using avx2x2 recovery algorithm\n[ 4.300412] xor: automatically using best checksumming function:\n[ 4.338523] avx : 35226.000 MB/sec\n[ 4.340923] async_tx: api initialized (async)\n[ 4.352076] md: raid6 personality registered for level 6\n[ 4.353133] md: raid5 personality registered for level 5\n[ 4.354156] md: raid4 personality registered for level 4\n[ 4.359774] 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.389032] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421671] 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.519938] 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.524092] systemd[1]: Detected virtualization kvm.\n[ 4.525094] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529400] systemd[1]: Set hostname to .\n[ 4.533529] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534751] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.672115] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.674444] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.676684] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.679089] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.681290] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.683606] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.685584] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.687545] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.689338] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.691535] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.693836] 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.696648] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.698725] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.701133] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.703818] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.705767] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.708219] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.711213] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.714676] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.722222] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.723601] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.727212] 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.732953] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.737776] 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.749153] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.760663] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.765904] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.771651] 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.783360] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.785858] Loading iSCSI transport class v2.0-870.\n[ 4.787820] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.794868] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.798974] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.800963] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.807663] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.813617] iscsi: registered transport (tcp)\n[ 4.814610] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.873382] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0"} 2018-08-13 12:05:17,586 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-1c5c4c1d-1e6a-4270-8760-3b1889872af7 2018-08-13 12:05:17,593 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-623d0183-368f-48da-9bf0-79803eb3fb4d x-compute-request-id: req-623d0183-368f-48da-9bf0-79803eb3fb4d Content-Encoding: gzip Content-Length: 13511 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 879855696 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.150544] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.152773] pid_max: default: 32768 minimum: 301\n[ 0.153990] ACPI: Core revision 20150930\n[ 0.155671] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.157435] Security Framework initialized\n[ 0.158528] Yama: becoming mindful.\n[ 0.159504] AppArmor: AppArmor initialized\n[ 0.160665] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.163095] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.165130] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.166800] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.168826] Initializing cgroup subsys io\n[ 0.169931] Initializing cgroup subsys memory\n[ 0.171102] Initializing cgroup subsys devices\n[ 0.172278] Initializing cgroup subsys freezer\n[ 0.173469] Initializing cgroup subsys net_cls\n[ 0.174639] Initializing cgroup subsys perf_event\n[ 0.175873] Initializing cgroup subsys net_prio\n[ 0.177084] Initializing cgroup subsys hugetlb\n[ 0.178252] Initializing cgroup subsys pids\n[ 0.179416] CPU: Physical Processor ID: 0\n[ 0.181178] mce: CPU supports 10 MCE banks\n[ 0.182307] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.183676] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.198654] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.207436] ftrace: allocating 32123 entries in 126 pages\n[ 0.239534] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.241465] smpboot: Max logical packages: 1\n[ 0.242986] x2apic enabled\n[ 0.244079] Switched APIC routing to physical x2apic.\n[ 0.246368] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.248096] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.251232] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.254002] KVM setup paravirtual spinlock\n[ 0.257318] x86: Booted up 1 node, 1 CPUs\n[ 0.258530] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.260691] devtmpfs: initialized\n[ 0.263820] evm: security.selinux\n[ 0.264838] evm: security.SMACK64\n[ 0.265858] evm: security.SMACK64EXEC\n[ 0.266958] evm: security.SMACK64TRANSMUTE\n[ 0.268171] evm: security.SMACK64MMAP\n[ 0.269273] evm: security.ima\n[ 0.270213] evm: security.capability\n[ 0.271550] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.274481] pinctrl core: initialized pinctrl subsystem\n[ 0.276196] RTC time: 12:04:49, date: 08/13/18\n[ 0.277731] NET: Registered protocol family 16\n[ 0.279301] cpuidle: using governor ladder\n[ 0.280515] cpuidle: using governor menu\n[ 0.281693] PCCT header not found.\n[ 0.282819] ACPI: bus type PCI registered\n[ 0.284028] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.285989] PCI: Using configuration type 1 for base access\n[ 0.288782] ACPI: Added _OSI(Module Device)\n[ 0.290045] ACPI: Added _OSI(Processor Device)\n[ 0.291353] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.292718] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.295588] ACPI: Interpreter enabled\n[ 0.296741] ACPI: (supports S0 S5)\n[ 0.297795] ACPI: Using IOAPIC for interrupt routing\n[ 0.299232] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.303534] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.305290] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.307205] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.309039] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.312310] acpiphp: Slot [3] registered\n[ 0.313523] acpiphp: Slot [4] registered\n[ 0.314725] acpiphp: Slot [5] registered\n[ 0.315931] acpiphp: Slot [6] registered\n[ 0.317124] acpiphp: Slot [7] registered\n[ 0.318211] acpiphp: Slot [8] registered\n[ 0.319357] acpiphp: Slot [9] registered\n[ 0.320533] acpiphp: Slot [10] registered\n[ 0.321744] acpiphp: Slot [11] registered\n[ 0.322947] acpiphp: Slot [12] registered\n[ 0.324134] acpiphp: Slot [13] registered\n[ 0.325323] acpiphp: Slot [14] registered\n[ 0.336290] acpiphp: Slot [15] registered\n[ 0.337521] acpiphp: Slot [16] registered\n[ 0.338729] acpiphp: Slot [17] registered\n[ 0.339900] acpiphp: Slot [18] registered\n[ 0.341101] acpiphp: Slot [19] registered\n[ 0.342291] acpiphp: Slot [20] registered\n[ 0.343463] acpiphp: Slot [21] registered\n[ 0.344657] acpiphp: Slot [22] registered\n[ 0.345923] acpiphp: Slot [23] registered\n[ 0.347125] acpiphp: Slot [24] registered\n[ 0.348316] acpiphp: Slot [25] registered\n[ 0.349524] acpiphp: Slot [26] registered\n[ 0.350718] acpiphp: Slot [27] registered\n[ 0.351915] acpiphp: Slot [28] registered\n[ 0.353129] acpiphp: Slot [29] registered\n[ 0.354340] acpiphp: Slot [30] registered\n[ 0.355539] acpiphp: Slot [31] registered\n[ 0.356731] PCI host bridge to bus 0000:00\n[ 0.357947] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.359829] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.361711] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.363896] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.366072] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.368292] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.373285] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.375238] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.377061] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.379039] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.383196] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.385325] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.407478] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.409316] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.411302] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.413683] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.415567] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.417348] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.419196] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.420381] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.421947] vgaarb: loaded\n[ 0.422558] vgaarb: bridge control possible 0000:00:02.0\n[ 0.423914] SCSI subsystem initialized\n[ 0.424854] ACPI: bus type USB registered\n[ 0.425708] usbcore: registered new interface driver usbfs\n[ 0.426766] usbcore: registered new interface driver hub\n[ 0.427791] usbcore: registered new device driver usb\n[ 0.428949] PCI: Using ACPI for IRQ routing\n[ 0.430105] NetLabel: Initializing\n[ 0.430839] NetLabel: domain hash size = 128\n[ 0.431707] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.432690] NetLabel: unlabeled traffic allowed by default\n[ 0.433879] amd_nb: Cannot enumerate AMD northbridges\n[ 0.434885] clocksource: Switched to clocksource kvm-clock\n[ 0.443424] AppArmor: AppArmor Filesystem Enabled\n[ 0.444424] pnp: PnP ACPI init\n[ 0.445422] pnp: PnP ACPI: found 5 devices\n[ 0.451835] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.453608] NET: Registered protocol family 2\n[ 0.454675] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.456021] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.457310] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.458604] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.459727] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.460967] NET: Registered protocol family 1\n[ 0.461867] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.462991] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.464082] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.478276] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.492589] Trying to unpack rootfs image as initramfs...\n[ 1.809876] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.811877] Scanning for low memory corruption every 60 seconds\n[ 1.813301] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.814527] audit: initializing netlink subsys (disabled)\n[ 1.815627] audit: type=2000 audit(1534161890.973:1): initialized\n[ 1.817010] Initialise system trusted keyring\n[ 1.817984] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.819183] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.821213] zbud: loaded\n[ 1.821961] VFS: Disk quotas dquot_6.6.0\n[ 1.822801] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.824251] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.825522] fuse init (API version 7.23)\n[ 1.826446] Key type big_key registered\n[ 1.827272] Allocating IMA MOK and blacklist keyrings.\n[ 1.828431] Key type asymmetric registered\n[ 1.829271] Asymmetric key parser 'x509' registered\n[ 1.830259] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.831765] io scheduler noop registered\n[ 1.832578] io scheduler deadline registered (default)\n[ 1.833594] io scheduler cfq registered\n[ 1.834454] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.835527] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.836826] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.838301] ACPI: Power Button [PWRF]\n[ 1.839187] GHES: HEST is not enabled!\n[ 1.853047] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.880883] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.883064] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.907137] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.909334] Linux agpgart interface v0.103\n[ 1.911549] brd: module loaded\n[ 1.912875] loop: module loaded\n[ 1.914497] vda: vda1\n[ 1.915646] scsi host0: ata_piix\n[ 1.916424] scsi host1: ata_piix\n[ 1.917142] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.918388] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.919880] libphy: Fixed MDIO Bus: probed\n[ 1.920727] tun: Universal TUN/TAP device driver, 1.6\n[ 1.921699] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.923899] PPP generic driver version 2.4.2\n[ 1.924831] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.926056] ehci-pci: EHCI PCI platform driver\n[ 1.926984] ehci-platform: EHCI generic platform driver\n[ 1.928003] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.929162] ohci-pci: OHCI PCI platform driver\n[ 1.930055] ohci-platform: OHCI generic platform driver\n[ 1.931078] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.945332] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.946389] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.947876] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.948903] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.950085] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.951349] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.952801] usb usb1: Product: UHCI Host Controller\n[ 1.953752] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.954929] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.955915] hub 1-0:1.0: USB hub found\n[ 1.956712] hub 1-0:1.0: 2 ports detected\n[ 1.957657] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.959836] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.960825] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.961885] mousedev: PS/2 mouse device common for all mice\n[ 1.963192] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.965090] rtc_cmos 00:00: RTC can wake from S4\n[ 1.966252] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.967482] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.968713] i2c /dev entries driver\n[ 1.969497] device-mapper: uevent: version 1.0.3\n[ 1.970463] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.972129] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.973477] NET: Registered protocol family 10\n[ 1.974552] NET: Registered protocol family 17\n[ 1.975469] Key type dns_resolver registered\n[ 1.976449] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.977581] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.979394] registered taskstats version 1\n[ 1.980254] Loading compiled-in X.509 certificates\n[ 1.981729] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.983619] zswap: loaded using pool lzo/zbud\n[ 1.985560] Key type trusted registered\n[ 1.988021] Key type encrypted registered\n[ 1.988880] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.989946] ima: No TPM chip found, activating TPM-bypass!\n[ 1.991024] evm: HMAC attrs: 0x1\n[ 1.992001] Magic number: 14:772:76\n[ 1.992881] rtc_cmos 00:00: setting system clock to 2018-08-13 12:04:50 UTC (1534161890)\n[ 1.994540] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.995688] EDD information not available.\n[ 2.075460] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.076936] ata1.00: configured for MWDMA2\n[ 2.078178] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.091054] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.092395] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.093749] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.095960] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.097572] Write protecting the kernel read-only data: 14336k\n[ 2.099757] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.101597] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.112120] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.114054] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.116249] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.118264] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.120228] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.122195] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.124238] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.126166] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.128739] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.131219] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.168076] virtio_net virtio0 ens3: renamed from eth0\n[ 2.176754] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.179260] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.205685] AVX2 version of gcm_enc/dec engaged.\n[ 2.206922] AES CTR mode by8 optimization enabled\n[ 2.211290] FDC 0 is a S82078B\n[ 2.266896] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.433473] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.435130] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.436806] usb 1-1: Product: QEMU USB Tablet\n[ 2.437934] usb 1-1: Manufacturer: QEMU\n[ 2.438920] usb 1-1: SerialNumber: 42\n[ 2.446170] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.452809] usbcore: registered new interface driver usbhid\n[ 2.454216] usbhid: USB HID core driver\n[ 2.456717] 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.459511] 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.810945] tsc: Refined TSC clocksource calibration: 3491.850 MHz\n[ 2.812371] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553e4bfc5, max_idle_ns: 440795309851 ns\nBegin: Loading essential drivers ... [ 3.720068] md: linear personality registered for level -1\n[ 3.723250] md: multipath personality registered for level -4\n[ 3.726445] md: raid0 personality registered for level 0\n[ 3.729993] md: raid1 personality registered for level 1\n[ 3.798886] raid6: sse2x1 gen() 11653 MB/s\n[ 3.866886] raid6: sse2x1 xor() 9125 MB/s\n[ 3.934886] raid6: sse2x2 gen() 15118 MB/s\n[ 4.002885] raid6: sse2x2 xor() 9967 MB/s\n[ 4.070906] raid6: sse2x4 gen() 17308 MB/s\n[ 4.138885] raid6: sse2x4 xor() 11927 MB/s\n[ 4.206885] raid6: avx2x1 gen() 22893 MB/s\n[ 4.274884] raid6: avx2x2 gen() 27365 MB/s\n[ 4.342885] raid6: avx2x4 gen() 30769 MB/s\n[ 4.343994] raid6: using algorithm avx2x4 gen() 30769 MB/s\n[ 4.345346] raid6: using avx2x2 recovery algorithm\n[ 4.347683] xor: automatically using best checksumming function:\n[ 4.386884] avx : 36281.000 MB/sec\n[ 4.389056] async_tx: api initialized (async)\n[ 4.397899] md: raid6 personality registered for level 6\n[ 4.399197] md: raid5 personality registered for level 5\n[ 4.400443] md: raid4 personality registered for level 4\n[ 4.405240] 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.434900] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.463280] 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.586966] 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.590360] systemd[1]: Detected virtualization kvm.\n[ 4.591349] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.595202] systemd[1]: Set hostname to .\n[ 4.598501] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.599685] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.727306] 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.730300] 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.733710] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.735930] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.738013] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.739862] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.741956] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.744076] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.746289] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.748553] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.750724] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.753206] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.755722] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.757803] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.760109] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.761912] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.764218] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.766141] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.768518] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.771770] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.774484] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.780421] 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.792280] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.799198] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.802824] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.807868] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.815312] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.824204] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.826894] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.833202] 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.842231] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.844209] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.849253] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.852714] 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 Set console keymap.\n[[0;32m OK [0m] Started Nameserver information manager.\n[ 4.872247] Loading iSCSI transport class v2.0-870.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n Starting Create Static Device Nodes in /dev...\n[ 4.960180] EXT4-fs (vda1): re-mounted. Opts: (null)\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[ 4.964940] iscsi: registered transport (tcp)\n Starting Flush Journal to Persistent Storage...\n Starting Initial cloud-init job (pre-networking)...\n Starting udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n[[0;32m OK [0m] Started Load/Save Random Seed.\n[ 4.996491] systemd-journald[371]: Received request to flush runtime journal from PID 1\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[ 5.064408] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started udev Kernel Device Manager.\n[[0;32m OK [0m] Started udev Coldplug all Devices.\n[[0;32m OK [0m] Started Dispatch Password Requests to Console Directory Watch.\n[[0;32m OK [0m] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting Create Volatile Files and Directories...\n Starting LSB: AppArmor initialization...\n Starting Set console font and keymap...\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started Create Volatile Files and Directories.\n Starting Network Time Synchronization...\n Starting Update UTMP about System Boot/Shutdown...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.532070] cloud-init[424]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 13 Aug 2018 12:04:54 +0000. Up 5.88 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.092298] cloud-init[1015]: Cloud-init v. 0.7.9 running 'init' at Mon, 13 Aug 2018 12:04:56 +0000. Up 7.58 seconds.\n[ 8.094957] cloud-init[1015]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.100329] cloud-init[1015]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.108126] cloud-init[1015]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.110709] cloud-init[1015]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.116361] cloud-init[1015]: ci-info: | ens3 | True | 10.10.10.11 | 255.255.255.0 | . | fa:16:3e:75:a4:ca |\n[ 8.124141] cloud-init[1015]: ci-info: | ens3 | True | fe80::f816:3eff:fe75:a4ca/64 | . | link | fa:16:3e:75:a4:ca |\n[ 8.126812] cloud-init[1015]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.132312] cloud-init[1015]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.140130] cloud-init[1015]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.142659] cloud-init[1015]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.148325] cloud-init[1015]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.150642] cloud-init[1015]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[ 8.156234] cloud-init[1015]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.158248] cloud-init[1015]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n\n[ 8.162399] cloud-init[[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n Starting Socket activation for snappy daemon.\n[1015]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.169734] cloud-init[1015]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.171736] cloud-init[1015]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+ Starting LXD - unix socket.\n[[0;32m OK [0m] Started Daily apt activities.\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[ 8.180557] cloud-init[1015]: Generating public/private rsa key pair.\n[ 8.181909] cloud-init[1015]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.183651] cloud-init\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Reached target Network is Online.\n [1015]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.189435] cloud-init[1015]: The key fingerprint is:\n[ 8.190557] cloud-init[1015]: SHA256:1uI6wtJdjc4OPZL9Gr2neRbQCdqOQkox5NIG7dxvSCc root@sdnvpn-13-1Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m\n[ 8.196428] cloud-init[1015]: The key's randomart image is:\n[ 8.197615] cloud-init[1015]: +---[RSA 2048]----+\n[ 8.198674] cloud-init[1015]: | .o. |\n[ 8.199751] cloud-init[1015]: | ++ . |\n[ 8.200848] cloud-init[1015]: | .o++ o o . |\n[ 8.201905] cloud-init[1015]: | o+ E o.o o |\n[ 8.202963] cloud-init[1015]: | . + =S=.. |\n] Listening on LXD - unix socket.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.[ 8.208278] cloud-init[1015]: | . o**oo . |\n[ 8.209353] cloud-init[1015]: | o .+** . . |\n[ 8.210395] cloud-init[1015]: | . + o+o+ o+ |\n[ 8.211463] cloud-init[1015]: \n| . ..oo.== |\n Starting Pollinate to seed the pseudo random number generator...\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n[ 8.221531] cloud-init[1015]: +----[SHA256]-----+\n[ 8.224865] cloud-init[1015]: Generating public/private dsa key pair.\n[ 8.227124] cloud-init[1015]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.228755] cloud-init[1015]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.230431] cloud-init[1015]: The key fingerprint is:\n[ 8.231476] cloud-init[1015]: SHA256:uCpjyte2ptsVG1I42dICT9t/5epld2LIziasjpw5PFY root@sdnvpn-13-1\n[ 8.232939] cloud-init[1015]: The key's randomart image is:\n[ 8.234022] cloud-init[1015]: +---[DSA 1024]----+\n[ 8.235012] cloud-init[1015]: | . . |\n[ 8.236021] cloud-init[1015]: | + B |\n[ 8.237009] cloud-init[1015]: | O = . |\n[ 8.237999] cloud-init[1015]: | =.. o |\n[ 8.238990] cloud-init[1015]: | ..oS. . . |\n[ 8.239991] cloud-init[1015]: | ..E .... |\n[ 8.241005] cloud-init[1015]: | ...+ . .ooo..|\n[ 8.241996] cloud-init[1015]: |. +..**+ +o+....|\n[ 8.242990] cloud-init[1015]: |.+.=*+*+o. +o |\n[ 8.243980] cloud-init[1015]: +----[SHA256]-----+\n[ 8.244990] cloud-init[1015]: Generating public/private ecdsa key pair.\n[ 8.246173] cloud-init[1015]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.\n[ 8.247592] cloud-init[1015]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 8.249031] cloud-init[1015]: The key fingerprint is:\n[ 8.250055] cloud-init[1015]: SHA256:jtz0yqh/1Hz5IrL6VUSLMUaFJviFwe+/CJZBtWjkFG0 root@sdnvpn-13-1\n[ 8.251489] cloud-init[1015]: The key's randomart image is:\n[ 8.252610] cloud-init[1015]: +---[ECDSA 256]---+\n[ 8.253600] cloud-init[1015]: | o=**oo |\n[ 8.254594] cloud-init[1015]: | .+++E* . |\n[ 8.255583] cloud-init[1015]: | .=*o o |\n[ 8.256595] cloud-init[1015]: | o. .. |\n[ 8.257598] cloud-init[1015]: | S+ .. |\n[ 8.258583] cloud-init[1015]: | . =.++.o |\n[ 8.259578] cloud-init[1015]: | o.* oo . |\n[ 8.260587] cloud-init[1015]: | +o+..o . |\n[ 8.261581] cloud-init[1015]: | .o++=o...o |\n[ 8.262576] cloud-init[1015]: +----[SHA256]-----+\n[ 8.263572] cloud-init[1015]: Generating public/private ed25519 key pair.\n[ 8.264813] cloud-init[1015]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.266239] cloud-init[1015]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.267683] cloud-init[1015]: The key fingerprint is:\n[ 8.268746] cloud-init[1015]: SHA256:LuCDUwVwboqnZpSFqMbaHAT0a6Goa5/P3vPCPPPSYIA root@sdnvpn-13-1\n[ 8.270170] cloud-init[1015]: The key's randomart image is:\n[ 8.271243] cloud-init[1015]: +--[ED25519 256]--+\n[ 8.272255] cloud-init[1015]: |o...o |\n[ 8.273247] cloud-init[1015]: |..oo . |\n[ 8.274241] cloud-init[1015]: |...++ . |\n[ 8.275244] cloud-init[1015]: |+o+Eoo |\n[ 8.276255] cloud-init[1015]: |+*+oo . S |\n[ 8.277250] cloud-init[1015]: |==.= . + |\n[ 8.278254] cloud-init[1015]: |+o= o = + |\n[ 8.279252] cloud-init[1015]: |oo .o..X . |\n[ 8.280281] cloud-init[1015]: |o .oo+ .Oo |\n[ 8.281417] cloud-init[1015]: +----[SHA256]-----+\n Starting LXD - container startup/shutdown...\n Starting Login Service...\n Starting LSB: Record successful boot for GRUB...\n[[0;32m OK [0m] Started Regular background program processing daemon.\n Starting /etc/rc.local Compatibility...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started ACPI event daemon.\n Starting Apply the settings specified in cloud-config...\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Auto import assertions from block devices...\n Starting LSB: MD monitoring daemon...\n Starting Accounts Service...\n Starting System Logging Service...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[[0;32m OK [0m] Started Auto import assertions from block devices.\n Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Started Login Service.\n[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: start and stop the Quagga routing suite...\n[[0;32m OK [0m] Started Permit User Sessions.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started System Logging Service.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Started Getty on tty1.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\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 LSB: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[ 9.221772] cloud-init[1154]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 10.273326] cloud-init[1154]: en_US.UTF-8... done\n[ 10.275320] cloud-init[1154]: Generation complete.\n[ 11.804221] cloud-init[1154]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 13 Aug 2018 12:04:57 +0000. Up 9.06 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 12.130587] cloud-init[1382]: + sudo useradd -m sdnvpn\n[ 12.198045] cloud-init[1382]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.656070] cloud-init[1382]: + sudo adduser sdnvpn sudo\n[ 13.703787] cloud-init[1382]: sudo: unable to resolve host sdnvpn-13-1\n[ 13.919636] cloud-init[1382]: Adding user `sdnvpn' to group `sudo' ...\n[ 13.924073] cloud-init[1382]: Adding user sdnvpn to group sudo\n[ 14.204052] cloud-init[1382]: Done.\n[ 14.206405] cloud-init[1382]: + chpasswd\n[ 14.207420] cloud-init[1382]: + sudo echo sdnvpn:opnfv\n[ 14.264578] cloud-init[1382]: sudo: unable to resolve host sdnvpn-13-1\n[ 14.399754] cloud-init[1382]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-1 ttyS0\n\nsdnvpn-13-1 login: "} 2018-08-13 12:05:17,594 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5/action used request id req-623d0183-368f-48da-9bf0-79803eb3fb4d 2018-08-13 12:05:19,652 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:19,743 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05: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-86641132-ea3b-4540-8190-0b567c27e4cd x-compute-request-id: req-86641132-ea3b-4540-8190-0b567c27e4cd Content-Encoding: gzip Content-Length: 10535 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 580536319 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.159369] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161047] pid_max: default: 32768 minimum: 301\n[ 0.161951] ACPI: Core revision 20150930\n[ 0.163384] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164719] Security Framework initialized\n[ 0.165548] Yama: becoming mindful.\n[ 0.166287] AppArmor: AppArmor initialized\n[ 0.167198] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.169152] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.170754] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.171993] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.173516] Initializing cgroup subsys io\n[ 0.174346] Initializing cgroup subsys memory\n[ 0.175219] Initializing cgroup subsys devices\n[ 0.176102] Initializing cgroup subsys freezer\n[ 0.176981] Initializing cgroup subsys net_cls\n[ 0.177861] Initializing cgroup subsys perf_event\n[ 0.178789] Initializing cgroup subsys net_prio\n[ 0.179701] Initializing cgroup subsys hugetlb\n[ 0.180593] Initializing cgroup subsys pids\n[ 0.181477] CPU: Physical Processor ID: 0\n[ 0.182994] mce: CPU supports 10 MCE banks\n[ 0.183865] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199273] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205353] ftrace: allocating 32123 entries in 126 pages\n[ 0.230721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231971] smpboot: Max logical packages: 1\n[ 0.232974] x2apic enabled\n[ 0.233784] Switched APIC routing to physical x2apic.\n[ 0.235537] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236674] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240505] KVM setup paravirtual spinlock\n[ 0.241920] x86: Booted up 1 node, 1 CPUs\n[ 0.242748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244195] devtmpfs: initialized\n[ 0.246720] evm: security.selinux\n[ 0.247441] evm: security.SMACK64\n[ 0.248146] evm: security.SMACK64EXEC\n[ 0.248900] evm: security.SMACK64TRANSMUTE\n[ 0.249728] evm: security.SMACK64MMAP\n[ 0.250486] evm: security.ima\n[ 0.251131] evm: security.capability\n[ 0.251970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253880] pinctrl core: initialized pinctrl subsystem\n[ 0.255011] RTC time: 12:05:11, date: 08/13/18\n[ 0.256015] NET: Registered protocol family 16\n[ 0.257054] cpuidle: using governor ladder\n[ 0.257897] cpuidle: using governor menu\n[ 0.258699] PCCT header not found.\n[ 0.259465] ACPI: bus type PCI registered\n[ 0.260279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261573] PCI: Using configuration type 1 for base access\n[ 0.263594] ACPI: Added _OSI(Module Device)\n[ 0.264457] ACPI: Added _OSI(Processor Device)\n[ 0.265329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268038] ACPI: Interpreter enabled\n[ 0.268821] ACPI: (supports S0 S5)\n[ 0.269537] ACPI: Using IOAPIC for interrupt routing\n[ 0.270498] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276236] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279718] acpiphp: Slot [3] registered\n[ 0.280539] acpiphp: Slot [4] registered\n[ 0.281350] acpiphp: Slot [5] registered\n[ 0.282158] acpiphp: Slot [6] registered\n[ 0.282965] acpiphp: Slot [7] registered\n[ 0.283770] acpiphp: Slot [8] registered\n[ 0.284585] acpiphp: Slot [9] registered\n[ 0.285405] acpiphp: Slot [10] registered\n[ 0.286222] acpiphp: Slot [11] registered\n[ 0.287036] acpiphp: Slot [12] registered\n[ 0.287854] acpiphp: Slot [13] registered\n[ 0.288681] acpiphp: Slot [14] registered\n[ 0.299534] acpiphp: Slot [15] registered\n[ 0.300363] acpiphp: Slot [16] registered\n[ 0.301180] acpiphp: Slot [17] registered\n[ 0.302001] acpiphp: Slot [18] registered\n[ 0.302819] acpiphp: Slot [19] registered\n[ 0.303639] acpiphp: Slot [20] registered\n[ 0.304466] acpiphp: Slot [21] registered\n[ 0.305282] acpiphp: Slot [22] registered\n[ 0.306106] acpiphp: Slot [23] registered\n[ 0.306932] acpiphp: Slot [24] registered\n[ 0.307761] acpiphp: Slot [25] registered\n[ 0.308588] acpiphp: Slot [26] registered\n[ 0.309408] acpiphp: Slot [27] registered\n[ 0.310230] acpiphp: Slot [28] registered\n[ 0.311062] acpiphp: Slot [29] registered\n[ 0.311896] acpiphp: Slot [30] registered\n[ 0.312724] acpiphp: Slot [31] registered\n[ 0.313543] PCI host bridge to bus 0000:00\n[ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315606] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.318314] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319852] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.321376] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324711] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328523] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333354] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354081] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355635] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361729] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365728] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367625] SCSI subsystem initialized\n[ 0.368546] ACPI: bus type USB registered\n[ 0.369394] usbcore: registered new interface driver usbfs\n[ 0.370451] usbcore: registered new interface driver hub\n[ 0.371481] usbcore: registered new device driver usb\n[ 0.372616] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374484] NetLabel: domain hash size = 128\n[ 0.375357] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376328] NetLabel: unlabeled traffic allowed by default\n[ 0.377494] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378525] clocksource: Switched to clocksource kvm-clock\n[ 0.386746] AppArmor: AppArmor Filesystem Enabled\n[ 0.387743] pnp: PnP ACPI init\n[ 0.388714] pnp: PnP ACPI: found 5 devices\n[ 0.395102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397090] NET: Registered protocol family 2\n[ 0.398314] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399802] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401270] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402696] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403843] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405067] NET: Registered protocol family 1\n[ 0.405966] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407088] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408185] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436710] Trying to unpack rootfs image as initramfs...\n[ 1.744164] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748343] Scanning for low memory corruption every 60 seconds\n[ 1.750004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751252] audit: initializing netlink subsys (disabled)\n[ 1.752368] audit: type=2000 audit(1534161914.113:1): initialized\n[ 1.753775] Initialise system trusted keyring\n[ 1.754814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756002] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.758056] zbud: loaded\n[ 1.758819] VFS: Disk quotas dquot_6.6.0\n[ 1.759667] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.761122] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.762396] fuse init (API version 7.23)\n[ 1.763307] Key type big_key registered\n[ 1.764126] Allocating IMA MOK and blacklist keyrings.\n[ 1.765276] Key type asymmetric registered\n[ 1.766128] Asymmetric key parser 'x509' registered\n[ 1.767121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.768620] io scheduler noop registered\n[ 1.769428] io scheduler deadline registered (default)\n[ 1.770446] io scheduler cfq registered\n[ 1.771332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772399] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.775197] ACPI: Power Button [PWRF]\n[ 1.776119] GHES: HEST is not enabled!\n[ 1.790042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819027] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847631] Linux agpgart interface v0.103\n[ 1.849937] brd: module loaded\n[ 1.851287] loop: module loaded\n[ 1.852976] vda: vda1\n[ 1.854245] scsi host0: ata_piix\n[ 1.855021] scsi host1: ata_piix\n[ 1.855764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.857027] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.858570] libphy: Fixed MDIO Bus: probed\n[ 1.859415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860391] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.862698] PPP generic driver version 2.4.2\n[ 1.863758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.865058] ehci-pci: EHCI PCI platform driver\n[ 1.865990] ehci-platform: EHCI generic platform driver\n[ 1.867030] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.868293] ohci-pci: OHCI PCI platform driver\n[ 1.869203] ohci-platform: OHCI generic platform driver\n[ 1.870230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.884600] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.885649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.887171] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.888218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.889413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892207] usb usb1: Product: UHCI Host Controller\n[ 1.893193] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894410] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895419] hub 1-0:1.0: USB hub found\n[ 1.896210] hub 1-0:1.0: 2 ports detected\n[ 1.897179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899402] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900386] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901458] mousedev: PS/2 mouse device common for all mice\n[ 1.902770] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904911] rtc_cmos 00:00: RTC can wake from S4\n[ 1.906038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.907271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908510] i2c /dev entries driver\n[ 1.909297] device-mapper: uevent: version 1.0.3\n[ 1.910274] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.913379] NET: Registered protocol family 10\n[ 1.914502] NET: Registered protocol family 17\n[ 1.915435] Key type dns_resolver registered\n[ 1.916425] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.917577] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919413] registered taskstats version 1\n[ 1.920280] Loading compiled-in X.509 certificates\n[ 1.921770] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.923691] zswap: loaded using pool lzo/zbud\n[ 1.925752] Key type trusted registered\n[ 1.928221] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930172] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931257] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 14:772:76\n[ 1.933114] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:13 UTC (1534161913)\n[ 1.934801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935951] EDD information not available.\n[ 2.011176] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012678] ata1.00: configured for MWDMA2\n[ 2.013956] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.026624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.027930] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031488] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.033063] Write protecting the kernel read-only data: 14336k\n[ 2.035200] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.037008] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.047157] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048996] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051124] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054933] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056797] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058745] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060577] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062401] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064843] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096784] virtio_net virtio0 ens3: renamed from eth0\n[ 2.105109] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.107031] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.133803] AVX2 version of gcm_enc/dec engaged.\n[ 2.134800] AES CTR mode by8 optimization enabled\n[ 2.136072] FDC 0 is a S82078B\n[ 2.206603] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373016] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375855] usb 1-1: Product: QEMU USB Tablet\n[ 2.376813] usb 1-1: Manufacturer: QEMU\n[ 2.377682] usb 1-1: SerialNumber: 42\n[ 2.384922] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391555] usbcore: registered new interface driver usbhid\n[ 2.392935] usbhid: USB HID core driver\n[ 2.395450] 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.397896] 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.746717] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.748310] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.667624] md: linear personality registered for level -1\n[ 3.670895] md: multipath personality registered for level -4\n[ 3.674158] md: raid0 personality registered for level 0\n[ 3.677768] md: raid1 personality registered for level 1\n[ 3.750530] raid6: sse2x1 gen() 11459 MB/s\n[ 3.818536] raid6: sse2x1 xor() 8863 MB/s\n[ 3.886525] raid6: sse2x2 gen() 14462 MB/s\n[ 3.954535] raid6: sse2x2 xor() 9878 MB/s\n[ 4.022524] raid6: sse2x4 gen() 16994 MB/s\n[ 4.090525] raid6: sse2x4 xor() 11813 MB/s\n[ 4.158524] raid6: avx2x1 gen() 22621 MB/s\n[ 4.226534] raid6: avx2x2 gen() 26227 MB/s\n[ 4.294524] raid6: avx2x4 gen() 30472 MB/s\n[ 4.295417] raid6: using algorithm avx2x4 gen() 30472 MB/s\n[ 4.296484] raid6: using avx2x2 recovery algorithm\n[ 4.300412] xor: automatically using best checksumming function:\n[ 4.338523] avx : 35226.000 MB/sec\n[ 4.340923] async_tx: api initialized (async)\n[ 4.352076] md: raid6 personality registered for level 6\n[ 4.353133] md: raid5 personality registered for level 5\n[ 4.354156] md: raid4 personality registered for level 4\n[ 4.359774] 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.389032] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421671] 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.519938] 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.524092] systemd[1]: Detected virtualization kvm.\n[ 4.525094] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529400] systemd[1]: Set hostname to .\n[ 4.533529] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534751] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.672115] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.674444] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.676684] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.679089] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.681290] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.683606] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.685584] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.687545] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.689338] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.691535] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.693836] 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.696648] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.698725] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.701133] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.703818] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.705767] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.708219] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.711213] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.714676] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.722222] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.723601] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.727212] 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.732953] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.737776] 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.749153] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.760663] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.765904] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.771651] 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.783360] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.785858] Loading iSCSI transport class v2.0-870.\n[ 4.787820] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.794868] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.798974] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.800963] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.807663] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.813617] iscsi: registered transport (tcp)\n[ 4.814610] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.873382] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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] 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 Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.624187] cloud-init[449]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 13 Aug 2018 12:05:17 +0000. Up 5.89 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n"} 2018-08-13 12:05:19,744 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-86641132-ea3b-4540-8190-0b567c27e4cd 2018-08-13 12:05:21,769 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:21,840 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-78edf269-bbfd-4579-9c9e-c48916b6b03c x-compute-request-id: req-78edf269-bbfd-4579-9c9e-c48916b6b03c Content-Encoding: gzip Content-Length: 13125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 580536319 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.159369] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161047] pid_max: default: 32768 minimum: 301\n[ 0.161951] ACPI: Core revision 20150930\n[ 0.163384] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164719] Security Framework initialized\n[ 0.165548] Yama: becoming mindful.\n[ 0.166287] AppArmor: AppArmor initialized\n[ 0.167198] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.169152] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.170754] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.171993] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.173516] Initializing cgroup subsys io\n[ 0.174346] Initializing cgroup subsys memory\n[ 0.175219] Initializing cgroup subsys devices\n[ 0.176102] Initializing cgroup subsys freezer\n[ 0.176981] Initializing cgroup subsys net_cls\n[ 0.177861] Initializing cgroup subsys perf_event\n[ 0.178789] Initializing cgroup subsys net_prio\n[ 0.179701] Initializing cgroup subsys hugetlb\n[ 0.180593] Initializing cgroup subsys pids\n[ 0.181477] CPU: Physical Processor ID: 0\n[ 0.182994] mce: CPU supports 10 MCE banks\n[ 0.183865] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199273] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205353] ftrace: allocating 32123 entries in 126 pages\n[ 0.230721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231971] smpboot: Max logical packages: 1\n[ 0.232974] x2apic enabled\n[ 0.233784] Switched APIC routing to physical x2apic.\n[ 0.235537] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236674] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240505] KVM setup paravirtual spinlock\n[ 0.241920] x86: Booted up 1 node, 1 CPUs\n[ 0.242748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244195] devtmpfs: initialized\n[ 0.246720] evm: security.selinux\n[ 0.247441] evm: security.SMACK64\n[ 0.248146] evm: security.SMACK64EXEC\n[ 0.248900] evm: security.SMACK64TRANSMUTE\n[ 0.249728] evm: security.SMACK64MMAP\n[ 0.250486] evm: security.ima\n[ 0.251131] evm: security.capability\n[ 0.251970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253880] pinctrl core: initialized pinctrl subsystem\n[ 0.255011] RTC time: 12:05:11, date: 08/13/18\n[ 0.256015] NET: Registered protocol family 16\n[ 0.257054] cpuidle: using governor ladder\n[ 0.257897] cpuidle: using governor menu\n[ 0.258699] PCCT header not found.\n[ 0.259465] ACPI: bus type PCI registered\n[ 0.260279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261573] PCI: Using configuration type 1 for base access\n[ 0.263594] ACPI: Added _OSI(Module Device)\n[ 0.264457] ACPI: Added _OSI(Processor Device)\n[ 0.265329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268038] ACPI: Interpreter enabled\n[ 0.268821] ACPI: (supports S0 S5)\n[ 0.269537] ACPI: Using IOAPIC for interrupt routing\n[ 0.270498] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276236] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279718] acpiphp: Slot [3] registered\n[ 0.280539] acpiphp: Slot [4] registered\n[ 0.281350] acpiphp: Slot [5] registered\n[ 0.282158] acpiphp: Slot [6] registered\n[ 0.282965] acpiphp: Slot [7] registered\n[ 0.283770] acpiphp: Slot [8] registered\n[ 0.284585] acpiphp: Slot [9] registered\n[ 0.285405] acpiphp: Slot [10] registered\n[ 0.286222] acpiphp: Slot [11] registered\n[ 0.287036] acpiphp: Slot [12] registered\n[ 0.287854] acpiphp: Slot [13] registered\n[ 0.288681] acpiphp: Slot [14] registered\n[ 0.299534] acpiphp: Slot [15] registered\n[ 0.300363] acpiphp: Slot [16] registered\n[ 0.301180] acpiphp: Slot [17] registered\n[ 0.302001] acpiphp: Slot [18] registered\n[ 0.302819] acpiphp: Slot [19] registered\n[ 0.303639] acpiphp: Slot [20] registered\n[ 0.304466] acpiphp: Slot [21] registered\n[ 0.305282] acpiphp: Slot [22] registered\n[ 0.306106] acpiphp: Slot [23] registered\n[ 0.306932] acpiphp: Slot [24] registered\n[ 0.307761] acpiphp: Slot [25] registered\n[ 0.308588] acpiphp: Slot [26] registered\n[ 0.309408] acpiphp: Slot [27] registered\n[ 0.310230] acpiphp: Slot [28] registered\n[ 0.311062] acpiphp: Slot [29] registered\n[ 0.311896] acpiphp: Slot [30] registered\n[ 0.312724] acpiphp: Slot [31] registered\n[ 0.313543] PCI host bridge to bus 0000:00\n[ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315606] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.318314] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319852] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.321376] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324711] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328523] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333354] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354081] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355635] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361729] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365728] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367625] SCSI subsystem initialized\n[ 0.368546] ACPI: bus type USB registered\n[ 0.369394] usbcore: registered new interface driver usbfs\n[ 0.370451] usbcore: registered new interface driver hub\n[ 0.371481] usbcore: registered new device driver usb\n[ 0.372616] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374484] NetLabel: domain hash size = 128\n[ 0.375357] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376328] NetLabel: unlabeled traffic allowed by default\n[ 0.377494] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378525] clocksource: Switched to clocksource kvm-clock\n[ 0.386746] AppArmor: AppArmor Filesystem Enabled\n[ 0.387743] pnp: PnP ACPI init\n[ 0.388714] pnp: PnP ACPI: found 5 devices\n[ 0.395102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397090] NET: Registered protocol family 2\n[ 0.398314] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399802] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401270] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402696] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403843] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405067] NET: Registered protocol family 1\n[ 0.405966] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407088] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408185] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436710] Trying to unpack rootfs image as initramfs...\n[ 1.744164] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748343] Scanning for low memory corruption every 60 seconds\n[ 1.750004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751252] audit: initializing netlink subsys (disabled)\n[ 1.752368] audit: type=2000 audit(1534161914.113:1): initialized\n[ 1.753775] Initialise system trusted keyring\n[ 1.754814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756002] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.758056] zbud: loaded\n[ 1.758819] VFS: Disk quotas dquot_6.6.0\n[ 1.759667] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.761122] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.762396] fuse init (API version 7.23)\n[ 1.763307] Key type big_key registered\n[ 1.764126] Allocating IMA MOK and blacklist keyrings.\n[ 1.765276] Key type asymmetric registered\n[ 1.766128] Asymmetric key parser 'x509' registered\n[ 1.767121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.768620] io scheduler noop registered\n[ 1.769428] io scheduler deadline registered (default)\n[ 1.770446] io scheduler cfq registered\n[ 1.771332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772399] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.775197] ACPI: Power Button [PWRF]\n[ 1.776119] GHES: HEST is not enabled!\n[ 1.790042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819027] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847631] Linux agpgart interface v0.103\n[ 1.849937] brd: module loaded\n[ 1.851287] loop: module loaded\n[ 1.852976] vda: vda1\n[ 1.854245] scsi host0: ata_piix\n[ 1.855021] scsi host1: ata_piix\n[ 1.855764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.857027] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.858570] libphy: Fixed MDIO Bus: probed\n[ 1.859415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860391] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.862698] PPP generic driver version 2.4.2\n[ 1.863758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.865058] ehci-pci: EHCI PCI platform driver\n[ 1.865990] ehci-platform: EHCI generic platform driver\n[ 1.867030] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.868293] ohci-pci: OHCI PCI platform driver\n[ 1.869203] ohci-platform: OHCI generic platform driver\n[ 1.870230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.884600] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.885649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.887171] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.888218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.889413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892207] usb usb1: Product: UHCI Host Controller\n[ 1.893193] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894410] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895419] hub 1-0:1.0: USB hub found\n[ 1.896210] hub 1-0:1.0: 2 ports detected\n[ 1.897179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899402] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900386] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901458] mousedev: PS/2 mouse device common for all mice\n[ 1.902770] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904911] rtc_cmos 00:00: RTC can wake from S4\n[ 1.906038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.907271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908510] i2c /dev entries driver\n[ 1.909297] device-mapper: uevent: version 1.0.3\n[ 1.910274] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.913379] NET: Registered protocol family 10\n[ 1.914502] NET: Registered protocol family 17\n[ 1.915435] Key type dns_resolver registered\n[ 1.916425] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.917577] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919413] registered taskstats version 1\n[ 1.920280] Loading compiled-in X.509 certificates\n[ 1.921770] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.923691] zswap: loaded using pool lzo/zbud\n[ 1.925752] Key type trusted registered\n[ 1.928221] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930172] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931257] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 14:772:76\n[ 1.933114] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:13 UTC (1534161913)\n[ 1.934801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935951] EDD information not available.\n[ 2.011176] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012678] ata1.00: configured for MWDMA2\n[ 2.013956] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.026624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.027930] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031488] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.033063] Write protecting the kernel read-only data: 14336k\n[ 2.035200] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.037008] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.047157] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048996] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051124] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054933] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056797] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058745] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060577] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062401] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064843] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096784] virtio_net virtio0 ens3: renamed from eth0\n[ 2.105109] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.107031] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.133803] AVX2 version of gcm_enc/dec engaged.\n[ 2.134800] AES CTR mode by8 optimization enabled\n[ 2.136072] FDC 0 is a S82078B\n[ 2.206603] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373016] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375855] usb 1-1: Product: QEMU USB Tablet\n[ 2.376813] usb 1-1: Manufacturer: QEMU\n[ 2.377682] usb 1-1: SerialNumber: 42\n[ 2.384922] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391555] usbcore: registered new interface driver usbhid\n[ 2.392935] usbhid: USB HID core driver\n[ 2.395450] 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.397896] 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.746717] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.748310] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.667624] md: linear personality registered for level -1\n[ 3.670895] md: multipath personality registered for level -4\n[ 3.674158] md: raid0 personality registered for level 0\n[ 3.677768] md: raid1 personality registered for level 1\n[ 3.750530] raid6: sse2x1 gen() 11459 MB/s\n[ 3.818536] raid6: sse2x1 xor() 8863 MB/s\n[ 3.886525] raid6: sse2x2 gen() 14462 MB/s\n[ 3.954535] raid6: sse2x2 xor() 9878 MB/s\n[ 4.022524] raid6: sse2x4 gen() 16994 MB/s\n[ 4.090525] raid6: sse2x4 xor() 11813 MB/s\n[ 4.158524] raid6: avx2x1 gen() 22621 MB/s\n[ 4.226534] raid6: avx2x2 gen() 26227 MB/s\n[ 4.294524] raid6: avx2x4 gen() 30472 MB/s\n[ 4.295417] raid6: using algorithm avx2x4 gen() 30472 MB/s\n[ 4.296484] raid6: using avx2x2 recovery algorithm\n[ 4.300412] xor: automatically using best checksumming function:\n[ 4.338523] avx : 35226.000 MB/sec\n[ 4.340923] async_tx: api initialized (async)\n[ 4.352076] md: raid6 personality registered for level 6\n[ 4.353133] md: raid5 personality registered for level 5\n[ 4.354156] md: raid4 personality registered for level 4\n[ 4.359774] 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.389032] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421671] 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.519938] 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.524092] systemd[1]: Detected virtualization kvm.\n[ 4.525094] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529400] systemd[1]: Set hostname to .\n[ 4.533529] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534751] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.672115] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.674444] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.676684] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.679089] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.681290] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.683606] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.685584] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.687545] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.689338] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.691535] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.693836] 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.696648] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.698725] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.701133] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.703818] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.705767] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.708219] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.711213] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.714676] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.722222] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.723601] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.727212] 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.732953] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.737776] 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.749153] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.760663] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.765904] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.771651] 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.783360] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.785858] Loading iSCSI transport class v2.0-870.\n[ 4.787820] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.794868] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.798974] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.800963] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.807663] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.813617] iscsi: registered transport (tcp)\n[ 4.814610] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.873382] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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] 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 Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.624187] cloud-init[449]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 13 Aug 2018 12:05:17 +0000. Up 5.89 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.199887] cloud-init[1020]: Cloud-init v. 0.7.9 running 'init' at Mon, 13 Aug 2018 12:05:19 +0000. Up 7.68 seconds.\n[ 8.201755] cloud-init[1020]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.208168] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.210106] cloud-init[1020]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.211911] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.217831] cloud-init[1020]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:c7:a0:9c |\n[ 8.219679] cloud-init[1020]: ci-info: | ens3 | True | fe80::f816:3eff:fec7:a09c/64 | . | link | fa:16:3e:c7:a0:9c |\n[ 8.225527] cloud-init[1020]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.227353] cloud-init[1020]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.232337] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.234178] cloud-init[1020]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.240153] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.241870] cloud-init[1020]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.248125] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.249820] cloud-init[1020]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.251538] cloud-init[1020]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.256298] cloud-init[1020]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.258103] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.263937] cloud-init[1020]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.266273] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.268452] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.270052] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1020]: The key fingerprint is:\n[ 8.275686] cloud-init[1020]: SHA256:ISGhjd9Ai+MjXEOLLlrYNzzLLGL/sZU7fJoE9MrvBNQ root@sdnvpn-13-2\n Starting LXD - unix socket.\n[ 8.278117] cloud-init[1020]: The key's randomart image is:\n Starting Socket activation for snappy daemon.[ 8.280154] cloud-init[1020]: +---[RSA 2048]----+\n[ 8.280930] cloud-init[1020]: | .+.. |\n[ 8.281699] cloud-init[1020]: | o*.o.. |\n[ 8.282467] cloud-init[1020]: | .=++o.E. |\n[ 8.283255] cloud-init[1020]: |o+.++o.. . |\n\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.288042] cloud-init[1020]: |+o= *o..S |\n[ 8.288833] cloud-init[1020]: |oo =.++ . |\n[ 8.289604] cloud-init[1020]: |o.. ++.= |\n[ 8.290383] cloud-init[1020]: |.... Boo. |\n[ 8.291190] cloud-init[1020]: | ..o.*+ |\n[ 8.291964] [[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\ncloud-init[1020]: +----[SHA256]-----+\n[ 8.296634] cloud-init[1020]: Generating public/private dsa key pair.\n[ 8.297586] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.298764] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.299931] [[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\ncloud-init[1020]: The key fingerprint is:\n Starting LSB: Record successful boot for GRUB...\n[ 8.306137] cloud-init[1020]: SHA256:TBr3lnHJEiIrw8jMgu5cPNxIQMoa0tdun0+SloDxWP4 root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...\n\n[ 8.313377] cloud-init[1020]: The key's randomart image is:\n[[0;32m OK [0m[ 8.317101] cloud-init[1020]: +---[DSA 1024]----+\n[ 8.318186] ] Started D-Bus System Message Bus.\ncloud-init[1020]: |.o . . . |\n[ 8.332773] cloud-init[1020]: |+=.o . o . o . |\n[ 8.335656] cloud-init[1020]: |*.*.* = o o + |\n[ 8.339200] cloud-init[1020]: |+o+.o@ * . = |\n[ 8.341716] cloud-init[1020]: |.. *o.B S + |\n[ 8.344318] cloud-init[1020]: |o . .. + = |\n[ 8.347015] cloud-init[1020]: | o E . |\n[ 8.349858] cloud-init[1020]: | . + | Starting Accounts Service...\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.359219] Starting LSB: MD monitoring daemon...\n Starting Pollinate to seed the pseudo random number generator...\n Starting /etc/rc.local Compatibility...cloud-init\n[1020]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n| . |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.449461] cloud-init[1020]: [[0;32m OK [0m] Started System Logging Service.\n+----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.495186] cloud-init[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[1020]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.509596] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[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\n[ 8.524930] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\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: daemon to balance interrupts for SMP systems...\n[ 8.561740] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[1020]: The key fingerprint is:\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.643745] [[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\ncloud-init[1020]: SHA256:Eb3+htZjVbU1CzAqxAFgtLRjErAeV0c+3w4m1zk9ZZo root@sdnvpn-13-2\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.667264] cloud-init[1020]: The key's randomart image is:[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n\n[ 8.685406] cloud-init[1020]: +---[ECDSA 256]---+\n[ 8.688882] cloud-init[1020]: |o..=.o+=o. o. |\n[ 8.700192] cloud-init[1020]: | .+ + +. .o .. .o|\n[ 8.704091] cloud-init[1020]: |.o * +.. . .o*|\n[ 8.709154] cloud-init[1020]: |. = . +.+ o =o.|\n[ 8.710751] cloud-init[1020]: | . .S* = E . |\n[ 8.718631] cloud-init[1020]: | + + . o |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.723285] cloud-init[1020]: | = . |\n[ 8.732342] cloud-init[1020]: | o * |\n[ 8.733402] cloud-init[1020]: | . o . |\n[ 8.734424] cloud-init[1020]: +----[SHA256]-----+\n[ 8.738682] cloud-init[1020]: Generating public/private ed25519 key pair.\n[ 8.744113] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.746840] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.752266] cloud-init[1020]: The key fingerprint is:\n[ 8.756121] cloud-init[1020]: SHA256:y9fzjUh3UH3P0AzZuo53Ndw4anlurcr3whfnUk85fw8 root@sdnvpn-13-2\n[ 8.757612] cloud-init[1020]: The key's randomart image is:\n[ 8.761703] cloud-init[1020]: +--[ED25519 256]--+\n[ 8.764130] cloud-init[1020]: | .o |\n[ 8.768099] cloud-init[1020]: | .+o|\n[ 8.772109] cloud-init[1020]: | ..*|\n[ 8.774610] cloud-init[1020]: | .+o|\n[ 8.775756] cloud-init[1020]: | S oo=|\n[ 8.777531] cloud-init[1020]: | . . . +B*|\n[ 8.780079] cloud-init[1020]: | o . +*E*X|\n[ 8.782359] cloud-init[1020]: | . o==X=O|\n[ 8.784861] cloud-init[1020]: | .+B=B*|\n[ 8.787769] cloud-init[1020]: +----[SHA256]-----+\n[ 9.032944] cloud-init[1112]: Generating locales (this might take a while)...\n"} 2018-08-13 12:05:21,841 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-78edf269-bbfd-4579-9c9e-c48916b6b03c 2018-08-13 12:05:23,871 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:23,940 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:23 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-3cad4f9c-78e1-46f2-81b6-d3341c6dacac x-compute-request-id: req-3cad4f9c-78e1-46f2-81b6-d3341c6dacac Content-Encoding: gzip Content-Length: 13485 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 580536319 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.159369] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161047] pid_max: default: 32768 minimum: 301\n[ 0.161951] ACPI: Core revision 20150930\n[ 0.163384] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164719] Security Framework initialized\n[ 0.165548] Yama: becoming mindful.\n[ 0.166287] AppArmor: AppArmor initialized\n[ 0.167198] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.169152] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.170754] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.171993] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.173516] Initializing cgroup subsys io\n[ 0.174346] Initializing cgroup subsys memory\n[ 0.175219] Initializing cgroup subsys devices\n[ 0.176102] Initializing cgroup subsys freezer\n[ 0.176981] Initializing cgroup subsys net_cls\n[ 0.177861] Initializing cgroup subsys perf_event\n[ 0.178789] Initializing cgroup subsys net_prio\n[ 0.179701] Initializing cgroup subsys hugetlb\n[ 0.180593] Initializing cgroup subsys pids\n[ 0.181477] CPU: Physical Processor ID: 0\n[ 0.182994] mce: CPU supports 10 MCE banks\n[ 0.183865] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199273] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205353] ftrace: allocating 32123 entries in 126 pages\n[ 0.230721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231971] smpboot: Max logical packages: 1\n[ 0.232974] x2apic enabled\n[ 0.233784] Switched APIC routing to physical x2apic.\n[ 0.235537] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236674] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240505] KVM setup paravirtual spinlock\n[ 0.241920] x86: Booted up 1 node, 1 CPUs\n[ 0.242748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244195] devtmpfs: initialized\n[ 0.246720] evm: security.selinux\n[ 0.247441] evm: security.SMACK64\n[ 0.248146] evm: security.SMACK64EXEC\n[ 0.248900] evm: security.SMACK64TRANSMUTE\n[ 0.249728] evm: security.SMACK64MMAP\n[ 0.250486] evm: security.ima\n[ 0.251131] evm: security.capability\n[ 0.251970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253880] pinctrl core: initialized pinctrl subsystem\n[ 0.255011] RTC time: 12:05:11, date: 08/13/18\n[ 0.256015] NET: Registered protocol family 16\n[ 0.257054] cpuidle: using governor ladder\n[ 0.257897] cpuidle: using governor menu\n[ 0.258699] PCCT header not found.\n[ 0.259465] ACPI: bus type PCI registered\n[ 0.260279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261573] PCI: Using configuration type 1 for base access\n[ 0.263594] ACPI: Added _OSI(Module Device)\n[ 0.264457] ACPI: Added _OSI(Processor Device)\n[ 0.265329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268038] ACPI: Interpreter enabled\n[ 0.268821] ACPI: (supports S0 S5)\n[ 0.269537] ACPI: Using IOAPIC for interrupt routing\n[ 0.270498] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276236] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279718] acpiphp: Slot [3] registered\n[ 0.280539] acpiphp: Slot [4] registered\n[ 0.281350] acpiphp: Slot [5] registered\n[ 0.282158] acpiphp: Slot [6] registered\n[ 0.282965] acpiphp: Slot [7] registered\n[ 0.283770] acpiphp: Slot [8] registered\n[ 0.284585] acpiphp: Slot [9] registered\n[ 0.285405] acpiphp: Slot [10] registered\n[ 0.286222] acpiphp: Slot [11] registered\n[ 0.287036] acpiphp: Slot [12] registered\n[ 0.287854] acpiphp: Slot [13] registered\n[ 0.288681] acpiphp: Slot [14] registered\n[ 0.299534] acpiphp: Slot [15] registered\n[ 0.300363] acpiphp: Slot [16] registered\n[ 0.301180] acpiphp: Slot [17] registered\n[ 0.302001] acpiphp: Slot [18] registered\n[ 0.302819] acpiphp: Slot [19] registered\n[ 0.303639] acpiphp: Slot [20] registered\n[ 0.304466] acpiphp: Slot [21] registered\n[ 0.305282] acpiphp: Slot [22] registered\n[ 0.306106] acpiphp: Slot [23] registered\n[ 0.306932] acpiphp: Slot [24] registered\n[ 0.307761] acpiphp: Slot [25] registered\n[ 0.308588] acpiphp: Slot [26] registered\n[ 0.309408] acpiphp: Slot [27] registered\n[ 0.310230] acpiphp: Slot [28] registered\n[ 0.311062] acpiphp: Slot [29] registered\n[ 0.311896] acpiphp: Slot [30] registered\n[ 0.312724] acpiphp: Slot [31] registered\n[ 0.313543] PCI host bridge to bus 0000:00\n[ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315606] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.318314] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319852] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.321376] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324711] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328523] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333354] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354081] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355635] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361729] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365728] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367625] SCSI subsystem initialized\n[ 0.368546] ACPI: bus type USB registered\n[ 0.369394] usbcore: registered new interface driver usbfs\n[ 0.370451] usbcore: registered new interface driver hub\n[ 0.371481] usbcore: registered new device driver usb\n[ 0.372616] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374484] NetLabel: domain hash size = 128\n[ 0.375357] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376328] NetLabel: unlabeled traffic allowed by default\n[ 0.377494] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378525] clocksource: Switched to clocksource kvm-clock\n[ 0.386746] AppArmor: AppArmor Filesystem Enabled\n[ 0.387743] pnp: PnP ACPI init\n[ 0.388714] pnp: PnP ACPI: found 5 devices\n[ 0.395102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397090] NET: Registered protocol family 2\n[ 0.398314] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399802] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401270] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402696] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403843] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405067] NET: Registered protocol family 1\n[ 0.405966] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407088] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408185] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436710] Trying to unpack rootfs image as initramfs...\n[ 1.744164] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748343] Scanning for low memory corruption every 60 seconds\n[ 1.750004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751252] audit: initializing netlink subsys (disabled)\n[ 1.752368] audit: type=2000 audit(1534161914.113:1): initialized\n[ 1.753775] Initialise system trusted keyring\n[ 1.754814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756002] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.758056] zbud: loaded\n[ 1.758819] VFS: Disk quotas dquot_6.6.0\n[ 1.759667] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.761122] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.762396] fuse init (API version 7.23)\n[ 1.763307] Key type big_key registered\n[ 1.764126] Allocating IMA MOK and blacklist keyrings.\n[ 1.765276] Key type asymmetric registered\n[ 1.766128] Asymmetric key parser 'x509' registered\n[ 1.767121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.768620] io scheduler noop registered\n[ 1.769428] io scheduler deadline registered (default)\n[ 1.770446] io scheduler cfq registered\n[ 1.771332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772399] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.775197] ACPI: Power Button [PWRF]\n[ 1.776119] GHES: HEST is not enabled!\n[ 1.790042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819027] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847631] Linux agpgart interface v0.103\n[ 1.849937] brd: module loaded\n[ 1.851287] loop: module loaded\n[ 1.852976] vda: vda1\n[ 1.854245] scsi host0: ata_piix\n[ 1.855021] scsi host1: ata_piix\n[ 1.855764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.857027] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.858570] libphy: Fixed MDIO Bus: probed\n[ 1.859415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860391] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.862698] PPP generic driver version 2.4.2\n[ 1.863758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.865058] ehci-pci: EHCI PCI platform driver\n[ 1.865990] ehci-platform: EHCI generic platform driver\n[ 1.867030] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.868293] ohci-pci: OHCI PCI platform driver\n[ 1.869203] ohci-platform: OHCI generic platform driver\n[ 1.870230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.884600] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.885649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.887171] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.888218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.889413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892207] usb usb1: Product: UHCI Host Controller\n[ 1.893193] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894410] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895419] hub 1-0:1.0: USB hub found\n[ 1.896210] hub 1-0:1.0: 2 ports detected\n[ 1.897179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899402] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900386] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901458] mousedev: PS/2 mouse device common for all mice\n[ 1.902770] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904911] rtc_cmos 00:00: RTC can wake from S4\n[ 1.906038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.907271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908510] i2c /dev entries driver\n[ 1.909297] device-mapper: uevent: version 1.0.3\n[ 1.910274] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.913379] NET: Registered protocol family 10\n[ 1.914502] NET: Registered protocol family 17\n[ 1.915435] Key type dns_resolver registered\n[ 1.916425] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.917577] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919413] registered taskstats version 1\n[ 1.920280] Loading compiled-in X.509 certificates\n[ 1.921770] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.923691] zswap: loaded using pool lzo/zbud\n[ 1.925752] Key type trusted registered\n[ 1.928221] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930172] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931257] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 14:772:76\n[ 1.933114] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:13 UTC (1534161913)\n[ 1.934801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935951] EDD information not available.\n[ 2.011176] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012678] ata1.00: configured for MWDMA2\n[ 2.013956] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.026624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.027930] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031488] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.033063] Write protecting the kernel read-only data: 14336k\n[ 2.035200] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.037008] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.047157] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048996] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051124] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054933] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056797] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058745] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060577] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062401] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064843] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096784] virtio_net virtio0 ens3: renamed from eth0\n[ 2.105109] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.107031] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.133803] AVX2 version of gcm_enc/dec engaged.\n[ 2.134800] AES CTR mode by8 optimization enabled\n[ 2.136072] FDC 0 is a S82078B\n[ 2.206603] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373016] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375855] usb 1-1: Product: QEMU USB Tablet\n[ 2.376813] usb 1-1: Manufacturer: QEMU\n[ 2.377682] usb 1-1: SerialNumber: 42\n[ 2.384922] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391555] usbcore: registered new interface driver usbhid\n[ 2.392935] usbhid: USB HID core driver\n[ 2.395450] 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.397896] 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.746717] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.748310] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.667624] md: linear personality registered for level -1\n[ 3.670895] md: multipath personality registered for level -4\n[ 3.674158] md: raid0 personality registered for level 0\n[ 3.677768] md: raid1 personality registered for level 1\n[ 3.750530] raid6: sse2x1 gen() 11459 MB/s\n[ 3.818536] raid6: sse2x1 xor() 8863 MB/s\n[ 3.886525] raid6: sse2x2 gen() 14462 MB/s\n[ 3.954535] raid6: sse2x2 xor() 9878 MB/s\n[ 4.022524] raid6: sse2x4 gen() 16994 MB/s\n[ 4.090525] raid6: sse2x4 xor() 11813 MB/s\n[ 4.158524] raid6: avx2x1 gen() 22621 MB/s\n[ 4.226534] raid6: avx2x2 gen() 26227 MB/s\n[ 4.294524] raid6: avx2x4 gen() 30472 MB/s\n[ 4.295417] raid6: using algorithm avx2x4 gen() 30472 MB/s\n[ 4.296484] raid6: using avx2x2 recovery algorithm\n[ 4.300412] xor: automatically using best checksumming function:\n[ 4.338523] avx : 35226.000 MB/sec\n[ 4.340923] async_tx: api initialized (async)\n[ 4.352076] md: raid6 personality registered for level 6\n[ 4.353133] md: raid5 personality registered for level 5\n[ 4.354156] md: raid4 personality registered for level 4\n[ 4.359774] 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.389032] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421671] 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.519938] 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.524092] systemd[1]: Detected virtualization kvm.\n[ 4.525094] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529400] systemd[1]: Set hostname to .\n[ 4.533529] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534751] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.672115] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.674444] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.676684] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.679089] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.681290] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.683606] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.685584] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.687545] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.689338] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.691535] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.693836] 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.696648] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.698725] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.701133] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.703818] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.705767] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.708219] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.711213] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.714676] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.722222] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.723601] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.727212] 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.732953] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.737776] 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.749153] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.760663] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.765904] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.771651] 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.783360] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.785858] Loading iSCSI transport class v2.0-870.\n[ 4.787820] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.794868] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.798974] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.800963] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.807663] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.813617] iscsi: registered transport (tcp)\n[ 4.814610] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.873382] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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] 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 Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.624187] cloud-init[449]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 13 Aug 2018 12:05:17 +0000. Up 5.89 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.199887] cloud-init[1020]: Cloud-init v. 0.7.9 running 'init' at Mon, 13 Aug 2018 12:05:19 +0000. Up 7.68 seconds.\n[ 8.201755] cloud-init[1020]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.208168] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.210106] cloud-init[1020]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.211911] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.217831] cloud-init[1020]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:c7:a0:9c |\n[ 8.219679] cloud-init[1020]: ci-info: | ens3 | True | fe80::f816:3eff:fec7:a09c/64 | . | link | fa:16:3e:c7:a0:9c |\n[ 8.225527] cloud-init[1020]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.227353] cloud-init[1020]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.232337] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.234178] cloud-init[1020]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.240153] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.241870] cloud-init[1020]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.248125] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.249820] cloud-init[1020]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.251538] cloud-init[1020]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.256298] cloud-init[1020]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.258103] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.263937] cloud-init[1020]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.266273] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.268452] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.270052] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1020]: The key fingerprint is:\n[ 8.275686] cloud-init[1020]: SHA256:ISGhjd9Ai+MjXEOLLlrYNzzLLGL/sZU7fJoE9MrvBNQ root@sdnvpn-13-2\n Starting LXD - unix socket.\n[ 8.278117] cloud-init[1020]: The key's randomart image is:\n Starting Socket activation for snappy daemon.[ 8.280154] cloud-init[1020]: +---[RSA 2048]----+\n[ 8.280930] cloud-init[1020]: | .+.. |\n[ 8.281699] cloud-init[1020]: | o*.o.. |\n[ 8.282467] cloud-init[1020]: | .=++o.E. |\n[ 8.283255] cloud-init[1020]: |o+.++o.. . |\n\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.288042] cloud-init[1020]: |+o= *o..S |\n[ 8.288833] cloud-init[1020]: |oo =.++ . |\n[ 8.289604] cloud-init[1020]: |o.. ++.= |\n[ 8.290383] cloud-init[1020]: |.... Boo. |\n[ 8.291190] cloud-init[1020]: | ..o.*+ |\n[ 8.291964] [[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\ncloud-init[1020]: +----[SHA256]-----+\n[ 8.296634] cloud-init[1020]: Generating public/private dsa key pair.\n[ 8.297586] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.298764] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.299931] [[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\ncloud-init[1020]: The key fingerprint is:\n Starting LSB: Record successful boot for GRUB...\n[ 8.306137] cloud-init[1020]: SHA256:TBr3lnHJEiIrw8jMgu5cPNxIQMoa0tdun0+SloDxWP4 root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...\n\n[ 8.313377] cloud-init[1020]: The key's randomart image is:\n[[0;32m OK [0m[ 8.317101] cloud-init[1020]: +---[DSA 1024]----+\n[ 8.318186] ] Started D-Bus System Message Bus.\ncloud-init[1020]: |.o . . . |\n[ 8.332773] cloud-init[1020]: |+=.o . o . o . |\n[ 8.335656] cloud-init[1020]: |*.*.* = o o + |\n[ 8.339200] cloud-init[1020]: |+o+.o@ * . = |\n[ 8.341716] cloud-init[1020]: |.. *o.B S + |\n[ 8.344318] cloud-init[1020]: |o . .. + = |\n[ 8.347015] cloud-init[1020]: | o E . |\n[ 8.349858] cloud-init[1020]: | . + | Starting Accounts Service...\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.359219] Starting LSB: MD monitoring daemon...\n Starting Pollinate to seed the pseudo random number generator...\n Starting /etc/rc.local Compatibility...cloud-init\n[1020]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n| . |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.449461] cloud-init[1020]: [[0;32m OK [0m] Started System Logging Service.\n+----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.495186] cloud-init[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[1020]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.509596] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[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\n[ 8.524930] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\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: daemon to balance interrupts for SMP systems...\n[ 8.561740] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[1020]: The key fingerprint is:\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.643745] [[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\ncloud-init[1020]: SHA256:Eb3+htZjVbU1CzAqxAFgtLRjErAeV0c+3w4m1zk9ZZo root@sdnvpn-13-2\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.667264] cloud-init[1020]: The key's randomart image is:[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n\n[ 8.685406] cloud-init[1020]: +---[ECDSA 256]---+\n[ 8.688882] cloud-init[1020]: |o..=.o+=o. o. |\n[ 8.700192] cloud-init[1020]: | .+ + +. .o .. .o|\n[ 8.704091] cloud-init[1020]: |.o * +.. . .o*|\n[ 8.709154] cloud-init[1020]: |. = . +.+ o =o.|\n[ 8.710751] cloud-init[1020]: | . .S* = E . |\n[ 8.718631] cloud-init[1020]: | + + . o |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.723285] cloud-init[1020]: | = . |\n[ 8.732342] cloud-init[1020]: | o * |\n[ 8.733402] cloud-init[1020]: | . o . |\n[ 8.734424] cloud-init[1020]: +----[SHA256]-----+\n[ 8.738682] cloud-init[1020]: Generating public/private ed25519 key pair.\n[ 8.744113] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.746840] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.752266] cloud-init[1020]: The key fingerprint is:\n[ 8.756121] cloud-init[1020]: SHA256:y9fzjUh3UH3P0AzZuo53Ndw4anlurcr3whfnUk85fw8 root@sdnvpn-13-2\n[ 8.757612] cloud-init[1020]: The key's randomart image is:\n[ 8.761703] cloud-init[1020]: +--[ED25519 256]--+\n[ 8.764130] cloud-init[1020]: | .o |\n[ 8.768099] cloud-init[1020]: | .+o|\n[ 8.772109] cloud-init[1020]: | ..*|\n[ 8.774610] cloud-init[1020]: | .+o|\n[ 8.775756] cloud-init[1020]: | S oo=|\n[ 8.777531] cloud-init[1020]: | . . . +B*|\n[ 8.780079] cloud-init[1020]: | o . +*E*X|\n[ 8.782359] cloud-init[1020]: | . o==X=O|\n[ 8.784861] cloud-init[1020]: | .+B=B*|\n[ 8.787769] cloud-init[1020]: +----[SHA256]-----+\n[ 9.032944] cloud-init[1112]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.756899] cloud-init[1112]: en_US.UTF-8... done\n[ 9.758879] cloud-init[1112]: Generation complete.\n[ 10.236729] cloud-init[1112]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 13 Aug 2018 12:05:20 +0000. Up 8.96 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.552078] cloud-init[1386]: + sudo useradd -m sdnvpn\n[ 10.611749] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.658102] cloud-init[1386]: + sudo adduser sdnvpn sudo\n[ 10.712246] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.748857] cloud-init[1386]: Adding user `sdnvpn' to group `sudo' ...\n[ 10.753085] cloud-init[1386]: Adding user sdnvpn to group sudo\n[ 10.766063] cloud-init[1386]: Done.\n[ 10.767873] cloud-init[1386]: + chpasswd\n[ 10.769476] cloud-init[1386]: + sudo echo sdnvpn:opnfv\n[ 10.807309] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.818653] cloud-init[1386]: + sleep 20\n"} 2018-08-13 12:05:23,941 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-3cad4f9c-78e1-46f2-81b6-d3341c6dacac 2018-08-13 12:05:25,967 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:26,036 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:25 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-24e38a53-d0c7-43c6-9827-9e8539cc8c22 x-compute-request-id: req-24e38a53-d0c7-43c6-9827-9e8539cc8c22 Content-Encoding: gzip Content-Length: 13485 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 580536319 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.159369] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161047] pid_max: default: 32768 minimum: 301\n[ 0.161951] ACPI: Core revision 20150930\n[ 0.163384] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164719] Security Framework initialized\n[ 0.165548] Yama: becoming mindful.\n[ 0.166287] AppArmor: AppArmor initialized\n[ 0.167198] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.169152] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.170754] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.171993] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.173516] Initializing cgroup subsys io\n[ 0.174346] Initializing cgroup subsys memory\n[ 0.175219] Initializing cgroup subsys devices\n[ 0.176102] Initializing cgroup subsys freezer\n[ 0.176981] Initializing cgroup subsys net_cls\n[ 0.177861] Initializing cgroup subsys perf_event\n[ 0.178789] Initializing cgroup subsys net_prio\n[ 0.179701] Initializing cgroup subsys hugetlb\n[ 0.180593] Initializing cgroup subsys pids\n[ 0.181477] CPU: Physical Processor ID: 0\n[ 0.182994] mce: CPU supports 10 MCE banks\n[ 0.183865] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199273] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205353] ftrace: allocating 32123 entries in 126 pages\n[ 0.230721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231971] smpboot: Max logical packages: 1\n[ 0.232974] x2apic enabled\n[ 0.233784] Switched APIC routing to physical x2apic.\n[ 0.235537] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236674] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240505] KVM setup paravirtual spinlock\n[ 0.241920] x86: Booted up 1 node, 1 CPUs\n[ 0.242748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244195] devtmpfs: initialized\n[ 0.246720] evm: security.selinux\n[ 0.247441] evm: security.SMACK64\n[ 0.248146] evm: security.SMACK64EXEC\n[ 0.248900] evm: security.SMACK64TRANSMUTE\n[ 0.249728] evm: security.SMACK64MMAP\n[ 0.250486] evm: security.ima\n[ 0.251131] evm: security.capability\n[ 0.251970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253880] pinctrl core: initialized pinctrl subsystem\n[ 0.255011] RTC time: 12:05:11, date: 08/13/18\n[ 0.256015] NET: Registered protocol family 16\n[ 0.257054] cpuidle: using governor ladder\n[ 0.257897] cpuidle: using governor menu\n[ 0.258699] PCCT header not found.\n[ 0.259465] ACPI: bus type PCI registered\n[ 0.260279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261573] PCI: Using configuration type 1 for base access\n[ 0.263594] ACPI: Added _OSI(Module Device)\n[ 0.264457] ACPI: Added _OSI(Processor Device)\n[ 0.265329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268038] ACPI: Interpreter enabled\n[ 0.268821] ACPI: (supports S0 S5)\n[ 0.269537] ACPI: Using IOAPIC for interrupt routing\n[ 0.270498] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276236] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279718] acpiphp: Slot [3] registered\n[ 0.280539] acpiphp: Slot [4] registered\n[ 0.281350] acpiphp: Slot [5] registered\n[ 0.282158] acpiphp: Slot [6] registered\n[ 0.282965] acpiphp: Slot [7] registered\n[ 0.283770] acpiphp: Slot [8] registered\n[ 0.284585] acpiphp: Slot [9] registered\n[ 0.285405] acpiphp: Slot [10] registered\n[ 0.286222] acpiphp: Slot [11] registered\n[ 0.287036] acpiphp: Slot [12] registered\n[ 0.287854] acpiphp: Slot [13] registered\n[ 0.288681] acpiphp: Slot [14] registered\n[ 0.299534] acpiphp: Slot [15] registered\n[ 0.300363] acpiphp: Slot [16] registered\n[ 0.301180] acpiphp: Slot [17] registered\n[ 0.302001] acpiphp: Slot [18] registered\n[ 0.302819] acpiphp: Slot [19] registered\n[ 0.303639] acpiphp: Slot [20] registered\n[ 0.304466] acpiphp: Slot [21] registered\n[ 0.305282] acpiphp: Slot [22] registered\n[ 0.306106] acpiphp: Slot [23] registered\n[ 0.306932] acpiphp: Slot [24] registered\n[ 0.307761] acpiphp: Slot [25] registered\n[ 0.308588] acpiphp: Slot [26] registered\n[ 0.309408] acpiphp: Slot [27] registered\n[ 0.310230] acpiphp: Slot [28] registered\n[ 0.311062] acpiphp: Slot [29] registered\n[ 0.311896] acpiphp: Slot [30] registered\n[ 0.312724] acpiphp: Slot [31] registered\n[ 0.313543] PCI host bridge to bus 0000:00\n[ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315606] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.318314] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319852] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.321376] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324711] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328523] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333354] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354081] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355635] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361729] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365728] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367625] SCSI subsystem initialized\n[ 0.368546] ACPI: bus type USB registered\n[ 0.369394] usbcore: registered new interface driver usbfs\n[ 0.370451] usbcore: registered new interface driver hub\n[ 0.371481] usbcore: registered new device driver usb\n[ 0.372616] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374484] NetLabel: domain hash size = 128\n[ 0.375357] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376328] NetLabel: unlabeled traffic allowed by default\n[ 0.377494] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378525] clocksource: Switched to clocksource kvm-clock\n[ 0.386746] AppArmor: AppArmor Filesystem Enabled\n[ 0.387743] pnp: PnP ACPI init\n[ 0.388714] pnp: PnP ACPI: found 5 devices\n[ 0.395102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397090] NET: Registered protocol family 2\n[ 0.398314] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399802] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401270] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402696] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403843] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405067] NET: Registered protocol family 1\n[ 0.405966] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407088] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408185] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436710] Trying to unpack rootfs image as initramfs...\n[ 1.744164] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748343] Scanning for low memory corruption every 60 seconds\n[ 1.750004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751252] audit: initializing netlink subsys (disabled)\n[ 1.752368] audit: type=2000 audit(1534161914.113:1): initialized\n[ 1.753775] Initialise system trusted keyring\n[ 1.754814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756002] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.758056] zbud: loaded\n[ 1.758819] VFS: Disk quotas dquot_6.6.0\n[ 1.759667] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.761122] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.762396] fuse init (API version 7.23)\n[ 1.763307] Key type big_key registered\n[ 1.764126] Allocating IMA MOK and blacklist keyrings.\n[ 1.765276] Key type asymmetric registered\n[ 1.766128] Asymmetric key parser 'x509' registered\n[ 1.767121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.768620] io scheduler noop registered\n[ 1.769428] io scheduler deadline registered (default)\n[ 1.770446] io scheduler cfq registered\n[ 1.771332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772399] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.775197] ACPI: Power Button [PWRF]\n[ 1.776119] GHES: HEST is not enabled!\n[ 1.790042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819027] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847631] Linux agpgart interface v0.103\n[ 1.849937] brd: module loaded\n[ 1.851287] loop: module loaded\n[ 1.852976] vda: vda1\n[ 1.854245] scsi host0: ata_piix\n[ 1.855021] scsi host1: ata_piix\n[ 1.855764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.857027] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.858570] libphy: Fixed MDIO Bus: probed\n[ 1.859415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860391] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.862698] PPP generic driver version 2.4.2\n[ 1.863758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.865058] ehci-pci: EHCI PCI platform driver\n[ 1.865990] ehci-platform: EHCI generic platform driver\n[ 1.867030] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.868293] ohci-pci: OHCI PCI platform driver\n[ 1.869203] ohci-platform: OHCI generic platform driver\n[ 1.870230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.884600] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.885649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.887171] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.888218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.889413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892207] usb usb1: Product: UHCI Host Controller\n[ 1.893193] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894410] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895419] hub 1-0:1.0: USB hub found\n[ 1.896210] hub 1-0:1.0: 2 ports detected\n[ 1.897179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899402] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900386] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901458] mousedev: PS/2 mouse device common for all mice\n[ 1.902770] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904911] rtc_cmos 00:00: RTC can wake from S4\n[ 1.906038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.907271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908510] i2c /dev entries driver\n[ 1.909297] device-mapper: uevent: version 1.0.3\n[ 1.910274] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.913379] NET: Registered protocol family 10\n[ 1.914502] NET: Registered protocol family 17\n[ 1.915435] Key type dns_resolver registered\n[ 1.916425] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.917577] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919413] registered taskstats version 1\n[ 1.920280] Loading compiled-in X.509 certificates\n[ 1.921770] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.923691] zswap: loaded using pool lzo/zbud\n[ 1.925752] Key type trusted registered\n[ 1.928221] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930172] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931257] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 14:772:76\n[ 1.933114] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:13 UTC (1534161913)\n[ 1.934801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935951] EDD information not available.\n[ 2.011176] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012678] ata1.00: configured for MWDMA2\n[ 2.013956] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.026624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.027930] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031488] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.033063] Write protecting the kernel read-only data: 14336k\n[ 2.035200] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.037008] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.047157] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048996] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051124] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054933] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056797] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058745] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060577] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062401] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064843] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096784] virtio_net virtio0 ens3: renamed from eth0\n[ 2.105109] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.107031] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.133803] AVX2 version of gcm_enc/dec engaged.\n[ 2.134800] AES CTR mode by8 optimization enabled\n[ 2.136072] FDC 0 is a S82078B\n[ 2.206603] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373016] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375855] usb 1-1: Product: QEMU USB Tablet\n[ 2.376813] usb 1-1: Manufacturer: QEMU\n[ 2.377682] usb 1-1: SerialNumber: 42\n[ 2.384922] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391555] usbcore: registered new interface driver usbhid\n[ 2.392935] usbhid: USB HID core driver\n[ 2.395450] 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.397896] 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.746717] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.748310] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.667624] md: linear personality registered for level -1\n[ 3.670895] md: multipath personality registered for level -4\n[ 3.674158] md: raid0 personality registered for level 0\n[ 3.677768] md: raid1 personality registered for level 1\n[ 3.750530] raid6: sse2x1 gen() 11459 MB/s\n[ 3.818536] raid6: sse2x1 xor() 8863 MB/s\n[ 3.886525] raid6: sse2x2 gen() 14462 MB/s\n[ 3.954535] raid6: sse2x2 xor() 9878 MB/s\n[ 4.022524] raid6: sse2x4 gen() 16994 MB/s\n[ 4.090525] raid6: sse2x4 xor() 11813 MB/s\n[ 4.158524] raid6: avx2x1 gen() 22621 MB/s\n[ 4.226534] raid6: avx2x2 gen() 26227 MB/s\n[ 4.294524] raid6: avx2x4 gen() 30472 MB/s\n[ 4.295417] raid6: using algorithm avx2x4 gen() 30472 MB/s\n[ 4.296484] raid6: using avx2x2 recovery algorithm\n[ 4.300412] xor: automatically using best checksumming function:\n[ 4.338523] avx : 35226.000 MB/sec\n[ 4.340923] async_tx: api initialized (async)\n[ 4.352076] md: raid6 personality registered for level 6\n[ 4.353133] md: raid5 personality registered for level 5\n[ 4.354156] md: raid4 personality registered for level 4\n[ 4.359774] 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.389032] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421671] 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.519938] 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.524092] systemd[1]: Detected virtualization kvm.\n[ 4.525094] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529400] systemd[1]: Set hostname to .\n[ 4.533529] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534751] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.672115] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.674444] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.676684] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.679089] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.681290] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.683606] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.685584] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.687545] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.689338] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.691535] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.693836] 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.696648] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.698725] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.701133] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.703818] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.705767] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.708219] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.711213] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.714676] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.722222] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.723601] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.727212] 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.732953] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.737776] 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.749153] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.760663] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.765904] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.771651] 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.783360] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.785858] Loading iSCSI transport class v2.0-870.\n[ 4.787820] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.794868] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.798974] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.800963] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.807663] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.813617] iscsi: registered transport (tcp)\n[ 4.814610] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.873382] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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] 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 Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.624187] cloud-init[449]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 13 Aug 2018 12:05:17 +0000. Up 5.89 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.199887] cloud-init[1020]: Cloud-init v. 0.7.9 running 'init' at Mon, 13 Aug 2018 12:05:19 +0000. Up 7.68 seconds.\n[ 8.201755] cloud-init[1020]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.208168] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.210106] cloud-init[1020]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.211911] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.217831] cloud-init[1020]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:c7:a0:9c |\n[ 8.219679] cloud-init[1020]: ci-info: | ens3 | True | fe80::f816:3eff:fec7:a09c/64 | . | link | fa:16:3e:c7:a0:9c |\n[ 8.225527] cloud-init[1020]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.227353] cloud-init[1020]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.232337] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.234178] cloud-init[1020]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.240153] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.241870] cloud-init[1020]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.248125] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.249820] cloud-init[1020]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.251538] cloud-init[1020]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.256298] cloud-init[1020]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.258103] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.263937] cloud-init[1020]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.266273] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.268452] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.270052] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1020]: The key fingerprint is:\n[ 8.275686] cloud-init[1020]: SHA256:ISGhjd9Ai+MjXEOLLlrYNzzLLGL/sZU7fJoE9MrvBNQ root@sdnvpn-13-2\n Starting LXD - unix socket.\n[ 8.278117] cloud-init[1020]: The key's randomart image is:\n Starting Socket activation for snappy daemon.[ 8.280154] cloud-init[1020]: +---[RSA 2048]----+\n[ 8.280930] cloud-init[1020]: | .+.. |\n[ 8.281699] cloud-init[1020]: | o*.o.. |\n[ 8.282467] cloud-init[1020]: | .=++o.E. |\n[ 8.283255] cloud-init[1020]: |o+.++o.. . |\n\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.288042] cloud-init[1020]: |+o= *o..S |\n[ 8.288833] cloud-init[1020]: |oo =.++ . |\n[ 8.289604] cloud-init[1020]: |o.. ++.= |\n[ 8.290383] cloud-init[1020]: |.... Boo. |\n[ 8.291190] cloud-init[1020]: | ..o.*+ |\n[ 8.291964] [[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\ncloud-init[1020]: +----[SHA256]-----+\n[ 8.296634] cloud-init[1020]: Generating public/private dsa key pair.\n[ 8.297586] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.298764] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.299931] [[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\ncloud-init[1020]: The key fingerprint is:\n Starting LSB: Record successful boot for GRUB...\n[ 8.306137] cloud-init[1020]: SHA256:TBr3lnHJEiIrw8jMgu5cPNxIQMoa0tdun0+SloDxWP4 root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...\n\n[ 8.313377] cloud-init[1020]: The key's randomart image is:\n[[0;32m OK [0m[ 8.317101] cloud-init[1020]: +---[DSA 1024]----+\n[ 8.318186] ] Started D-Bus System Message Bus.\ncloud-init[1020]: |.o . . . |\n[ 8.332773] cloud-init[1020]: |+=.o . o . o . |\n[ 8.335656] cloud-init[1020]: |*.*.* = o o + |\n[ 8.339200] cloud-init[1020]: |+o+.o@ * . = |\n[ 8.341716] cloud-init[1020]: |.. *o.B S + |\n[ 8.344318] cloud-init[1020]: |o . .. + = |\n[ 8.347015] cloud-init[1020]: | o E . |\n[ 8.349858] cloud-init[1020]: | . + | Starting Accounts Service...\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.359219] Starting LSB: MD monitoring daemon...\n Starting Pollinate to seed the pseudo random number generator...\n Starting /etc/rc.local Compatibility...cloud-init\n[1020]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n| . |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.449461] cloud-init[1020]: [[0;32m OK [0m] Started System Logging Service.\n+----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.495186] cloud-init[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[1020]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.509596] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[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\n[ 8.524930] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\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: daemon to balance interrupts for SMP systems...\n[ 8.561740] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[1020]: The key fingerprint is:\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.643745] [[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\ncloud-init[1020]: SHA256:Eb3+htZjVbU1CzAqxAFgtLRjErAeV0c+3w4m1zk9ZZo root@sdnvpn-13-2\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.667264] cloud-init[1020]: The key's randomart image is:[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n\n[ 8.685406] cloud-init[1020]: +---[ECDSA 256]---+\n[ 8.688882] cloud-init[1020]: |o..=.o+=o. o. |\n[ 8.700192] cloud-init[1020]: | .+ + +. .o .. .o|\n[ 8.704091] cloud-init[1020]: |.o * +.. . .o*|\n[ 8.709154] cloud-init[1020]: |. = . +.+ o =o.|\n[ 8.710751] cloud-init[1020]: | . .S* = E . |\n[ 8.718631] cloud-init[1020]: | + + . o |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.723285] cloud-init[1020]: | = . |\n[ 8.732342] cloud-init[1020]: | o * |\n[ 8.733402] cloud-init[1020]: | . o . |\n[ 8.734424] cloud-init[1020]: +----[SHA256]-----+\n[ 8.738682] cloud-init[1020]: Generating public/private ed25519 key pair.\n[ 8.744113] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.746840] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.752266] cloud-init[1020]: The key fingerprint is:\n[ 8.756121] cloud-init[1020]: SHA256:y9fzjUh3UH3P0AzZuo53Ndw4anlurcr3whfnUk85fw8 root@sdnvpn-13-2\n[ 8.757612] cloud-init[1020]: The key's randomart image is:\n[ 8.761703] cloud-init[1020]: +--[ED25519 256]--+\n[ 8.764130] cloud-init[1020]: | .o |\n[ 8.768099] cloud-init[1020]: | .+o|\n[ 8.772109] cloud-init[1020]: | ..*|\n[ 8.774610] cloud-init[1020]: | .+o|\n[ 8.775756] cloud-init[1020]: | S oo=|\n[ 8.777531] cloud-init[1020]: | . . . +B*|\n[ 8.780079] cloud-init[1020]: | o . +*E*X|\n[ 8.782359] cloud-init[1020]: | . o==X=O|\n[ 8.784861] cloud-init[1020]: | .+B=B*|\n[ 8.787769] cloud-init[1020]: +----[SHA256]-----+\n[ 9.032944] cloud-init[1112]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.756899] cloud-init[1112]: en_US.UTF-8... done\n[ 9.758879] cloud-init[1112]: Generation complete.\n[ 10.236729] cloud-init[1112]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 13 Aug 2018 12:05:20 +0000. Up 8.96 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.552078] cloud-init[1386]: + sudo useradd -m sdnvpn\n[ 10.611749] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.658102] cloud-init[1386]: + sudo adduser sdnvpn sudo\n[ 10.712246] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.748857] cloud-init[1386]: Adding user `sdnvpn' to group `sudo' ...\n[ 10.753085] cloud-init[1386]: Adding user sdnvpn to group sudo\n[ 10.766063] cloud-init[1386]: Done.\n[ 10.767873] cloud-init[1386]: + chpasswd\n[ 10.769476] cloud-init[1386]: + sudo echo sdnvpn:opnfv\n[ 10.807309] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.818653] cloud-init[1386]: + sleep 20\n"} 2018-08-13 12:05:26,037 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-24e38a53-d0c7-43c6-9827-9e8539cc8c22 2018-08-13 12:05:28,066 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}e9a929db0967c445409d6c65b3ea6b2e0fc840c9" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:28,135 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05: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-320e8b61-35e9-42f3-b3e6-20fde1912c74 x-compute-request-id: req-320e8b61-35e9-42f3-b3e6-20fde1912c74 Content-Encoding: gzip Content-Length: 13503 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup 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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 580536319 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.159369] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.161047] pid_max: default: 32768 minimum: 301\n[ 0.161951] ACPI: Core revision 20150930\n[ 0.163384] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.164719] Security Framework initialized\n[ 0.165548] Yama: becoming mindful.\n[ 0.166287] AppArmor: AppArmor initialized\n[ 0.167198] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.169152] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.170754] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.171993] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.173516] Initializing cgroup subsys io\n[ 0.174346] Initializing cgroup subsys memory\n[ 0.175219] Initializing cgroup subsys devices\n[ 0.176102] Initializing cgroup subsys freezer\n[ 0.176981] Initializing cgroup subsys net_cls\n[ 0.177861] Initializing cgroup subsys perf_event\n[ 0.178789] Initializing cgroup subsys net_prio\n[ 0.179701] Initializing cgroup subsys hugetlb\n[ 0.180593] Initializing cgroup subsys pids\n[ 0.181477] CPU: Physical Processor ID: 0\n[ 0.182994] mce: CPU supports 10 MCE banks\n[ 0.183865] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.184894] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.199273] Freeing SMP alternatives memory: 32K (ffffffff820b9000 - ffffffff820c1000)\n[ 0.205353] ftrace: allocating 32123 entries in 126 pages\n[ 0.230721] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.231971] smpboot: Max logical packages: 1\n[ 0.232974] x2apic enabled\n[ 0.233784] Switched APIC routing to physical x2apic.\n[ 0.235537] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.236674] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.238693] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.240505] KVM setup paravirtual spinlock\n[ 0.241920] x86: Booted up 1 node, 1 CPUs\n[ 0.242748] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.244195] devtmpfs: initialized\n[ 0.246720] evm: security.selinux\n[ 0.247441] evm: security.SMACK64\n[ 0.248146] evm: security.SMACK64EXEC\n[ 0.248900] evm: security.SMACK64TRANSMUTE\n[ 0.249728] evm: security.SMACK64MMAP\n[ 0.250486] evm: security.ima\n[ 0.251131] evm: security.capability\n[ 0.251970] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.253880] pinctrl core: initialized pinctrl subsystem\n[ 0.255011] RTC time: 12:05:11, date: 08/13/18\n[ 0.256015] NET: Registered protocol family 16\n[ 0.257054] cpuidle: using governor ladder\n[ 0.257897] cpuidle: using governor menu\n[ 0.258699] PCCT header not found.\n[ 0.259465] ACPI: bus type PCI registered\n[ 0.260279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.261573] PCI: Using configuration type 1 for base access\n[ 0.263594] ACPI: Added _OSI(Module Device)\n[ 0.264457] ACPI: Added _OSI(Processor Device)\n[ 0.265329] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.266247] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.268038] ACPI: Interpreter enabled\n[ 0.268821] ACPI: (supports S0 S5)\n[ 0.269537] ACPI: Using IOAPIC for interrupt routing\n[ 0.270498] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.273831] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.274987] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.276236] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.277448] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.279718] acpiphp: Slot [3] registered\n[ 0.280539] acpiphp: Slot [4] registered\n[ 0.281350] acpiphp: Slot [5] registered\n[ 0.282158] acpiphp: Slot [6] registered\n[ 0.282965] acpiphp: Slot [7] registered\n[ 0.283770] acpiphp: Slot [8] registered\n[ 0.284585] acpiphp: Slot [9] registered\n[ 0.285405] acpiphp: Slot [10] registered\n[ 0.286222] acpiphp: Slot [11] registered\n[ 0.287036] acpiphp: Slot [12] registered\n[ 0.287854] acpiphp: Slot [13] registered\n[ 0.288681] acpiphp: Slot [14] registered\n[ 0.299534] acpiphp: Slot [15] registered\n[ 0.300363] acpiphp: Slot [16] registered\n[ 0.301180] acpiphp: Slot [17] registered\n[ 0.302001] acpiphp: Slot [18] registered\n[ 0.302819] acpiphp: Slot [19] registered\n[ 0.303639] acpiphp: Slot [20] registered\n[ 0.304466] acpiphp: Slot [21] registered\n[ 0.305282] acpiphp: Slot [22] registered\n[ 0.306106] acpiphp: Slot [23] registered\n[ 0.306932] acpiphp: Slot [24] registered\n[ 0.307761] acpiphp: Slot [25] registered\n[ 0.308588] acpiphp: Slot [26] registered\n[ 0.309408] acpiphp: Slot [27] registered\n[ 0.310230] acpiphp: Slot [28] registered\n[ 0.311062] acpiphp: Slot [29] registered\n[ 0.311896] acpiphp: Slot [30] registered\n[ 0.312724] acpiphp: Slot [31] registered\n[ 0.313543] PCI host bridge to bus 0000:00\n[ 0.314370] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.315606] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.316843] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.318314] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.319852] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.321376] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.324711] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.326024] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.327227] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.328523] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.331895] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.333354] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.354081] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.355635] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.357082] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.358531] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.359946] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.361729] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.363089] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.364161] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.365728] vgaarb: loaded\n[ 0.366343] vgaarb: bridge control possible 0000:00:02.0\n[ 0.367625] SCSI subsystem initialized\n[ 0.368546] ACPI: bus type USB registered\n[ 0.369394] usbcore: registered new interface driver usbfs\n[ 0.370451] usbcore: registered new interface driver hub\n[ 0.371481] usbcore: registered new device driver usb\n[ 0.372616] PCI: Using ACPI for IRQ routing\n[ 0.373739] NetLabel: Initializing\n[ 0.374484] NetLabel: domain hash size = 128\n[ 0.375357] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.376328] NetLabel: unlabeled traffic allowed by default\n[ 0.377494] amd_nb: Cannot enumerate AMD northbridges\n[ 0.378525] clocksource: Switched to clocksource kvm-clock\n[ 0.386746] AppArmor: AppArmor Filesystem Enabled\n[ 0.387743] pnp: PnP ACPI init\n[ 0.388714] pnp: PnP ACPI: found 5 devices\n[ 0.395102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.397090] NET: Registered protocol family 2\n[ 0.398314] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.399802] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.401270] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.402696] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.403843] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.405067] NET: Registered protocol family 1\n[ 0.405966] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.407088] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.408185] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.422511] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.436710] Trying to unpack rootfs image as initramfs...\n[ 1.744164] Freeing initrd memory: 10832K (ffff880036ac8000 - ffff88003755c000)\n[ 1.748343] Scanning for low memory corruption every 60 seconds\n[ 1.750004] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 1.751252] audit: initializing netlink subsys (disabled)\n[ 1.752368] audit: type=2000 audit(1534161914.113:1): initialized\n[ 1.753775] Initialise system trusted keyring\n[ 1.754814] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.756002] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.758056] zbud: loaded\n[ 1.758819] VFS: Disk quotas dquot_6.6.0\n[ 1.759667] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.761122] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.762396] fuse init (API version 7.23)\n[ 1.763307] Key type big_key registered\n[ 1.764126] Allocating IMA MOK and blacklist keyrings.\n[ 1.765276] Key type asymmetric registered\n[ 1.766128] Asymmetric key parser 'x509' registered\n[ 1.767121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.768620] io scheduler noop registered\n[ 1.769428] io scheduler deadline registered (default)\n[ 1.770446] io scheduler cfq registered\n[ 1.771332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.772399] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.773704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.775197] ACPI: Power Button [PWRF]\n[ 1.776119] GHES: HEST is not enabled!\n[ 1.790042] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.819027] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.821348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.845403] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.847631] Linux agpgart interface v0.103\n[ 1.849937] brd: module loaded\n[ 1.851287] loop: module loaded\n[ 1.852976] vda: vda1\n[ 1.854245] scsi host0: ata_piix\n[ 1.855021] scsi host1: ata_piix\n[ 1.855764] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.857027] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.858570] libphy: Fixed MDIO Bus: probed\n[ 1.859415] tun: Universal TUN/TAP device driver, 1.6\n[ 1.860391] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.862698] PPP generic driver version 2.4.2\n[ 1.863758] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.865058] ehci-pci: EHCI PCI platform driver\n[ 1.865990] ehci-platform: EHCI generic platform driver\n[ 1.867030] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.868293] ohci-pci: OHCI PCI platform driver\n[ 1.869203] ohci-platform: OHCI generic platform driver\n[ 1.870230] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.884600] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.885649] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.887171] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.888218] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.889413] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.890715] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.892207] usb usb1: Product: UHCI Host Controller\n[ 1.893193] usb usb1: Manufacturer: Linux 4.4.0-66-generic uhci_hcd\n[ 1.894410] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.895419] hub 1-0:1.0: USB hub found\n[ 1.896210] hub 1-0:1.0: 2 ports detected\n[ 1.897179] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.899402] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.900386] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.901458] mousedev: PS/2 mouse device common for all mice\n[ 1.902770] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.904911] rtc_cmos 00:00: RTC can wake from S4\n[ 1.906038] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.907271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.908510] i2c /dev entries driver\n[ 1.909297] device-mapper: uevent: version 1.0.3\n[ 1.910274] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.911971] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.913379] NET: Registered protocol family 10\n[ 1.914502] NET: Registered protocol family 17\n[ 1.915435] Key type dns_resolver registered\n[ 1.916425] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.917577] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.919413] registered taskstats version 1\n[ 1.920280] Loading compiled-in X.509 certificates\n[ 1.921770] Loaded X.509 cert 'Build time autogenerated kernel key: 32ca4feee90b5cde51f5f8c0e024b22f8c679982'\n[ 1.923691] zswap: loaded using pool lzo/zbud\n[ 1.925752] Key type trusted registered\n[ 1.928221] Key type encrypted registered\n[ 1.929098] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.930172] ima: No TPM chip found, activating TPM-bypass!\n[ 1.931257] evm: HMAC attrs: 0x1\n[ 1.932240] Magic number: 14:772:76\n[ 1.933114] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:13 UTC (1534161913)\n[ 1.934801] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.935951] EDD information not available.\n[ 2.011176] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 2.012678] ata1.00: configured for MWDMA2\n[ 2.013956] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 2.026624] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 2.027930] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 2.029239] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 2.031488] Freeing unused kernel memory: 1488K (ffffffff81f45000 - ffffffff820b9000)\n[ 2.033063] Write protecting the kernel read-only data: 14336k\n[ 2.035200] Freeing unused kernel memory: 1776K (ffff880001844000 - ffff880001a00000)\n[ 2.037008] Freeing unused kernel memory: 116K (ffff880001de3000 - ffff880001e00000)\nLoading, please wait...\nstarting version 229\n[ 2.047157] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.048996] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.051124] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.053053] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.054933] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.056797] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.058745] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.060577] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.062401] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.064843] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 2.096784] virtio_net virtio0 ens3: renamed from eth0\n[ 2.105109] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 2.107031] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 2.133803] AVX2 version of gcm_enc/dec engaged.\n[ 2.134800] AES CTR mode by8 optimization enabled\n[ 2.136072] FDC 0 is a S82078B\n[ 2.206603] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 2.373016] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 2.374434] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 2.375855] usb 1-1: Product: QEMU USB Tablet\n[ 2.376813] usb 1-1: Manufacturer: QEMU\n[ 2.377682] usb 1-1: SerialNumber: 42\n[ 2.384922] hidraw: raw HID events driver (C) Jiri Kosina\n[ 2.391555] usbcore: registered new interface driver usbhid\n[ 2.392935] usbhid: USB HID core driver\n[ 2.395450] 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.397896] 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.746717] tsc: Refined TSC clocksource calibration: 3491.849 MHz\n[ 2.748310] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32553d0f4f4, max_idle_ns: 440795350712 ns\nBegin: Loading essential drivers ... [ 3.667624] md: linear personality registered for level -1\n[ 3.670895] md: multipath personality registered for level -4\n[ 3.674158] md: raid0 personality registered for level 0\n[ 3.677768] md: raid1 personality registered for level 1\n[ 3.750530] raid6: sse2x1 gen() 11459 MB/s\n[ 3.818536] raid6: sse2x1 xor() 8863 MB/s\n[ 3.886525] raid6: sse2x2 gen() 14462 MB/s\n[ 3.954535] raid6: sse2x2 xor() 9878 MB/s\n[ 4.022524] raid6: sse2x4 gen() 16994 MB/s\n[ 4.090525] raid6: sse2x4 xor() 11813 MB/s\n[ 4.158524] raid6: avx2x1 gen() 22621 MB/s\n[ 4.226534] raid6: avx2x2 gen() 26227 MB/s\n[ 4.294524] raid6: avx2x4 gen() 30472 MB/s\n[ 4.295417] raid6: using algorithm avx2x4 gen() 30472 MB/s\n[ 4.296484] raid6: using avx2x2 recovery algorithm\n[ 4.300412] xor: automatically using best checksumming function:\n[ 4.338523] avx : 35226.000 MB/sec\n[ 4.340923] async_tx: api initialized (async)\n[ 4.352076] md: raid6 personality registered for level 6\n[ 4.353133] md: raid5 personality registered for level 5\n[ 4.354156] md: raid4 personality registered for level 4\n[ 4.359774] 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.389032] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 4.421671] 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.519938] 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.524092] systemd[1]: Detected virtualization kvm.\n[ 4.525094] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.2 LTS[0m!\n\n[ 4.529400] systemd[1]: Set hostname to .\n[ 4.533529] systemd[1]: Initializing machine ID from KVM UUID.\n[ 4.534751] systemd[1]: Installed transient /etc/machine-id file.\n[ 4.672115] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 4.674444] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 4.676684] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 4.679089] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 4.681290] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 4.683606] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 4.685584] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 4.687545] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 4.689338] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 4.691535] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 4.693836] 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.696648] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 4.698725] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 4.701133] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 4.703818] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 4.705767] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 4.708219] systemd[1]: Starting Remount Root and Kernel File Systems...\n Starting Remount Root and Kernel File Systems...\n[ 4.711213] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 4.714676] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 4.722222] EXT4-fs (vda1): re-mounted. Opts: (null)\n[ 4.723601] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 4.727212] 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.732953] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 4.737776] 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.749153] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 4.760663] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 4.765904] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 4.771651] 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.783360] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 4.785858] Loading iSCSI transport class v2.0-870.\n[ 4.787820] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 4.794868] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 4.798974] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 4.800963] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 4.807663] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 4.813617] iscsi: registered transport (tcp)\n[ 4.814610] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[[0;32m OK [0m] Started Remount Root and Kernel File Systems.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 4.873382] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Mounting FUSE Control File System...\n Starting Apply Kernel Variables...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\n Starting Create Static Device Nodes in /dev...\n Starting Initial cloud-init job (pre-networking)...\n Starting Load/Save Random Seed...\n Starting udev Coldplug all Devices...\n Starting Flush Journal to Persistent Storage...\n[[0;32m OK [0m] Mounted FUSE Control File System.\n[[0;32m OK [0m] Started Apply Kernel Variables.\n[[0;32m OK [0m] Started Create Static Device Nodes in /dev.\n[[0;32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[0;32m OK [0m] Started Flush Journal to Persistent Storage.\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] 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 Set console font and keymap...\n Starting Tell Plymouth To Write Out Runtime Data...\n Starting Commit a transient machine-id on disk...\n Starting LSB: AppArmor initialization...\n[[0;32m OK [0m] Started Commit a transient machine-id on disk.\n[[0;32m OK [0m] Started 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] Found device /dev/ttyS0.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 6.624187] cloud-init[449]: Cloud-init v. 0.7.9 running 'init-local' at Mon, 13 Aug 2018 12:05:17 +0000. Up 5.89 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Reached target Network (Pre).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n Starting Raise network interfaces...\n[[0;32m OK [0m] Started Set console font and keymap.\n[[0;32m OK [0m] Created slice system-getty.slice.\n[[0;32m OK [0m] Started Raise network interfaces.\n[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 8.199887] cloud-init[1020]: Cloud-init v. 0.7.9 running 'init' at Mon, 13 Aug 2018 12:05:19 +0000. Up 7.68 seconds.\n[ 8.201755] cloud-init[1020]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 8.208168] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.210106] cloud-init[1020]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 8.211911] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.217831] cloud-init[1020]: ci-info: | ens3 | True | 10.10.10.6 | 255.255.255.0 | . | fa:16:3e:c7:a0:9c |\n[ 8.219679] cloud-init[1020]: ci-info: | ens3 | True | fe80::f816:3eff:fec7:a09c/64 | . | link | fa:16:3e:c7:a0:9c |\n[ 8.225527] cloud-init[1020]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 8.227353] cloud-init[1020]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 8.232337] cloud-init[1020]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 8.234178] cloud-init[1020]: ci-info: +++++++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++++++\n[ 8.240153] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.241870] cloud-init[1020]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 8.248125] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[ 8.249820] cloud-init[1020]: ci-info: | 0 | 0.0.0.0 | 10.10.10.1 | 0.0.0.0 | ens3 | UG |\n[ 8.251538] cloud-init[1020]: ci-info: | 1 | 10.10.10.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 8.256298] cloud-init[1020]: ci-info: | 2 | 169.254.169.254 | 10.10.10.2 | 255.255.255.255 | ens3 | UGH |\n[ 8.258103] cloud-init[1020]: ci-info: +-------+-----------------+------------+-----------------+-----------+-------+\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target System Initialization.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 8.263937] cloud-init[1020]: Generating public/private rsa key pair.\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 8.266273] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 8.268452] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 8.270052] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[[0;32m OK [0m] Started Daily apt activities.\n[[0;32m OK [0m] Started Timer to automatically refresh installed snaps.\n[[0;32m OK [0m] Reached target Timers.\ncloud-init[1020]: The key fingerprint is:\n[ 8.275686] cloud-init[1020]: SHA256:ISGhjd9Ai+MjXEOLLlrYNzzLLGL/sZU7fJoE9MrvBNQ root@sdnvpn-13-2\n Starting LXD - unix socket.\n[ 8.278117] cloud-init[1020]: The key's randomart image is:\n Starting Socket activation for snappy daemon.[ 8.280154] cloud-init[1020]: +---[RSA 2048]----+\n[ 8.280930] cloud-init[1020]: | .+.. |\n[ 8.281699] cloud-init[1020]: | o*.o.. |\n[ 8.282467] cloud-init[1020]: | .=++o.E. |\n[ 8.283255] cloud-init[1020]: |o+.++o.. . |\n\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n[ 8.288042] cloud-init[1020]: |+o= *o..S |\n[ 8.288833] cloud-init[1020]: |oo =.++ . |\n[ 8.289604] cloud-init[1020]: |o.. ++.= |\n[ 8.290383] cloud-init[1020]: |.... Boo. |\n[ 8.291190] cloud-init[1020]: | ..o.*+ |\n[ 8.291964] [[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] Reached target Network is Online.\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Listening on LXD - unix socket.\ncloud-init[1020]: +----[SHA256]-----+\n[ 8.296634] cloud-init[1020]: Generating public/private dsa key pair.\n[ 8.297586] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 8.298764] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 8.299931] [[0;32m OK [0m] Listening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\ncloud-init[1020]: The key fingerprint is:\n Starting LSB: Record successful boot for GRUB...\n[ 8.306137] cloud-init[1020]: SHA256:TBr3lnHJEiIrw8jMgu5cPNxIQMoa0tdun0+SloDxWP4 root@sdnvpn-13-2[[0;32m OK [0m] Started Deferred execution scheduler.\n Starting Apply the settings specified in cloud-config...\n\n[ 8.313377] cloud-init[1020]: The key's randomart image is:\n[[0;32m OK [0m[ 8.317101] cloud-init[1020]: +---[DSA 1024]----+\n[ 8.318186] ] Started D-Bus System Message Bus.\ncloud-init[1020]: |.o . . . |\n[ 8.332773] cloud-init[1020]: |+=.o . o . o . |\n[ 8.335656] cloud-init[1020]: |*.*.* = o o + |\n[ 8.339200] cloud-init[1020]: |+o+.o@ * . = |\n[ 8.341716] cloud-init[1020]: |.. *o.B S + |\n[ 8.344318] cloud-init[1020]: |o . .. + = |\n[ 8.347015] cloud-init[1020]: | o E . |\n[ 8.349858] cloud-init[1020]: | . + | Starting Accounts Service...\n Starting Login Service...\n\n[[0;32m OK [0m] Started Snappy daemon.\n[ 8.359219] Starting LSB: MD monitoring daemon...\n Starting Pollinate to seed the pseudo random number generator...\n Starting /etc/rc.local Compatibility...cloud-init\n[1020]: [[0;32m OK [0m] Started Regular background program processing daemon.\n Starting LXD - container startup/shutdown...\n Starting System Logging Service...\n| . |\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n Starting Auto import assertions from block devices...\n[[0;32m OK [0m] Started ACPI event daemon.\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 8.449461] cloud-init[1020]: [[0;32m OK [0m] Started System Logging Service.\n+----[SHA256]-----+[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n\n[ 8.495186] cloud-init[[0;32m OK [0m] Started LSB: MD monitoring daemon.\n[1020]: Generating public/private ecdsa key pair.[[0;32m OK [0m] Started Auto import assertions from block devices.\n\n[ 8.509596] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[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\n[ 8.524930] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\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: daemon to balance interrupts for SMP systems...\n[ 8.561740] Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\n Starting LSB: automatic crash report generation...\n Starting LSB: start and stop the Quagga routing suite...\n Starting Permit User Sessions...\n[[0;32m OK [0m] Started Permit User Sessions.\ncloud-init[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.[1020]: The key fingerprint is:\n[[0;32m OK [0m] Started Accounts Service.\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n Starting Hold until boot process finishes up...\n Starting Terminate Plymouth Boot Screen...\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[ 8.643745] [[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\ncloud-init[1020]: SHA256:Eb3+htZjVbU1CzAqxAFgtLRjErAeV0c+3w4m1zk9ZZo root@sdnvpn-13-2\n[[0;32m OK [0m] Started Getty on tty1.\n Starting Set console scheme...\n[[0;32m OK [0m] Started Serial Getty on ttyS0.\n[[0;32m OK [0m] Reached target Login Prompts.\n[[0;32m OK [0m] Started Set console scheme.\n[ 8.667264] cloud-init[1020]: The key's randomart image is:[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started LSB: automatic crash report generation.\n\n[ 8.685406] cloud-init[1020]: +---[ECDSA 256]---+\n[ 8.688882] cloud-init[1020]: |o..=.o+=o. o. |\n[ 8.700192] cloud-init[1020]: | .+ + +. .o .. .o|\n[ 8.704091] cloud-init[1020]: |.o * +.. . .o*|\n[ 8.709154] cloud-init[1020]: |. = . +.+ o =o.|\n[ 8.710751] cloud-init[1020]: | . .S* = E . |\n[ 8.718631] cloud-init[1020]: | + + . o |\n[[0;32m OK [0m] Started LSB: start and stop the Quagga routing suite.\n[ 8.723285] cloud-init[1020]: | = . |\n[ 8.732342] cloud-init[1020]: | o * |\n[ 8.733402] cloud-init[1020]: | . o . |\n[ 8.734424] cloud-init[1020]: +----[SHA256]-----+\n[ 8.738682] cloud-init[1020]: Generating public/private ed25519 key pair.\n[ 8.744113] cloud-init[1020]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 8.746840] cloud-init[1020]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 8.752266] cloud-init[1020]: The key fingerprint is:\n[ 8.756121] cloud-init[1020]: SHA256:y9fzjUh3UH3P0AzZuo53Ndw4anlurcr3whfnUk85fw8 root@sdnvpn-13-2\n[ 8.757612] cloud-init[1020]: The key's randomart image is:\n[ 8.761703] cloud-init[1020]: +--[ED25519 256]--+\n[ 8.764130] cloud-init[1020]: | .o |\n[ 8.768099] cloud-init[1020]: | .+o|\n[ 8.772109] cloud-init[1020]: | ..*|\n[ 8.774610] cloud-init[1020]: | .+o|\n[ 8.775756] cloud-init[1020]: | S oo=|\n[ 8.777531] cloud-init[1020]: | . . . +B*|\n[ 8.780079] cloud-init[1020]: | o . +*E*X|\n[ 8.782359] cloud-init[1020]: | . o==X=O|\n[ 8.784861] cloud-init[1020]: | .+B=B*|\n[ 8.787769] cloud-init[1020]: +----[SHA256]-----+\n[ 9.032944] cloud-init[1112]: Generating locales (this might take a while)...\n[[0;32m OK [0m] Started Pollinate to seed the pseudo random number generator.\n Starting OpenBSD Secure Shell server...\n[[0;32m OK [0m] Started OpenBSD Secure Shell server.\n[[0;32m OK [0m] Reached target Multi-User System.\n[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n[[0;32m OK [0m] Started Update UTMP about System Runlevel Changes.\n[ 9.756899] cloud-init[1112]: en_US.UTF-8... done\n[ 9.758879] cloud-init[1112]: Generation complete.\n[ 10.236729] cloud-init[1112]: Cloud-init v. 0.7.9 running 'modules:config' at Mon, 13 Aug 2018 12:05:20 +0000. Up 8.96 seconds.\n[[0;32m OK [0m] Started Apply the settings specified in cloud-config.\n Starting Execute cloud user/final scripts...\n[ 10.552078] cloud-init[1386]: + sudo useradd -m sdnvpn\n[ 10.611749] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.658102] cloud-init[1386]: + sudo adduser sdnvpn sudo\n[ 10.712246] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.748857] cloud-init[1386]: Adding user `sdnvpn' to group `sudo' ...\n[ 10.753085] cloud-init[1386]: Adding user sdnvpn to group sudo\n[ 10.766063] cloud-init[1386]: Done.\n[ 10.767873] cloud-init[1386]: + chpasswd\n[ 10.769476] cloud-init[1386]: + sudo echo sdnvpn:opnfv\n[ 10.807309] cloud-init[1386]: sudo: unable to resolve host sdnvpn-13-2\n[ 10.818653] cloud-init[1386]: + sleep 20\n\nUbuntu 16.04.2 LTS sdnvpn-13-2 ttyS0\n\nsdnvpn-13-2 login: "} 2018-08-13 12:05:28,136 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-320e8b61-35e9-42f3-b3e6-20fde1912c74 2018-08-13 12:05:30,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/images?limit=20 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" 2018-08-13 12:05:30,933 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1109 Content-Type: application/json X-Openstack-Request-Id: req-36de641c-1a90-4886-8286-88875999a6f9 Date: Mon, 13 Aug 2018 12:05:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T12:02:33Z", "file": "/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "e5f0ad2c-56fb-450a-969c-b256b44374d2", "size": 493813760, "self": "/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e5f0ad2c-56fb-450a-969c-b256b44374d2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "visibility": "public", "locations": [{"url": "rbd://2d9b3ecf-0af8-4b8c-b519-3c268382f101/images/e5f0ad2c-56fb-450a-969c-b256b44374d2/snap", "metadata": {}}], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-ubuntu", "checksum": "8c42b779e24ec2a6d35c8def02246a0b", "created_at": "2018-08-13T12:02:25Z", "os_hidden": false, "protected": false, "os_hash_value": "b410a4f3a361516bcde96f45ebab7482e8c5f1dd758217e977cdce10240d4f8bdb9cc02723c80d221d71cf9e350522bb5490bc5d34c4d5f512b1394382195310"}], "schema": "/v2/schemas/images", "first": "/v2/images?limit=20"} 2018-08-13 12:05:30,934 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/images?limit=20 used request id req-36de641c-1a90-4886-8286-88875999a6f9 2018-08-13 12:05:30,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:9292/v2/schemas/image -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" 2018-08-13 12:05:30,945 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4721 X-Openstack-Request-Id: req-e0fd8a63-f2ba-4c85-a8d7-e462dcddc2bd Date: Mon, 13 Aug 2018 12:05:30 GMT RESP BODY: {"additionalProperties": {"type": "string"}, "name": "image", "links": [{"href": "{self}", "rel": "self"}, {"href": "{file}", "rel": "enclosure"}, {"href": "{schema}", "rel": "describedby"}], "properties": {"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}, "updated_at": {"readOnly": true, "type": "string", "description": "Date and time of the last image modification"}, "file": {"readOnly": true, "type": "string", "description": "An image file url"}, "owner": {"type": ["null", "string"], "description": "Owner of the image", "maxLength": 255}, "id": {"pattern": "^([0-9a-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"}, "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}, "self": {"readOnly": true, "type": "string", "description": "An image self url"}, "disk_format": {"enum": [null, "ami", "ari", "aki", "vhd", "vhdx", "vmdk", "raw", "qcow2", "vdi", "iso", "ploop"], "type": ["null", "string"], "description": "Format of the disk"}, "os_hash_algo": {"readOnly": true, "type": ["null", "string"], "description": "Algorithm to calculate the os_hash_value", "maxLength": 64}, "os_version": {"type": "string", "description": "Operating system version as specified by the distributor", "is_base": false}, "direct_url": {"readOnly": true, "type": "string", "description": "URL to access the image file kept in external store"}, "schema": {"readOnly": true, "type": "string", "description": "An image schema url"}, "status": {"readOnly": true, "enum": ["queued", "saving", "active", "killed", "deleted", "uploading", "importing", "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}, "visibility": {"enum": ["community", "public", "private", "shared"], "type": "string", "description": "Scope of image accessibility"}, "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"}, "backend": {"readOnly": true, "type": "string", "description": "Backend store to upload image to"}, "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"}, "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}, "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"}, "os_hidden": {"type": "boolean", "description": "If true, image will not appear in default image list response."}, "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}, "os_hash_value": {"readOnly": true, "type": ["null", "string"], "description": "Hexdigest of the image contents using the algorithm specified by the os_hash_algo", "maxLength": 128}}} 2018-08-13 12:05:30,945 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.22:9292/v2/schemas/image used request id req-e0fd8a63-f2ba-4c85-a8d7-e462dcddc2bd 2018-08-13 12:05:30,948 - sdnvpn.lib.openstack_utils - INFO - Creating image 'sdnvpn-image' from '/home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img'... 2018-08-13 12:05:30,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9292/v2/images -H "User-Agent: python-glanceclient" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" -d '{"container_format": "bare", "disk_format": "qcow2", "name": "sdnvpn-image", "visibility": "public"}' 2018-08-13 12:05:31,024 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 638 Content-Type: application/json Location: http://172.30.9.22:9292/v2/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-38ba6bda-4afb-4816-b4e2-b4faa0516b94 Date: Mon, 13 Aug 2018 12:05:31 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-08-13T12:05:30Z", "file": "/v2/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3/file", "owner": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "size": null, "self": "/v2/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "disk_format": "qcow2", "os_hash_algo": null, "schema": "/v2/schemas/image", "status": "queued", "tags": [], "visibility": "public", "locations": [], "min_disk": 0, "virtual_size": null, "name": "sdnvpn-image", "checksum": null, "created_at": "2018-08-13T12:05:30Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-08-13 12:05:31,024 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.22:9292/v2/images used request id req-38ba6bda-4afb-4816-b4e2-b4faa0516b94 2018-08-13 12:05:31,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9292/v2/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3/file -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" -d '' 2018-08-13 12:05:31,551 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7393a3b4-3b16-46b2-8e8b-7638079eee9b Date: Mon, 13 Aug 2018 12:05:31 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 12:05:31,552 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.22:9292/v2/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3/file used request id req-7393a3b4-3b16-46b2-8e8b-7638079eee9b 2018-08-13 12:05:31,552 - sdnvpn_test_utils - INFO - Creating instance 'sdnvpn-13-3'... 2018-08-13 12:05:31,552 - sdnvpn_test_utils - DEBUG - Configuration: name=sdnvpn-13-3 flavor=m1.custom image=0a8b836f-1f90-49b5-b2c4-18cc2544ffa3 network=004320aa-7cb0-4fb4-b2d0-56ac620c8b95 secgroup=adb76e46-106d-4b05-a433-ab53fdff7564 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-08-13 12:05:31,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:05:31,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:05:31,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:05:31,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:05:31,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:05:31,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:05:31,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:05:31,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:05:31,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:05:31,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:05:31,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-08-13 12:05:31,559 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-08-13 12:05:31,560 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-08-13 12:05:31,561 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-08-13 12:05:31,562 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-08-13 12:05:31,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:05:31,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bdaa5e92-8ec8-47ff-82a1-9424d37a65e9 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:05:31,571 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-bdaa5e92-8ec8-47ff-82a1-9424d37a65e9 2018-08-13 12:05:31,571 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:05:31,981 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:05:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["MHkXGq_RTZmlK-MMccYrHQ"], "issued_at": "2018-08-13T12:05:31.000000Z"}} 2018-08-13 12:05:31,984 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf4b29f4b6eb5a46686d570caeafe3a030e3cdd" 2018-08-13 12:05:32,261 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:31 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-79911c67-cf01-48d9-9b6f-535ba7d67b0d x-compute-request-id: req-79911c67-cf01-48d9-9b6f-535ba7d67b0d Content-Encoding: gzip Content-Length: 207 Content-Type: application/json RESP BODY: {"flavors": [{"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}], "name": "m1.custom"}, {"id": "be104096-45d9-4f93-be78-2966d8ab9c2c", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/be104096-45d9-4f93-be78-2966d8ab9c2c", "rel": "bookmark"}], "name": "m1.tiny"}]} 2018-08-13 12:05:32,261 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors used request id req-79911c67-cf01-48d9-9b6f-535ba7d67b0d 2018-08-13 12:05:32,265 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf4b29f4b6eb5a46686d570caeafe3a030e3cdd" 2018-08-13 12:05:32,283 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-0864991d-b97f-4295-a309-eaf9ffa78475 x-compute-request-id: req-0864991d-b97f-4295-a309-eaf9ffa78475 Content-Encoding: gzip Content-Length: 283 Content-Type: application/json RESP BODY: {"flavor": {"name": "m1.custom", "links": [{"href": "http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "self"}, {"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}], "ram": 1024, "OS-FLV-DISABLED:disabled": false, "vcpus": 1, "swap": "", "os-flavor-access:is_public": true, "rxtx_factor": 1.0, "OS-FLV-EXT-DATA:ephemeral": 0, "disk": 10, "id": "23444243-0745-43bd-840e-ad3a0a16f564"}} 2018-08-13 12:05:32,283 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 used request id req-0864991d-b97f-4295-a309-eaf9ffa78475 2018-08-13 12:05:32,287 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf4b29f4b6eb5a46686d570caeafe3a030e3cdd" -d '{"server": {"name": "sdnvpn-13-3", "imageRef": "0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "availability_zone": "nova:overcloud-novacompute-0.opnfvlf.org", "flavorRef": "23444243-0745-43bd-840e-ad3a0a16f564", "user_data": "IyEvYmluL3NoCnNldCAxNzkuMjQuMS4xMgp3aGlsZSB0cnVlOyBkbwogZm9yIGkgZG8KICBpcD0kaQogIHBpbmcgLWMgMTAgJGlwIDI+JjEgPi9kZXYvbnVsbAogIFJFUz0kPwogIGlmIFsgIlokUkVTIiA9ICJaMCIgXSA7IHRoZW4KICAgZWNobyBwaW5nICRpcCBPSwogIGVsc2UgZWNobyBwaW5nICRpcCBLTwogIGZpCiBkb25lCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "004320aa-7cb0-4fb4-b2d0-56ac620c8b95"}], "config_drive": true}}' 2018-08-13 12:05:33,937 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12:05:32 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version x-openstack-request-id: req-afaa7604-f3e8-41f2-81ee-51a5dbeccece x-compute-request-id: req-afaa7604-f3e8-41f2-81ee-51a5dbeccece Content-Length: 374 location: http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "bookmark"}], "adminPass": "jhfz87Thyvu2"}} 2018-08-13 12:05:33,937 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers used request id req-afaa7604-f3e8-41f2-81ee-51a5dbeccece 2018-08-13 12:05:33,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:5000/v3 -H "Accept: application/json" -H "User-Agent: run_tests keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.14" 2018-08-13 12:05:33,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1e3c0bb9-779b-40f2-8e0d-3681ee3c9e37 Content-Encoding: gzip Content-Length: 195 Content-Type: application/json RESP BODY: {"version": {"status": "stable", "updated": "2018-02-28T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.10", "links": [{"href": "http://172.30.9.22:5000/v3/", "rel": "self"}]}} 2018-08-13 12:05:33,946 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.22:5000/v3 used request id req-1e3c0bb9-779b-40f2-8e0d-3681ee3c9e37 2018-08-13 12:05:33,946 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:05:34,350 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:05:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["Hkffg28cT32lO6Pe1p_hmA"], "issued_at": "2018-08-13T12:05:34.000000Z"}} 2018-08-13 12:05:34,353 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c797aae9906eb84e7320c462ca82b98f8dc102" 2018-08-13 12:05:34,949 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-cdff589e-f39f-46c6-b693-450a0e821bf4 x-compute-request-id: req-cdff589e-f39f-46c6-b693-450a0e821bf4 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.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "bookmark"}], "image": {"id": "0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "links": [{"href": "http://172.30.9.22:8774/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:05: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-13-3", "created": "2018-08-13T12:05:33Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:34,949 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c used request id req-cdff589e-f39f-46c6-b693-450a0e821bf4 2018-08-13 12:05:37,956 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c797aae9906eb84e7320c462ca82b98f8dc102" 2018-08-13 12:05:38,598 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:37 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-cf638912-9b51-46a3-8b4b-7c0f57b5d32e x-compute-request-id: req-cf638912-9b51-46a3-8b4b-7c0f57b5d32e Content-Encoding: gzip Content-Length: 778 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:22:d1:e5", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "bookmark"}], "image": {"id": "0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "links": [{"href": "http://172.30.9.22:8774/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000094", "OS-SRV-USG:launched_at": null, "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "status": "BUILD", "updated": "2018-08-13T12:05:35Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T12:05:33Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:38,598 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c used request id req-cf638912-9b51-46a3-8b4b-7c0f57b5d32e 2018-08-13 12:05:41,604 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}36c797aae9906eb84e7320c462ca82b98f8dc102" 2018-08-13 12:05:42,011 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12: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-0841b4a6-a7ca-461d-9f57-8797f7d253a9 x-compute-request-id: req-0841b4a6-a7ca-461d-9f57-8797f7d253a9 Content-Encoding: gzip Content-Length: 780 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:22:d1:e5", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "bookmark"}], "image": {"id": "0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "links": [{"href": "http://172.30.9.22:8774/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000094", "OS-SRV-USG:launched_at": "2018-08-13T12:05:40.000000", "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T12:05:40Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T12:05:33Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:42,012 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c used request id req-0841b4a6-a7ca-461d-9f57-8797f7d253a9 2018-08-13 12:05:42,015 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X GET http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf4b29f4b6eb5a46686d570caeafe3a030e3cdd" 2018-08-13 12:05:42,506 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05: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-1c278d1a-82a8-44b0-9ae4-4c7e283c40c4 x-compute-request-id: req-1c278d1a-82a8-44b0-9ae4-4c7e283c40c4 Content-Encoding: gzip Content-Length: 780 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:22:d1:e5", "version": 4, "addr": "10.10.10.22", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "self"}, {"href": "http://172.30.9.22:8774/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "rel": "bookmark"}], "image": {"id": "0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "links": [{"href": "http://172.30.9.22:8774/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000094", "OS-SRV-USG:launched_at": "2018-08-13T12:05:40.000000", "flavor": {"id": "23444243-0745-43bd-840e-ad3a0a16f564", "links": [{"href": "http://172.30.9.22:8774/flavors/23444243-0745-43bd-840e-ad3a0a16f564", "rel": "bookmark"}]}, "id": "ff3f3e5c-2a14-4a8c-b399-8d94962bee1c", "security_groups": [{"name": "default"}], "user_id": "fd4b32efc0a44ad3ae4f0b915c8a15f2", "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-08-13T12:05:40Z", "hostId": "73bdae7cd596b3251c8325be4a06c0aae623a1b9338fe4a3dcf4904a", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.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-08-13T12:05:33Z", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "os-extended-volumes:volumes_attached": [], "metadata": {}}} 2018-08-13 12:05:42,506 - novaclient.v2.client - DEBUG - GET call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c used request id req-1c278d1a-82a8-44b0-9ae4-4c7e283c40c4 2018-08-13 12:05:42,506 - sdnvpn_test_utils - DEBUG - Instance 'sdnvpn-13-3' booted successfully. IP='10.10.10.22'. 2018-08-13 12:05:42,507 - sdnvpn_test_utils - DEBUG - Adding 'sdnvpn-13-3' to security group 'sdnvpn-sg'... 2018-08-13 12:05:42,510 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" -d '{"addSecurityGroup": {"name": "adb76e46-106d-4b05-a433-ab53fdff7564"}}' 2018-08-13 12:05:43,520 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12:05: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-e2e70267-fb55-4270-8b1d-ad08437bef83 x-compute-request-id: req-e2e70267-fb55-4270-8b1d-ad08437bef83 Content-Length: 0 Content-Type: application/json 2018-08-13 12:05:43,520 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action used request id req-e2e70267-fb55-4270-8b1d-ad08437bef83 2018-08-13 12:05:43,521 - sdnvpn_test_utils - INFO - Waiting for instance ff3f3e5c-2a14-4a8c-b399-8d94962bee1c to boot up 2018-08-13 12:05:43,524 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf4b29f4b6eb5a46686d570caeafe3a030e3cdd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:05:43,594 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:05:43 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-e67a4b30-4fbc-4cbe-bf50-7c642e748098 x-compute-request-id: req-e67a4b30-4fbc-4cbe-bf50-7c642e748098 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-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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 481803410 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.145225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146889] pid_max: default: 32768 minimum: 301\n[ 0.147785] ACPI: Core revision 20150930\n[ 0.149202] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150522] Security Framework initialized\n[ 0.151341] Yama: becoming mindful.\n[ 0.152069] AppArmor: AppArmor initialized\n[ 0.152956] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154886] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156469] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157694] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159211] Initializing cgroup subsys io\n[ 0.160026] Initializing cgroup subsys memory\n[ 0.160898] Initializing cgroup subsys devices\n[ 0.161772] Initializing cgroup subsys freezer\n[ 0.162639] Initializing cgroup subsys net_cls\n[ 0.163505] Initializing cgroup subsys perf_event\n[ 0.164445] Initializing cgroup subsys net_prio\n[ 0.165336] Initializing cgroup subsys hugetlb\n[ 0.166484] Initializing cgroup subsys pids\n[ 0.167357] CPU: Physical Processor ID: 0\n[ 0.168855] mce: CPU supports 10 MCE banks\n[ 0.169713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170718] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185225] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191326] ftrace: allocating 31920 entries in 125 pages\n[ 0.216801] smpboot: Max logical packages: 1\n[ 0.217655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218998] x2apic enabled\n[ 0.219807] Switched APIC routing to physical x2apic.\n[ 0.221551] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222673] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224673] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226461] KVM setup paravirtual spinlock\n[ 0.227841] x86: Booted up 1 node, 1 CPUs\n[ 0.228655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230068] devtmpfs: initialized\n[ 0.231838] evm: security.selinux\n[ 0.232543] evm: security.SMACK64\n[ 0.233228] evm: security.SMACK64EXEC\n[ 0.233972] evm: security.SMACK64TRANSMUTE\n[ 0.234778] evm: security.SMACK64MMAP\n[ 0.235521] evm: security.ima\n[ 0.236160] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238866] pinctrl core: initialized pinctrl subsystem\n[ 0.239976] RTC time: 12:05:40, date: 08/13/18\n[ 0.240968] NET: Registered protocol family 16\n[ 0.241980] cpuidle: using governor ladder\n[ 0.242806] cpuidle: using governor menu\n[ 0.243594] PCCT header not found.\n[ 0.244351] ACPI: bus type PCI registered\n[ 0.245156] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246433] PCI: Using configuration type 1 for base access\n[ 0.248387] ACPI: Added _OSI(Module Device)\n[ 0.249227] ACPI: Added _OSI(Processor Device)\n[ 0.250088] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250984] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252743] ACPI: Interpreter enabled\n[ 0.253510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260896] ACPI: (supports S0 S5)\n[ 0.261607] ACPI: Using IOAPIC for interrupt routing\n[ 0.262555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265840] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267116] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268356] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271798] acpiphp: Slot [3] registered\n[ 0.272612] acpiphp: Slot [4] registered\n[ 0.273416] acpiphp: Slot [5] registered\n[ 0.274216] acpiphp: Slot [6] registered\n[ 0.275018] acpiphp: Slot [7] registered\n[ 0.275815] acpiphp: Slot [8] registered\n[ 0.276615] acpiphp: Slot [9] registered\n[ 0.277412] acpiphp: Slot [10] registered\n[ 0.278239] acpiphp: Slot [11] registered\n[ 0.279060] acpiphp: Slot [12] registered\n[ 0.279878] acpiphp: Slot [13] registered\n[ 0.280694] acpiphp: Slot [14] registered\n[ 0.281502] acpiphp: Slot [15] registered\n[ 0.292179] acpiphp: Slot [16] registered\n[ 0.293006] acpiphp: Slot [17] registered\n[ 0.293824] acpiphp: Slot [18] registered\n[ 0.294641] acpiphp: Slot [19] registered\n[ 0.295453] acpiphp: Slot [20] registered\n[ 0.296268] acpiphp: Slot [21] registered\n[ 0.297082] acpiphp: Slot [22] registered\n[ 0.297894] acpiphp: Slot [23] registered\n[ 0.298715] acpiphp: Slot [24] registered\n[ 0.299529] acpiphp: Slot [25] registered\n[ 0.300344] acpiphp: Slot [26] registered\n[ 0.301156] acpiphp: Slot [27] registered\n[ 0.301970] acpiphp: Slot [28] registered\n[ 0.302782] acpiphp: Slot [29] registered\n[ 0.303623] acpiphp: Slot [30] registered\n[ 0.304446] acpiphp: Slot [31] registered\n[ 0.305253] PCI host bridge to bus 0000:00\n[ 0.306063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307268] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308485] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310187] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312319] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317131] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318428] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319813] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321373] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325231] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.346900] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350317] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352116] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356478] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357642] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359309] vgaarb: loaded\n[ 0.359943] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361308] SCSI subsystem initialized\n[ 0.362275] ACPI: bus type USB registered\n[ 0.363175] usbcore: registered new interface driver usbfs\n[ 0.364274] usbcore: registered new interface driver hub\n[ 0.365369] usbcore: registered new device driver usb\n[ 0.366976] PCI: Using ACPI for IRQ routing\n[ 0.368182] NetLabel: Initializing\n[ 0.368964] NetLabel: domain hash size = 128\n[ 0.369843] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370839] NetLabel: unlabeled traffic allowed by default\n[ 0.372070] clocksource: Switched to clocksource kvm-clock\n[ 0.380694] AppArmor: AppArmor Filesystem Enabled\n[ 0.381718] pnp: PnP ACPI init\n[ 0.382697] pnp: PnP ACPI: found 5 devices\n[ 0.389066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390855] NET: Registered protocol family 2\n[ 0.391949] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.393329] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.394649] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.395965] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.397123] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398421] NET: Registered protocol family 1\n[ 0.399335] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400467] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401577] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415348] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429723] Trying to unpack rootfs image as initramfs...\n[ 0.485553] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.487309] Scanning for low memory corruption every 60 seconds\n[ 0.488769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490055] audit: initializing netlink subsys (disabled)\n[ 0.491145] audit: type=2000 audit(1534161940.943:1): initialized\n[ 0.492668] Initialise system trusted keyring\n[ 0.493681] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494897] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497124] zbud: loaded\n[ 0.497908] VFS: Disk quotas dquot_6.6.0\n[ 0.498798] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500739] fuse init (API version 7.23)\n[ 0.501872] Key type big_key registered\n[ 0.502895] Allocating IMA MOK and blacklist keyrings.\n[ 0.504430] Key type asymmetric registered\n[ 0.505491] Asymmetric key parser 'x509' registered\n[ 0.506694] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508531] io scheduler noop registered\n[ 0.509521] io scheduler deadline registered (default)\n[ 0.510789] io scheduler cfq registered\n[ 0.511867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517017] ACPI: Power Button [PWRF]\n[ 0.518091] GHES: HEST is not enabled!\n[ 0.531829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560169] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562656] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586760] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589586] Linux agpgart interface v0.103\n[ 0.592562] brd: module loaded\n[ 0.594372] loop: module loaded\n[ 0.598100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599980] GPT:90111 != 20971519\n[ 0.600846] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602246] GPT:90111 != 20971519\n[ 0.603110] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606901] vda: vda1 vda15\n[ 0.611173] scsi host0: ata_piix\n[ 0.612165] scsi host1: ata_piix\n[ 0.613067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.614635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616599] libphy: Fixed MDIO Bus: probed\n[ 0.617666] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622263] PPP generic driver version 2.4.2\n[ 0.623494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625091] ehci-pci: EHCI PCI platform driver\n[ 0.626307] ehci-platform: EHCI generic platform driver\n[ 0.627584] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629065] ohci-pci: OHCI PCI platform driver\n[ 0.630191] ohci-platform: OHCI generic platform driver\n[ 0.631474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646294] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647621] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650792] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.652320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655711] usb usb1: Product: UHCI Host Controller\n[ 0.656914] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658394] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659638] hub 1-0:1.0: USB hub found\n[ 0.660653] hub 1-0:1.0: 2 ports detected\n[ 0.662025] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665927] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667267] mousedev: PS/2 mouse device common for all mice\n[ 0.668903] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671295] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675820] i2c /dev entries driver\n[ 0.676831] device-mapper: uevent: version 1.0.3\n[ 0.678076] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680217] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682285] NET: Registered protocol family 10\n[ 0.683916] NET: Registered protocol family 17\n[ 0.685106] Key type dns_resolver registered\n[ 0.686549] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687960] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690347] registered taskstats version 1\n[ 0.691447] Loading compiled-in X.509 certificates\n[ 0.693307] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695736] zswap: loaded using pool lzo/zbud\n[ 0.698045] Key type trusted registered\n[ 0.700043] Key type encrypted registered\n[ 0.701128] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703843] evm: HMAC attrs: 0x1\n[ 0.705090] Magic number: 14:772:76\n[ 0.706208] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:40 UTC (1534161940)\n[ 0.708338] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709764] EDD information not available.\n[ 0.772663] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.784984] ata1.00: configured for MWDMA2\n[ 0.786836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789693] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791420] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796534] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798484] Write protecting the kernel read-only data: 14336k\n[ 0.802423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804904] 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.870548] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.22...\nLease of 10.10.10.22 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.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-08-13 12:05:43,594 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action used request id req-e67a4b30-4fbc-4cbe-bf50-7c642e748098 2018-08-13 12:05:45,598 - sdnvpn-results - INFO - Create VPN with multiple RDs 2018-08-13 12:05:45,603 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"bgpvpn": {"import_targets": "88:88", "export_targets": "88:88", "name": "sdnvpn-975778", "route_distinguishers": ["12:12", "13:13"]}}' 2018-08-13 12:05:45,964 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 350 X-Openstack-Request-Id: req-1e913f92-ab40-4754-bb67-0648d405e647 Date: Mon, 13 Aug 2018 12:05:45 GMT RESP BODY: {"bgpvpn": {"export_targets": ["88:88"], "name": "sdnvpn-975778", "route_distinguishers": ["12:12", "13:13"], "routers": [], "import_targets": ["88:88"], "networks": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "route_targets": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "type": "l3", "id": "97efb696-7903-4921-9800-6a4b4dab2a0f"}} 2018-08-13 12:05:45,964 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns used request id req-1e913f92-ab40-4754-bb67-0648d405e647 2018-08-13 12:05:45,965 - sdnvpn.test.functest.testcase_13 - DEBUG - VPN created details: {u'bgpvpn': {u'export_targets': [u'88:88'], u'name': u'sdnvpn-975778', u'route_distinguishers': [u'12:12', u'13:13'], u'routers': [], u'import_targets': [u'88:88'], u'id': u'97efb696-7903-4921-9800-6a4b4dab2a0f', u'tenant_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'route_targets': [], u'project_id': u'1dcb5dba3d6d42ea97f37319eab783f3', u'type': u'l3', u'networks': []}} 2018-08-13 12:05:45,965 - sdnvpn-results - INFO - Associate router 'sdnvpn-13-1-router' to the VPN. 2018-08-13 12:05:45,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/97efb696-7903-4921-9800-6a4b4dab2a0f/router_associations -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"router_association": {"router_id": "488f7693-f2e7-4682-b11a-8be40a933b2e"}}' 2018-08-13 12:05:46,425 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 222 X-Openstack-Request-Id: req-cfa33a79-b7a6-4ded-86c8-496d9092c063 Date: Mon, 13 Aug 2018 12:05:46 GMT RESP BODY: {"router_association": {"router_id": "488f7693-f2e7-4682-b11a-8be40a933b2e", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "c2bc28df-87b1-47aa-8d83-1cb079ed761f"}} 2018-08-13 12:05:46,425 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/97efb696-7903-4921-9800-6a4b4dab2a0f/router_associations used request id req-cfa33a79-b7a6-4ded-86c8-496d9092c063 2018-08-13 12:05:46,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"router": {"routes": [{"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}]}}' 2018-08-13 12:05:47,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-da0c4021-7e93-4473-ae03-d863fa5a0e48 Date: Mon, 13 Aug 2018 12:05:47 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T12:02:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T12:05:47Z", "revision_number": 5, "routes": [{"nexthop": "10.10.10.11", "destination": "179.24.1.12/32"}, {"nexthop": "10.10.10.6", "destination": "179.24.1.12/32"}], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "488f7693-f2e7-4682-b11a-8be40a933b2e", "name": "sdnvpn-13-1-router"}} 2018-08-13 12:05:47,290 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e used request id req-da0c4021-7e93-4473-ae03-d863fa5a0e48 2018-08-13 12:05:47,290 - sdnvpn.test.functest.testcase_13 - INFO - Waiting for the VMs to connect to each other using the updated network configuration 2018-08-13 12:06:17,320 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf4b29f4b6eb5a46686d570caeafe3a030e3cdd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:06:17,386 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:06: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-a45b0b8e-26f9-47c1-853c-ef2d376d884c x-compute-request-id: req-a45b0b8e-26f9-47c1-853c-ef2d376d884c Content-Encoding: gzip Content-Length: 8125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 481803410 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.145225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146889] pid_max: default: 32768 minimum: 301\n[ 0.147785] ACPI: Core revision 20150930\n[ 0.149202] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150522] Security Framework initialized\n[ 0.151341] Yama: becoming mindful.\n[ 0.152069] AppArmor: AppArmor initialized\n[ 0.152956] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154886] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156469] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157694] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159211] Initializing cgroup subsys io\n[ 0.160026] Initializing cgroup subsys memory\n[ 0.160898] Initializing cgroup subsys devices\n[ 0.161772] Initializing cgroup subsys freezer\n[ 0.162639] Initializing cgroup subsys net_cls\n[ 0.163505] Initializing cgroup subsys perf_event\n[ 0.164445] Initializing cgroup subsys net_prio\n[ 0.165336] Initializing cgroup subsys hugetlb\n[ 0.166484] Initializing cgroup subsys pids\n[ 0.167357] CPU: Physical Processor ID: 0\n[ 0.168855] mce: CPU supports 10 MCE banks\n[ 0.169713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170718] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185225] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191326] ftrace: allocating 31920 entries in 125 pages\n[ 0.216801] smpboot: Max logical packages: 1\n[ 0.217655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218998] x2apic enabled\n[ 0.219807] Switched APIC routing to physical x2apic.\n[ 0.221551] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222673] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224673] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226461] KVM setup paravirtual spinlock\n[ 0.227841] x86: Booted up 1 node, 1 CPUs\n[ 0.228655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230068] devtmpfs: initialized\n[ 0.231838] evm: security.selinux\n[ 0.232543] evm: security.SMACK64\n[ 0.233228] evm: security.SMACK64EXEC\n[ 0.233972] evm: security.SMACK64TRANSMUTE\n[ 0.234778] evm: security.SMACK64MMAP\n[ 0.235521] evm: security.ima\n[ 0.236160] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238866] pinctrl core: initialized pinctrl subsystem\n[ 0.239976] RTC time: 12:05:40, date: 08/13/18\n[ 0.240968] NET: Registered protocol family 16\n[ 0.241980] cpuidle: using governor ladder\n[ 0.242806] cpuidle: using governor menu\n[ 0.243594] PCCT header not found.\n[ 0.244351] ACPI: bus type PCI registered\n[ 0.245156] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246433] PCI: Using configuration type 1 for base access\n[ 0.248387] ACPI: Added _OSI(Module Device)\n[ 0.249227] ACPI: Added _OSI(Processor Device)\n[ 0.250088] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250984] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252743] ACPI: Interpreter enabled\n[ 0.253510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260896] ACPI: (supports S0 S5)\n[ 0.261607] ACPI: Using IOAPIC for interrupt routing\n[ 0.262555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265840] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267116] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268356] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271798] acpiphp: Slot [3] registered\n[ 0.272612] acpiphp: Slot [4] registered\n[ 0.273416] acpiphp: Slot [5] registered\n[ 0.274216] acpiphp: Slot [6] registered\n[ 0.275018] acpiphp: Slot [7] registered\n[ 0.275815] acpiphp: Slot [8] registered\n[ 0.276615] acpiphp: Slot [9] registered\n[ 0.277412] acpiphp: Slot [10] registered\n[ 0.278239] acpiphp: Slot [11] registered\n[ 0.279060] acpiphp: Slot [12] registered\n[ 0.279878] acpiphp: Slot [13] registered\n[ 0.280694] acpiphp: Slot [14] registered\n[ 0.281502] acpiphp: Slot [15] registered\n[ 0.292179] acpiphp: Slot [16] registered\n[ 0.293006] acpiphp: Slot [17] registered\n[ 0.293824] acpiphp: Slot [18] registered\n[ 0.294641] acpiphp: Slot [19] registered\n[ 0.295453] acpiphp: Slot [20] registered\n[ 0.296268] acpiphp: Slot [21] registered\n[ 0.297082] acpiphp: Slot [22] registered\n[ 0.297894] acpiphp: Slot [23] registered\n[ 0.298715] acpiphp: Slot [24] registered\n[ 0.299529] acpiphp: Slot [25] registered\n[ 0.300344] acpiphp: Slot [26] registered\n[ 0.301156] acpiphp: Slot [27] registered\n[ 0.301970] acpiphp: Slot [28] registered\n[ 0.302782] acpiphp: Slot [29] registered\n[ 0.303623] acpiphp: Slot [30] registered\n[ 0.304446] acpiphp: Slot [31] registered\n[ 0.305253] PCI host bridge to bus 0000:00\n[ 0.306063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307268] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308485] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310187] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312319] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317131] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318428] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319813] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321373] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325231] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.346900] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350317] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352116] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356478] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357642] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359309] vgaarb: loaded\n[ 0.359943] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361308] SCSI subsystem initialized\n[ 0.362275] ACPI: bus type USB registered\n[ 0.363175] usbcore: registered new interface driver usbfs\n[ 0.364274] usbcore: registered new interface driver hub\n[ 0.365369] usbcore: registered new device driver usb\n[ 0.366976] PCI: Using ACPI for IRQ routing\n[ 0.368182] NetLabel: Initializing\n[ 0.368964] NetLabel: domain hash size = 128\n[ 0.369843] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370839] NetLabel: unlabeled traffic allowed by default\n[ 0.372070] clocksource: Switched to clocksource kvm-clock\n[ 0.380694] AppArmor: AppArmor Filesystem Enabled\n[ 0.381718] pnp: PnP ACPI init\n[ 0.382697] pnp: PnP ACPI: found 5 devices\n[ 0.389066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390855] NET: Registered protocol family 2\n[ 0.391949] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.393329] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.394649] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.395965] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.397123] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398421] NET: Registered protocol family 1\n[ 0.399335] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400467] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401577] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415348] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429723] Trying to unpack rootfs image as initramfs...\n[ 0.485553] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.487309] Scanning for low memory corruption every 60 seconds\n[ 0.488769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490055] audit: initializing netlink subsys (disabled)\n[ 0.491145] audit: type=2000 audit(1534161940.943:1): initialized\n[ 0.492668] Initialise system trusted keyring\n[ 0.493681] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494897] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497124] zbud: loaded\n[ 0.497908] VFS: Disk quotas dquot_6.6.0\n[ 0.498798] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500739] fuse init (API version 7.23)\n[ 0.501872] Key type big_key registered\n[ 0.502895] Allocating IMA MOK and blacklist keyrings.\n[ 0.504430] Key type asymmetric registered\n[ 0.505491] Asymmetric key parser 'x509' registered\n[ 0.506694] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508531] io scheduler noop registered\n[ 0.509521] io scheduler deadline registered (default)\n[ 0.510789] io scheduler cfq registered\n[ 0.511867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517017] ACPI: Power Button [PWRF]\n[ 0.518091] GHES: HEST is not enabled!\n[ 0.531829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560169] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562656] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586760] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589586] Linux agpgart interface v0.103\n[ 0.592562] brd: module loaded\n[ 0.594372] loop: module loaded\n[ 0.598100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599980] GPT:90111 != 20971519\n[ 0.600846] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602246] GPT:90111 != 20971519\n[ 0.603110] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606901] vda: vda1 vda15\n[ 0.611173] scsi host0: ata_piix\n[ 0.612165] scsi host1: ata_piix\n[ 0.613067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.614635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616599] libphy: Fixed MDIO Bus: probed\n[ 0.617666] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622263] PPP generic driver version 2.4.2\n[ 0.623494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625091] ehci-pci: EHCI PCI platform driver\n[ 0.626307] ehci-platform: EHCI generic platform driver\n[ 0.627584] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629065] ohci-pci: OHCI PCI platform driver\n[ 0.630191] ohci-platform: OHCI generic platform driver\n[ 0.631474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646294] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647621] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650792] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.652320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655711] usb usb1: Product: UHCI Host Controller\n[ 0.656914] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658394] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659638] hub 1-0:1.0: USB hub found\n[ 0.660653] hub 1-0:1.0: 2 ports detected\n[ 0.662025] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665927] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667267] mousedev: PS/2 mouse device common for all mice\n[ 0.668903] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671295] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675820] i2c /dev entries driver\n[ 0.676831] device-mapper: uevent: version 1.0.3\n[ 0.678076] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680217] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682285] NET: Registered protocol family 10\n[ 0.683916] NET: Registered protocol family 17\n[ 0.685106] Key type dns_resolver registered\n[ 0.686549] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687960] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690347] registered taskstats version 1\n[ 0.691447] Loading compiled-in X.509 certificates\n[ 0.693307] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695736] zswap: loaded using pool lzo/zbud\n[ 0.698045] Key type trusted registered\n[ 0.700043] Key type encrypted registered\n[ 0.701128] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703843] evm: HMAC attrs: 0x1\n[ 0.705090] Magic number: 14:772:76\n[ 0.706208] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:40 UTC (1534161940)\n[ 0.708338] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709764] EDD information not available.\n[ 0.772663] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.784984] ata1.00: configured for MWDMA2\n[ 0.786836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789693] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791420] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796534] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798484] Write protecting the kernel read-only data: 14336k\n[ 0.802423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804904] 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.870548] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.22...\nLease of 10.10.10.22 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\n/dev/root resized successfully [took 21.86s]\nping 179.24.1.12 OK\n"} 2018-08-13 12:06:17,387 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action used request id req-a45b0b8e-26f9-47c1-853c-ef2d376d884c 2018-08-13 12:06:17,388 - sdnvpn-results - DEBUG - Ping from 'sdnvpn-13-3' (10.10.10.22) to 'sdnvpn_extra_route_13' (179.24.1.12). -->Expected result: can ping. 2018-08-13 12:06:17,391 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}eaf4b29f4b6eb5a46686d570caeafe3a030e3cdd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-08-13 12:06:17,455 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:06: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-c32a5755-ac06-4d60-926f-156558d425ab x-compute-request-id: req-c32a5755-ac06-4d60-926f-156558d425ab Content-Encoding: gzip Content-Length: 8125 Content-Type: application/json RESP BODY: {"output": "[ 0.000000] Initializing cgroup subsys cpuset\n[ 0.000000] Initializing cgroup subsys cpu\n[ 0.000000] Initializing cgroup subsys cpuacct\n[ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13)\n[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0\n[ 0.000000] KERNEL supported cpus:\n[ 0.000000] Intel GenuineIntel\n[ 0.000000] AMD AuthenticAMD\n[ 0.000000] Centaur CentaurHauls\n[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'\n[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'\n[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.\n[ 0.000000] x86/fpu: Using 'eager' FPU context switches.\n[ 0.000000] e820: BIOS-provided physical RAM map:\n[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable\n[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved\n[ 0.000000] BIOS-e820: [mem 0x0000000000100000-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 0x000f63a0-0x000f63af] mapped at [ffff8800000f63a0]\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 0x00000000000F6160 000014 (v00 BOCHS )\n[ 0.000000] ACPI: RSDT 0x000000003FFE1577 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACP 0x000000003FFE140B 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)\n[ 0.000000] ACPI: DSDT 0x000000003FFE0040 0013CB (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)\n[ 0.000000] ACPI: FACS 0x000000003FFE0000 000040\n[ 0.000000] ACPI: APIC 0x000000003FFE14FF 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 481803410 cycles\n[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 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.145225] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.146889] pid_max: default: 32768 minimum: 301\n[ 0.147785] ACPI: Core revision 20150930\n[ 0.149202] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.150522] Security Framework initialized\n[ 0.151341] Yama: becoming mindful.\n[ 0.152069] AppArmor: AppArmor initialized\n[ 0.152956] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.154886] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.156469] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.157694] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)\n[ 0.159211] Initializing cgroup subsys io\n[ 0.160026] Initializing cgroup subsys memory\n[ 0.160898] Initializing cgroup subsys devices\n[ 0.161772] Initializing cgroup subsys freezer\n[ 0.162639] Initializing cgroup subsys net_cls\n[ 0.163505] Initializing cgroup subsys perf_event\n[ 0.164445] Initializing cgroup subsys net_prio\n[ 0.165336] Initializing cgroup subsys hugetlb\n[ 0.166484] Initializing cgroup subsys pids\n[ 0.167357] CPU: Physical Processor ID: 0\n[ 0.168855] mce: CPU supports 10 MCE banks\n[ 0.169713] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.170718] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.185225] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.191326] ftrace: allocating 31920 entries in 125 pages\n[ 0.216801] smpboot: Max logical packages: 1\n[ 0.217655] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.218998] x2apic enabled\n[ 0.219807] Switched APIC routing to physical x2apic.\n[ 0.221551] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.222673] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.224673] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.226461] KVM setup paravirtual spinlock\n[ 0.227841] x86: Booted up 1 node, 1 CPUs\n[ 0.228655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.230068] devtmpfs: initialized\n[ 0.231838] evm: security.selinux\n[ 0.232543] evm: security.SMACK64\n[ 0.233228] evm: security.SMACK64EXEC\n[ 0.233972] evm: security.SMACK64TRANSMUTE\n[ 0.234778] evm: security.SMACK64MMAP\n[ 0.235521] evm: security.ima\n[ 0.236160] evm: security.capability\n[ 0.236985] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.238866] pinctrl core: initialized pinctrl subsystem\n[ 0.239976] RTC time: 12:05:40, date: 08/13/18\n[ 0.240968] NET: Registered protocol family 16\n[ 0.241980] cpuidle: using governor ladder\n[ 0.242806] cpuidle: using governor menu\n[ 0.243594] PCCT header not found.\n[ 0.244351] ACPI: bus type PCI registered\n[ 0.245156] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.246433] PCI: Using configuration type 1 for base access\n[ 0.248387] ACPI: Added _OSI(Module Device)\n[ 0.249227] ACPI: Added _OSI(Processor Device)\n[ 0.250088] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.250984] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.252743] ACPI: Interpreter enabled\n[ 0.253510] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.255356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.257202] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.259049] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.260896] ACPI: (supports S0 S5)\n[ 0.261607] ACPI: Using IOAPIC for interrupt routing\n[ 0.262555] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.265840] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.267116] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.268356] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.269554] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.271798] acpiphp: Slot [3] registered\n[ 0.272612] acpiphp: Slot [4] registered\n[ 0.273416] acpiphp: Slot [5] registered\n[ 0.274216] acpiphp: Slot [6] registered\n[ 0.275018] acpiphp: Slot [7] registered\n[ 0.275815] acpiphp: Slot [8] registered\n[ 0.276615] acpiphp: Slot [9] registered\n[ 0.277412] acpiphp: Slot [10] registered\n[ 0.278239] acpiphp: Slot [11] registered\n[ 0.279060] acpiphp: Slot [12] registered\n[ 0.279878] acpiphp: Slot [13] registered\n[ 0.280694] acpiphp: Slot [14] registered\n[ 0.281502] acpiphp: Slot [15] registered\n[ 0.292179] acpiphp: Slot [16] registered\n[ 0.293006] acpiphp: Slot [17] registered\n[ 0.293824] acpiphp: Slot [18] registered\n[ 0.294641] acpiphp: Slot [19] registered\n[ 0.295453] acpiphp: Slot [20] registered\n[ 0.296268] acpiphp: Slot [21] registered\n[ 0.297082] acpiphp: Slot [22] registered\n[ 0.297894] acpiphp: Slot [23] registered\n[ 0.298715] acpiphp: Slot [24] registered\n[ 0.299529] acpiphp: Slot [25] registered\n[ 0.300344] acpiphp: Slot [26] registered\n[ 0.301156] acpiphp: Slot [27] registered\n[ 0.301970] acpiphp: Slot [28] registered\n[ 0.302782] acpiphp: Slot [29] registered\n[ 0.303623] acpiphp: Slot [30] registered\n[ 0.304446] acpiphp: Slot [31] registered\n[ 0.305253] PCI host bridge to bus 0000:00\n[ 0.306063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.307268] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.308485] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.310187] pci_bus 0000:00: root bus resource [mem 0x40000000-0xfebfffff window]\n[ 0.312319] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.313806] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.317131] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.318428] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.319813] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.321373] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.325231] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.327178] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.346900] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.348670] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.350317] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.352116] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.353618] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.354993] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.356478] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.357642] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.359309] vgaarb: loaded\n[ 0.359943] vgaarb: bridge control possible 0000:00:02.0\n[ 0.361308] SCSI subsystem initialized\n[ 0.362275] ACPI: bus type USB registered\n[ 0.363175] usbcore: registered new interface driver usbfs\n[ 0.364274] usbcore: registered new interface driver hub\n[ 0.365369] usbcore: registered new device driver usb\n[ 0.366976] PCI: Using ACPI for IRQ routing\n[ 0.368182] NetLabel: Initializing\n[ 0.368964] NetLabel: domain hash size = 128\n[ 0.369843] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.370839] NetLabel: unlabeled traffic allowed by default\n[ 0.372070] clocksource: Switched to clocksource kvm-clock\n[ 0.380694] AppArmor: AppArmor Filesystem Enabled\n[ 0.381718] pnp: PnP ACPI init\n[ 0.382697] pnp: PnP ACPI: found 5 devices\n[ 0.389066] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.390855] NET: Registered protocol family 2\n[ 0.391949] TCP established hash table entries: 8192 (order: 4, 65536 bytes)\n[ 0.393329] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)\n[ 0.394649] TCP: Hash tables configured (established 8192 bind 8192)\n[ 0.395965] UDP hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.397123] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)\n[ 0.398421] NET: Registered protocol family 1\n[ 0.399335] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.400467] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.401577] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.415348] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.429723] Trying to unpack rootfs image as initramfs...\n[ 0.485553] Freeing initrd memory: 4824K (ffff880037b3a000 - ffff880037ff0000)\n[ 0.487309] Scanning for low memory corruption every 60 seconds\n[ 0.488769] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.490055] audit: initializing netlink subsys (disabled)\n[ 0.491145] audit: type=2000 audit(1534161940.943:1): initialized\n[ 0.492668] Initialise system trusted keyring\n[ 0.493681] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.494897] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.497124] zbud: loaded\n[ 0.497908] VFS: Disk quotas dquot_6.6.0\n[ 0.498798] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.500739] fuse init (API version 7.23)\n[ 0.501872] Key type big_key registered\n[ 0.502895] Allocating IMA MOK and blacklist keyrings.\n[ 0.504430] Key type asymmetric registered\n[ 0.505491] Asymmetric key parser 'x509' registered\n[ 0.506694] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.508531] io scheduler noop registered\n[ 0.509521] io scheduler deadline registered (default)\n[ 0.510789] io scheduler cfq registered\n[ 0.511867] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.513203] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514840] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517017] ACPI: Power Button [PWRF]\n[ 0.518091] GHES: HEST is not enabled!\n[ 0.531829] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.560169] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.562656] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.586760] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.589586] Linux agpgart interface v0.103\n[ 0.592562] brd: module loaded\n[ 0.594372] loop: module loaded\n[ 0.598100] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.599980] GPT:90111 != 20971519\n[ 0.600846] GPT:Alternate GPT header not at the end of the disk.\n[ 0.602246] GPT:90111 != 20971519\n[ 0.603110] GPT: Use GNU Parted to correct GPT errors.\n[ 0.606901] vda: vda1 vda15\n[ 0.611173] scsi host0: ata_piix\n[ 0.612165] scsi host1: ata_piix\n[ 0.613067] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.614635] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.616599] libphy: Fixed MDIO Bus: probed\n[ 0.617666] tun: Universal TUN/TAP device driver, 1.6\n[ 0.618881] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.622263] PPP generic driver version 2.4.2\n[ 0.623494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.625091] ehci-pci: EHCI PCI platform driver\n[ 0.626307] ehci-platform: EHCI generic platform driver\n[ 0.627584] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.629065] ohci-pci: OHCI PCI platform driver\n[ 0.630191] ohci-platform: OHCI generic platform driver\n[ 0.631474] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.646294] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.647621] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.649495] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.650792] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.652320] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.653905] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.655711] usb usb1: Product: UHCI Host Controller\n[ 0.656914] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.658394] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.659638] hub 1-0:1.0: USB hub found\n[ 0.660653] hub 1-0:1.0: 2 ports detected\n[ 0.662025] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.664698] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.665927] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.667267] mousedev: PS/2 mouse device common for all mice\n[ 0.668903] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.671295] rtc_cmos 00:00: RTC can wake from S4\n[ 0.672719] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.674247] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.675820] i2c /dev entries driver\n[ 0.676831] device-mapper: uevent: version 1.0.3\n[ 0.678076] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.680217] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.682285] NET: Registered protocol family 10\n[ 0.683916] NET: Registered protocol family 17\n[ 0.685106] Key type dns_resolver registered\n[ 0.686549] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.687960] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.690347] registered taskstats version 1\n[ 0.691447] Loading compiled-in X.509 certificates\n[ 0.693307] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.695736] zswap: loaded using pool lzo/zbud\n[ 0.698045] Key type trusted registered\n[ 0.700043] Key type encrypted registered\n[ 0.701128] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.702496] ima: No TPM chip found, activating TPM-bypass!\n[ 0.703843] evm: HMAC attrs: 0x1\n[ 0.705090] Magic number: 14:772:76\n[ 0.706208] rtc_cmos 00:00: setting system clock to 2018-08-13 12:05:40 UTC (1534161940)\n[ 0.708338] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.709764] EDD information not available.\n[ 0.772663] ata1.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100\n[ 0.784984] ata1.00: configured for MWDMA2\n[ 0.786836] scsi 0:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5\n[ 0.789693] sr 0:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray\n[ 0.791420] cdrom: Uniform CD-ROM driver Revision: 3.20\n[ 0.793016] sr 0:0:0:0: Attached scsi generic sg0 type 5\n[ 0.796534] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.798484] Write protecting the kernel read-only data: 14336k\n[ 0.802423] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.804904] 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.870548] random: blkid urandom read with 10 bits of entropy available\ninfo: copying initramfs to /dev/vda1\ninfo: initramfs loading root from /dev/vda1\ninfo: /etc/init.d/rc.sysinit: up at 0.81\ninfo: container: none\nStarting logging: OK\nmodprobe: module virtio_pci not found in modules.dep\nmodprobe: module virtio_blk not found in modules.dep\nmodprobe: module virtio_net not found in modules.dep\nmodprobe: module vfat not found in modules.dep\nmodprobe: module nls_cp437 not found in modules.dep\nWARN: /etc/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.22...\nLease of 10.10.10.22 obtained, lease time 86400\nroute: SIOCADDRT: File exists\nWARN: failed: route add -net \"0.0.0.0/0\" gw \"10.10.10.1\"\nTop of dropbear init script\nStarting dropbear sshd: OK\nGROWROOT: CHANGED: partition=1 start=18432 old: size=71647 end=90079 new: size=20953055,end=20971487\nping 179.24.1.12 OK\n/dev/root resized successfully [took 21.86s]\nping 179.24.1.12 OK\n"} 2018-08-13 12:06:17,456 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action used request id req-c32a5755-ac06-4d60-926f-156558d425ab 2018-08-13 12:06:17,457 - sdnvpn-results - DEBUG - [PASS] 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' 2018-08-13 12:06:17,457 - sdnvpn.test.functest.testcase_13 - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ 2018-08-13 12:06:17,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"router": {"routes": []}}' 2018-08-13 12:06:18,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 607 X-Openstack-Request-Id: req-cff66945-489d-425b-b4cb-317218406da4 Date: Mon, 13 Aug 2018 12:06:18 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "8796fccd-8b13-4235-9a19-2e128d43a69d", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "5544ebda-956f-43cd-b1c7-79b49e0c26ec", "ip_address": "172.30.9.210"}]}, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T12:02:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T12:06:18Z", "revision_number": 7, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "488f7693-f2e7-4682-b11a-8be40a933b2e", "name": "sdnvpn-13-1-router"}} 2018-08-13 12:06:18,590 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e used request id req-cff66945-489d-425b-b4cb-317218406da4 2018-08-13 12:06:18,593 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" 2018-08-13 12:06:18,629 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12: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 x-openstack-request-id: req-8d6bf628-b037-4742-90b0-1f52d9ebfa67 x-compute-request-id: req-8d6bf628-b037-4742-90b0-1f52d9ebfa67 Content-Length: 0 Content-Type: application/json 2018-08-13 12:06:18,629 - novaclient.v2.client - DEBUG - DELETE call to compute for http://172.30.9.22:8774/v2.1/flavors/23444243-0745-43bd-840e-ad3a0a16f564 used request id req-8d6bf628-b037-4742-90b0-1f52d9ebfa67 2018-08-13 12:06:18,632 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" -d '{"forceDelete": null}' 2018-08-13 12:06:18,820 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12: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 x-openstack-request-id: req-5a4d0074-f4a9-4331-8051-5345c0725128 x-compute-request-id: req-5a4d0074-f4a9-4331-8051-5345c0725128 Content-Length: 0 Content-Type: application/json 2018-08-13 12:06:18,821 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/209bf546-e3d3-4e53-a194-dcea3fa4c7b5/action used request id req-5a4d0074-f4a9-4331-8051-5345c0725128 2018-08-13 12:06:18,823 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" -d '{"forceDelete": null}' 2018-08-13 12:06:19,065 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12: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 x-openstack-request-id: req-7e40f7d4-553f-4ec0-8843-a28e360dfb3e x-compute-request-id: req-7e40f7d4-553f-4ec0-8843-a28e360dfb3e Content-Length: 0 Content-Type: application/json 2018-08-13 12:06:19,066 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/9f35820c-a129-41ac-a594-2dbcfd9c43b5/action used request id req-7e40f7d4-553f-4ec0-8843-a28e360dfb3e 2018-08-13 12:06:19,068 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X POST http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action -H "User-Agent: python-novaclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}3122d643b60b559b0daa842e1a72dbf29a1a3afb" -d '{"forceDelete": null}' 2018-08-13 12:06:19,295 - novaclient.v2.client - DEBUG - RESP: [202] Date: Mon, 13 Aug 2018 12:06: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-f4f1890e-b3b8-4000-b906-4f78f4f0226b x-compute-request-id: req-f4f1890e-b3b8-4000-b906-4f78f4f0226b Content-Length: 0 Content-Type: application/json 2018-08-13 12:06:19,295 - novaclient.v2.client - DEBUG - POST call to compute for http://172.30.9.22:8774/v2.1/servers/ff3f3e5c-2a14-4a8c-b399-8d94962bee1c/action used request id req-f4f1890e-b3b8-4000-b906-4f78f4f0226b 2018-08-13 12:06:19,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" 2018-08-13 12:06:20,127 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-44e2bf43-c125-4c1d-993d-74a02da4eef1 Date: Mon, 13 Aug 2018 12:06:20 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 12:06:20,128 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/e5f0ad2c-56fb-450a-969c-b256b44374d2 used request id req-44e2bf43-c125-4c1d-993d-74a02da4eef1 2018-08-13 12:06:20,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9292/v2/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3 -H "User-Agent: python-glanceclient" -H "Content-Type: application/octet-stream" -H "X-Auth-Token: {SHA1}869c0f07a8ddd17d3f81a925bd766a8c718832e7" 2018-08-13 12:06:21,235 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7e49d9d6-4ea0-4b04-8dee-3c6b5bd4848c Date: Mon, 13 Aug 2018 12:06:21 GMT RESP BODY: Omitted, Content-Type is set to text/html; charset=UTF-8. Only application/json responses have their bodies logged. 2018-08-13 12:06:21,236 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.22:9292/v2/images/0a8b836f-1f90-49b5-b2c4-18cc2544ffa3 used request id req-7e49d9d6-4ea0-4b04-8dee-3c6b5bd4848c 2018-08-13 12:06:21,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/97efb696-7903-4921-9800-6a4b4dab2a0f -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:06:21,570 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1aae5b6f-e29b-4847-bcaa-2988b53991a0 Content-Length: 0 Date: Mon, 13 Aug 2018 12:06:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 12:06:21,570 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/bgpvpn/bgpvpns/97efb696-7903-4921-9800-6a4b4dab2a0f used request id req-1aae5b6f-e29b-4847-bcaa-2988b53991a0 2018-08-13 12:06:21,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e/remove_router_interface -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"subnet_id": "19861952-9a51-49c5-9a34-52433b2c6af8"}' 2018-08-13 12:06:23,300 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fe50eed4-fa72-427d-8f4e-19dc11c22335 Date: Mon, 13 Aug 2018 12:06:23 GMT RESP BODY: {"network_id": "004320aa-7cb0-4fb4-b2d0-56ac620c8b95", "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "subnet_id": "19861952-9a51-49c5-9a34-52433b2c6af8", "subnet_ids": ["19861952-9a51-49c5-9a34-52433b2c6af8"], "port_id": "1f78674a-999a-4f72-a786-5fb271229b9b", "id": "488f7693-f2e7-4682-b11a-8be40a933b2e"} 2018-08-13 12:06:23,300 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e/remove_router_interface used request id req-fe50eed4-fa72-427d-8f4e-19dc11c22335 2018-08-13 12:06:23,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" -d '{"router": {"external_gateway_info": {}}}' 2018-08-13 12:06:24,677 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 428 X-Openstack-Request-Id: req-5db08001-c067-45b4-b358-f1f8c826a6e7 Date: Mon, 13 Aug 2018 12:06:24 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": null, "description": "", "tags": [], "tenant_id": "1dcb5dba3d6d42ea97f37319eab783f3", "created_at": "2018-08-13T12:02:36Z", "admin_state_up": true, "distributed": false, "updated_at": "2018-08-13T12:06:23Z", "revision_number": 11, "routes": [], "project_id": "1dcb5dba3d6d42ea97f37319eab783f3", "id": "488f7693-f2e7-4682-b11a-8be40a933b2e", "name": "sdnvpn-13-1-router"}} 2018-08-13 12:06:24,678 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e used request id req-5db08001-c067-45b4-b358-f1f8c826a6e7 2018-08-13 12:06:24,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/subnets/19861952-9a51-49c5-9a34-52433b2c6af8 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:06:25,576 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-50311637-74a1-4299-b951-157fd48e953a Date: Mon, 13 Aug 2018 12:06:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 12:06:25,576 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/subnets/19861952-9a51-49c5-9a34-52433b2c6af8 used request id req-50311637-74a1-4299-b951-157fd48e953a 2018-08-13 12:06:25,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:06:26,355 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-77993eca-5843-442e-ac81-cdb958a19ae1 Content-Length: 0 Date: Mon, 13 Aug 2018 12:06:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 12:06:26,355 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/routers/488f7693-f2e7-4682-b11a-8be40a933b2e used request id req-77993eca-5843-442e-ac81-cdb958a19ae1 2018-08-13 12:06:26,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.22:9696/v2.0/networks/004320aa-7cb0-4fb4-b2d0-56ac620c8b95 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}46e76b7fd1464c4c0f8b61131c13148a511e0ea8" 2018-08-13 12:06:27,063 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-90aebbc9-0f53-4f18-a058-6fac588665fe Date: Mon, 13 Aug 2018 12:06:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-08-13 12:06:27,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.22:9696/v2.0/networks/004320aa-7cb0-4fb4-b2d0-56ac620c8b95 used request id req-90aebbc9-0f53-4f18-a058-6fac588665fe 2018-08-13 12:06:27,063 - sdnvpn-results - INFO - +========================================================================================+ | STATUS | SUBTEST | +========================================================================================+ | Create VPN with multiple RDs | | Associate router 'sdnvpn-13-1-router' to the VPN. | +----------------------------------------------------------------------------------------+ | PASS | 'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13' | +========================================================================================+ +========================================================================================+ 2018-08-13 12:06:27,063 - sdnvpn-results - INFO - All the subtests have passed. 2018-08-13 12:06:27,064 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Execution is complete for the testcase sdnvpn.test.functest.testcase_13 2018-08-13 12:06:27,064 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Results of test case 'sdnvpn.test.functest.testcase_13 - Testing extra route ECMP for intra-data center scenario': {'status': 'PASS', 'details': [{u"'sdnvpn-13-3' can ping 'sdnvpn_extra_route_13'": 'PASS'}]} 2018-08-13 12:06:27,064 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting subnet/net/port quota 2018-08-13 12:06:27,065 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:06:27,462 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:06:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["H3Nso6gQT7SmtpDoaQyobA"], "issued_at": "2018-08-13T12:06:27.000000Z"}} 2018-08-13 12:06:27,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22:9696/v2.0/quotas/1dcb5dba3d6d42ea97f37319eab783f3 -H "User-Agent: python-neutronclient" -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}b54e3a7a016ae403c011e7d6bef188c0208b3644" -d '{"quota": {"subnet": 100, "router": 10, "network": 100, "port": 500}}' 2018-08-13 12:06:27,819 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 201 X-Openstack-Request-Id: req-f149f048-d535-439f-9a65-6d57cde23bbf Date: Mon, 13 Aug 2018 12:06:27 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-08-13 12:06:27,819 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.22:9696/v2.0/quotas/1dcb5dba3d6d42ea97f37319eab783f3 used request id req-f149f048-d535-439f-9a65-6d57cde23bbf 2018-08-13 12:06:27,820 - sdnvpn.test.functest.run_sdnvpn_tests - INFO - Resetting instances quota class 2018-08-13 12:06:27,820 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.22:5000/v3/auth/tokens 2018-08-13 12:06:28,218 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "178c76b5dcf840798988d37683e957fc", "name": "member"}, {"id": "617690a72d2e4b76a81c42c95df2f9a1", "name": "reader"}, {"id": "1af22b0960704f3c9a15cf7b53bd46e0", "name": "admin"}], "expires_at": "2018-08-13T13:06:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dcb5dba3d6d42ea97f37319eab783f3", "name": "admin"}, "catalog": [{"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "0aefc3f543fa4f8bb7846832fb2f2b76"}, {"url": "http://192.30.9.4:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1ddc2b50b484477ca32e4626a81f94e3"}, {"url": "http://172.30.9.22:8776/v3/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "6dbae78a80ae4957a1949813fe2bc615"}], "type": "volumev3", "id": "21f258c431e749459c4f12596fb8da87", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1139ee6db09144fcb5d88fdf17f4b4cc"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "65394ce1b9cf410d9523c2fbe751c8e9"}, {"url": "http://172.30.9.22:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "822492ecfcae48eca358370be9bcc2be"}], "type": "event", "id": "24e3d49d06464bc0a438b9247830bd51", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "17237251987d4d5d8f643c2fc645875b"}, {"url": "http://172.30.9.22:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "3763ba21764e4e8cacc7715931376933"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4886a48177904a58a98c049934dd6d35"}], "type": "compute", "id": "2851f89e417a49aa8298932265f185d4", "name": "nova"}, {"endpoints": [], "type": "metering", "id": "3135ebb18a0549dd8dde128abe17dbd0", "name": "ceilometer"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "10af6912bbe34ca4b0fd0e6e0b7f4bd9"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "66808df5f08d4badbeef1471bb119313"}, {"url": "http://172.30.9.22:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "75529e03cb97488db76b4f935ed81a2a"}], "type": "image", "id": "37c435c3e7c7402d972abe4af3ddf2b0", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.22:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "af3ede208ee9484ea9b1a7bfcbc6467c"}, {"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "bcd4032d70f14b1db9a661eb6a73686a"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ce33ec13e47e4e19acda76486c7a79b9"}], "type": "placement", "id": "48ba0449e2274d21886d1075c426d61e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "019acb5a06d747a59d10de8b7072fbce"}, {"url": "http://172.30.9.22:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "4e5200d21a314bdda15c695123fe05b9"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "4eeddde9b33641898facc007ee985923"}], "type": "identity", "id": "70bc961f4c4d4e2da94e19e15342ba3a", "name": "keystone"}, {"endpoints": [{"url": "http://172.30.9.22:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "831761409dfe44fb9df9daf72a646b63"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b64937d9ae194f2f8719f27914f9adf2"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e3a77e6531ac4540afbb2bf68434edc2"}], "type": "network", "id": "7c72b13cd30045ceb8fcfeafb2c0f663", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "041a7a0786a94593a3f76b013d5648fe"}, {"url": "http://172.30.9.22:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "2e3f2cfc0ee847b3a96f36758ab0e667"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a382404f926742a683e6a9cf9fbb2a21"}], "type": "metric", "id": "8c63c654d9c74964a2a5e2fdf67824cc", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "2053653e9f9b4e47ac3efdeea0d9877e"}, {"url": "http://172.30.9.22:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "29e945999c04449780d4f741cb4dd89a"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "a0e7c76910804e9f9065b59bb35686aa"}], "type": "cloudformation", "id": "9caf46caed3c4622adf4e51538ff6ed3", "name": "heat-cfn"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1c63ed0da9bf4287914ab4d0c00d674e"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "44b7e84e68d740b6b15c20db28cf9415"}, {"url": "http://192.30.9.4:8776/v2/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9a80b82afd6840ce8e6e3a048ec77e05"}], "type": "volumev2", "id": "acaffbd296ed4a5fb92763e0340a8aee", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.22:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1db151b4d0644f29b540523ae39d5a34"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "73de139bfc05428692fc61d9acf700a9"}, {"url": "http://192.30.9.4:8776/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "e49c740af08f4f0fbe5591ad45343b1c"}], "type": "volume", "id": "b224a6c7857f440b9e8450598c683f3f", "name": "cinder"}, {"endpoints": [{"url": "http://172.30.9.22:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "41985b5bd319467db1c606f6eaa7dfdc"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "7f7b4ce38e68453cb5f1d080af317dad"}, {"url": "http://192.30.9.4:8004/v1/1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e922748067d24217b69f2401bf0e14af"}], "type": "orchestration", "id": "cd9c93a2f57b4bf9967bd67bdaf6ae3e", "name": "heat"}, {"endpoints": [{"url": "http://172.30.9.22:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "5545cb7c07384ee487fe1557d282a110"}, {"url": "http://12.0.0.25:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "69de4b1cffa842128f2f37da28d40566"}, {"url": "http://12.0.0.25:8080/v1/AUTH_1dcb5dba3d6d42ea97f37319eab783f3", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "d8762bc264a94ec5b4a32dbeb5b134ae"}], "type": "object-store", "id": "d517b3042144439b9f119b10c55b0f40", "name": "swift"}, {"endpoints": [{"url": "http://172.30.9.22:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "1dae1fc355f442a69c16b329e372b4ca"}, {"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5963730bfc91443282fb15afc7b43cc6"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "cd589d88857d4967bfbaa1454d529410"}], "type": "alarming", "id": "f982085f39784825954ee88c90d1e13a", "name": "aodh"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "fd4b32efc0a44ad3ae4f0b915c8a15f2"}, "audit_ids": ["BZxkF00YRMqYRZeg0LjKeg"], "issued_at": "2018-08-13T12:06:28.000000Z"}} 2018-08-13 12:06:28,221 - novaclient.v2.client - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.22: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}71f436c1bbfaa93bc78d1942480ef84948d97498" -d '{"quota_class_set": {"instances": 10}}' 2018-08-13 12:06:28,487 - novaclient.v2.client - DEBUG - RESP: [200] Date: Mon, 13 Aug 2018 12:06:28 GMT Server: Apache OpenStack-API-Version: compute 2.1 X-OpenStack-Nova-API-Version: 2.1 Vary: OpenStack-API-Version,X-OpenStack-Nova-API-Version,Accept-Encoding x-openstack-request-id: req-c2bcfdd0-4f54-4a12-bde5-6cfcb18cb501 x-compute-request-id: req-c2bcfdd0-4f54-4a12-bde5-6cfcb18cb501 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-08-13 12:06:28,487 - novaclient.v2.client - DEBUG - PUT call to compute for http://172.30.9.22:8774/v2.1/os-quota-class-sets/default used request id req-c2bcfdd0-4f54-4a12-bde5-6cfcb18cb501 2018-08-13 12:06:28,491 - paramiko.transport - DEBUG - starting thread (client mode): 0xa53d0e10L 2018-08-13 12:06:28,491 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 12:06:28,516 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 12:06:28,516 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 12:06:28,520 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 12:06:28,521 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 12:06:28,521 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 12:06:28,521 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 12:06:28,521 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 12:06:28,521 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 12:06:28,528 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 12:06:28,529 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 12:06:28,555 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.168.122.202: 35d60d2783116041637172b99354acae 2018-08-13 12:06:28,555 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 12:06:28,569 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 12:06:28,676 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 12:06:28,687 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 12:06:28,899 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 12:06:28,899 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 12:06:28,938 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 12:06:28,939 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 12:06:28,959 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 12:06:33,444 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 12:06:33,446 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 12:06:33,448 - paramiko.transport - DEBUG - starting thread (client mode): 0xa4520a90L 2018-08-13 12:06:33,448 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 12:06:33,461 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 12:06:33,461 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 12:06:33,464 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 12:06:33,464 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 12:06:33,465 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 12:06:33,465 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 12:06:33,465 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 12:06:33,465 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 12:06:33,470 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 12:06:33,470 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 12:06:33,480 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 12:06:33,481 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 12:06:33,510 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 12:06:33,522 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 12:06:33,545 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 12:06:33,660 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 12:06:33,660 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 12:06:33,699 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 12:06:33,700 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 12:06:33,712 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 12:06:33,723 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 12:06:33,723 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 12:06:33,724 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 12:06:33,725 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 12:06:33,725 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 12:06:33,766 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 12:06:33,780 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 12:06:33,782 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 12:06:33,782 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 12:06:33,783 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 12:06:33,783 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 12:06:33,824 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 12:06:33,835 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 12:06:33,836 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 12:06:33,838 - paramiko.transport - DEBUG - starting thread (client mode): 0xa44c9e50L 2018-08-13 12:06:33,838 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 12:06:33,854 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 12:06:33,854 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 12:06:33,857 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 12:06:33,857 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 12:06:33,857 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 12:06:33,858 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 12:06:33,858 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 12:06:33,858 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 12:06:33,863 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 12:06:33,863 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 12:06:33,870 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 12:06:33,870 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 12:06:33,903 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 12:06:33,915 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 12:06:33,934 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 12:06:34,070 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 12:06:34,070 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 12:06:34,110 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 12:06:34,111 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 12:06:34,138 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 12:06:34,151 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 12:06:34,151 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 12:06:34,152 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 12:06:34,153 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 12:06:34,153 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 12:06:34,194 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 12:06:34,210 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 12:06:34,211 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 12:06:34,212 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 12:06:34,213 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 12:06:34,213 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 12:06:34,254 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 12:06:34,266 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 12:06:34,267 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 12:06:34,269 - paramiko.transport - DEBUG - starting thread (client mode): 0xa4276a10L 2018-08-13 12:06:34,270 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 12:06:34,485 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 12:06:34,486 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 12:06:34,489 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 12:06:34,489 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 12:06:34,489 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 12:06:34,489 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 12:06:34,489 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 12:06:34,490 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 12:06:34,494 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 12:06:34,495 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 12:06:34,501 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 12:06:34,502 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 12:06:34,534 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 12:06:34,638 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 12:06:34,667 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 12:06:34,872 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 12:06:34,872 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 12:06:34,911 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 12:06:34,912 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 12:06:34,935 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 12:06:35,053 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 12:06:35,054 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 12:06:35,055 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 12:06:35,056 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 12:06:35,056 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 12:06:35,098 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 12:06:35,160 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 12:06:35,161 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 12:06:35,162 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 12:06:35,163 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 12:06:35,163 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 12:06:35,204 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 12:06:35,248 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 12:06:35,249 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 12:06:35,250 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 12:06:35,251 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 12:06:35,251 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 12:06:35,259 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 12:06:38,877 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 12:06:38,878 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 12:06:38,880 - paramiko.transport - DEBUG - starting thread (client mode): 0xa4520e10L 2018-08-13 12:06:38,881 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 12:06:38,889 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 12:06:38,889 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 12:06:38,891 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 12:06:38,891 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 12:06:38,891 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 12:06:38,892 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 12:06:38,892 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 12:06:38,892 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 12:06:38,896 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 12:06:38,897 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 12:06:38,912 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.3: d5db4034b3dddd3cb83d2225098ce911 2018-08-13 12:06:38,913 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 12:06:38,936 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 12:06:38,952 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 12:06:38,977 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 12:06:39,091 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 12:06:39,092 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 12:06:39,131 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 12:06:39,132 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 12:06:39,145 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 12:06:39,158 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 12:06:39,159 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 12:06:39,159 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 12:06:39,160 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 12:06:39,160 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 12:06:39,201 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 12:06:39,216 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 12:06:39,218 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 12:06:39,218 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 12:06:39,219 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 12:06:39,219 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 12:06:39,260 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 12:06:39,271 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 12:06:39,272 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 12:06:39,274 - paramiko.transport - DEBUG - starting thread (client mode): 0xa4261690L 2018-08-13 12:06:39,274 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 12:06:39,285 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 12:06:39,285 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 12:06:39,288 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 12:06:39,288 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 12:06:39,288 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 12:06:39,288 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 12:06:39,288 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 12:06:39,288 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 12:06:39,293 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 12:06:39,294 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 12:06:39,306 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.7: 92c1310069421ee720626eec6200ed34 2018-08-13 12:06:39,306 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 12:06:39,333 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 12:06:39,349 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 12:06:39,371 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 12:06:39,495 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 12:06:39,495 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 12:06:39,534 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 12:06:39,535 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 12:06:39,538 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 12:06:39,550 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 12:06:39,551 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 12:06:39,552 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 12:06:39,553 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 12:06:39,553 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 12:06:39,594 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 12:06:39,609 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 12:06:39,610 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 12:06:39,611 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 12:06:39,612 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 12:06:39,612 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 12:06:39,653 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 12:06:39,664 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 12:06:39,666 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 12:06:39,667 - paramiko.transport - DEBUG - starting thread (client mode): 0xa428e1d0L 2018-08-13 12:06:39,668 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-08-13 12:06:39,678 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.4 2018-08-13 12:06:39,678 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.4) 2018-08-13 12:06:39,680 - paramiko.transport - DEBUG - kex algos:[u'curve25519-sha256', u'curve25519-sha256@libssh.org', u'ecdh-sha2-nistp256', u'ecdh-sha2-nistp384', u'ecdh-sha2-nistp521', u'diffie-hellman-group-exchange-sha256', u'diffie-hellman-group16-sha512', u'diffie-hellman-group18-sha512', u'diffie-hellman-group-exchange-sha1', u'diffie-hellman-group14-sha256', u'diffie-hellman-group14-sha1', u'diffie-hellman-group1-sha1'] server key:[u'ssh-rsa', u'rsa-sha2-512', u'rsa-sha2-256', u'ecdsa-sha2-nistp256', u'ssh-ed25519'] client encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] server encrypt:[u'chacha20-poly1305@openssh.com', u'aes128-ctr', u'aes192-ctr', u'aes256-ctr', u'aes128-gcm@openssh.com', u'aes256-gcm@openssh.com', u'aes128-cbc', u'aes192-cbc', u'aes256-cbc', u'blowfish-cbc', u'cast128-cbc', u'3des-cbc'] client mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] server mac:[u'umac-64-etm@openssh.com', u'umac-128-etm@openssh.com', u'hmac-sha2-256-etm@openssh.com', u'hmac-sha2-512-etm@openssh.com', u'hmac-sha1-etm@openssh.com', u'umac-64@openssh.com', u'umac-128@openssh.com', u'hmac-sha2-256', u'hmac-sha2-512', u'hmac-sha1'] client compress:[u'none', u'zlib@openssh.com'] server compress:[u'none', u'zlib@openssh.com'] client lang:[u''] server lang:[u''] kex follows?False 2018-08-13 12:06:39,680 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-08-13 12:06:39,680 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-08-13 12:06:39,680 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-08-13 12:06:39,680 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-08-13 12:06:39,680 - paramiko.transport - DEBUG - Compression agreed: none 2018-08-13 12:06:39,685 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-08-13 12:06:39,685 - paramiko.transport - DEBUG - Switch to new keys ... 2018-08-13 12:06:39,699 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 192.30.9.10: dad52ea78156a542ec6b3a693739b2a2 2018-08-13 12:06:39,700 - paramiko.transport - DEBUG - Trying SSH key 53a32704d80d9fa5426a394ad4fcf413 2018-08-13 12:06:39,725 - paramiko.transport - DEBUG - userauth is OK 2018-08-13 12:06:39,738 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-08-13 12:06:39,764 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-08-13 12:06:39,889 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-08-13 12:06:39,889 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-08-13 12:06:39,928 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-08-13 12:06:39,929 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-08-13 12:06:39,969 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-08-13 12:06:39,984 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-08-13 12:06:39,985 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-08-13 12:06:39,986 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-08-13 12:06:39,987 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-08-13 12:06:39,987 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-08-13 12:06:40,028 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-08-13 12:06:40,044 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-08-13 12:06:40,046 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-08-13 12:06:40,046 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-08-13 12:06:40,047 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-08-13 12:06:40,047 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-08-13 12:06:40,088 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-08-13 12:06:40,100 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-08-13 12:06:40,100 - functest.utils.functest_utils - DEBUG - Executing command: 'rm -rf /tmp/sdnvpn-logs/;mkdir -p /tmp/sdnvpn-logs/' 2018-08-13 12:06:40,106 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-08-13 12:06:40,130 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 12:06:40,131 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 12:06:40,132 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 12:06:40,134 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 12:06:40,144 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-13 12:06:40,145 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-13 12:06:40,146 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-13 12:06:40,147 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-13 12:06:40,148 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-13 12:06:40,150 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-13 12:06:40,150 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-13 12:06:40,151 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-13 12:06:40,152 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 12:06:40,153 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-13 12:06:40,154 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,154 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,155 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,260 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-13 12:06:40,261 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-13 12:06:40,262 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-13 12:06:40,263 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-13 12:06:40,264 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-13 12:06:40,266 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-13 12:06:40,276 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-13 12:06:40,276 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-13 12:06:40,277 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-13 12:06:40,278 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-13 12:06:40,282 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-13 12:06:40,283 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-13 12:06:40,296 - 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-08-13 12:06:40,311 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 12:06:40,312 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 12:06:40,312 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 12:06:40,315 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 12:06:40,327 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-13 12:06:40,328 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-13 12:06:40,330 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-13 12:06:40,331 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-13 12:06:40,332 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-13 12:06:40,333 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-13 12:06:40,334 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-13 12:06:40,334 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-13 12:06:40,337 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 12:06:40,337 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-13 12:06:40,338 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,338 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,338 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,462 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-13 12:06:40,464 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-13 12:06:40,465 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-13 12:06:40,466 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-13 12:06:40,466 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-13 12:06:40,507 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-13 12:06:40,519 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-13 12:06:40,519 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-13 12:06:40,520 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-13 12:06:40,521 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-13 12:06:40,525 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-13 12:06:40,527 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-13 12:06:40,540 - 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-08-13 12:06:40,557 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-08-13 12:06:40,558 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-08-13 12:06:40,558 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-08-13 12:06:40,560 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-08-13 12:06:40,576 - paramiko.transport.sftp - INFO - [chan 3] Opened sftp connection (server version 3) 2018-08-13 12:06:40,577 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') 2018-08-13 12:06:40,589 - paramiko.transport.sftp - DEBUG - [chan 3] open('/tmp/fetch-log-script.sh', 'wb') -> 00000000 2018-08-13 12:06:40,590 - paramiko.transport.sftp - DEBUG - [chan 3] close(00000000) 2018-08-13 12:06:40,591 - paramiko.transport.sftp - DEBUG - [chan 3] stat('/tmp/fetch-log-script.sh') 2018-08-13 12:06:40,593 - paramiko.transport - DEBUG - [chan 4] Max packet in: 32768 bytes 2018-08-13 12:06:40,593 - paramiko.transport - DEBUG - [chan 4] Max packet out: 32768 bytes 2018-08-13 12:06:40,594 - paramiko.transport - DEBUG - Secsh channel 4 opened. 2018-08-13 12:06:40,596 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-08-13 12:06:40,596 - paramiko.transport - DEBUG - [chan 4] Sesch channel 4 request ok 2018-08-13 12:06:40,597 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,597 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:40,598 - paramiko.transport - DEBUG - Ignoring message for dead channel 3 2018-08-13 12:06:44,636 - paramiko.transport - DEBUG - [chan 4] EOF received (4) 2018-08-13 12:06:44,638 - paramiko.transport - DEBUG - [chan 5] Max packet in: 32768 bytes 2018-08-13 12:06:44,639 - paramiko.transport - DEBUG - [chan 4] EOF sent (4) 2018-08-13 12:06:44,640 - paramiko.transport - DEBUG - [chan 5] Max packet out: 32768 bytes 2018-08-13 12:06:44,640 - paramiko.transport - DEBUG - Secsh channel 5 opened. 2018-08-13 12:06:44,682 - paramiko.transport - DEBUG - [chan 5] Sesch channel 5 request ok 2018-08-13 12:06:44,693 - paramiko.transport.sftp - INFO - [chan 5] Opened sftp connection (server version 3) 2018-08-13 12:06:44,693 - paramiko.transport.sftp - DEBUG - [chan 5] stat('/tmp/log_output.tar.gz') 2018-08-13 12:06:44,694 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') 2018-08-13 12:06:44,694 - paramiko.transport.sftp - DEBUG - [chan 5] open('/tmp/log_output.tar.gz', 'rb') -> 00000000 2018-08-13 12:06:44,699 - paramiko.transport.sftp - DEBUG - [chan 5] close(00000000) 2018-08-13 12:06:44,699 - functest.utils.functest_utils - DEBUG - Executing command: 'mkdir -p /tmp/sdnvpn-logs/' 2018-08-13 12:06:44,712 - 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-08-13 12:06:44,727 - functest.utils.functest_utils - DEBUG - Executing command: 'cd /home/opnfv/functest/results;tar czvf sdnvpn-logs-overall.tar.gz /tmp/sdnvpn-logs/' 2018-08-13 12:06:44,893 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-08-13 12:06:44,893 - xtesting.ci.run_tests - INFO - Test result: +-------------------+-----------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+-----------------+------------------+----------------+ | bgpvpn | sdnvpn | 128:08 | FAIL | +-------------------+-----------------+------------------+----------------+ 2018-08-13 12:06:44,901 - xtesting.ci.run_tests - ERROR - The test case 'bgpvpn' failed. 2018-08-13 12:06:44,902 - xtesting.ci.run_tests - INFO - Xtesting report: +-----------------------------+------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +-----------------------------+------------------------+------------------+------------------+----------------+ | doctor-notification | doctor | features | 00:09 | FAIL | | bgpvpn | sdnvpn | features | 128:08 | FAIL | | functest-odl-sfc | sfc | features | 00:00 | SKIP | | barometercollectd | barometer | features | 00:00 | SKIP | | fds | fastdatastacks | features | 00:00 | SKIP | | vgpu | functest | features | 00:00 | SKIP | +-----------------------------+------------------------+------------------+------------------+----------------+ 2018-08-13 12:06:44,908 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-08-13 12:06:44,929 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,027 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,128 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,228 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,327 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,430 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,529 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,631 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,730 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,830 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:45,930 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:46,032 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:46,129 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:46,230 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:46,294 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:46,389 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:46,493 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:46,604 - paramiko.transport - DEBUG - EOF in transport thread 2018-08-13 12:06:49,727 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-214 | | 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-noha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-08-13 12:06:49,729 - 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_NO_CACHE=True export COMPUTE_API_VERSION=1.1 export OS_USERNAME=admin export no_proxy=,172.30.9.22,192.30.9.4 export OS_USER_DOMAIN_NAME=Default export OS_VOLUME_API_VERSION=3.52 export OS_CLOUDNAME=overcloud export OS_AUTH_URL=http://172.30.9.22:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=An1uA2EtqxlH8TyZwNtTXRj89 export OS_PROJECT_DOMAIN_NAME=Default export OS_IDENTITY_API_VERSION=3 export OS_PROJECT_NAME=admin 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 OS_PROJECT_ID=1dcb5dba3d6d42ea97f37319eab783f3 export OS_TENANT_NAME=admin export SDN_CONTROLLER_IP=192.30.9.4 export SDN_CONTROLLER_PASSWORD=zUhynuowyEkaManBty737ymgK export OS_REGION_NAME=regionOne 2018-08-13 12:06:49,730 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-08-13 12:06:49,730 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-08-13 12:06:49,730 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 00:00 | SKIP | | cloudify_ims | functest | vnf | 00:00 | SKIP | | heat_ims | functest | vnf | 00:00 | SKIP | | vyos_vrouter | functest | vnf | 00:00 | SKIP | | juju_epc | functest | vnf | 00:00 | SKIP | +----------------------+------------------+--------------+------------------+----------------+ 2018-08-13 12:06:49,732 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK